MCPcopy Create free account
hub / github.com/Inviz/lsd / createElement

Function createElement

Source/ART/ART.SVG.js:20–22  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

18
19(function() {
20var NS = 'http://www.w3.org/2000/svg', XLINK = 'http://www.w3.org/1999/xlink', UID = 0, createElement = function(tag){
21 return document.createElementNS(NS, tag);
22};
23
24ART.SVG.Base.implement({
25 dash: function(dash) {

Callers 2

ART.SVG.jsFile · 0.85
addColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected