summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/threads.js b/threads.js
index 2817144..4aaf7b5 100644
--- a/threads.js
+++ b/threads.js
@@ -2535,6 +2535,8 @@ Process.prototype.reportAttributeOf = function (attribute, name) {
return thatObj.variables.getVar(attribute);
}
switch (this.inputOption(attribute)) {
+ case 'shape size':
+ return thatObj.shapeSize();
case 'x position':
return thatObj.xPosition ? thatObj.xPosition() : '';
case 'y position':