[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 28 16:53:11 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=383894
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=383894#c8
--- Comment #8 from Sebastien Pouliot <spouliot at novell.com> 2008-04-28 14:53:10 MST ---
Smaller example that shows we don't apply the clipping correctly for the mouse
(movement or buttons). I.e. the hand cursor should only appear on the green
background.
<Canvas xmlns="http://schemas.microsoft.com/client/2007" Width="400"
Height="400" Background="Black">
<Rectangle Canvas.Top="100" Canvas.Left="100" Width="200" Height="200"
Fill="Red" />
<Rectangle Canvas.Top="100" Canvas.Left="100" Width="200" Height="200"
Fill="Green" Cursor="Hand"
Clip="M 0,100 L 100,0 100,100 100,200 z" />
</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