| 1173 | } |
| 1174 | |
| 1175 | void ScriptingObjects::PathObject::scaleToFit(var x, var y, var width, var height, bool preserveProportions) |
| 1176 | { |
| 1177 | p.applyTransform(p.getTransformToScaleToFit(x, y, width, height, preserveProportions)); |
| 1178 | } |
| 1179 | |
| 1180 | void ScriptingObjects::PathObject::roundCorners(var radius) |
| 1181 | { |
no test coverage detected