RE: [svg-developers] Any SVG editor with a trace function?

2011-04-27 Thread Andrew Matseevsky
I'd write a simple parser, had I suchštask. One may scan SVG file from its 
backside, excludingštag by tag (of course, a tag, what is currently excluded, 
must not content another tags!). This is a way how one may get sequence of SVG- 
files, the first will be the source one, the last the smallest. This sequence 
may be opened by any appropriate SVG viewer (browser, editor). This how you may 
get what you want.š

[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] Any SVG editor with a trace function?

2011-04-26 Thread Andrew Matseevsky


--- Пт, 22.4.11, Jacob Beard jbea...@cs.mcgill.ca пишет:


От: Jacob Beard jbea...@cs.mcgill.ca
Тема: Re: [svg-developers] Any SVG editor with a trace function?
Кому: svg-developers@yahoogroups.com
Дата: Пятница, 22 апрель 2011, 19:19


By the way, the Elements tab in the Webkit (Chromium/Safari) debugger
(accessible via Shift+Ctrl+i in Chromium) will highlight the rendered
elements on the SVG canvas when you mouseover them in the debugger's DOM
tree. This might also be useful to you.

Jake

On Fri, Apr 22, 2011 at 10:41 AM, Jeff Schiller codedr...@gmail.com wrote:



 I think this would be an interesting idea. Basically you would:

 a) load an SVG document into the DOM, put it into an invisible container
 (display:none)
 b) then walk the DOM in a depth-first fashion, cloning elements one a
 time, to a visible container

 Jeff


 2011/4/22 Barend Köbben kob...@itc.nl

  Well, you could do this maybe by scripting, removing the comments line by
  line, but I guess you could also use Firebug or another such web browser
  debugger to dissect what is where in the file...
 
 
  --
  Barend Köbben
  ITC - University of Twente, Faculty of Geo-Information
  Science and Earth Observation
  PO Box 217, 7500AE Enschede (The Netherlands)
 
 
 
  On 22-04-11 13:10, Pranav Lal pranav@gmail.com wrote:
 
  
  
  
  
  
  
   Hi Jake,
  
  Ouch I am dealing with files that have over 100 lines. Hmm.
  
  Time I got down to it.
  Pranav
  
  -Original Message-
  From: svg-developers@yahoogroups.com
  mailto:svg-developers%40yahoogroups.com
  [mailto:svg-developers@yahoogroups.com
  mailto:svg-developers%40yahoogroups.com]
  On Behalf Of Jacob Beard
  Sent: Friday, April 22, 2011 4:06 PM
  To: svg-developers@yahoogroups.com
  mailto:svg-developers%40yahoogroups.com
  Subject: Re: [svg-developers] Any SVG editor with a trace function?
  
  Probably the easiest way is to just comment out all of the elements you
  don't want to see, using XML comments (!-- --), and then iteratively
 add
  them back in.
  
  Jake
  
  On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com
  mailto:pranav.lal%40gmail.com wrote:
  
  
  
   Hi all,
  
   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?
  
   Pranav
  
  
  
  
  [Non-text portions of this message have been removed]
  
  
  
  -
  To unsubscribe send a message to:
  svg-developers-unsubscr...@yahoogroups.com
  mailto:svg-developers-unsubscribe%40yahoogroups.com
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click edit my
  membership
  Yahoo! Groups Links
  
  
  
  
  
  
  
  
  
 
 
  Faculty of Geo-Information Science and Earth Observation (ITC)
  University of Twente
  Chamber of Commerce: 50130536
 
 
If I had such a problem, I'd write parser for this task myself. Due to the fact 
that each SVG tag is bounded by such  pair of bracets, it is not a great 
problem. SVG structure is a tree. One may exclude brach by branch, leaf by 
leaf. Result will be sequence of SVG files. This sequence may be opened by any 
SVG viewer (the last and smallest file in this sequence, then last but one and 
so on). 

[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] Any SVG editor with a trace function?

2011-04-26 Thread John Delacour
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: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: [svg-developers] Any SVG editor with a trace function?

2011-04-26 Thread Pranav Lal
Hi John,
snip 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.
PL] Ah I can do that too though I am not as good at perl. I'll stick to
Visual Basic .net. I was thinking about making something fancy you know like
displaying all the elements in a tree view and then showing the image  on
the screen but your loop and  files idea will do the job nicely.

Pranav





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Jacob Beard
Probably the easiest way is to just comment out all of the elements you
don't want to see, using XML comments (!-- --), and then iteratively add
them back in.

