MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Implement externally linked scripts for SVG OBJECT tags #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Just a reminder so this doesn't get lost. Implement being able to link in
external scripts into an SVG OBJECT, which the displayWebStats.svg file
does for example:

<svg xlink:href="externalScript.js"/>

Original issue reported on code.google.com by bradneub...@gmail.com on 4 May 2009 at 10:59

GoogleCodeExporter commented 8 years ago
I'm assuming you meant to use the script tag in your example :)

Original comment by codedr...@gmail.com on 5 May 2009 at 12:36

GoogleCodeExporter commented 8 years ago
Yes, the requested feature is:

<svg ... >

<script xlink:href="externalScript.js"/>

</svg>

Original comment by grick23@gmail.com on 15 Jul 2009 at 8:02

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 20 Oct 2009 at 12:14

GoogleCodeExporter commented 8 years ago
I second this request.  I have an existing project that presently works fine in 
all
browsers besides IE (http://gatorswamp.org/tock.do).  Once svgweb supports 
external
linking of CSS and JS files with in the SVG document, I will be able to have IE 
as
well.  Great work so far, least my SVG renders now in IE !!!

Original comment by bduchesn...@gmail.com on 7 Dec 2009 at 6:35