dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
11 lines (10 loc) • 311 B
JavaScript
define(["dojox/gfx"], function(){
// TODO: the current implementation is not functional, please implement correctly
/*
dojo.getObject("dojox.gfx.arc", true);
var r = dojox.gfx.svg.attach[dojox.gfx.renderer];
dojo.gfx.attachSurface = r.attachSurface;
dojo.gfx.attachNode = r.attachNode;
return r;
*/
});