mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 00:15:54 +02:00
🚧 TG-269 Restore bullet for now
This commit is contained in:
parent
554157ade0
commit
d8d1f1418c
1 changed files with 9 additions and 9 deletions
|
@ -63,16 +63,16 @@
|
||||||
:style {:cursor "pointer"}}
|
:style {:cursor "pointer"}}
|
||||||
(factory shape)
|
(factory shape)
|
||||||
(when show-itx?
|
(when show-itx?
|
||||||
[:rect {:class "interaction-hightlight"
|
[:circle {:class "interaction-bullet"
|
||||||
:x (:x1 rect)
|
:cx (:x1 rect)
|
||||||
:y (:y1 rect)
|
:cy (:y1 rect)
|
||||||
:width (:width rect)
|
:r 5}])]))
|
||||||
:height (:height rect)}]))
|
|
||||||
|
|
||||||
;; [:circle {:class "interaction-bullet"
|
;; [:rect {:class "interaction-hightlight"
|
||||||
;; :cx (:x1 rect)
|
;; :x (:x1 rect)
|
||||||
;; :cy (:y1 rect)
|
;; :y (:y1 rect)
|
||||||
;; :r 5}])]
|
;; :width (:width rect)
|
||||||
|
;; :height (:height rect)}]
|
||||||
|
|
||||||
;; --- Image Shape Wrapper
|
;; --- Image Shape Wrapper
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue