[svg-developers] Change nodes attributes and update on screen..

2011-11-22 Thread andreas.scheucher
Hi, I am quiet new to SVG and just wanted to get a confirmation I got things right and do not try to solve my problem on the wrong way. My job is to develop a small GUI, gets told what to draw. No details on that... But the point is, it get's updates on allready drawn objects (polylines and tex

[svg-developers] tag not rendered, error message

2011-11-22 Thread jfkransen
Hello, I have an SVG like this: https://somewhere.nl/C0302.png"; /> ... When I open it in the browser, it looks fine. When I link to it from an HTML page in the browser, it does not show the underlying .png image. When I rasterize it server-side to PNG, using Batik, it gives t

[svg-developers] Re: Change nodes attributes and update on screen..

2011-11-22 Thread t...@ymail.com
Hi Andreas, --- In svg-developers@yahoogroups.com, "andreas.scheucher" wrote: > > For example, there is a polyline, with the "id"="1". To redraw, the Node is > fetched from the DOM and the "points" attributes are set to the new values. > > I solve this using the Batik SVG Toolkit and draw on a

[svg-developers] Re: Change nodes attributes and update on screen..

2011-11-22 Thread t...@ymail.com
--- In svg-developers@yahoogroups.com, "th_w@..." wrote: > > Hi Andreas, > > --- In svg-developers@yahoogroups.com, "andreas.scheucher" > wrote: > > > > For example, there is a polyline, with the "id"="1". To redraw, the Node is > > fetched from the DOM and the "points" attributes are set to t