Sample Data
This data represents a Figma frame using Auto Layout with two child elements: one positioned normally (relative) and one positioned absolutely with specific X and Y offsets.
| Cell | Value |
|---|---|
| A1 | Frame with Auto Layout |
| A2 | Child 1 (Auto Layout) |
| A3 | Child 2 (Absolute Position) |
| B2 | Width:100 |
| B3 | Width:100 |
| C2 | Position: Relative |
| C3 | Position: Absolute |
| D3 | X:50 |
| E3 | Y:20 |