Re: SVG Info

2018-05-08 Thread Martin Gainty
Hi Vince there is a good code examples to create SVG here https://xmlgraphics.apache.org/batik/using/svg-generator.html [http://www.apache.org/images/asf_logo.gif] SVG Generator:

SVG Info

2018-05-08 Thread Vincent Mirian
Hi, I am using batik to generate a 2D SVG image. To draw the SVG image, I would need: 1) to draw Rectangular shapes (nodes), 2) to draw connections (edges) between the nodes, and, 3) to 'draw/display' images from png files as nodes. Any suggestions on how to complete these tasks would be