Simon Hausmann
Simon Hausmann
Darn. Ok, after commit b00752514c0bfc24b820dae56d18d9d271bea260 removing "renderer-skia-vulkan" in your `Cargo.toml` should be a way to avoid this code path. It sucks that we can't handle this panic :(
These are the files right now: ``` 404.html LICENSE.md assets index.html preview.html script.js versions.txt ``` @aurindam Is it correct that script.js and 404.html should come from somewhere else? If yes,...
I pushed a change to preserve the 404/license/script.js files that are also present in the other top-level folders in www-releases.
Great summary and analysis - makes a lot of sense to me. We can fix that in FemtoVG. I wonder though if it should be unconditionally nearest neighbour or if...
I can confirm that your proposed fix works. This indeed also fixes #4868
Thanks again @CryZe ❤️
Hi! Which platform are you on?
Yes that's right. I think I recall seeing this before on Linux but there the issue was that the font didn't provide any color glyphs. Perhaps there's a bug in...
Thanks for the bug report. This is clearly a case of "should not happen" :). This would happen if you're using either `width: 10%;"` or `height: 10%"` (or some other...
Would you be able to run it in a debugger when break when it hangs? Maybe the backtrace tells us something.