Currently, WireCloud injects a <base> element into the HTML of the widgets, but this behaviour gives problems with some advanced SVG features (see this question @ StackOverflow for more details).
We have to analyse if we can remove this base element, and if so, remove it.
Currently, WireCloud injects a
<base>element into the HTML of the widgets, but this behaviour gives problems with some advanced SVG features (see this question @ StackOverflow for more details).We have to analyse if we can remove this
baseelement, and if so, remove it.