mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
build for 1.0.3
This commit is contained in:
parent
e974b1591c
commit
84b6bbd7d0
8
konva.js
8
konva.js
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v1.0.2
|
* Konva JavaScript Framework v1.0.3
|
||||||
* 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: Fri Jul 08 2016
|
* Date: Sun Aug 14 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.0.2',
|
version: '1.0.3',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
@ -7418,7 +7418,7 @@
|
|||||||
* return self rectangle (x, y, width, height) of shape.
|
* return self rectangle (x, y, width, height) of shape.
|
||||||
* This method are not taken into account transformation and styles.
|
* This method are not taken into account transformation and styles.
|
||||||
* @method
|
* @method
|
||||||
* @memberof Konva.Node.prototype
|
* @memberof Konva.Shape.prototype
|
||||||
* @returns {Object} rect with {x, y, width, height} properties
|
* @returns {Object} rect with {x, y, width, height} properties
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
14
konva.min.js
vendored
14
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.0.2",
|
"version": "1.0.3",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user