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
Why I cannot render this element?
<svg><path d="M476.98922567641745,249.94509216279818m0,13239.074933118814a13239.074933118814,13239.074933118814 0 1,1 0,-26478.14986623763a13239.074933118814,13239.074933118814 0 1,1 0,26478.14986623763z"></path></svg>
I get this
[PIXI.SVG] Draw command not supported: a
The text was updated successfully, but these errors were encountered:
I think it is because of the 'a'
Sorry, something went wrong.
Yeah, arcs are not supported because of the difference between pixi and svg. I can take another look at this and see if there’s a solution.
Thank you!
No branches or pull requests
Why I cannot render this element?
<svg><path d="M476.98922567641745,249.94509216279818m0,13239.074933118814a13239.074933118814,13239.074933118814 0 1,1 0,-26478.14986623763a13239.074933118814,13239.074933118814 0 1,1 0,26478.14986623763z"></path></svg>
I get this
[PIXI.SVG] Draw command not supported: a
The text was updated successfully, but these errors were encountered: