Skip to content

Commit

Permalink
Merge branch 'master' into fix-#879
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhenon committed Mar 30, 2023
2 parents d4c92b8 + 8619a17 commit ed2417a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<head>
<!-- You need to include the CSS for SVGEdit somewhere in your application -->
Expand Down

0 comments on commit ed2417a

Please sign in to comment.