mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
♻️ Move rendering a single shape to the shape itself
This commit is contained in:
@@ -2,11 +2,12 @@ use crate::math;
|
||||
use skia_safe as skia;
|
||||
use uuid::Uuid;
|
||||
|
||||
mod blend;
|
||||
use crate::render::BlendMode;
|
||||
|
||||
mod fills;
|
||||
mod images;
|
||||
mod paths;
|
||||
pub use blend::*;
|
||||
mod render;
|
||||
pub use fills::*;
|
||||
pub use images::*;
|
||||
pub use paths::*;
|
||||
|
||||
Reference in New Issue
Block a user