Added support for gradients to respect current frame transform.
This commit is contained in:
parent
f4878a1a66
commit
9c7bf417ac
7 changed files with 93 additions and 56 deletions
|
|
@ -9,12 +9,12 @@ pub mod path;
|
|||
|
||||
mod cache;
|
||||
mod cursor;
|
||||
mod frame;
|
||||
mod geometry;
|
||||
mod program;
|
||||
mod text;
|
||||
pub mod fill;
|
||||
pub mod stroke;
|
||||
pub(crate) mod frame;
|
||||
|
||||
pub use cache::Cache;
|
||||
pub use cursor::Cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue