dojox.gfx.shape.Creator.createPolyline
dojo.require("dojox.gfx.shape");
defined in dojox/gfx/shape.js
creates an SVG polyline/polygon shape
Usage
function (/*Object*/ points) (view source)
parameter | type | description |
---|---|---|
points | Object | a points object (see dojox.gfx.defaultPolyline) or an Array of points |