Rerasterize SVGs when resized and refactor a bit

This commit is contained in:
Héctor Ramón Jiménez 2019-12-15 06:19:07 +01:00
parent 27717bc70c
commit 09707f29fc
8 changed files with 543 additions and 273 deletions

View file

@ -6,5 +6,6 @@ mod radio;
mod row;
mod scrollable;
mod slider;
mod svg;
mod text;
mod text_input;