Skip to content

<marker> attributes don't support all units from SVG2 (refX, refY, markerWidth, markerHeight) #316

@jwmcglynn

Description

@jwmcglynn
  • refX/refY currently only support double in the SVG2 spec however they should support this:
Name Value Initial value Animatable
refX <length-percentage> | <number> | left | center | right 0 yes
refY <length-percentage> | <number> | top | center | bottom 0 yes

Source: https://www.w3.org/TR/SVG2/painting.html#MarkerElementRefXAttribute

  • markerWidth/markerHeight also currently support double, but are this in the spec:
Name Value Initial value Animatable
markerWidth, markerHeight <length-percentage> | <number> 3 yes

Source: https://www.w3.org/TR/SVG2/painting.html#MarkerWidthAttribute

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions