Y
Hacker News
new
|
ask
|
show
|
jobs
by
devrelm
3339 days ago
Is `xmlns` actually required? We've pulled it out of all of our React svg's and everything seems to work fine. Does anyone know of any quirks this could be causing?
1 comments
tomgp
3339 days ago
It depends, if you're delivering stand alone SVGs (as opposed to inlined in some html) then browsers may not render the graphic properly without it.
link