slint/sixtyfps_runtime/corelib/graphics
Simon Hausmann 31471fcf89 Complete path support in the llr / rust generator
This patch takes care of the lowering of events/coordinates arrays as
path data, which originates from a `commands: ...` string of SVG path
commands.

In order to minimize the path specific code in the generator, the
compile_paths now generates a Vec<Expression> for the events and
coordinates.
2022-01-12 16:22:35 +01:00
..
brush.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
color.rs janitor: Sprinkle #[must_use] over the codebase 2022-01-09 13:46:33 +01:00
fps_counter.rs janitor: Do not use single character string constants as patterns 2022-01-04 18:21:22 +01:00
image.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
path.rs Complete path support in the llr / rust generator 2022-01-12 16:22:35 +01:00