Skip to main content
Participant
November 8, 2024
질문

How can I cut a section in a svg to an new file

  • November 8, 2024
  • 3 답변들
  • 1316 조회

How can I cut a section out of an SVG file and save it to a new file, including the paths? If needed, should I export it as PNG and then convert the PNG back to SVG

 

Help would be great

이 주제는 답변이 닫혔습니다.

3 답변

Kurt Gold
Community Expert
Community Expert
November 8, 2024

Also, there is an Export Selection command in the File menu.

michelew83603738
Community Expert
Community Expert
November 8, 2024

I would open the file in illustrator and just select what you need. It should be straightforward unless there is something else going on with the file.

Community Expert
November 8, 2024

The question is a little vague. If you're trying to extract elements out of an existing piece of artwork there are multiple ways to do that. But it depends on the artwork itself. It may be as simple as ungrouping the objects (if they're grouped) and then selecting the desired pieces of artwork, copying them to the clipboard and then pasting them into a new Illustrator document. If you're trying to cut portions out of existing shapes the Pathfinder tools can do that. Clipping masks can show/hide portions of artwork non-destructively.

 

If the artwork is vector-based already (given that it is in a SVG file) then there is no need for exporting in PNG format and then somehow going back to SVG. PNG is a pixel-based format. Converting vector shapes to pixels and then converting back into vectors again doesn't make any sense. It would degrade the artwork.

MontePic작성자
Participant
November 10, 2024

I have opend the original svg file und put a rectangle over it - choose both and

try pathfinder an click intersect but every time got the error 

The application of the filter produces no result. Select two paths."

 

Community Expert
November 10, 2024

What does the artwork in the SVG file look like? What does the file contain? I still don't understand what you want to cut out of it.