From e315a5bac4e907b48c6bad8ed0ffc19aed6a9d51 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Tue, 25 Feb 2020 20:39:43 -0500 Subject: [PATCH] change a message a bit --- src/Canvas.ts | 2 +- src/Node.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Canvas.ts b/src/Canvas.ts index 0da1a16d..d791bb2d 100644 --- a/src/Canvas.ts +++ b/src/Canvas.ts @@ -138,7 +138,7 @@ export class Canvas { Util.error( 'Unable to get data URL. ' + err.message + - '. For more info read https://konvajs.org/docs/posts/Tainted_Canvas.html.' + ' For more info read https://konvajs.org/docs/posts/Tainted_Canvas.html.' ); return ''; } diff --git a/src/Node.ts b/src/Node.ts index 58deb88f..50396409 100644 --- a/src/Node.ts +++ b/src/Node.ts @@ -630,7 +630,7 @@ export abstract class Node { Util.error( 'Unable to apply filter. ' + e.message + - '. This post my help you https://konvajs.org/docs/posts/Tainted_Canvas.html.' + ' This post my help you https://konvajs.org/docs/posts/Tainted_Canvas.html.' ); }