mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🚧 TG-269 Display rectangle over interaction
This commit is contained in:
parent
60935ce342
commit
554157ade0
1 changed files with 6 additions and 5 deletions
|
@ -63,15 +63,16 @@
|
||||||
:style {:cursor "pointer"}}
|
:style {:cursor "pointer"}}
|
||||||
(factory shape)
|
(factory shape)
|
||||||
(when show-itx?
|
(when show-itx?
|
||||||
[:circle {:class "interaction-bullet"
|
|
||||||
:cx (:x1 rect)
|
|
||||||
:cy (:y1 rect)
|
|
||||||
:r 5}]
|
|
||||||
[:rect {:class "interaction-hightlight"
|
[:rect {:class "interaction-hightlight"
|
||||||
:x (:x1 rect)
|
:x (:x1 rect)
|
||||||
:y (:y1 rect)
|
:y (:y1 rect)
|
||||||
:width (:width rect)
|
:width (:width rect)
|
||||||
:height (:height rect)}])]))
|
:height (:height rect)}]))
|
||||||
|
|
||||||
|
;; [:circle {:class "interaction-bullet"
|
||||||
|
;; :cx (:x1 rect)
|
||||||
|
;; :cy (:y1 rect)
|
||||||
|
;; :r 5}])]
|
||||||
|
|
||||||
;; --- Image Shape Wrapper
|
;; --- Image Shape Wrapper
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue