From e19ddc10d3f9642c0f6b95e3c350f3c5947b211d Mon Sep 17 00:00:00 2001 From: Tom <7283497+thfrei@users.noreply.github.com> Date: Sun, 17 Apr 2022 22:28:08 +0200 Subject: [PATCH] make revision and renderer svg to shrink to box but not enlarge --- src/public/app/dialogs/note_revisions.js | 16 ++++++++-------- src/public/app/services/note_content_renderer.js | 12 +++++++----- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/public/app/dialogs/note_revisions.js b/src/public/app/dialogs/note_revisions.js index d47a46bab..647b760ac 100644 --- a/src/public/app/dialogs/note_revisions.js +++ b/src/public/app/dialogs/note_revisions.js @@ -172,23 +172,23 @@ async function setContentPane() { $content.html($table); } else if (revisionItem.type === 'canvas-note') { - /** - * can the revisions called without being on the note type before? - * if so: load excalidraw - */ /** * FIXME: We load a font called Virgil.wof2, which originates from excalidraw.com * REMOVE external dependency!!!! This is defined in the svg in defs.style */ - /** - * FIXME: If svg is not present, probably use live excalidraw? - */ const content = fullNoteRevision.content; try { const data = JSON.parse(content) const svg = data.svg || "no svg present." - $content.html($('