mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
fix for height
This commit is contained in:
parent
3a2f070b6d
commit
2a09e8f116
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue