aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-09 15:25:17 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-09 15:25:17 +1000
commit094fe85c6676fa26a8a033aaca89c06ed3e2962f (patch)
treeee2e49cb16c0f78b8fb04e2e7b7446901fc4cbb4 /spec
parente541557d0a7ca53b0ad2fa343ee91203d1811248 (diff)
downloadsvg.js-094fe85c6676fa26a8a033aaca89c06ed3e2962f.tar.gz
svg.js-094fe85c6676fa26a8a033aaca89c06ed3e2962f.zip
make targets for textPath work when no href is set
Diffstat (limited to 'spec')
-rw-r--r--spec/spec/modules/core/circled.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/modules/core/circled.js b/spec/spec/modules/core/circled.js
index ae01f0c..a6324d8 100644
--- a/spec/spec/modules/core/circled.js
+++ b/spec/spec/modules/core/circled.js
@@ -8,7 +8,7 @@ describe('circled.js', () => {
let element
beforeEach(() => {
- element = new Ellipse().move(50, 50)
+ element = new Ellipse().size(50, 50)
})
describe('rx()', () => {