Skip to content

Releases: bmartinson/ngx-x-browser-svg-mask

1.0.1

19 Aug 18:14
b4b6876
Compare
Choose a tag to compare

Overview

This is the initial release of ngx-x-browser-svg-mask!

This package provides a directive for Angular 2+ that helps handle some of the cross browser specifics involved with creating SVG masks. When it comes to compositing an SVG using a base image and a mask image, each browser requires slightly different properties and some (Safari) require a specific path structure for the mask reference. To ease the burden of creating many SVG masks in your application, applying this directive will help you not have to worry about any of the specifics and generate SVG masks with minimal attribute assignment.