Example #1
0
 void clear() {
   CanvasUtils.resetArray(allLayers);
   layersStack.clear();
   root.reset();
   currentLayer = root;
   lastSimple = null;
 }
Example #2
0
 void render() {
   root.render(glContext);
 }