[Webkit-unassigned] [Bug 18808] [CAIRO] minor problems with SVG-Gradients
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 30 14:28:17 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18808
------- Comment #2 from vbs85 at gmx.de 2008-04-30 14:28 PDT -------
Point 3 is related to the boundingBoxMode.
FloatRect bbox = object->relativeBBox(false);
gets (0,0,0,0). Thats why cairo stops rendering.
I have no idea what could be the reason.
object->relativeBBox(false) seems to call FloatRect(const IntRect& r) ... in
FloatRect.cpp
and FloatRect should give the right values but gives (0,0,0,0).
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list