Are there any plans to offer optimization options for SVG images. I have spent days trying to figure out just what it takes to get an SVG image to work in Elements and it is daunting.
I have also been exploring some of the option for optimizing SVG images to remove some of the crud that can end up in them. It is amazing how small they can be one optimized.
Unfortunately, I have noticed that with highly optimized and minified SVG images that they do not display correctly in the property inspector. They appear ill formed. They render in the editor and browser just fine.
It would be nice if Elements had some built in support for optimizing and validating SVG images for use in the app. This could start fairly simple but over time could support optimization with tools like SVGO. That can really reduce the code size.
There is a lot I have discovered to get SVG images to work in Elements, but I’m not sure if what I’m doing is the right approach or not. All I have been trying to do is to get them to work as seamlessly as possible.
If needed I can provide more details on my discoveries and some of the things I think Elements could do to help the cause.