mirror of
https://github.com/konvajs/konva.git
synced 2025-10-07 15:46:22 +08:00
change a message a bit
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
@@ -630,7 +630,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
|
||||
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.'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user