Hi Dmitrij,
Dmitrij Sakara wrote:
I am developing a simple SVG based graph editor. To do this I use
JSVGCanvas and some DOM document. I need to draw the grid in the
background of graph. How can I do this?
I suppose that it is not good to add all grid-related lines to the
DOM document.
This
Title: Message
Hi all,
I am developing a simple SVG based
graph editor. To do this I use JSVGCanvas and some DOM document. I need to draw
the grid in the background of graph. How can I do this? I suppose that it is not
good to add al grid-related lines to the DOM document. I am tried to o