mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 13:56:04 +00:00
🐛 Fix problem with invalid svg value
This commit is contained in:
@@ -488,8 +488,9 @@
|
||||
filter-values)))
|
||||
|
||||
(defn extract-ids [val]
|
||||
(->> (re-seq xml-id-regex val)
|
||||
(mapv second)))
|
||||
(when (some? val)
|
||||
(->> (re-seq xml-id-regex val)
|
||||
(mapv second))))
|
||||
|
||||
(defn fix-dot-number
|
||||
"Fixes decimal numbers starting in dot but without leading 0"
|
||||
|
||||
Reference in New Issue
Block a user