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

<clipPath> with a transform won't work. #136

Closed
ragasubekti opened this issue Mar 15, 2019 · 2 comments · Fixed by #794
Closed

<clipPath> with a transform won't work. #136

ragasubekti opened this issue Mar 15, 2019 · 2 comments · Fixed by #794

Comments

@ragasubekti
Copy link

ragasubekti commented Mar 15, 2019

So, i'm trying to render svg to screen using as usual SvgPicture.asset() but it doesn't show anything or even render.

There also no error thrown at the debug console, it just doesn't render

An example of the svg

I've also tried to use usvg but the result still same

@dnfield
Copy link
Owner

dnfield commented Mar 25, 2019

It's the clip path. If you remove that it will work.

Unfortunately, I'm not properly supporting clipPaths with a transform on them right now.

@dnfield dnfield changed the title SVG won't render at all <clipPath> with a transform won't work. Mar 25, 2019
@ragasubekti
Copy link
Author

Thankyou, i was so confused

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.

2 participants