Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js2343 this.width = this.parseUnitSize(unitWidth);
2344 this.height = this.parseUnitSize(unitHeight);
3044 this.strokeWeight = this.parseUnitSize(weight);
3077 parseUnitSize: function (text) { method in PShapeSVG