mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🚧 TG-269 Restore bullet for now
This commit is contained in:
@@ -63,16 +63,16 @@
|
||||
:style {:cursor "pointer"}}
|
||||
(factory shape)
|
||||
(when show-itx?
|
||||
[:rect {:class "interaction-hightlight"
|
||||
:x (:x1 rect)
|
||||
:y (:y1 rect)
|
||||
:width (:width rect)
|
||||
:height (:height rect)}]))
|
||||
[:circle {:class "interaction-bullet"
|
||||
:cx (:x1 rect)
|
||||
:cy (:y1 rect)
|
||||
:r 5}])]))
|
||||
|
||||
;; [:circle {:class "interaction-bullet"
|
||||
;; :cx (:x1 rect)
|
||||
;; :cy (:y1 rect)
|
||||
;; :r 5}])]
|
||||
;; [:rect {:class "interaction-hightlight"
|
||||
;; :x (:x1 rect)
|
||||
;; :y (:y1 rect)
|
||||
;; :width (:width rect)
|
||||
;; :height (:height rect)}]
|
||||
|
||||
;; --- Image Shape Wrapper
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user