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:
parent
fc0a4fa5b7
commit
a8ab883c07
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@
|
||||||
|
|
||||||
rx (d/nilv r rx)
|
rx (d/nilv r rx)
|
||||||
ry (d/nilv r ry)
|
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
|
;; There are some svg circles in the internet that does not
|
||||||
;; have cx and cy attrs, so we default them to 0
|
;; have cx and cy attrs, so we default them to 0
|
||||||
|
|
Loading…
Reference in a new issue