Add transform stack to canvas::Frame

This commit is contained in:
Héctor Ramón Jiménez 2020-02-14 04:59:31 +01:00
parent 76df374624
commit 558abf648b
6 changed files with 122 additions and 12 deletions

View file

@ -204,5 +204,5 @@ use iced_web as common;
pub use common::{
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
Length, Point, Space, Subscription, Vector, VerticalAlignment,
Length, Point, Size, Space, Subscription, Vector, VerticalAlignment,
};