(tag)
| 18 | |
| 19 | (function() { |
| 20 | var 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 | |
| 24 | ART.SVG.Base.implement({ |
| 25 | dash: function(dash) { |
no outgoing calls
no test coverage detected