From 1cfc66298d57b3580e27bf0ebf2489019f6da995 Mon Sep 17 00:00:00 2001 From: Mark Kompanets <54393894+dendrofen@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:33:53 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f8041..8a95a51 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ const result = await exportStageSVG(stage, false, { }); ``` +## Compatibility Notice + +#### Node or group does not rendering properly +If some of nodes, or any group does not rendering properly - use node [caching](https://konvajs.org/docs/performance/Shape_Caching.html) for incorrect rendered node withing **onBefore** function. + ## Demo -Explore a live demo of react-konva-to-svg in action: [Demo](https://dendrofen.github.io/react-konva-to-svg/) \ No newline at end of file +Explore a live demo of react-konva-to-svg in action: [Demo](https://dendrofen.github.io/react-konva-to-svg/)