mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 15:53:42 +08:00
change a message a bit
This commit is contained in:
parent
35fc7953bd
commit
e315a5bac4
@ -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.'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user