From 2328fb06d4882da560cce5e6f3d2b49eb68c9466 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 15 Mar 2021 07:34:20 -0500 Subject: [PATCH] update version --- README.md | 6 +++--- src/shapes/Text.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f2fea98..d4ff6b87 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github # Quick Look ```html - +
+ ``` -You can also use a CDN: [https://unpkg.com/konva@^4.0.3/konva.js](https://unpkg.com/konva@^4.0.3/konva.js) +You can also use a CDN: [https://unpkg.com/konva@7.2.5/konva.min.js](https://unpkg.com/konva@7.2.5/konva.min.js) ### 2 Install with npm: diff --git a/src/shapes/Text.ts b/src/shapes/Text.ts index 3791acb2..b1e814f5 100644 --- a/src/shapes/Text.ts +++ b/src/shapes/Text.ts @@ -130,7 +130,7 @@ function checkDefaultFill(config) { * @param {Object} config * @param {String} [config.fontFamily] default is Arial * @param {Number} [config.fontSize] in pixels. Default is 12 - * @param {String} [config.fontStyle] can be normal, bold, or italic. Default is normal + * @param {String} [config.fontStyle] can be 'normal', 'bold', 'italic' or even 'italic bold'. Default is 'normal' * @param {String} [config.fontVariant] can be normal or small-caps. Default is normal * @param {String} [config.textDecoration] can be line-through, underline or empty string. Default is empty string. * @param {String} config.text @@ -670,7 +670,7 @@ Factory.addGetterSetter(Text, 'fontFamily', 'Arial'); Factory.addGetterSetter(Text, 'fontSize', 12, getNumberValidator()); /** - * get/set font style. Can be 'normal', 'italic', or 'bold'. 'normal' is the default. + * get/set font style. Can be 'normal', 'italic', or 'bold' or even 'italic bold'. 'normal' is the default. * @name Konva.Text#fontStyle * @method * @param {String} fontStyle