You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When drawing with the pen tool, a user may wish to keep two layers separate. This could be useful for e.g. applying different fills or animations. However if the anchor shares a position with an anchor from another layer, it will always automatically merge.
don.t_merge.mp4
Fix
Indication when placing the anchor will automatically merge layers (e.g. in the tooltip). It is currently very hard to tell.
Option to avoid merging the layers even when they have the same anchor position.
Reproduction
When drawing with the pen tool, a user may wish to keep two layers separate. This could be useful for e.g. applying different fills or animations. However if the anchor shares a position with an anchor from another layer, it will always automatically merge.
don.t_merge.mp4
Fix
Code
Graphite/editor/src/messages/tool/tool_messages/pen_tool.rs
Lines 1883 to 1900 in cc7d700