davestewart / outliner

A node package to outline SVG strokes as fills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve conversion of complex closed paths

davestewart opened this issue · comments

Background

Right now outlining paths uses makerjs.model.outline but this doesn't seem to work on closed paths containing other paths.

The workaround is to make sure paths don't contain other closed paths.

However, the docs demonstrates a way round this using a wireframe technique.

Additionally, chains look like they would be worth investigating.

Proposal

Implement the wireframe technique and test.

Look at chains and see if they would help to solve issues around fill rules.

Notes

See: