|
|
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.
|
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". |