MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / beginPath

Method beginPath

packages/alphatab/src/platform/skia/SkiaCanvas.ts:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 }
186
187 public beginPath(): void {
188 this._canvas.beginPath();
189 }
190
191 public closePath(): void {
192 this._canvas.closePath();

Callers

nothing calls this directly

Calls 1

beginPathMethod · 0.65

Tested by

no test coverage detected