Skip to content

Instantly share code, notes, and snippets.

@smhutch
Created September 5, 2021 19:01
Show Gist options
  • Save smhutch/2b368386ec961ebade9de841c6b61135 to your computer and use it in GitHub Desktop.
Save smhutch/2b368386ec961ebade9de841c6b61135 to your computer and use it in GitHub Desktop.
Optimizing SVGs for pen plotters

Pen plotters can't handle fills, so we sometimes need to use the occult plugin to rewrite rects etc as lines.

vpype read INPUT.svg occult -i write --color-mode none --landscape OUTPUT.svg

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment