Number: 519
Title: Enhancements to svg output
Submitter: Frans Verster
Date: Thu Aug 26 15:57:37 2004
Subsys: Output generation
Version: 1.13
System: *-*-
Severity: minor
Problem:
The SVG can have java script interaction, if dot.exe -Tsvg would print a
little bit different <svg> all the generated files could share the same
code easily. My
http://carol.science.uva.nl/~fransve/bio/dot/MtSchema3.svg
(and MtData3.svg) includes (from the same dir) interaction.js after
the SVG changed to
<svg ...
contentScriptType="text/ecmascript"
onclick="onclick(evt)"
onmouseout="onmouseout(evt)"
onmouseover="onmouseover(evt)"
onload="onload(evt)"
>
<script xlink:href="interaction.js" language="text/ecmascript" />
Comments: Is it possible to integerate gxl2dot into dot.exe so the latter can read also GXL files, that saves one intermediate step?
Owner: *
Status: Request