PEZ / SketchSeparateShapes

A Sketch-app plugin that does a ”boolean” separate operation on two selected shapes. Like divide in Pathfinder in Adobe Illustrator.
164 stars 10 forks source link

[Feature request] Delete "Line" shapes after separate. #5

Open Mikola35 opened 6 years ago

Mikola35 commented 6 years ago

I think "Line" is not necessary in this case: 1 correct

PEZ commented 6 years ago

This could prove a bit tricky. The union between the oval and the line is a rectangle (you can see this if you select it, that it has a fill property). Which means I can't simply go on the type of the shape. But, if I do, at least you would have two line segments less to manually delete. I'll investigate it some.

Mikola35 commented 6 years ago

"Line" have only 2 vector points. Is it possible to delete this type of shapes?

Mikola35 commented 6 years ago

Second way. Maybe is it possible to delete all open paths?

PEZ commented 6 years ago

Might be. But first I must solve how not to close them. :)

Mikola35 commented 6 years ago

Third way: You can delete shapes with name which include text "Line".

Year, in some case it don't work correctly. But maybe it will be rare.

Mikola35 commented 6 years ago

Oh. For line which created by pen tool, name is "Path"