mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +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(
|
Util.error(
|
||||||
'Unable to get data URL. ' +
|
'Unable to get data URL. ' +
|
||||||
err.message +
|
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 '';
|
return '';
|
||||||
}
|
}
|
||||||
|
@ -630,7 +630,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
|
|||||||
Util.error(
|
Util.error(
|
||||||
'Unable to apply filter. ' +
|
'Unable to apply filter. ' +
|
||||||
e.message +
|
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