mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🎉 Hidden layer support for wasm render
This commit is contained in:
committed by
Belén Albeza
parent
7c7ede9d0c
commit
07215357d6
@@ -51,6 +51,7 @@ pub struct Shape {
|
||||
fills: Vec<Fill>,
|
||||
pub blend_mode: BlendMode,
|
||||
pub opacity: f32,
|
||||
pub hidden: bool,
|
||||
}
|
||||
|
||||
impl Shape {
|
||||
@@ -65,6 +66,7 @@ impl Shape {
|
||||
fills: vec![],
|
||||
blend_mode: BlendMode::default(),
|
||||
opacity: 1.,
|
||||
hidden: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user