Searched refs:gatherAttribute (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | export.min.js | 1 …gatherAttribute:function(a,b,d,e){var f,e=e?e:0,d=d?d:3;return a&&(f=a.getAttribute(b),!f&&d>e)?c.…
|
H A D | export.js | 851 gatherAttribute: function( elm, attr, limit, lvl ) { method in AmCharts._this 858 return _this.gatherAttribute( elm.parentNode, attr, limit, lvl + 1 ); 894 … var transform = fabric.parseTransformAttribute( _this.gatherAttribute( childNode, "transform" ) ); 1679 var className = _this.gatherAttribute( svg, "class" ); 1680 var visibility = _this.gatherAttribute( svg, "visibility" ); 1681 var clipPath = _this.gatherAttribute( svg, "clip-path" );
|