Skip to content

1.6.0

Compare
Choose a tag to compare
@sverweij sverweij released this 20 Oct 20:02
· 420 commits to master since this release
  • adds the possibility to add 'wobbliness' to a named style
  • currently only enabled for the 'fountainpen' style (which was created with wobbliness in mind)
  • to enable it for a style:
    • add the key renderMagic with the value wobbly it to its config.json (see sample below)
    • regenerate csstemplates.js (with make dev-build)
  • updates some dev dependencies

Fountain pen (a 'wobbly' named style):
wobbly

Lazy (a 'straight' named style):
straight

This is how the fountainpen config.json looks right now:

{
    "experimental": true,
    "description": "Fountain pen (experimental!)",
    "renderMagic": "wobbly"
}

"renderMagic" can currently have the values "wobbly" and "straight" (the default)

All changes since 1.5.3: 1.5.3...1.6.0