@js-draw/math
Advanced tools
Changelog
1.0.2
.npmignore
allowing some unnecessary files.Changelog
1.0.0
Special thanks to:
Breaking changes (see the migration guide)
--secondary-foreground-color
and --secondary-background-color
are no longer used for selected items. Use --selection-foreground-color
and --selection-background-color
instead.Pen
constructor now accepts parameters in a different format — the PenStyle
should contain the pen factory.Pointer
s and StrokeDataPoint
s use performance.now
instead of Date.now
..imageEditorContainer
is now required to override the width
and height
of an editor. Use .js-draw.imageEditorContainer
or body .imageEditorContainer
.Other changes
<g>
element parents when writing SVGs.ctrl+Tab
that defocus the editor before a keyup event is sent for ctrl
.