[Mono-bugs] [Bug 347394] OpacityMask issue of MediaElement
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 11 08:57:39 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=347394
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=347394#c2
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mono-bugs at ximian.com |spouliot at novell.com
Status|NEW |ASSIGNED
--- Comment #2 from Sebastien Pouliot <spouliot at novell.com> 2007-12-11 06:57:38 MST ---
Using the OpacityMask on the Rectangle works too, at least as long as we supply
a Fill brush.
<Rectangle Width="300" Height="300" Fill="Black">
<Rectangle.OpacityMask>
<LinearGradientBrush StartPoint="0, .25" EndPoint="0,
1">
<GradientStop Offset="0.25" Color="#00000000"/>
<GradientStop Offset="1" Color="#CC000000"/>
</LinearGradientBrush>
</Rectangle.OpacityMask>
</Rectangle>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list