Exporting this to SVG loses the inner shadow when rendered in Chrome/Firefox/Safari. See output below where this information is lost.
This type of problem with export to SVG has happened to me in other situations. Can you guys add a SVG validation button that turns off/warns/flags any layers that are non-conforming to SVG spec and will not export properly without modifications? For example notify the user:
- Attention! Layer Pattern1 has style "Linear Burn" applied which will not export to SVG.
- Attention! Layer <Layername> has <problem error message for SVG export> and <remedy action>.
- Proceed? (Y|N)
I found the SVG spec supports the following 5 blend modes with a quick google search: Normal, Multiply, Screen, Darken, Lighten. https://developer.mozilla.org/en-US/doc ... endElement. I tried switching to the "Multiply" layer style to see if it work, but not avail. It appears the layer styles are not exported into SVG.
Love the tool - keep up the good work.
Thanks
Shawn