|
|
Donner
C++20 SVG rendering library
|
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". |