fix for height

This commit is contained in:
Stefan Hayden 2019-01-10 16:33:23 -05:00
parent 3a2f070b6d
commit 2a09e8f116

View file

@ -595,7 +595,7 @@
var dimX, dimY;
if (this.strokeUniform) {
dimX = this.width / 2;
dimY = this.width / 2;
dimY = this.height / 2;
}
else {
dimX = dimensions.x / 2;