|
|
Donner 0.5.0
Embeddable browser-grade SVG2 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". |