mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:26:37 +02:00
✨ Serialize layout data
This commit is contained in:
parent
b4f6177be7
commit
80d5272248
17 changed files with 1006 additions and 375 deletions
8
render-wasm/src/shapes/frames.rs
Normal file
8
render-wasm/src/shapes/frames.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
use super::Corners;
|
||||
use super::Layout;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Default)]
|
||||
pub struct Frame {
|
||||
pub corners: Option<Corners>,
|
||||
pub layout: Option<Layout>,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue