[Mono-bugs] [Bug 346030] Path Height|Width should clip the path

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 4 16:46:34 EST 2007


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

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





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2007-12-04 14:46:34 MST ---
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
        <Path Fill="#FF0000" Stroke="Green" StrokeThickness="2" Width="66"
Height="50">
                <Path.Data>
                        <EllipseGeometry Center="50,50" RadiusX="10"
RadiusY="10" />              
                </Path.Data>
        </Path>
        <Path Fill="#770000FF" Stroke="#77777777" StrokeThickness="5">
                <Path.Data>
                        <EllipseGeometry Center="50,60" RadiusX="30"
RadiusY="50" />              
                </Path.Data>
        </Path>
</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