7677787980818283
*/ protected Canvas createCanvas(int width, int height) { if (ChronoscopeOptions.isFlashFallbackEnabled()) { return new FlashCanvas(this, width, height); } else { return new NullCanvas(this); } }