diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 17:24:04 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 17:24:04 +0100 |
commit | 51dafe62e02c4298859ac8f1c5945899241fac23 (patch) | |
tree | 864908d07b63337611f67364838245037b7fe85b /playgrounds/transforms | |
parent | 9546418c5ed9b1876132b43dff1ae690c3ec4e24 (diff) | |
download | svg.js-51dafe62e02c4298859ac8f1c5945899241fac23.tar.gz svg.js-51dafe62e02c4298859ac8f1c5945899241fac23.zip |
fix playgrounds, delete unneeded files
Diffstat (limited to 'playgrounds/transforms')
-rw-r--r-- | playgrounds/transforms/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playgrounds/transforms/index.html b/playgrounds/transforms/index.html index a165dd9..8e1f804 100644 --- a/playgrounds/transforms/index.html +++ b/playgrounds/transforms/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8"> <title>SVG Playground</title> - <link rel="stylesheet" href="../playground.css"> + <link rel="stylesheet" href="style.css"> </head> <body> |