https://bugzilla.novell.com/show_bug.cgi?id=381737
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=381737#c7 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Sebastien Pouliot <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
