Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js2886 this.params[0] = this.element.getFloatAttribute("x");
2887 this.params[1] = this.element.getFloatAttribute("y");
2897 this.params[0] = this.element.getFloatAttribute("cx");
2898 this.params[1] = this.element.getFloatAttribute("cy");
2902 rx = ry = this.element.getFloatAttribute("r");
2904 rx = this.element.getFloatAttribute("rx");
2905 ry = this.element.getFloatAttribute("ry");
2917 this.params[0] = this.element.getFloatAttribute("x1");
2918 this.params[1] = this.element.getFloatAttribute("y1");
2919 this.params[2] = this.element.getFloatAttribute("x2");
[all …]