MCPcopy Create free account
hub / github.com/Tom94/tev / beginPath

Method beginPath

include/tev/VectorGraphics.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 static VgCommand stroke() { return {EType::Stroke, {}}; }
116
117 static VgCommand beginPath() { return {EType::BeginPath, {}}; }
118 static VgCommand closePath() { return {EType::ClosePath, {}}; }
119 static VgCommand pathWinding(EWinding winding) { return {EType::PathWinding, {{(float)(int)winding}}}; }
120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected