[Mono-bugs] [Bug 346204] Scaled images are misplaced
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Dec 5 10:39:17 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=346204
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=346204#c1
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2007-12-05 08:39:16 MST ---
<Canvas xmlns="http://schemas.microsoft.com/client/2007">
<!-- Canvas.Top, specified or not, should be 0 -->
<Image Canvas.Top="0" Canvas.Left="5" Source="mono.png" Width="32" />
<Image Canvas.Left="100" Source="mono.png" Width="32" />
<!-- Canvas.Left, specified or not, should be 0 -->
<Image Canvas.Top="50" Canvas.Left="0" Source="mono.png" Height="32" />
<Image Canvas.Top="100" Canvas.Left="0" Source="mono.png" Height="32"
/>
</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