mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 10:11:39 +02:00
✨ Changed transparent for none
This commit is contained in:
parent
a80120278e
commit
641e4080bc
11 changed files with 29 additions and 23 deletions
|
@ -28,8 +28,8 @@
|
|||
#js {:d pdata}))]
|
||||
(if background?
|
||||
[:g
|
||||
[:path {:stroke "transparent"
|
||||
:fill "transparent"
|
||||
[:path {:stroke "none"
|
||||
:fill "none"
|
||||
:stroke-width "20px"
|
||||
:d pdata}]
|
||||
[:& shape-custom-stroke {:shape shape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue