[svg-developers] Processing

2005-12-06 Thread Marlow Stevens
After a document is loaded which contains a series of anchor tags like this one: How is it possible to obtain the collection of anchor tags? Is there is any way this information is already processed in such a way that it can be manipulated? Thanks. Yahoo! Group

[svg-developers] Anyone know if drill down info can be parsed from an SVG source?

2005-12-05 Thread Marlow Stevens
Is is possible to capture drilldown such as this from an SVG source? . . . . . . Thanks! Yahoo! Groups Sponsor ~--> 1.2 million kids a year are victims of human trafficking. Stop slavery. http://us.click.yahoo.com/.QUssC/izNLAA/TtwFAA/1U_r

Re: [svg-developers] anyone know how to get a System.Drawing.Image from a loaded SvgPictureBox?

2005-11-16 Thread Marlow Stevens
le project > that demonstrates how to do this. In the newest versions that I have > been working on this is optimized further to remove the backbuffers and > draw directly to the canvas of the image so it is very fast and > efficient. That should be available soon... > > Cheer

[svg-developers] anyone know how to get a System.Drawing.Image from a loaded SvgPictureBox?

2005-11-16 Thread Marlow Stevens
I'm new to svg so I apologize if this is a trivial issue but I couldn't find anything similar in the thread search engine. Once an SVG image is loaded in an instance of the SvgPictureBox, how can one convert it to a System.Drawing.Image? There doesn't seem to be any straight forward way via the A