|
|
Donner
Embeddable browser-grade SVG2 engine
|
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. | |
A command in the path, pairing a verb with the index of its first point.