cjohansen / replicant

A native ClojureScript virtual DOM renderer - render hiccup directly
223 stars 10 forks source link

Fix string render issue with adding extra xmlns to svg element #39

Closed PEZ closed 3 months ago

PEZ commented 3 months ago

If the svg hiccup already contains :xmlns, the generated string would contain two xmlns= attributes.

image
cjohansen commented 3 months ago

😊 👍