mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
9fd8315c53
Before this commit, t-raw a string containing `<svg>` did not display the svg element. This was because of missing namespace in vnode's data. Now, `vdom.addNS` is called to add the svg namespace when necessary.