https://bugzilla.novell.com/show_bug.cgi?id=340809#c11
Sebastien Pouliot <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|[EMAIL PROTECTED] |[EMAIL
PROTECTED]
Status|ASSIGNED |NEW
--- Comment #11 from Sebastien Pouliot <[EMAIL PROTECTED]> 2007-11-19 06:23:58
MST ---
If it's fixed and we can remove the current hack then I think we should update
to Cairo 1.5.2.
// XXX you don't want to know. don't make these 0.00001, or
// else cairo spits out errors about non-invertable matrices
// (or worse, crashes)
//
// the 0.0 scales are caused in at least one instance by us
// being too aggressive at starting animations at time=0 when
// they're supposed to (unset, or 0:0:0 BeginTime)
//
if (sx == 0.0) sx = 0.00002;
if (sy == 0.0) sy = 0.00002;
No point in using a version that no one else use...
--
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs