mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
12 lines
236 B
XML
12 lines
236 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:
|
|
// } |