Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1offsetAttributes={borderLeftWidth:"left",borderTopWidth:"top",paddingLeft:"left",paddingTop:"top"}… class in getElementOffset
H A Dfabric.js2087 offsetAttributes = { class in getElementOffset
2098 for (var attr in offsetAttributes) {
2099 offset[offsetAttributes[attr]] += parseInt(getElementStyle(element, attr), 10) || 0;