publish 7.0.0-beta.5

This commit is contained in:
JFH
2021-08-15 09:02:11 +02:00
parent 330670b5e4
commit 5a4f7f6d5b
3 changed files with 9 additions and 4 deletions

View File

@@ -50,10 +50,15 @@
<title>SVG-edit</title>
</head>
<body>
<body style="margin:0">
<!-- svgedit container can be positionned anywhere in the DOM
but it must have a width and a height -->
<!--
<h1>SVGEdit</h1>
<div id="container" style="width:100%;height:550px"></div>
<h1>End</h1>
-->
<div id="container" style="width:100%;height:100vh"></div>
</body>
</html>