Re: Drawing on JSVGCanvas

2004-09-12 Thread Thomas DeWeese
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

Drawing on JSVGCanvas

2004-09-10 Thread Dmitrij Sakara
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