From 802db35f612e640e7e53e56903e904ec02e77652 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 9 Mar 2025 10:08:51 +0200 Subject: [PATCH] fork --- README.md | 4 +--- package.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2c6928..d9e8552 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 82cb56b..a22f0c7 100644 --- a/package.json +++ b/package.json @@ -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": {