Hello, I am trying to draw a few circles inside a surface, however I get an error in firefox's console saying that the surface is null. The line var circleCreate = surface.createCircle(circle) is where the console gives the error. Here is my code:
dojo.require("dojox.gfx.move");
dojo.require("dojox.gfx.utils");
dojo.require("dojo._base.Color");
dojo.require("dojox.gfx._base");
dojo.require("dojox.gfx.shape");
dojo.require("dojox.gfx.path");
dojo.require("dojox.gfx.arc");
dojo.require("dojox.gfx");
dojo.require("dojo.colors");
