Skip to content

Bad code in several iconsΒ #33

@cyberalien

Description

@cyberalien

Several icons that use SVG animations have multiple elements with the same id:

  • /production/fill/svg/alert-avalanche-danger.svg has multiple elements with id="x"
  • /production/fill/svg/alert-falling-rocks.svg has multiple elements with id="x"
  • /production/line/svg/alert-avalanche-danger.svg has multiple elements with id="x"
  • /production/line/svg/alert-falling-rocks.svg has multiple elements with id="x"
  • /production/fill/svg/partly-cloudy-night-hail.svg has 2 symbols with id="i"

Last icon has 2 symbols with same id, other icons have multiple animations with same id. Symbols are used as clip paths, animations are used in timing of other animations, so those ids are actually used and probably used incorrectly.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions