mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 06:56:11 +02:00
📎 Fix review issues
This commit is contained in:
parent
7a38b08506
commit
4adc5d25a7
2 changed files with 5 additions and 1 deletions
|
@ -330,6 +330,10 @@
|
|||
(p/let [xmldata (extract-svg page object)
|
||||
txtdata (extract-txt-nodes page object)
|
||||
result (replace-text-nodes xmldata txtdata)
|
||||
|
||||
;; SVG standard don't allow the entity
|
||||
;; nbsp.   is equivalent but compatible
|
||||
;; with SVG.
|
||||
result (str/replace result " " " ")]
|
||||
|
||||
;; (println "------- ORIGIN:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue