mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-06 23:41:00 +00:00
Fix style error
This commit is contained in:
parent
a3d40878d6
commit
da3184aaae
1 changed files with 2 additions and 1 deletions
|
|
@ -1201,7 +1201,8 @@
|
|||
if (options.viewBox) {
|
||||
width = options.viewBox.width;
|
||||
height = options.viewBox.height;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
width = this.width;
|
||||
height = this.height;
|
||||
if (!this.svgViewportTransformation) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue