Added support for gradients to respect current frame transform.

This commit is contained in:
shan 2022-10-06 16:57:38 -07:00
parent f4878a1a66
commit 9c7bf417ac
7 changed files with 93 additions and 56 deletions

View file

@ -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;