At 11:31 +0530 22/04/2011, Pranav Lal wrote: >I have a large SVG image which I want to dissect. Is there a program in >which I can run a SVG image line by line and watch the result much like in >a debugger?
If you were using a Mac and BBEdit you could move the "<!--" down line by line using a script and watch the image grow in the built-in browser. You could also do it with Perl. I never write raw svg code. Everything is done with Perl, so if I needed something like this I'd just write a loop and output a separate file for each step in the sequence. JD ------------------------------------ ----- To unsubscribe send a message to: [email protected] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

