|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Result payload. bytes is only populated on kOk; all other statuses leave it empty and set diagnostics to a human-readable reason. More...
#include "donner/editor/sandbox/SvgSource.h"
Public Attributes | |
| SvgFetchStatus | status = SvgFetchStatus::kOk |
| std::vector< uint8_t > | bytes |
| std::filesystem::path | resolvedPath |
| Absolute filesystem path the loader resolved to, for diagnostics and provenance tracking (e.g., baking into .rnr headers in S4). Empty when the URI didn't map to a filesystem path. | |
| std::string | diagnostics |
Result payload. bytes is only populated on kOk; all other statuses leave it empty and set diagnostics to a human-readable reason.
| std::vector<uint8_t> donner::editor::sandbox::SvgFetchResult::bytes |
| std::string donner::editor::sandbox::SvgFetchResult::diagnostics |
| std::filesystem::path donner::editor::sandbox::SvgFetchResult::resolvedPath |
Absolute filesystem path the loader resolved to, for diagnostics and provenance tracking (e.g., baking into .rnr headers in S4). Empty when the URI didn't map to a filesystem path.
| SvgFetchStatus donner::editor::sandbox::SvgFetchResult::status = SvgFetchStatus::kOk |