mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 15:18:59 +00:00
🐛 Use correct default for r on parsing svg circle
This commit is contained in:
parent
fc0a4fa5b7
commit
a8ab883c07
@ -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…
x
Reference in New Issue
Block a user