Comparing version 8.0.3 to 8.0.4
@@ -6,3 +6,3 @@ # Change Log | ||
## 8.0.3 | ||
## 8.0.4 | ||
@@ -9,0 +9,0 @@ - Fix fill pattern updates on `fillPatternX` and `fillPatternY` changes. |
@@ -16,3 +16,3 @@ var PI_OVER_180 = Math.PI / 180; | ||
_global: glob, | ||
version: '8.0.3', | ||
version: '8.0.4', | ||
isBrowser: detectBrowser(), | ||
@@ -19,0 +19,0 @@ isUnminified: /param/.test(function (param) { }.toString()), |
@@ -96,3 +96,3 @@ import { Konva } from './Global.js'; | ||
const tr = new Transform(); | ||
tr.translate(this.fillPatternX(), this.fillPatternX()); | ||
tr.translate(this.fillPatternX(), this.fillPatternY()); | ||
tr.rotate(Konva.getAngle(this.fillPatternRotation())); | ||
@@ -99,0 +99,0 @@ tr.scale(this.fillPatternScaleX(), this.fillPatternScaleY()); |
{ | ||
"name": "konva", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"author": "Anton Lavrenov", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display