Is there plans to resolve Frame::fill_text()? #1327
Unanswered
john-basilio
asked this question in
Q&A
Replies: 1 comment
|
The widget is imported from iced so you can ask there https://github.com/iced-rs/iced/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For context, I'm creating a Node Graph canvas as you can see below.

My canvas is rendered using cosmic::widget::canvas::Program::draw()
You can also see the issue here. It's the text leaking through another node overlapping it.
I sat in defeat when I rechecked the docs and saw this:
Warning: All text will be rendered on top of all the layers of a Canvas. Therefore, it is currently only meant to be used for overlays, which is the most common use case.So the only thing I can do right now is accept it and move on to other things.
Does the team have any plans to resolve this in the future?
All reactions