Hello All,
I am looking to make an Java drawing tool which will create, read, write and modify svg files. However i havent got a clue where to start programming. I understand that there will be minimum of 3 parts to such a tool
*SVG file (myDrawing.svg)
* DOM
* Java file (myApplication.java)...