Searched refs:attrKey (Results 1 – 1 of 1) sorted by relevance
362 domNodeAttrName.forEach(function(attrKey) { argument363 if (attrKey === 'stroke-width') {364 attrKey = 'strokeWidth'365 } else if (attrKey === 'fill-opacity') {366 attrKey = 'fillOpacity'367 } else if (attrKey === 'stroke-dasharray') {368 attrKey = 'strokeDasharray'369 } else if (attrKey === 'stroke-dashoffset') {370 attrKey = 'strokeDashoffset'371 } else if (attrKey === 'stroke-linecap') {[all …]