Skip to content

Set stroke color, stroke width with 'SelectionCutPath'

username-removed-401586 requested to merge cutpath into master
  • Check style properties and add fallback stroke color and stroke width as needed.
    (fallback values: black, stroke-width 1 CSS px)
  • Optionally: add GUI for default stroke color and stroke width.
    (separate tab with color selector?)
  • Use fill color as default stroke color with CutPath. Only use fallback color (black) if fill is unset, none or a paint server reference (to avoid displaced gradients).

Fixes #2 (closed).

Edited by username-removed-401586

Merge request reports