Jake

On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com wrote:



 Hi all,

 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?

 Pranav

  



[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Pranav Lal
Hi Jake,

Ouch I am dealing with files that have over 100 lines. Hmm.

Time I got down to it.
Pranav

-Original Message-
From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com]
On Behalf Of Jacob Beard
Sent: Friday, April 22, 2011 4:06 PM
To: svg-developers@yahoogroups.com
Subject: Re: [svg-developers] Any SVG editor with a trace function?

Probably the easiest way is to just comment out all of the elements you
don't want to see, using XML comments (!-- --), and then iteratively add
them back in.

Jake

On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com wrote:



 Hi all,

 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?

 Pranav

  



[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my
membership
Yahoo! Groups Links







-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Barend Köbben
Well, you could do this maybe by scripting, removing the comments line by
line, but I guess you could also use Firebug or another such web browser
debugger to dissect what is where in the file...


--
Barend Köbben
ITC - University of Twente, Faculty of Geo-Information
Science and Earth Observation
PO Box 217, 7500AE Enschede (The Netherlands)



On 22-04-11 13:10, Pranav Lal pranav@gmail.com wrote:







  Hi Jake,

Ouch I am dealing with files that have over 100 lines. Hmm.

Time I got down to it.
Pranav

-Original Message-
From: svg-developers@yahoogroups.com
mailto:svg-developers%40yahoogroups.com
[mailto:svg-developers@yahoogroups.com
mailto:svg-developers%40yahoogroups.com]
On Behalf Of Jacob Beard
Sent: Friday, April 22, 2011 4:06 PM
To: svg-developers@yahoogroups.com
mailto:svg-developers%40yahoogroups.com
Subject: Re: [svg-developers] Any SVG editor with a trace function?

Probably the easiest way is to just comment out all of the elements you
don't want to see, using XML comments (!-- --), and then iteratively add
them back in.

Jake

On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com
mailto:pranav.lal%40gmail.com wrote:



 Hi all,

 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?

 Pranav




[Non-text portions of this message have been removed]



-
To unsubscribe send a message to:
svg-developers-unsubscr...@yahoogroups.com
mailto:svg-developers-unsubscribe%40yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my
membership
Yahoo! Groups Links











Faculty of Geo-Information Science and Earth Observation (ITC)
University of Twente
Chamber of Commerce: 50130536

E-mail disclaimer
The information in this e-mail, including any attachments, is intended for the 
addressee only. If you are not the intended recipient, you are hereby notified 
that any disclosure, copying, distribution or action in relation to the content 
of this information is strictly prohibited. If you have received this e-mail by 
mistake, please delete the message and any attachment and inform the sender by 
return e-mail. ITC accepts no liability for any error or omission in the 
message content or for damage of any kind that may arise as a result of e-mail 
transmission.




-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Jeff Schiller
I think this would be an interesting idea.  Basically you would:

  a) load an SVG document into the DOM, put it into an invisible container
(display:none)
  b) then walk the DOM in a depth-first fashion, cloning elements one a
time, to a visible container

Jeff

2011/4/22 Barend Köbben kob...@itc.nl

 Well, you could do this maybe by scripting, removing the comments line by
 line, but I guess you could also use Firebug or another such web browser
 debugger to dissect what is where in the file...


 --
 Barend Köbben
 ITC - University of Twente, Faculty of Geo-Information
 Science and Earth Observation
 PO Box 217, 7500AE Enschede (The Netherlands)



 On 22-04-11 13:10, Pranav Lal pranav@gmail.com wrote:

 
 
 
 
 
 
   Hi Jake,
 
 Ouch I am dealing with files that have over 100 lines. Hmm.
 
 Time I got down to it.
 Pranav
 
 -Original Message-
 From: svg-developers@yahoogroups.com
 mailto:svg-developers%40yahoogroups.com
 [mailto:svg-developers@yahoogroups.com
 mailto:svg-developers%40yahoogroups.com]
 On Behalf Of Jacob Beard
 Sent: Friday, April 22, 2011 4:06 PM
 To: svg-developers@yahoogroups.com
 mailto:svg-developers%40yahoogroups.com
 Subject: Re: [svg-developers] Any SVG editor with a trace function?
 
 Probably the easiest way is to just comment out all of the elements you
 don't want to see, using XML comments (!-- --), and then iteratively add
 them back in.
 
 Jake
 
 On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com
 mailto:pranav.lal%40gmail.com wrote:
 
 
 
  Hi all,
 
  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?
 
  Pranav
 
 
 
 
 [Non-text portions of this message have been removed]
 
 
 
 -
 To unsubscribe send a message to:
 svg-developers-unsubscr...@yahoogroups.com
 mailto:svg-developers-unsubscribe%40yahoogroups.com
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my
 membership
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 


 Faculty of Geo-Information Science and Earth Observation (ITC)
 University of Twente
 Chamber of Commerce: 50130536

 E-mail disclaimer
 The information in this e-mail, including any attachments, is intended for
 the addressee only. If you are not the intended recipient, you are hereby
 notified that any disclosure, copying, distribution or action in relation to
 the content of this information is strictly prohibited. If you have received
 this e-mail by mistake, please delete the message and any attachment and
 inform the sender by return e-mail. ITC accepts no liability for any error
 or omission in the message content or for damage of any kind that may arise
 as a result of e-mail transmission.


 

 -
 To unsubscribe send a message to:
 svg-developers-unsubscr...@yahoogroups.com
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click edit my
 membership
 Yahoo! Groups Links






