Update canvas.html
parent
12d438afa0
commit
b1449f2525
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Minimal demo of SvgCanvas</title>
|
||||
<script src="../editor/jquery.min.js"></script>
|
||||
<script src="../editor/jquery-ui/jquery-ui-1.8.17.custom.min.js"></script>
|
||||
<script src="../src/editor/jquery.min.js"></script>
|
||||
<script src="../src/editor/jquery-ui/jquery-ui-1.8.17.custom.min.js"></script>
|
||||
<style> #svgroot { overflow: hidden; } </style>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../editor/images/logo.png" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../src/editor/images/logo.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue