Héctor Ramón

Results 168 comments of Héctor Ramón

Yes, `Handle::from_path` returns a `Handle` pointing to a specific path. It doesn't load any data. I believe both `Image` and `Svg` widgets should be eventually moved to `iced_graphics` and the...

Thanks for the detailed report and the SSCCE! 🎉 I can reproduce the issue on Windows and I tracked it down to the `winit::EventLoopProxy`. Specifically, I have verified that all...

We should check if the issue is still present in the latest `winit` release.

Hey! Thanks for giving this a shot! There were already some existing efforts in the same direction in #957 by @derezzedex with some discussion. It'd be great to compare both...

Definitely a slip-up on my side. I think we could create a `Tooltip` variant in `Primitive` and have a dedicated `tooltip` layer or something similar. I'll play with the idea.

Do [the `wgpu` examples](https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples) work for you?

You didn't answer my question. What about [the examples en the `wgpu` repository](https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples)? If those don't work, then this an upstream issue!

This will be properly addressed once we tackle #1071 and #1199.

No, there is no multi-line text input support yet. This is definitely planned, but I believe we will need to tackle #33 and #34 first. If you want to join...