Expand description
Parser for the FD text format โ SceneGraph.
Built on winnow 0.7 for efficient, streaming parsing.
Handles: comments, style definitions, imports, node declarations
(group, rect, ellipse, path, text), inline properties, animations,
and top-level constraints.
Functionsยง
- parse_
document - Parse an FD document string into a
SceneGraph.