https://bugzilla.novell.com/show_bug.cgi?id=345978
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=345978#c1 --- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
