|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Parses SMIL clock values from string representation. More...
#include "donner/svg/parser/ClockValueParser.h"
Static Public Member Functions | |
| static ParseResult< components::ClockValue > | Parse (std::string_view str) |
| Parse a clock value string. | |
Parses SMIL clock values from string representation.
Supported formats per the SVG Animations spec:
|
static |
Parse a clock value string.
| str | The string to parse. |