mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build for 8.3.12
This commit is contained in:
parent
7eef552637
commit
9d2d673305
4
konva.js
4
konva.js
@ -5,7 +5,7 @@
|
||||
})(this, (function () { 'use strict';
|
||||
|
||||
/*
|
||||
* Konva JavaScript Framework v8.3.11
|
||||
* Konva JavaScript Framework v8.3.12
|
||||
* http://konvajs.org/
|
||||
* Licensed under the MIT
|
||||
* Date: Mon Aug 29 2022
|
||||
@ -35,7 +35,7 @@
|
||||
: {};
|
||||
const Konva$2 = {
|
||||
_global: glob,
|
||||
version: '8.3.11',
|
||||
version: '8.3.12',
|
||||
isBrowser: detectBrowser(),
|
||||
isUnminified: /param/.test(function (param) { }.toString()),
|
||||
dblClickWindow: 400,
|
||||
|
4
konva.min.js
vendored
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "konva",
|
||||
"version": "8.3.11",
|
||||
"version": "8.3.12",
|
||||
"author": "Anton Lavrenov",
|
||||
"files": [
|
||||
"README.md",
|
||||
|
@ -12,7 +12,7 @@ import {
|
||||
assertAlmostEqual,
|
||||
} from './test-utils';
|
||||
|
||||
describe.only('Text', function () {
|
||||
describe('Text', function () {
|
||||
// ======================================================
|
||||
it('text with empty config is allowed', function () {
|
||||
var stage = addStage();
|
||||
|
Loading…
Reference in New Issue
Block a user