Donner
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::Path::Command Struct Reference

A command in the path, pairing a verb with the index of its first point. More...

#include "donner/base/Path.h"

Public Member Functions

bool operator== (const Command &other) const
 Equality operator.

Public Attributes

Verb verb
 The verb type.
uint32_t pointIndex
 Index of the first point for this command in the points array.
bool isInternal = false
 True for intermediate segments of arc decomposition. These are skipped when computing vertices for marker placement.

Friends

std::ostream & operator<< (std::ostream &os, const Command &command)
 Ostream output operator.

Detailed Description

A command in the path, pairing a verb with the index of its first point.


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