Home
last modified time | relevance | path

Searched refs:attrKey (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js362 domNodeAttrName.forEach(function(attrKey) { argument
363 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 …]