davestewart / outliner

A node package to outline SVG strokes as fills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues around source paths

davestewart opened this issue · comments

Background

Right now, the makeOptions() watch helper:

  • converts paths to absolute paths
  • copies src to trg if trg is missing

But:

  • we may not need absolute paths (could look to log relative paths)
  • checking of missing trg should be (may already be) handled in processFile()

Proposal

Take a look and update if necessary.