mirror of
https://github.com/penpot/penpot.git
synced 2025-04-10 14:01:29 -05:00
🐛 Fix paths with no fill
This commit is contained in:
parent
8b44b4d8f1
commit
1bbcf67396
2 changed files with 5 additions and 3 deletions
|
@ -374,7 +374,10 @@
|
|||
|
||||
(cond-> (obj/merge! props fill-props)
|
||||
(some? style)
|
||||
(obj/set! "style" style))))))
|
||||
(obj/set! "style" style)))
|
||||
|
||||
:else
|
||||
props)))
|
||||
|
||||
(defn build-stroke-props [position child value render-id]
|
||||
(let [props (-> (obj/get child "props")
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
[app.common.geom.matrix :as gmt]
|
||||
[app.common.geom.point :as gpt]
|
||||
[app.main.ui.cursors :as cur]
|
||||
[app.util.dom :as dom]
|
||||
[cuerdas.core :as str]))
|
||||
[app.util.dom :as dom]))
|
||||
|
||||
(defn- text-corrected-transform
|
||||
"If we apply a scale directly to the texts it will show deformed so we need to create this
|
||||
|
|
Loading…
Add table
Reference in a new issue