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

Problem with path rendering #11

Closed
rodighiero opened this issue May 26, 2020 · 3 comments
Closed

Problem with path rendering #11

rodighiero opened this issue May 26, 2020 · 3 comments

Comments

@rodighiero
Copy link

rodighiero commented May 26, 2020

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

@rodighiero
Copy link
Author

I think it is because of the 'a'

@bigtimebuddy
Copy link
Owner

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.

@rodighiero
Copy link
Author

Thank you!

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

No branches or pull requests

2 participants