Skip to main content
Question

Repeated style attributes in exported SVGs

  • October 31, 2024
  • 0 replies
  • 17 views

gavinatkinson

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.

This topic has been closed for replies.