Inkscape
Vector Graphics Editor
|
#include <drawing-item.h>
Public Attributes | |
std::uint32_t | outline_color |
std::optional< Antialiasing > | antialiasing_override |
bool | dithering = false |
Definition at line 51 of file drawing-item.h.
std::optional<Antialiasing> Inkscape::RenderContext::antialiasing_override |
Definition at line 54 of file drawing-item.h.
bool Inkscape::RenderContext::dithering = false |
Definition at line 55 of file drawing-item.h.
std::uint32_t Inkscape::RenderContext::outline_color |
Definition at line 53 of file drawing-item.h.
Referenced by Inkscape::DrawingItem::render(), and Inkscape::Drawing::render().