Portion of SVG

2004-12-26 Thread turano dario
Hi,   Can anyone help me restrict the portion of SVG in the JSVGCanvas class? I want extract a portion of SVG graphics around a fixed anchor point on JSVGCanvas , but I don't know how to make and which class to use. I am trying to understand the sequence of steps that to obtain portion

Re: Qustion about SVG

2004-12-26 Thread Thomas DeWeese
Hi Alice, Alice Mello wrote: Given the part of a path data below, I would to know how to interpret the fourth point after the "c". I imagine that after the triple cx1,y1 x2,y2 x,y, all the other points are regular Line to (l) points until the next c appear. Is that correct? I would strongly s

Re: Whitespace Handling in Batik vs ASV

2004-12-26 Thread Thomas DeWeese
Rick Bullotta wrote: A bit more information: It appears to be that the various viewers handle the “xml:space=preserve” attribute…ASV and SharpVectorGraphics seem to ignore it altogether, and Batik seems to honor it (somewhat), but still converts linefeeds into spaces when preserve is not enabled

Re: Whitespace Handling in Batik vs ASV

2004-12-26 Thread Tonny Kohar
Hi, > No it drops linefeeds when xml:space is set to "default" the > question is how child elements of the text element interact with > white space handling. So in your second case you have: > > [space 1][space 2][text][space 3] > > So clearly "space 1" and "space 3" are to be eliminat