Hi,
I noticed that the library currently outputs clip-path values in this form: clip-path="url('#clip-path-dot-color-8')"
However, this syntax is not well supported by all SVG renderers. Some tools (e.g. Affnity Designer 2) expect the url() reference to be written without quotes around the fragment identifier, like: clip-path="url(#clip-path-dot-color-8)"
clip-path="url('#clip-path-dot-color-8')"

clip-path="url(#clip-path-dot-color-8)"

Hi,
I noticed that the library currently outputs clip-path values in this form:
clip-path="url('#clip-path-dot-color-8')"However, this syntax is not well supported by all SVG renderers. Some tools (e.g. Affnity Designer 2) expect the url() reference to be written without quotes around the fragment identifier, like:
clip-path="url(#clip-path-dot-color-8)"clip-path="url('#clip-path-dot-color-8')"clip-path="url(#clip-path-dot-color-8)"