mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
13 lines
235 B
XML
13 lines
235 B
XML
// pub struct LayoutDomNode {
|
|
// pub namespace: String,
|
|
// pub name: String,
|
|
// pub placement:
|
|
// // pub body: Vec<LayoutDomNode>
|
|
// }
|
|
|
|
// pub struct LayoutPlacement {
|
|
// pub width: f32,
|
|
// pub height: f32,
|
|
// pub x_align:
|
|
// }
|