Merged PR 209: Implement Symbols in Canvas mode
This commit is contained in:
parent
ec7ee7891e
commit
2cb851866b
4 changed files with 107 additions and 22 deletions
|
@ -33,7 +33,7 @@ export const MAX_HISTORY = 200;
|
|||
export const APPLY_BEHAVIORS_ON_CHILDREN = true;
|
||||
|
||||
/** Framerate of the svg controller (recommanded = 60) */
|
||||
export const MAX_FRAMERATE = 60;
|
||||
export const MAX_FRAMERATE = 120;
|
||||
|
||||
/// CONTAINER DEFAULTS ///
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue