New Selection Tools: - Magic Wand: Click to select by color similarity (like GIMP) - Configurable tolerance (0-100%) - Contiguous or global mode - Shift+Click to add to selection - Lasso: Freehand selection by drawing - Draw around area to select - Shift+Draw to add to selection - Ellipse Select: Draw elliptical/circular selections - Drag to create ellipse - Shift+Drag for perfect circle - Alt+Drag to draw from center Smart Select Improvements: - Fixed copy/cut to layer errors - Added Shift+Click for multi-select (additive selection) - All operations use proper layer action system All selection tools support: - Ctrl+C: Copy selection to new layer - Ctrl+X: Cut selection to new layer - Delete: Delete selected area - Escape: Clear selection - Marching ants animation on selection edge
8 lines
455 B
XML
8 lines
455 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<ellipse cx="12" cy="12" rx="10" ry="7" stroke-dasharray="4 2"/>
|
|
<circle cx="2" cy="12" r="1.5" fill="currentColor"/>
|
|
<circle cx="22" cy="12" r="1.5" fill="currentColor"/>
|
|
<circle cx="12" cy="5" r="1.5" fill="currentColor"/>
|
|
<circle cx="12" cy="19" r="1.5" fill="currentColor"/>
|
|
</svg>
|