fskpf/svg2roughjs

Support SVG output

Closed this issue · 1 comments

fskpf commented

Since Rough.js can also be used to draw sketchy SVGs, we should also try to support it by converting an SVG to a sketchy SVG.

I've pushed a prototype on the svg-output branch. It introduces a new mode property which causes the usage of Rough.js as SVG or canvas renderer. This seems to work for the most part.

Known missing:

  • clip-path
  • support for backgroundColor property.
fskpf commented

Merged into master.