fsih / papergrapher

Vector Editor based on Paper.js
MIT License
0 stars 0 forks source link

Remove merge for now #77

Closed fsih closed 7 years ago

fsih commented 7 years ago

merge seems to not work, or work unpredictably on complex grouped drawings

Tried to merge the entire mermaid illustration. At first nothing happend. Ungrouped parts of her and tried again and her arms dissapeared. I know boolean operations are a pain to code :( At the very least it'd be great to have some kind of status bar or dialog or other form of feedback that tells the person that the editor is attempting a merge, or that the merge failed.

fsih commented 7 years ago

Merge always gives both shapes the stroke and fill of the shape in the foreground. Would it be more flexible if it took the fill and and stroke of the first or last selected object? Might be more confusing...

Draw a blue circle, overlap with a pink square, overlap with a smaller green circle then select all and merge

fsih commented 7 years ago

Don't understand what Merge does - Shruti