This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
v4.1.0
Features
- Modifications to include smart guide from MyScriptJS
- New
penStyleClasses
property. Used to change the theme using classes passed using thetheme
property (see the example). - New
usepointerlisteners
property used to force the pointer events use. - New guides for text using a svg DOM element behind the model layer.
- No more css background if api is set to
V4
. - New
isEmpty
,possibleUndoCount
andundoStackIndex
properties in details onchanged
event to help development of custom undo/redo stacks.
Breaking changes
importContent()
andexportContent()
respectively renamed toimport_()
andexport_()
.importInk(strokes)
changed topointerEvents(events)
.