angular-svg-base icon indicating copy to clipboard operation
angular-svg-base copied to clipboard

Auto directives to automatically rewrite absolute hash URLs for fragment references in SVG elements, to work around <base> side effects in Gecko and Blink.

Results 7 angular-svg-base issues
Sort by recently updated
recently updated
newest added

There is a package by this name on npm, and its [npm page](https://www.npmjs.com/package/angular-svg-base) claims to be from this github repository. But it also claims to be version 0.0.5, which is...

Hey Jeff, Wondering if this module works with the SVG animations that output in JSON format from the bodymovin plugin below? I can't seem to get your module to work...

Is there an Angular 2 version of this package out there or being planned? Or is there something in Angular 2 that I missed that addresses this problem?

I see in the description that this module purposefully handles only FuncIRI notation. Why is that? The following syntax is quite popular: ``` ``` And it too suffers from the...

Noticed the URL isn't being rewritten in IE.

I noticed that this fails to support urls that have quotes within it (i.e. in order to escape special characters). An example `url("http://example.com/test?item=Horrible (but valid) Item")` will not work. A...