summaryrefslogtreecommitdiffstats
path: root/spec/index.html
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-30 19:44:40 +0100
committerwout <wout@impinc.co.uk>2014-01-30 19:44:40 +0100
commitbd7e10cb46e0cb113983c69f4f48c7a42a776809 (patch)
tree37ad5746b3e66879a33b6fe85c5e5718ec58a18b /spec/index.html
parentf6fc66659d0fc391442f58e8c82f965b38995725 (diff)
downloadsvg.js-bd7e10cb46e0cb113983c69f4f48c7a42a776809.tar.gz
svg.js-bd7e10cb46e0cb113983c69f4f48c7a42a776809.zip
Added `relative()`method for relative translations
Diffstat (limited to 'spec/index.html')
-rw-r--r--spec/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/index.html b/spec/index.html
index f7e01ec..a702289 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -11,8 +11,8 @@
#drawing {
width: 500px;
height: 500px;
- position: absolute;
- z-index: -10;
+ position: fixed;
+ z-index: -1;
}
</style>