From 434e1db2c325885e45c957f3f81c8fe5faeeeee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=9D?= Date: Wed, 15 Nov 2023 18:39:21 +0800 Subject: [PATCH] chore(doc): improved change log documentation for `M/L/C error` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692645a9..988774a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,7 +127,7 @@ Eventually, we upgraded resvg for 2 successive versions, and are now at the late - fix: 'the previous segment must be M/L/C' error. [#204](https://github.com/yisibl/resvg-js/issues/204) Thanks to @yisibl - This is a normal error thrown by resvg when parsing Path Command, and has been confirmed as fixed in resvg 0.29.0. + This is a normal error thrown by resvg when parsing Path Command and has been confirmed as fixed in [resvg 0.30.0](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md#fixed-8)(see [commit](https://github.com/RazrFalcon/resvg/commit/82d77a0b54535e3c3cc514848ef17409b0a4c2b5)). Add a test to ensure it is now fixed.