Skip to content

Releases: everdimension/angular-svg-base-fix

Release list

v2.0.0

Choose a tag to compare

@everdimension everdimension released this 28 Jul 17:18

Main change:

You no longer have to add the custom svg-base-fix attribute, the lib automatically targets all xlink:href attributes. Example usage:

<svg>
  <use xlink:href="#icon-name"></use>
</svg>