wordpress-plugin-scalable-vector-graphics
wordpress-plugin-scalable-vector-graphics copied to clipboard
Scalable Vector Graphics are two-dimensional vector graphics, that can be both static and dynamic. This plugin allows your to easily use them on your site.
After upgrading to wordpress 4.9.8 I was getting a php parse error ` parser error : Start tag expected, '<' not found in` to fix this I replaced `$svg =...
https://en.support.wordpress.com/widgets/image-widget/ Renders 1x1 image...
Here's what the basics of a composer refactoring looks like. You now need to run `composer install` to get the dependency, but you gain the option of pulling the SVG...
I've refactored some of your fine work into a [Composer package](https://github.com/press-bits/media-library-svg-display) that I can pull as a dependency into another plugin. I'd be happy to submit a PR to do...