I'm currently working with SVG data that has 200k+ lines in it. Once the controller has exported the queue, I use the amazing polargraph-optimizer to be able to reduce the commandload to less than a fifth (!) of the data.
Before this though, while still in the polargraph controller, the huge file is cumbersome to work with; in my case, especially so when moving the vector to its final position on the paper. (the software still is insanely responsive, considering the load it has to juggle!)
There is the command to not show any vector data, but would it be possible to optionally show some kind of "limited" version, e.g. just the bounding box, of the vector data as well?
Thanks!
|