MCPcopy
hub / github.com/adobe-webplatform/Snap.svg / make

Function make

demos/snap-ad/site/js/main.js:3197–3203  ·  view source on GitHub ↗
(name, parent)

Source from the content-addressed store, hash-verified

3195};
3196
3197function make(name, parent) {
3198 var res = $(name);
3199 parent.appendChild(res);
3200 var el = wrap(res);
3201 el.type = name;
3202 return el;
3203}
3204function Paper(w, h) {
3205 var res,
3206 desc,

Callers 5

getSomeDefsFunction · 0.70
main.jsFile · 0.70
PaperFunction · 0.70
gradientLinearFunction · 0.70
gradientRadialFunction · 0.70

Calls 2

$Function · 0.70
wrapFunction · 0.70

Tested by

no test coverage detected