[Webkit-unassigned] [Bug 14492] Inline SVG element causes containing div to have incorrect height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 07:37:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14492





------- Comment #2 from eric at webkit.org  2007-09-26 07:37 PDT -------
It looks fine to me in both Safari 3.0 beta and feature-branch.

I think the confusion comes because the SVG is actually filling the whole div,
it's just only drawing in the center (due to preserveAspectRatio's default
value of xMidyMid.  see
http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute for more
info)

So I guess this bug is reporting that the red outline should go around the
whole SVG instead of just the area where it's drawing?


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