Home
last modified time | relevance | path

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

/plugin/odt/ODT/elements/
H A DODTElementFrame.php244 $widthAttr = 'svg:width="'.$width.'"';
245 $this->attributes = str_replace($matches [0], $widthAttr, $this->attributes);
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc59 var widthAttr = parseInt( element.getAttribute( 'width' ), 10 ),
62 !isNaN( widthAttr ) && this.setValue( widthAttr );
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2widthAttr,heightAttr){var viewBoxAttr=element.getAttribute("viewBox"),scaleX=1,scaleY=1,minX=0,min… argument
H A Dfabric.js3226 function addVBTransform(element, widthAttr, heightAttr) { argument
3244 if (widthAttr && widthAttr !== viewBoxWidth) {
3245 scaleX = widthAttr / viewBoxWidth;
3312 widthAttr, heightAttr, toBeParsed = false;
3315 widthAttr = parseUnit(doc.getAttribute('width'));
3321 if (!widthAttr || !heightAttr) {
3324 widthAttr = parseFloat(viewBoxAttr[3]),
3332 addVBTransform(doc, widthAttr, heightAttr);
3359 width: widthAttr,