Héctor Ramón

Results 168 comments of Héctor Ramón

Strange. May be a driver issue, a `wgpu` bug, or a surface misconfiguration related to #2231. Could you post the terminal output when running the `tour` example both for `vulkan`...

It seems `iced` is choosing to use your integrated GPU by default, so I would bet this is most likely a driver issue. You can force `iced` to use your...

Filling a `scrollable` in the scrolling direction is considered an invalid layout, since the available space is infinite.

I'll look into adding a debug assertion here to make the runtime error easier to debug.

> I believe the main problem here is that what iced and glyphon are doing is technically the correct color space handling, but no other application interprets the alpha channel...

> Like I believe even without "web colors" it should probably behave this way for blending the fonts. I'm happy to consider our options here, as long as we know...

We could also consider enabling the `web-colors` feature by default, since it's in the end what will be expected from most users. It is quite unfortunate that we have to...

@TheDecryptor Yes! I remember that paper! I think it would certainly be an interesting feature for [`glyphon`](https://github.com/grovesNL/glyphon) when using `ColorMode::Accurate`. cc @grovesNL

> Perhaps text and graphics should be treated separately? The font designer was probably looking dark-on-light output rendered with that broken technique when tuning the small sizes, so in some...