mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
build for 1.2.1
This commit is contained in:
6
konva.js
6
konva.js
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v1.2.0
|
* Konva JavaScript Framework v1.2.1
|
||||||
* http://konvajs.github.io/
|
* http://konvajs.github.io/
|
||||||
* Licensed under the MIT or GPL Version 2 licenses.
|
* Licensed under the MIT or GPL Version 2 licenses.
|
||||||
* Date: Thu Sep 15 2016
|
* Date: Thu Sep 15 2016
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
var Konva = {
|
var Konva = {
|
||||||
// public
|
// public
|
||||||
version: '1.2.0',
|
version: '1.2.1',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
@@ -15017,7 +15017,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// update text data for certain attr changes
|
// update text data for certain attr changes
|
||||||
this.on('textChange.konva textStroke.konva textStrokeWidth.konva letterSpacing.konva', that._setTextData);
|
this.on('textChange.konva letterSpacingChange.konva', that._setTextData);
|
||||||
that._setTextData();
|
that._setTextData();
|
||||||
this.sceneFunc(this._sceneFunc);
|
this.sceneFunc(this._sceneFunc);
|
||||||
this.hitFunc(this._hitFunc);
|
this.hitFunc(this._hitFunc);
|
||||||
|
12
konva.min.js
vendored
12
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
Reference in New Issue
Block a user