Commit 26d4900b by Иван Кубота

stops

parent 4cc7e491
......@@ -235,7 +235,7 @@ NS.apply = function(a,b) {
setClassNameSVG = function(el, cls) {
el.setAttribute( 'class', cls );
};
'svg,path,circle,g,defs,marker,ellipse,animateTransform,linearGradient,mask,rect'.split( ',' ).forEach( function( name ){
'svg,path,circle,g,defs,marker,ellipse,animateTransform,linearGradient,mask,rect,stop'.split( ',' ).forEach( function( name ){
customElementCreate[name] = createElementSVG;
customElementClassNameSetter[name] = setClassNameSVG;
D[ name ] = function(cfg){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment