Skip to content

[svg-native] Decide whether reusable graphical elements are needed #689

Open
@jarek-foksa

Description

@jarek-foksa

SVG 2 defines following primitives for creating reusable graphics:

  • <pattern>
  • <marker>
  • <symbol>
  • <use>
  • <linearGradient href="...">
  • <radialGradient href="...">.

Some of those elements are already discussed in #671 and #670, but I think the broader question that needs to be answered first is: are they adding any value when it comes to rendering performance, file read/write performance, security or interoperability?. If not, then I would get rid of them altogether just like it has been done with all the text elements.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions