Bug 188423 - SVGs with percentage dimensions not properly sized
Summary: SVGs with percentage dimensions not properly sized
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.2.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 20:59 UTC by Jeff Schiller
Modified: 2011-12-01 06:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Schiller 2009-03-29 20:59:43 UTC
Version:           4.2.1 (using KDE 4.2.1)
OS:                Linux
Installed from:    Ubuntu Packages

http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-color-prop-01-b.html

Konqueror 4.2.1 no longer displays this page properly.  The html:object frame is sized :

<object data="../svggen/color-prop-01-b.svg" width="480" height="360" type="image/svg+xml"/>

And the frame is sized properly.  However the contained image is http://www.w3.org/Graphics/SVG/Test/20061213/svggen/color-prop-01-b.svg and has:

<svg ... width="100%" height="100%" viewBox="0 0 480 360">

Konqueror or KHTML Image Part or KSVG2 interprets this as 100px by 100px.  I've experimented and changed this to width="200" height="200".  I've also removed the width/height completely (the default values of these attributes are 100%/100%) and everything looks just perfect (as they do in Firefox, Safari, Chrome, Opera).

I'm pretty sure this used to work in Konqueror 3.5.x.

Also, I'm not able to view the source of the SVG image with Konqueror.  Reason?
Comment 1 Chris Lilley 2009-03-30 17:34:34 UTC
This is a significant reversion compared to previous versions of Konqueror.
Comment 2 Maksim Orlovich 2009-05-09 16:52:30 UTC
Thanks for the reduction.. but something is odd, seems to work again (?)
Comment 3 Maksim Orlovich 2009-05-09 19:10:30 UTC
Never mind that --- uninitialized value, the m_hasSetContainerSize deal.
Comment 4 Dawit Alemayehu 2011-12-01 06:20:37 UTC
Seems to work fine in both khtml and webkit engines in KDE 4.7.x. Feel free to reopen if that is not the case for you.