We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9003d20 commit cb3f1b8Copy full SHA for cb3f1b8
src/renderer/tool/transform/select.cljs
@@ -70,7 +70,6 @@
70
[{:keys [active-document] :as db} el intersecting?]
71
(let [hovered-keys (-> db :documents active-document :hovered-keys)]
72
(and (empty? (set/intersection (element.h/ancestor-keys db el) hovered-keys))
73
- (not (utils.el/svg? el)) ; REVIEW
74
(not (utils.el/root? el))
75
((if intersecting? bounds/intersected? bounds/contained?)
76
(:bounds el)
@@ -183,7 +182,7 @@
183
182
"Converts the x/y pointer offset to a scale ratio and a pivot point,
184
to decouple this from the scaling method of the elements.
185
186
- :pivot-point
+ :pivot-point
187
+ ─────────□──┬-------□
188
│ | |
189
│ | ─ x ─ |
0 commit comments