[Webkit-unassigned] [Bug 16167] SVGs with width and height 100% fail to render when used as <img> or CSS image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 01:08:16 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=16167





--- Comment #9 from Nikolas Zimmermann <zimmermann at kde.org>  2011-06-22 01:08:16 PST ---
Note that using:

div {
width: 100px;
height: 100px;
}

<div> <img src="someImgWithNoViewBoxAndWidthHeight100p.svg"> </div>

That renders fine, but "img, div { width: 100px; height: 100px; }" disables rendering at the moment, so the bug is still valid, but in a different form. I'm working on it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list