From 2e49751f649db8e2045a3f3809c84f4ce6b373a9 Mon Sep 17 00:00:00 2001 From: Zeno Zeng Date: Wed, 7 Jul 2021 00:32:49 +0800 Subject: [PATCH] docs: update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 80e4678..3654559 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ const mySerializedSVG = ctx.getSerializedSvg(); ## CHANGELOG +### v2.0.4 + +- fix: push/pop transformMatrixStack when save/restore, for https://github.com/zenozeng/p5.js-svg/issues/191 + ### v2.0.3 - feat: sync element's width and height to context