summaryrefslogtreecommitdiffstats
path: root/dirty.html
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-10-27 22:43:30 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-10-27 22:43:30 +0200
commita612dc0dd5b911728a7089900138727f1eec549e (patch)
treea5c6864b20d9f862a51e09a62b1e8775284ac5a1 /dirty.html
parent1c75fcaf02ceb144152d59557643c6fdd7264065 (diff)
downloadsvg.js-a612dc0dd5b911728a7089900138727f1eec549e.tar.gz
svg.js-a612dc0dd5b911728a7089900138727f1eec549e.zip
resolve last circular dependencies, make rollup work
Diffstat (limited to 'dirty.html')
-rw-r--r--dirty.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/dirty.html b/dirty.html
index 5f605de..82f289e 100644
--- a/dirty.html
+++ b/dirty.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title></title>
- <!--<script type="text/javascript" src="dist/svg.js"></script>-->
+ <script type="text/javascript" src="dist/svg.js"></script>-->
@@ -25,9 +25,9 @@
<!-- Modifying the svg -->
<script type="module">
-import SVG from './src/svg.js'
+//import SVG from './src/svg.js'
-window.SVG = SVG
+//window.SVG = SVG
let rect = SVG('rect').hide()
let {sin, PI: pi, round, sqrt} = Math