Hi, On Tue, 2006-03-07 at 12:49 +0100, [EMAIL PROTECTED] wrote: > Hi batik-users, > > I still want to draw an svg to my graphics context. I tried the following > little java programm without success. I would have expected that the svg > woulb be drawn to my frame. (At least after waiting some time to give the > app the chance to load the svg file and then forcing the frame to be redrawn > ...) > > What am I missing here? > Thanks > Charly
If you are using JSVGCanvas from Batik, it might be better if you add JSVGCanvas into the frame / panel as a component and let it paint itself. JSVGCanvas is Swing JComponent, you could add it directly into frame / panel. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
