[Bug 513155] [NEW] cannot see SVG graphics

attand attand at gmail.com
Wed Jan 27 10:24:33 UTC 2010


Public bug reported:

Binary package hint: firefox-3.0

following is the svg tst file. but i cannot see the graphics part on my
firefox. Though the javascript test says that SVG supported

============================================================
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
   "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">

<svg width="21cm" height="13.5cm">
<title>MegaMall Handbill</title>
<desc>
    Handbill for the fictitious MegaMall
</desc>
    <!-- graphic specifications go here -->
    <rect x="10" y="20" width="150" height="70"
        fill="#eeeeff" stroke="red" stroke-width="1" />
</svg>
<body>
<script>
if (window.SVGAngle)
{
	alert('SVG Supported') ;
}
else
{
	alert('SVG Not Supported') ;
}

if (window.CanvasRenderingContext2D)
{
	alert('Canvas Supported') ;
}
else
{
	alert('Canvas Not Supported') ;
}
</script>
</body>
============================================================

ProblemType: Bug
Architecture: i386
Date: Wed Jan 27 15:48:21 2010
DistroRelease: Ubuntu 8.04
Package: firefox-3.0 3.0.17+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IN.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-26-server i686

** Affects: firefox-3.0 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug

-- 
cannot see SVG graphics
https://bugs.launchpad.net/bugs/513155
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list