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 ❖
Attachment:
signature.asc
Description: OpenPGP digital signature
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-devel-list