aboutsummaryrefslogtreecommitdiffstats
path: root/dirty.html
blob: 48963419e722f8fd8c34955062e02349c1da2c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
  <meta charset="utf-8">
  <title></title>
  <script type="text/javascript" src="dist/svg.js"></script>
</head>
<body>

<!-- Making the svg -->
<svg>
  <rect x=50 y=100 width=200 height=100 fill=blue />
</svg>

<!-- Modifying the svg -->
<script>


let rect = SVG('rect')



</script>

</body>
</html>