[Webkit-unassigned] [Bug 11976] <object> tags should treat width/height on a referenced SVG as intrinsic width/height
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 29 15:45:26 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=11976
------- Comment #6 from eric at webkit.org 2007-09-29 15:45 PDT -------
void RenderHTMLCanvas::canvasSizeChanged()
is a good example of how we could do this. It is called when <canvas> changes
size. We just need to add a similar method to RenderPartObject and have
SVGSVGElement call it appropriately.
--
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