[Mono-bugs] [Bug 345978] RadialGradientBrush mis-render if center point is outside the ellipse

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 4 13:53:07 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=345978

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=345978#c1





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2007-12-04 11:53:07 MST ---
<Canvas Width="400" Height="400"
xmlns="http://schemas.microsoft.com/client/2007">
        <Rectangle Width="100" Height="100">
        <Rectangle.Fill>
                <RadialGradientBrush GradientOrigin="0.5,0.5" Center="0,0"
RadiusX="0.5" RadiusY="0.5">
                <RadialGradientBrush.GradientStops>
                        <GradientStop Offset="0" Color="Red" />
                        <GradientStop Offset="1" Color="Blue" />
                </RadialGradientBrush.GradientStops>
                </RadialGradientBrush>
        </Rectangle.Fill>
        </Rectangle>
</Canvas>


-- 
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