I can't believe this has not been asked before, but "No topics found with search 'clip'". So here it goes. I feel this should be very simple...
I have this huge vector of a marble pattern ("group of 52952 objects"), ±30mb in size, from which I want to cut out a ring, and throw away the rest. I have also a ring shape. I imagined I select both and select Difference, Exclusion, or one of these operations. But they don't do anything. I am able to create a clip, but that only hides the huge marble image, not actually remove it.
I have a screenshot, but not sure how to attach it.
Edit: I accidentally pasted my search result into the topic, instead of naming it "How to remove hidden part from clip". Seems you can't change the title after creating a topic?
That script crashes with a Python error (I notified the creator). Any other options? -- Could these boolean path operations be done between layers perhaps? One layer with the cut-out shape, and the other with all of the objects (I've reduced the amount now to about 10.000 ~5mb).
I ended up removing all shapes, except those that overlap with my ring clip, which reduced the size of the file to about 4mb.
I'm keeping my eyes on this thread, because I think the filesize can be reduced quite a bit if I were able to actually clip the fairly complex shapes. Who knows what the future will bring.. :-)
I can't believe this has not been asked before, but "No topics found with search 'clip'". So here it goes. I feel this should be very simple...
I have this huge vector of a marble pattern ("group of 52952 objects"), ±30mb in size, from which I want to cut out a ring, and throw away the rest.
I have also a ring shape. I imagined I select both and select Difference, Exclusion, or one of these operations. But they don't do anything.
I am able to create a clip, but that only hides the huge marble image, not actually remove it.
I have a screenshot, but not sure how to attach it.
Edit: I accidentally pasted my search result into the topic, instead of naming it "How to remove hidden part from clip". Seems you can't change the title after creating a topic?
This extension may work for you: https://inkscape.org/~Moini/%E2%98%85multiple-boolean-operations-with-inx-pathops
Maybe you can't... but I have superpowers.
That script crashes with a Python error (I notified the creator). Any other options? -- Could these boolean path operations be done between layers perhaps? One layer with the cut-out shape, and the other with all of the objects (I've reduced the amount now to about 10.000 ~5mb).
Hi don't know if it is same but you might look at
https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X-zipmirror
Shows a pathops extension which seems to be newer. Using some in my Ubuntu MATE 22.04 and Inkscape 1.2
Unfortunatly, it fails with the same error message. - Maybe it's not meant to run on Windows.
Did you ungroup everything?
Yeah, I am now able to ungroup. But that hasn't really solved anything yet. ...... is sounds so simple..... coming from raster editing.
It strongly depends on your vector data; Boolean operations don't work with just strokes for instance.
The scalability is pretty an expensive buy in your case
I ended up removing all shapes, except those that overlap with my ring clip, which reduced the size of the file to about 4mb.
I'm keeping my eyes on this thread, because I think the filesize can be reduced quite a bit if I were able to actually clip the fairly complex shapes. Who knows what the future will bring.. :-)