We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
innerSVG
The innerSVG(svg) helper does not escape the attributes which leads to broken SVG.
innerSVG(svg)
Cf. the test case in 83cd6a2
The characters should be transformed into > and <.
>
<
Related to camunda/camunda-modeler#4127
The text was updated successfully, but these errors were encountered:
Bug here
Sorry, something went wrong.
fix: escape entities in attributes
8463b4b
Closes #16
4cb2f5d
fix: escape entities in attributes (#17)
0726866
barmac
Successfully merging a pull request may close this issue.
Describe the Bug
The
innerSVG(svg)
helper does not escape the attributes which leads to broken SVG.Steps to Reproduce
Cf. the test case in 83cd6a2
Expected Behavior
The characters should be transformed into
>
and<
.Environment
Related to camunda/camunda-modeler#4127
The text was updated successfully, but these errors were encountered: