A default canvas needs to be created before preload is run, otherwise functions like `color` will throw errors, saying that `_renderer` is not defined.
A default canvas needs to be created before preload is run, otherwise functions like
colorwill throw errors, saying that_rendereris not defined.