So I have an svg the display fine in inkscape but wrong in Processing...
(1) Here is the inkscape screen shot...
http://ioiopi.com/?attachment_id=182
(2) Here is the Processing screen shot...
http://ioiopi.com/?attachment_id=181
(3) The svg file is attached...
I have elemenated the <g elements and tried to delete the transforms from the svg. Can anyone help me out? Thanks!
SVG image contains hidden paths, I need help getting rid of
-
- Posts: 2
- Joined: Mon Dec 30, 2013 6:44 pm
Re: SVG image contains hidden paths, I need help getting rid
Hi.
Stating the obvious holes inside the black path crawled to another position.
Have no idea how could that happen, but they seem to be unnecessary to be there at all.
Same with the black sketchy outlines.
You have 28 objects to draw something that could be done with only 14 and those sketch lines made from compound paths with many separate segments -and double nodes.
Getting rid of those holes would be as easy as breaking the black path apart (Ctrl+Shift+K), and deleting unnecessary ones.
In my opinion cleaning up the other parts would be a good idea for the processing too.
Stating the obvious holes inside the black path crawled to another position.
Have no idea how could that happen, but they seem to be unnecessary to be there at all.
Same with the black sketchy outlines.
You have 28 objects to draw something that could be done with only 14 and those sketch lines made from compound paths with many separate segments -and double nodes.
Getting rid of those holes would be as easy as breaking the black path apart (Ctrl+Shift+K), and deleting unnecessary ones.
In my opinion cleaning up the other parts would be a good idea for the processing too.