[Mono-bugs] [Bug 381737] Rectangles Drawing Regression
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 21 16:59:02 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=381737
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=381737#c7
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Sebastien Pouliot <spouliot at novell.com> 2008-04-21 14:59:01 MST ---
> // This is drawn at x = -1 it seems
Reality is a bit more complex.
libgdiplus ask cairo (up to 1.4.x) to draw: 1 0.5 100 100
in order for you to like the rectangle (0, 0, 100, 100).
Now with 1.6 it needs to be: 0.5 0.5 100 100
(and my earlier change resulted in 0 0 100 100, how silly ;-)
Fixed in r101373.
Thanks!
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list