Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::parser::CssTransformParser Class Reference

Parse a CSS "transform" property, see https://www.w3.org/TR/css-transforms-1/#transform-property. More...

#include "donner/svg/parser/CssTransformParser.h"

Static Public Member Functions

static ParseResult< CssTransformParse (std::span< const css::ComponentValue > components)
 Parse a CSS "transform" property, see https://www.w3.org/TR/css-transforms-1/#transform-property.
 

Detailed Description

Parse a CSS "transform" property, see https://www.w3.org/TR/css-transforms-1/#transform-property.

Member Function Documentation

◆ Parse()

ParseResult< CssTransform > donner::svg::parser::CssTransformParser::Parse ( std::span< const css::ComponentValue > components)
static

Parse a CSS "transform" property, see https://www.w3.org/TR/css-transforms-1/#transform-property.

Parameters
componentsCSS ComponentValues for a parsed transform property.
Returns
Parsed CSS transform, or an error.

The documentation for this class was generated from the following files: