Renderer creating Scalable Vector Graphics (SVG) from
jcckit.graphic.GraphicalElement GraphicalElements .
SVG is an XML-based standard for vector graphics as recommended by
W3C.
There is no coordinate transformation of
jcckit.graphic.GraphPointGraphPoints except that the sign of the y-coordinate is flipped
because in SVG the y-axis points downwards.
The renderer writes the XML elements into a StringBuffer.
An appropriated header and root element has to be written elsewhere
(e.g. |