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
donner::editor::EditorSample Struct Reference

One built-in SVG document that can be loaded by editor UI surfaces. More...

#include "donner/editor/EditorSampleCatalog.h"

Public Attributes

std::string_view id
std::string_view title
std::string_view source

Detailed Description

One built-in SVG document that can be loaded by editor UI surfaces.

The catalog owns none of the strings. Each view refers to static compiled data, so callers can retain a view for as long as the process is running.

Member Data Documentation

◆ id

std::string_view donner::editor::EditorSample::id

◆ source

std::string_view donner::editor::EditorSample::source

◆ title

std::string_view donner::editor::EditorSample::title

The documentation for this struct was generated from the following file: