Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing functionality for svg <use> elements #652

Open
plsnk opened this issue Oct 9, 2023 · 0 comments · May be fixed by #653
Open

missing functionality for svg <use> elements #652

plsnk opened this issue Oct 9, 2023 · 0 comments · May be fixed by #653

Comments

@plsnk
Copy link

plsnk commented Oct 9, 2023

With the ImageSVG functionality,
image
is not displayed correctly.
image

location of missing functionality startSVGElementHandler and endSVGElementHandler.

behavior in version 6.6.5

  • objects outside <defs> elements can not be referenced with <use> since they are not stored in array $svgdefs.
  • $svgdefs does not contain child elements with id attributes set.

additional info

  • currently the structure does not allow for elements to be stored as child element and independently being referenced.
  • a <use> element within a recursive call from a <use> can cause issues when addressing the points above.
@plsnk plsnk linked a pull request Oct 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant