Interface ClosableContext

An interface for the closePath() method of the CanvasPathMethods API.

interface ClosableContext {
    closePath(): void;
}

Methods

Methods

  • closePath() method of the CanvasPathMethods API.

    Returns void