[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Jacob Beard
By the way, the Elements tab in the Webkit (Chromium/Safari) debugger
(accessible via Shift+Ctrl+i in Chromium) will highlight the rendered
elements on the SVG canvas when you mouseover them in the debugger's DOM
tree. This might also be useful to you.

Jake

On Fri, Apr 22, 2011 at 10:41 AM, Jeff Schiller codedr...@gmail.com wrote:



 I think this would be an interesting idea. Basically you would:

 a) load an SVG document into the DOM, put it into an invisible container
 (display:none)
 b) then walk the DOM in a depth-first fashion, cloning elements one a
 time, to a visible container

 Jeff


 2011/4/22 Barend Köbben kob...@itc.nl

  Well, you could do this maybe by scripting, removing the comments line by
  line, but I guess you could also use Firebug or another such web browser
  debugger to dissect what is where in the file...
 
 
  --
  Barend Köbben
  ITC - University of Twente, Faculty of Geo-Information
  Science and Earth Observation
  PO Box 217, 7500AE Enschede (The Netherlands)
 
 
 
  On 22-04-11 13:10, Pranav Lal pranav@gmail.com wrote:
 
  
  
  
  
  
  
   Hi Jake,
  
  Ouch I am dealing with files that have over 100 lines. Hmm.
  
  Time I got down to it.
  Pranav
  
  -Original Message-
  From: svg-developers@yahoogroups.com
  mailto:svg-developers%40yahoogroups.com
  [mailto:svg-developers@yahoogroups.com
  mailto:svg-developers%40yahoogroups.com]
  On Behalf Of Jacob Beard
  Sent: Friday, April 22, 2011 4:06 PM
  To: svg-developers@yahoogroups.com
  mailto:svg-developers%40yahoogroups.com
  Subject: Re: [svg-developers] Any SVG editor with a trace function?
  
  Probably the easiest way is to just comment out all of the elements you
  don't want to see, using XML comments (!-- --), and then iteratively
 add
  them back in.
  
  Jake
  
  On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com
  mailto:pranav.lal%40gmail.com wrote:
  
  
  
   Hi all,
  
   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?
  
   Pranav
  
  
  
  
  [Non-text portions of this message have been removed]
  
  
  
  -
  To unsubscribe send a message to:
  svg-developers-unsubscr...@yahoogroups.com
  mailto:svg-developers-unsubscribe%40yahoogroups.com
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click edit my
  membership
  Yahoo! Groups Links
  
  
  
  
  
  
  
  
  
 
 
  Faculty of Geo-Information Science and Earth Observation (ITC)
  University of Twente
  Chamber of Commerce: 50130536
 
  E-mail disclaimer
  The information in this e-mail, including any attachments, is intended
 for
  the addressee only. If you are not the intended recipient, you are hereby
  notified that any disclosure, copying, distribution or action in relation
 to
  the content of this information is strictly prohibited. If you have
 received
  this e-mail by mistake, please delete the message and any attachment and
  inform the sender by return e-mail. ITC accepts no liability for any
 error
  or omission in the message content or for damage of any kind that may
 arise
  as a result of e-mail transmission.
 
 
  
 
  -
  To unsubscribe send a message to:
  svg-developers-unsubscr...@yahoogroups.com
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click edit my
  membership
  Yahoo! Groups Links
 
 
 
 

 [Non-text portions of this message have been removed]

  



[Non-text portions of this message have been removed]





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/