From e437a9d70f62cfa2db614ae789bb4ea8ba85203f Mon Sep 17 00:00:00 2001 From: Tom Free <7283497+thfrei@users.noreply.github.com> Date: Thu, 14 Apr 2022 23:20:02 +0200 Subject: [PATCH] note about buggy excalidraw-utils for browser svg rendering --- src/public/app/services/library_loader.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/public/app/services/library_loader.js b/src/public/app/services/library_loader.js index 4fcafa577..9442d8b49 100644 --- a/src/public/app/services/library_loader.js +++ b/src/public/app/services/library_loader.js @@ -68,6 +68,9 @@ const EXCALIDRAW = { }; const EXCALIDRAW_UTILS = { + /** + * FIXME: excalidraw-utils does not render pen-background. maybe own built required? + */ js: [ "node_modules/@excalidraw/utils/dist/excalidraw-utils.min.js", //v0.1.2 ]