slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann abe95688b9 Avoid re-parsing SVG images when scaling in the GL renderer
This isn't quite 100% clean but keeping a reference to the original svg tree
is maybe a reasonable compromise for now.
2021-02-12 18:59:02 +01:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Small image handling cleanup 2021-02-10 20:36:32 +01:00
eventloop.rs Handle Esc in the GL backend 2021-02-08 09:00:09 +01:00
fonts.rs Hack to make the demos start up with latest macOS and GL backend 2021-02-03 08:55:44 +01:00
graphics_window.rs Clean up image size determination in the rendering backend 2021-02-10 17:34:29 +01:00
images.rs Avoid re-parsing SVG images when scaling in the GL renderer 2021-02-12 18:59:02 +01:00
lib.rs Avoid re-parsing SVG images when scaling in the GL renderer 2021-02-12 18:59:02 +01:00
svg.rs Support rendering SVGs with a specified size in the GL backend 2021-02-10 17:52:34 +01:00