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 overwrite
paint method of JSVGCanvas, but founded that it doesn’t work. Can some body help
me?
Thank
you.
Best regards,
Dmitrij.