Re: Drawing with JSVGCanvas

2004-07-30 Thread Thomas DeWeese
Hi Victor, You don't need to request a repaint from the updateManager but you do need to make a change in the UpdateManager's Thread. Read the FAQ for more info on this: http://xml.apache.org/batik/faqs.html [EMAIL PROTECTED] wrote: Hi Thomas, Thanks a lot for your answer that's fixed my probl

Re: Drawing with JSVGCanvas

2004-07-30 Thread vmlgomes
Hi Thomas, Thanks a lot for your answer that's fixed my problems. You're right, i was creating the element by using the createElement method without any Name Space. however i didn't used any updateManager objet to repaint the JSVGCanvas, i suppose that the jsvgcanvas.setDocumentState(ALWAYS_DYNAMI

Re: Drawing with JSVGCanvas

2004-07-29 Thread Thomas DeWeese
Hi Victor, Well, I can see one mistake and guess at two likely others. First the one I can see is that you aren't making your changes to the document in the UpdateManager thread (search the list for UpdateManager for all the details) or read the FAQ. Second (only a guess) is that your documen

Drawing with JSVGCanvas

2004-07-23 Thread LOPES GOMES Victor
Hi, I start to work with Batik and i need to create and manipulate basic Shapes in the JSVGCanvas. I would like to modify and manipulate the SVGDocument and (repaint) the SVGCanvas to view the changement. How to create and put new elements in the JSVGCanvas? I try this one below but nothing appea