|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Parser for SVG preserveAspectRatio attribute. More...
#include "donner/svg/parser/PreserveAspectRatioParser.h"
Static Public Member Functions | |
| static ParseResult< PreserveAspectRatio > | Parse (std::string_view str) |
| Parse an SVG preserveAspectRatio attribute. | |
Parser for SVG preserveAspectRatio attribute.
|
static |
Parse an SVG preserveAspectRatio attribute.
It parses a string containing the following values:
| str | Input string, such as "xMidYMid meet". |