Re: svgreader.cxx: XML_RECT question

2012-05-03 Thread Marco Cecchetti
On Thu, 03 May 2012 12:40:38 +0200, Thorsten Behrens wrote: Marco Cecchetti wrote: Btw I have no idea which user action the ShapeRenderingVisitor is triggered by. Hi Marco, sigh, yeah, as mentioned in another mail - the whole importSvg() is dead code by now, sorry for having missed that ear

Re: svgreader.cxx: XML_RECT question

2012-05-03 Thread Thorsten Behrens
Marco Cecchetti wrote: > Btw I have no idea which user action the ShapeRenderingVisitor > is triggered by. > Hi Marco, sigh, yeah, as mentioned in another mail - the whole importSvg() is dead code by now, sorry for having missed that earlier when Christina started consolidating stuff - commit 48c

Re: svgreader.cxx: XML_RECT question

2012-04-28 Thread Marco Cecchetti
On Sat, 28 Apr 2012 00:35:26 +0200, Marco Cecchetti wrote: On Fri, 27 Apr 2012 23:03:41 +0200, Christina Roßmanith wrote: Hi, there are two "case XML_RECT" blocks in svgreader.cxx in two different visitors. The ShapeWritingVisitor scales rx and ry with width and height, the ShapeRen

Re: svgreader.cxx: XML_RECT question

2012-04-27 Thread Marco Cecchetti
On Fri, 27 Apr 2012 23:03:41 +0200, Christina Roßmanith wrote: Hi, there are two "case XML_RECT" blocks in svgreader.cxx in two different visitors. The ShapeWritingVisitor scales rx and ry with width and height, the ShapeRenderingVisitor does not apply any scaling. I guess both visitor

svgreader.cxx: XML_RECT question

2012-04-27 Thread Christina Roßmanith
Hi, there are two "case XML_RECT" blocks in svgreader.cxx in two different visitors. The ShapeWritingVisitor scales rx and ry with width and height, the ShapeRenderingVisitor does not apply any scaling. I guess both visitors should treat rx and ry the same way? Christina