[Mono-bugs] [Bug 340809] Crash inside Cairo.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 19 08:23:58 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=340809#c11


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|spouliot at novell.com                             |mono-bugs at ximian.com
             Status|ASSIGNED                                        |NEW




--- Comment #11 from Sebastien Pouliot <spouliot at novell.com>  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.


More information about the mono-bugs mailing list