Bug 9536 - SVG images are not rescalable
Summary: SVG images are not rescalable
Status: CLOSED NOTOURBUG
Alias: None
Product: openclipart.org
Classification: Unclassified
Component: clipart (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: default user for a product
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 05:23 UTC by Mark Whitis
Modified: 2007-02-06 18:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Mark Whitis 2007-01-04 05:23:07 UTC
I downloaded two icons:
  bb_dvd_.svg  
  phone_sergio_luiz_araujo_01.svg

I inserted them into an XHTML document (.html extension) in this fashion:
<OBJECT data="bb_dvd_.svg" type="image/svg+xml" width="64" height="64"
style="float: right">
   DVD image
</OBJECT>

When I displayed them in iceweasel/firefox, the images did not rescale when I
edited the width and the height.   I even tried changing width and height inside
the SVG document to "100%".

I think the images should be either converted into a rescalable form or the FAQ
should at least tell you how to do so.   After all, these are supposed to be
SCALABLE Vector Graphics.

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205
Iceweasel/2.0.0.1
Comment 1 Nicu Buculei 2007-01-04 05:46:55 UTC
Indeed, SVG files are scalable, the bug is in Mozilla/Iceweasel not in our
images. You can see the images scalling well on applications like Inkscape or
Adobe Illustrator. Gecko still sucks at displaying SVG.

I agree it would be useful to have an item on the FAQ about embedding in HTML,
so if anyone is knowledgeable in this matter, please add it, but the scalling
problem is really a bug/misfeature in Mozilla.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.