0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Use correct default for r on parsing svg circle

This commit is contained in:
Andrey Antukh 2024-01-30 17:49:07 +01:00
parent fc0a4fa5b7
commit a8ab883c07

View file

@ -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