vue-svg-filler
vue-svg-filler copied to clipboard
New Functionality: SVG Rotation
Do you have any plans to add rotation to this package? It would be great to be able to dynamically rotate a SVG.
Example: <svg-filler path="static/icon/bitcoin.svg" fill="#FF9900" width="50px" height="50px" rotate="90"/>
would display the bitcoin.svg rotated to 90 degrees.
You might be interested by this app I made for my son, which uses vue-svg-fillter: https://parkmyspaceship.com/#/
Can you make a pr for this?