davestewart / outliner

A node package to outline SVG strokes as fills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change `state` strings to `State` constants

davestewart opened this issue · comments

Background

Right now conversion state is magic strings. A dictionary would be better.

Proposal

Refactor to use a dictionary.