From 8619a17333dc7cccd9fdbaa1d4d4cbb3610eecab Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:13:05 +0100 Subject: [PATCH] add a more visible comment to avoid issue #875 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2433c622..b443b1bc 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ If you intend to contribute on a regular basis, let us know so we can add you in V7 is changing significantly the way to integrate and customize SVG-Edit. You can have a look to index.html to see how you can insert a div element into your HTML code and inject the editor into the div. +**Warning: This div can be positionned anywhere in the DOM but it must have a numeric width and a numeric height (i.e. not 'auto' which happens when the div is hidden)** + ```html