Mooffie n/a schrieb:
documentation tools? I’m not aware of similar tool(s). Sure, rdoc can
tell me class A has class B as its parent, but it’s very far from the
complete and dynamic picture DrX gives. Try and see for yourself.)
doxygen generates a similar static documentations in html , and it’s
also based on graphviz, too.
My own documents are written in DocBook, SVG is embeddable in DocBook
documents; and DocBook is convertible into html, xhtml, pdf, postscript
and SVG…
–I don’t like html-only solutions.
Why not SVG? Graphviz already generates SVG
It’s true that GraphViz can output SVG, but from my (not very extensive)
tests it’s not very good at that. The problem seem to be in fonts:
GraphViz doesn’t know the metrics of the font the browser will use, so
the labels seem big and don’t always fall completely inside the shape.
Ahaa, which implies there are no clip-pathes and viewports inside
graphviz/SVG.-
–It might be possible to add viewports in the graphviz /SVG in order to
fix these shortcommings.
BTW, the fact that some program “generates SVG” isn’t enough. Most
programs don’t generate semantic SVG: they use SVG as a direct
replacement for GD/X11/Win32 calls, and the result it’s very useful. For
example, you can’t add some style to your CSS to paint certain objects
in green. It won’t work. To see what I mean, create an SVG in ‘dia’,
open it in Inkscape, and try to edit it.
I suppose you wanted to say: “… isn’t very useful.”
This not a problem with SVG, but with the applications creating the SVG,
and yes inkscape adds a-lot of noise (style) to the SVG it
generates/modifies.
Perhaps Canviz genrates a more semantic output. I don’t yet know.
(DrX has a “Save…” button that lets you save the image. The GIT
repository contains a branch where you can pick an SVG format. But the
imperfect SVG GraphViz produces didn’t encourage me to incorporate this
feature into the master branch…)
Ok! Here is an altnerative way for you: Create SVG from DrX:
http://jeszra.sourceforge.net/jeszra/Jeszra_Environment.html#d0e1002
Migration from Tk canvas to tkpath is actual very simple.
tkpath contains all the features and items from Tk canvas +
SVG related objects: path, gradients, group and transformations.
(That shadow effect isn’t that important. Frankly, I concocted it just
to have nicer screenshots on the homepage.)
It matters
-roger