1
0
Files
PPTX/tests/fixtures/yaml_samples/edge_cases/very_large_font.yaml
lanyuanxiaoyao f273cef195 fix: use quoted strings for size values in YAML to prevent time parsing
YAML parser interprets 16:9 as time format (16h 9m = 969s).
Using quoted strings "16:9" ensures correct string parsing.
2026-03-02 23:50:31 +08:00

12 lines
189 B
YAML

metadata:
size: "16:9"
slides:
- elements:
- type: text
box: [0, 0, 1, 1]
content: "Very Large Font"
font:
size: 200
color: "#333333"