|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
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. |