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.
Loading...
Searching...
No Matches
TransformOrigin.h File Reference
#include <ostream>
#include "donner/base/Length.h"
#include "donner/base/Vector2.h"
Include dependency graph for TransformOrigin.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::svg::TransformOrigin
 Represents the transform-origin property value. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, const TransformOrigin &origin)
 Ostream output operator.

Class Documentation

◆ donner::svg::TransformOrigin

struct donner::svg::TransformOrigin

Represents the transform-origin property value.

Class Members
Lengthd x X coordinate.
Lengthd y Y coordinate.