You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Visualize): SVG clips now work again, fixes#272
Due to this issue
angular/angular.js#8934 (comment)
we were using absolute paths to reference clips. Unfortunately this
stopped working as soon as we started using deep linking on the
visualize page. Instead, an update to the issue means we can drop
support for IE9 and remove some of the need for the `<base>` element.
Fixes#272
0 commit comments