Draws the Chalkboard logo.
// Draws the logo at (250, 250) with a scale of 2Chalkboard.LOGO(250, 250, 2); Copy
// Draws the logo at (250, 250) with a scale of 2Chalkboard.LOGO(250, 250, 2);
Optional
The x-position
The y-position
The size
The JavaScript Canvas API context
Draws the Chalkboard logo.
Example