mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
🐛 Use correct default for r
on parsing svg circle
This commit is contained in:
parent
fc0a4fa5b7
commit
a8ab883c07
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@
|
|||
|
||||
rx (d/nilv r rx)
|
||||
ry (d/nilv r ry)
|
||||
rx (d/nilv rx 0)
|
||||
ry (d/nilv ry 0)
|
||||
|
||||
;; There are some svg circles in the internet that does not
|
||||
;; have cx and cy attrs, so we default them to 0
|
||||
|
|
Loading…
Reference in a new issue