Draws the Chalkboard logo.

// Draws the logo at (250, 250) with a scale of 2
Chalkboard.LOGO(250, 250, 2);
  • Parameters

    • Optionalx: number = ...

      The x-position

    • Optionaly: number = ...

      The y-position

    • Optionalsize: number = 1

      The size

    • Optionalcontext: CanvasRenderingContext2D = ...

      The JavaScript Canvas API context

    Returns void