We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f9a35 commit 4ab114eCopy full SHA for 4ab114e
src/renderer/tool/animation/animation.cljs
@@ -13,5 +13,3 @@
13
attrs
14
(for [el child-elements]
15
^{:key (:key el)} [tool/render el])]))
16
-
17
-(defmethod tool/bounds ::tool/animation [] nil)
src/renderer/tool/shape/path.cljs
@@ -64,10 +64,6 @@
64
(.translate x y)
65
.toString))))
66
67
-(defmethod tool/area :path
68
- [{{:keys [d]} :attrs}]
69
- d)
70
71
(defmethod tool/bounds :path
72
[{{:keys [d]} :attrs}]
73
(let [[left top right bottom] (js->clj (svg-path-bbox d))]
0 commit comments