Bug 178042

Summary: Scalable graphics not scalable in KHTML
Product: [Applications] konqueror Reporter: David Dempster <david.linguist>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: finex
Priority: NOR    
Version: 4.1.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Dempster 2008-12-18 09:59:06 UTC
Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    Ubuntu Packages

I've written my website so that it uses SVG graphics, with PNG as a fallback for old browsers (Internet Explorer).

<object data="Banner.svg" type="image/svg+xml">
<img src="Banner.png" alt="Banner"/>
</object>

When I use page zoom (ctrl + scrollwheel) in Konqueror, the scalable vector graphic is the only thing that fails to scale.  It is stuck at its original size.

This only happens in Konqueror using KHTML.  The behaviour is different in Konqueror using Webkit, or Firefox using Gecko.
Comment 1 Tommi Tervo 2008-12-18 10:27:38 UTC
Could you try with 4.2 beta2? Our GSOC-student merged SVG support from webkit to khtml.
Comment 2 David Dempster 2008-12-18 11:37:53 UTC
If you direct me to a .deb file for 4.2 beta2, I can install it and see.
Comment 3 FiNeX 2009-08-16 17:34:28 UTC
@David: now it has just been released KDE 4.3. I cannot test this bug. Could you test it with KDE 4.3? Thanks!
Comment 4 David Dempster 2009-08-17 00:43:09 UTC
I don't have KDE installed any more.  I'm using GNOME until KDE becomes more stable.

You can go to http://yume-ceramics.com/ yourself in Konqueror, and see if you can scale the logo.
Comment 5 FiNeX 2009-08-17 01:03:49 UTC
Thanks David! The logo is correctly scaled on KDE 4 :-)