[Mono-bugs] [Bug 379546] Graphics.FillPath on Linux doesn't match MS GDI+
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 17 20:17:03 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=379546
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=379546#c3
--- Comment #3 from Sebastien Pouliot <spouliot at novell.com> 2008-04-17 18:17:01 MST ---
IIRC (been a long time since I read that code) but I suspect the second matrix
is "ignored"(*) by libgdiplus as long as it's not *drawn* (stroked or fill).
My quick (evening) guess is that transforming the points, using the same
matrix, before adding them to the first path would fix this (in case you need a
quick workaround).
(*) since we generally just assign the matrix to the cairo context...
--
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