0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Improved edition text handler.

This commit is contained in:
Andrey Antukh 2016-02-27 14:51:35 +02:00
parent e30cfc3b76
commit 4cb0aa00fb

View file

@ -130,7 +130,7 @@
(def ^:const +select-rect-attrs+
{:stroke-dasharray "5,5"
:style {:stroke "#333" :fill "transparent"
:stroke-opacity "1"}})
:stroke-opacity "0.4"}})
(defmethod uusc/render-shape :builtin/text
[{:keys [id x1 y1 x2 y2 content drawing? editing?] :as shape}]