Hey all,
I noticed there have been several instances where 2 style attributes are applied to the same tag in an exported SVG. Mainly this happens on non-outlined text tags with style="white-space:pre"
. It also happens with mix blend modes. As you may know, this is noncompliant HTML per the spec:
" There must never be two or more attributes on the same start tag whose names are an ASCII case-insensitive match for each other."
Would be great to have this fixed as it creates extra time spent fixing these issues after export.