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

Text in SVGs is not rendered when using wgpu #2160

Closed
2 tasks done
cfrenette opened this issue Dec 11, 2023 · 0 comments · Fixed by #2161
Closed
2 tasks done

Text in SVGs is not rendered when using wgpu #2160

cfrenette opened this issue Dec 11, 2023 · 0 comments · Fixed by #2161
Labels
bug Something isn't working

Comments

@cfrenette
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

This is related to #870 except for the native renderer and the same fix works for wgpu. Please find an example program reproducing the issue at https://github.com/cfrenette/iced-svg-text-issue. Text nodes inside the SVG are not currently rendered by wgpu on the master branch.

What is the expected behavior?

The text inside <text/> tags should be rendered. If we convert the text to paths like in #1908 the text is rendered.

Version

master

Operating System

Linux

Do you have any log output?

No response

@cfrenette cfrenette added the bug Something isn't working label Dec 11, 2023
@cfrenette cfrenette changed the title Text in SVGs is not rendered using wgpu Text in SVGs is not rendered when using wgpu Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant