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
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
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
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
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