NSVG

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Enums

Command
enum Command
FillRule
enum FillRule
LineCap
enum LineCap
LineJoin
enum LineJoin
PaintType
enum PaintType
SpreadType
enum SpreadType

Functions

forEachShape
void forEachShape(DG dg)

delegate can accept: NSVG.Shape* const(NSVG.Shape)* ref NSVG.Shape in ref NSVG.Shape delegate can return: void bool (true means stop)

Structs

Gradient
struct Gradient
GradientStop
struct GradientStop
Paint
struct Paint
Path
struct Path
Shape
struct Shape

Variables

height
float height;

Height of the image.

shapes
NSVG.Shape* shapes;

Linked list of shapes in the image.

width
float width;

Width of the image.

Meta