Namespacedojox.gfx.arc

dojo.require("dojox.gfx.arc");
defined in dojox/gfx/arc.js

Jump to PropertiesFunctionsBack to top

Functiondojox.gfx.arc.arcAsBezier(last: Object, rx: Number, ry: Number, xRotg: Number, large: Boolean, sweep: Boolean, x: Number, y: Number)
calculates an arc as a series of Bezier curves given the last point and a standard set of SVG arc parameters, it returns an array of arrays of parameters to form a series of absolute Bezier curves.

Jump to FunctionsPropertiesBack to top