Is there an easy way to chop up an svg, like with the guillotine extension, but export to svg files, not png?
If a path object spans multiple sections, only the sub-paths within the section should be included in the output.
-Tom tomlechner.com laidout.org
Hi Tom,
You could try the multi-division / multi-cut extension from this set to chop up your image. It won't export, though, only do the cutting (and it may take a while, so don't get impatient):
https://github.com/Moini/inkscape-extensions-multi-bool
Maren
Am 23.03.2016 um 19:25 schrieb Tom Lechner:
Is there an easy way to chop up an svg, like with the guillotine extension, but export to svg files, not png?
If a path object spans multiple sections, only the sub-paths within the section should be included in the output.
-Tom tomlechner.com laidout.org
Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Hmm.. The sections of my original are well contained, that is, subpaths don't cross the section boundaries, but the path object as a whole does.. So a full boolean operation isn't necessary.
The process I'm at is basically:
1. start with a color bitmap image arrange in a grid of font glyphs. 2. trace the bitmap into about 6 colors 3. chop the trace results into individual files 4. figure out default glyph dimensions and kerning 5. compile dimensions and individual svg files into opentype file that has an svg table
Still trying to find easy solutions for 3 and 4!
-Tom
On 03/23/2016 12:02 PM, Maren Hachmann wrote:
Hi Tom,
You could try the multi-division / multi-cut extension from this set to chop up your image. It won't export, though, only do the cutting (and it may take a while, so don't get impatient):
https://github.com/Moini/inkscape-extensions-multi-bool
Maren
Am 23.03.2016 um 19:25 schrieb Tom Lechner:
Is there an easy way to chop up an svg, like with the guillotine extension, but export to svg files, not png?
If a path object spans multiple sections, only the sub-paths within the section should be included in the output.
-Tom tomlechner.com laidout.org
Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
I suspect the only way is: Clone your drawing. Draw a rect to output size. Place clones on rects to sim slices. Clip each clone to each rect. (or vice versa) to create the slices. Export ... unsure. Maybe select a rect. go into xml view. Copy paste?
/d On 23 Mar 2016 20:57, "Tom Lechner" <lechner@...2322...> wrote:
Is there an easy way to chop up an svg, like with the guillotine extension, but export to svg files, not png?
If a path object spans multiple sections, only the sub-paths within the section should be included in the output.
-Tom tomlechner.com laidout.org
Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (3)
-
Donn Ingle
-
Maren Hachmann
-
Tom Lechner