Releases: florian03-1/BlazorSvgEditor
Releases · florian03-1/BlazorSvgEditor
BlazorSvgEditor v1.6.2
Add an public method for canceling the add shape mode
BlazorSvgEditor v1.6.1
Add an event callback, when an image is loaded completely via. the ImageLoadingFunc
BlazorSvgEditor v1.6.0
You can now zoom to a specified shape (also with a specified margin)
BlazorSvgEditor v1.5.1
Stable Release from v1.5.0
Include Method to get current translation and scale
BlazorSvgEditor v1.5.0
New feature:
Start implementing to set panning and zooming from outside and watch changing zooming and panning from editor
BlazorSvgEditor v1.4.0
Changes:
- You can now close an polygon via right click
- The control supports an readonly mode where you cannot move or select any existing shape
- A shape can have a custom color
BlazorSvgEditor v1.3.0
New features:
- Implement panning and zooming on touch devices (zoom+pan with two fingers, only pan with three fingers)
Bugfixes:
- Allow any values for Min-/Max-Scale
BlazorSvgEditor v1.2.5
add remove shape (with specified id) method added
BlazorSvgEditor 1.2.4
Remove console output and fix a bug
BlazorSvgEditor v1.2.3
Improve fired events for shape-added and shape-moved