[Webkit-unassigned] [Bug 6664] Inspector does not highlight SVG elements properly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Apr 8 15:50:02 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6664
------- Comment #4 from macdome at opendarwin.org 2006-04-08 15:50 PDT -------
(From update of attachment 7583)
Can't all of these just be implemented like this:
+void RenderPath::absoluteRects(DeprecatedValueList<IntRect>& rects, int _tx,
int _ty)
+{
+ rects.append(getAbsoluteRepaintRect());
+}
maybe that should be the default RenderObject implementation...
--
Configure bugmail: http://bugzilla.opendarwin.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