Lewiscowles1986 / WordPressSVGPlugin

WordPress SVG Plugin
GNU General Public License v3.0
42 stars 4 forks source link

Themes need support to style CSS in an SVG inclusive way #2

Open Lewiscowles1986 opened 7 years ago

Lewiscowles1986 commented 7 years ago

Basically unless your theme supports styling for SVG's, the editor and final output might not be great. This is here just in-case we get issues like 1px x 1px SVG's or SVG's with height and width not constrained. It's not the job of this plugin to fix your theme, just enable the use of SVG's on the platform. More work is needed, and we'll happily accept PR's for docs on how you did this for theme-X

Lewiscowles1986 commented 3 years ago

I Think this might be solved / avoided by no longer having CSS rules in the plugin since 2.x.

Lewiscowles1986 commented 3 years ago

https://github.com/Lewiscowles1986/WordPressSVGPlugin/blob/main/src/index.php#L149 looks like it still remains...