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
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 thetheme
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()
andexportContent()
respectively renamed toimport_()
andexport_()
.importInk(strokes)
changed topointerEvents(events)
.
Bug fixed
- Math exports rendering for breaking line was printing \\ and not breaking line.