Bug 178042 - Scalable graphics not scalable in KHTML
Summary: Scalable graphics not scalable in KHTML
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.1.3
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 09:59 UTC by David Dempster
Modified: 2009-08-17 01:03 UTC (History)
1 user (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 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 :-)