♻️ Refactor blend mode and fills into their own submodules

This commit is contained in:
Belén Albeza 2024-11-29 11:46:45 +01:00
parent 2d4281bdf2
commit 00ab9ad3f0
5 changed files with 116 additions and 109 deletions

View file

@ -1,4 +1,3 @@
use skia_safe as skia;
pub type Rect = skia::Rect;
pub type Matrix = skia::Matrix;