Skip to content

Commit

Permalink
Fix properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lilitsimonyan98 committed Apr 21, 2020
1 parent caf9374 commit 6f28c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-image-markup",
"version": "3.0.11",
"version": "3.0.12",
"description": "vue-image-markup will provide you to edit uploaded image easily and save it.",
"main": "src/Editor.vue",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/crop.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default (function () {
hasRotatingPoint: properties.hasRotatingPoint,
lockUniScaling: properties.lockUniScaling,
noScaleCache: properties.noScaleCache,
strokeUniform: properties/strokeUniform,
strokeUniform: properties.strokeUniform,
clipTo: function (context) {
context.translate(-this.width / 2, -this.height / 2);
for (let x = 0; x <= this.width; x += this.width / 3) {
Expand Down

0 comments on commit 6f28c6a

Please sign in to comment.