[Webkit-unassigned] [Bug 10526] embedded SVG object doesn't scale right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 25 23:54:14 PST 2006


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





------- Comment #12 from macdome at opendarwin.org  2006-12-25 23:54 PDT -------
I'm still confused.  This bug is unfortunately seems to be being ignored due to
being 1. unconfirmed and 2. confusing.

http://bugs.webkit.org/attachment.cgi?id=11453
looks to be correct.

http://bugs.webkit.org/attachment.cgi?id=11461
also looks to be correct. (even when increasing/decreasing the font scaling)


In response to the final comment:
The second case, however, is a bug with the scaling of embeded SVG, similar to
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=288276">bug 288276</a> in
Mozilla. Opera is the only native SVG browser to get this right. The bug is
that the width and height attributes on <svg:svg> should be treated the same
was as the width and height of a raster image.

It's true that the width/height on an svg should be treated as the intrinsic
size when the SVG is referenced by an <img> tag (although this is not written
down anywhere, it's just the consensus hyatt, tor and I came to a while back). 
I'm not sure about an <object> tag however.  Hyatt would have to comment on
that.

So is your complaint that the width/height on the SVG is not treated as the
intrinsic size for an <object> tag?  Thus overriding any default width/height
that an <object> tag w/o specified dimensions or content with intrinsic size
should use.  Am i understanding that correctly?


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