Skip to content

Title: clip-path="url('#id')" causes compatibility issues in some SVG renderers #309

@shiny

Description

@shiny

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')"
Image

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions