davestewart / outliner

A node package to outline SVG strokes as fills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `colorize` task

davestewart opened this issue · comments

Background

A cheap workaround for outlining strokes is to change all colors in an SVG to currentColor.

As Outliner is built around running tasks, this should be super-simple.

Proposal

Feature:

  • add a colorize task
  • make all tasks optional (currently, outline always runs)

Docs:

  • update docs