[webkit-reviews] review granted: [Bug 6930] % width/height on nested <svg> tags do not work : [Attachment 7597] Proposed fix

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


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 6930: % width/height on nested <svg> tags do not work
http://bugzilla.opendarwin.org/show_bug.cgi?id=6930

Attachment 7597: Proposed fix
http://bugzilla.opendarwin.org/attachment.cgi?id=7597&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+	 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



More information about the webkit-reviews mailing list