[Webkit-unassigned] [Bug 6930] % width/height on nested <svg> tags do not work

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Apr 9 09:10:06 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6930


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7597|review?                     |review+
               Flag|                            |




------- Comment #3 from darin at apple.com  2006-04-09 09:10 PDT -------
(From update of attachment 7597)
+        lazy_create<SVGAnimatedLength>(m_width, (SVGStyledElement
*)ownerDocument()->documentElement() == this ? 0 : this, LM_WIDTH, viewport);

You should remove the typecast to (SVGStyledElement*). It's not needed.

Anyway, r=me


-- 
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