mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
build for 1.1.4
This commit is contained in:
8
konva.js
8
konva.js
@@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v1.1.3
|
* Konva JavaScript Framework v1.1.4
|
||||||
* 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: Mon Sep 12 2016
|
* Date: Tue Sep 13 2016
|
||||||
*
|
*
|
||||||
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
|
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
|
||||||
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
|
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
var Konva = {
|
var Konva = {
|
||||||
// public
|
// public
|
||||||
version: '1.1.3',
|
version: '1.1.4',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
@@ -13092,7 +13092,7 @@
|
|||||||
context.fillStrokeShape(this);
|
context.fillStrokeShape(this);
|
||||||
},
|
},
|
||||||
setText: function(text) {
|
setText: function(text) {
|
||||||
var str = Konva.Util._isString(text) ? text : text.toString();
|
var str = Konva.Util._isString(text) ? text : (text || '').toString();
|
||||||
this._setAttr(TEXT, str);
|
this._setAttr(TEXT, str);
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
8
konva.min.js
vendored
8
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.1.3",
|
"version": "1.1.4",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
Reference in New Issue
Block a user