Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

v4.1.0 (part of iink 1.1) Custom ressources and better font management

Compare
Choose a tag to compare
@padewitte padewitte released this 31 Jan 07:23
· 60 commits to master since this release

Features

  • Custom resources / grammar support, upload your custom grammar to modify the recognition behaviour (see the example).
  • New penStyleClasses property. Used to change the theme using classes passed using the theme property (see the example).
  • No more css background if api is set to V4.
  • No more STIX font import needed as the font is now rendered by the server.
  • New usepointerlisteners property used to force the pointer events use.

Breaking changes

In order to be consistent with the native API :

  • importContent() and exportContent() respectively renamed to import_() and export_().
  • importInk(strokes) changed to pointerEvents(events).

Bug fixed

  • Math exports rendering for breaking line was printing \\ and not breaking line.