You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this issue related to iced?
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
The text was updated successfully, but these errors were encountered: