This commit is contained in:
Evert Prants 2025-03-09 10:08:51 +02:00
parent 2e5bd80cdb
commit 802db35f61
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
# SVGCanvas
** Aha! note: the current branch for all builds is `issue-fill-path` **
Draw on SVG using Canvas's 2D Context API. A maintained fork of
Draw on SVG using Canvas's 2D Context API. A fork of
[gliffy's canvas2svg](https://github.com/gliffy/canvas2svg).
## Demo

View File

@ -1,6 +1,6 @@
{
"name": "@aha-app/svgcanvas",
"version": "2.5.0-a15",
"name": "@icynet/svgcanvas",
"version": "2.5.1",
"description": "svgcanvas",
"main": "dist/svgcanvas.js",
"scripts": {