- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
1) If the window is resized to a size which is not equal to the skin's size, opacity mask controls are shown stretched.
2) The ScrollContentPresenter uses ScissorRects to clip its contents. But ScissorRects cannot be combined with LayoutTransforms/RenderTransforms, so we have to use another technique here. We could use an opacity mask when drawing the contents.
http://mantis.team-mediaportal.com/view.php?id=2957
Open the issue in Mantis...
2) The ScrollContentPresenter uses ScissorRects to clip its contents. But ScissorRects cannot be combined with LayoutTransforms/RenderTransforms, so we have to use another technique here. We could use an opacity mask when drawing the contents.
http://mantis.team-mediaportal.com/view.php?id=2957
Open the issue in Mantis...