Missing desaturate.svg file within css folder
-
After installing this plugin, I notice inside the folder structure there is a missing svg that is being called in a filter, the SVG is called desaturate.svg and is expected to be in this folder:
/wp-content/plugins/wp-accessibility-helper/assets/css/
It is being called within this file in the same folder:
/wp-content/plugins/wp-accessibility-helper/assets/css/wp-accessibility-helper.min.css
with this bit of code here:
filter:url(desaturate.svg#greyscale);
Though the
desaturate.svg
file does not exist in that folder, so I thought maybe something happened to it, but after downloading this plugins zip file and looking for it in there, it does not exist there either. Can I get this svg please? Or maybe the code for calling it should be removed inside the minified css file?
- The topic ‘Missing desaturate.svg file within css folder’ is closed to new replies.