Disable experiomental canvas api
This commit is contained in:
parent
0ac42b3500
commit
93a444e61c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export const DEFAULT_LANGUAGE = 'fr';
|
|||
* Better compatibility with Gecko and WebKit engines like Firefox and Safari.
|
||||
* EXPERIMENTAL: svg export wont work and it won't be possible to insert a custom svg)
|
||||
*/
|
||||
export const USE_EXPERIMENTAL_CANVAS_API = true;
|
||||
export const USE_EXPERIMENTAL_CANVAS_API = false;
|
||||
|
||||
/** Enable keyboard shortcuts (default = true) */
|
||||
export const ENABLE_SHORTCUTS = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue