Re: [PATCH] Move polygon creation from rect attrs into helper method

2012-05-03 Thread Christina Roßmanith
Then let's bury ShapeRenderingVisitor as well...(already commited locally) Christina Am 03.05.2012 11:40, schrieb Thorsten Behrens: Christina Roßmanith wrote: @Thorsten: The method importSVG which calls the ShapeRenderingVisitor is used for magic file type detection? Hi Christina, nah, type

Re: [PATCH] Move polygon creation from rect attrs into helper method

2012-05-03 Thread Thorsten Behrens
Christina Roßmanith wrote: > @Thorsten: The method importSVG which calls the > ShapeRenderingVisitor is used for magic file type detection? > Hi Christina, nah, type detection happens in filter/source/svg/svgfilter.cxx's SVGFilter::detect() - and is rather crude. ;) And good catch wrt. importSVG