Hi,
Suppose that you have an SVG file containing a lot of nodes and
that you would like all nodes to be located at grid intersections.
It is of course possible to snap each node to a grid intersection manually:
- But it is very long since there are a lot of nodes,
- And it is error prone since some nodes can be missed.
Is there a way, to snap all nodes to grid intersections, in a single step ?
Thank you very much for your help.
Xav
How to snap all nodes in a single step ?
Re: How to snap all nodes in a single step ?
Not sure if this would help in your case, but the pixelsnap extension: http://code.google.com/p/pixelsnap/ smaps multiple nodes to a pixel grid at once, so it might work in your case.