|
|
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.
|
Stores the parsed element type of the current entity. More...
#include "donner/svg/components/ElementTypeComponent.h"
Public Member Functions | |
| ElementTypeComponent (ElementType type) | |
Tag this entity to have ElementType type. | |
| ElementType | type () const |
| Get the parsed element type as an enum. | |
Stores the parsed element type of the current entity.
|
inlineexplicit |
Tag this entity to have ElementType type.
| type | The type of the element. |