Open GoogleCodeExporter opened 8 years ago
So basically you are asking for a version of renderViewToX() where you pass in
a viewBox instead of a viewId?
Have you tried using setDocumentViewBox() before rendering to change which
parts of the SVG get rendered? It should be pretty much equivalent to what you
are asking.
Original comment by paul.leb...@gmail.com
on 24 Mar 2015 at 12:08
Actually that won't be thread safe, so it isn't a workable solution.
Original comment by paul.leb...@gmail.com
on 24 Mar 2015 at 12:09
>So basically you are asking for a version of renderViewToX() where you pass in
a viewBox instead of a viewId?
Yes, that would be the ideal solution.
Actually that won't be thread safe, so it isn't a workable solution
Yea, that's what I found unfortunately. Therefore I'm constructing several SVG
objects to render different view boxes in different threads. Any speed up to
the construction of the SVG objects would be a great start (e.g. via a copy
constructor)
Original comment by samduke...@gmail.com
on 28 Mar 2015 at 7:27
Original issue reported on code.google.com by
sd...@airsource.co.uk
on 19 Mar 2015 at 2:16