MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / createFromString

Function createFromString

libs/echarts/echarts.simple.js:15559–15561  ·  view source on GitHub ↗

* Create a Path object from path string data * http://www.w3.org/TR/SVG/paths.html#PathData * @param {Object} opts Other options

(str, opts)

Source from the content-addressed store, hash-verified

15557 * @param {Object} opts Other options
15558 */
15559function createFromString(str, opts) {
15560 return new Path(createPathOptions(str, opts));
15561}
15562
15563/**
15564 * Create a Path class from path string data

Callers 2

makePathFunction · 0.70
echarts.simple.jsFile · 0.70

Calls 1

createPathOptionsFunction · 0.70

Tested by

no test coverage detected