SVG not being handles by Firefox Deer Park

Ulrich Drepper drepper at redhat.com
Fri Jul 22 23:43:32 UTC 2005


Rodd Clarkson wrote:
> Given that svg.enabled is set to true in about:config, shouldn't
> deerpark just render this svg image rather than trying to hand if off to
> another application?

Last time I tried using the SVG support (it's been a while) it handled
only embedded SVG.  I.e., no SVG files by itself.  Create a normal XHTML
file, add a namespace definition for SVG, and then use prefixed svg tags.

<html
xmlns:svg="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.svg"
        xmlns="http://www.w3.org/TR/REC-html40">
<body>
 <svg:svg width="260" height="80">
  <svg:g>
   <svg:polygon class="arrow" points="192 54 184 72 225 65 254 74 254 6
222 33 223 15 190 29 195 14 158 27 156 14 110 30 110 18 75 39 70 26 1 48
71 48 77 59 99 44 99 56 135 42 136 60 165 46 160 62" />


etc etc

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20050722/de091394/attachment-0002.bin 


More information about the devel mailing list