diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-07-06 11:07:29 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-07-06 11:07:29 +0200 |
commit | f1bd0b48ea9cc3a499c02c524924e81eb97e9a6e (patch) | |
tree | 3f3779d3afd5126ccb7d97fd82a9f672cd677458 /spec/fixtures/fixture.css | |
parent | 0e72ab27955ad7706157dd6fcc1ce1db091d65cf (diff) | |
parent | a19b4f1dfe06d70775a03ec5428b0423fbb46819 (diff) | |
download | svg.js-f1bd0b48ea9cc3a499c02c524924e81eb97e9a6e.tar.gz svg.js-f1bd0b48ea9cc3a499c02c524924e81eb97e9a6e.zip |
Merge branch 'master' into 3.0.0
Conflicts (All resolved):
dist/svg.js
dist/svg.min.js
package.json
src/doc.js
Diffstat (limited to 'spec/fixtures/fixture.css')
-rw-r--r-- | spec/fixtures/fixture.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/fixture.css b/spec/fixtures/fixture.css new file mode 100644 index 0000000..e72e421 --- /dev/null +++ b/spec/fixtures/fixture.css @@ -0,0 +1,6 @@ +#drawing { + width: 500px; + height: 500px; + position: fixed; + z-index: -1; +}
\ No newline at end of file |