{
  "type": "Program",
  "start": 0,
  "end": 5895,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 163,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 27,
      "end": 44,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 17
        }
      },
      "specifiers": [],
      "source": {
        "type": "Literal",
        "start": 34,
        "end": 43,
        "loc": {
          "start": {
            "line": 2,
            "column": 7
          },
          "end": {
            "line": 2,
            "column": 16
          }
        },
        "value": "perfnow",
        "rawValue": "perfnow",
        "raw": "'perfnow'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 45,
      "end": 88,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 43
        }
      },
      "specifiers": [
        {
          "type": "ImportNamespaceSpecifier",
          "start": 52,
          "end": 64,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 57,
            "end": 64,
            "loc": {
              "start": {
                "line": 3,
                "column": 12
              },
              "end": {
                "line": 3,
                "column": 19
              }
            },
            "name": "Helpers"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 70,
        "end": 87,
        "loc": {
          "start": {
            "line": 3,
            "column": 25
          },
          "end": {
            "line": 3,
            "column": 42
          }
        },
        "value": "../core/helpers",
        "rawValue": "../core/helpers",
        "raw": "'../core/helpers'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 89,
      "end": 128,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 96,
          "end": 101,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 96,
            "end": 101,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "name": "Tween"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 107,
        "end": 127,
        "loc": {
          "start": {
            "line": 4,
            "column": 18
          },
          "end": {
            "line": 4,
            "column": 38
          }
        },
        "value": "../animation/tween",
        "rawValue": "../animation/tween",
        "raw": "'../animation/tween'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 130,
      "end": 5894,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 162,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 145,
        "end": 5894,
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 162,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 151,
          "end": 159,
          "loc": {
            "start": {
              "line": 6,
              "column": 21
            },
            "end": {
              "line": 6,
              "column": 29
            }
          },
          "name": "Renderer"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 160,
          "end": 5894,
          "loc": {
            "start": {
              "line": 6,
              "column": 30
            },
            "end": {
              "line": 162,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 166,
              "end": 5048,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 130,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 166,
                "end": 177,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4
                  },
                  "end": {
                    "line": 7,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 177,
                "end": 5048,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 15
                  },
                  "end": {
                    "line": 130,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 178,
                    "end": 238,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 16
                      },
                      "end": {
                        "line": 7,
                        "column": 76
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 178,
                      "end": 184,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 16
                        },
                        "end": {
                          "line": 7,
                          "column": 22
                        }
                      },
                      "name": "canvas"
                    },
                    "right": {
                      "type": "CallExpression",
                      "start": 187,
                      "end": 238,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 25
                        },
                        "end": {
                          "line": 7,
                          "column": 76
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 187,
                        "end": 196,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 25
                          },
                          "end": {
                            "line": 7,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 187,
                          "end": 192,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 25
                            },
                            "end": {
                              "line": 7,
                              "column": 30
                            }
                          },
                          "name": "Error"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 193,
                          "end": 196,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 31
                            },
                            "end": {
                              "line": 7,
                              "column": 34
                            }
                          },
                          "name": "log"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 197,
                          "end": 237,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 35
                            },
                            "end": {
                              "line": 7,
                              "column": 75
                            }
                          },
                          "value": "Factory was initialized without canvas",
                          "rawValue": "Factory was initialized without canvas",
                          "raw": "'Factory was initialized without canvas'"
                        }
                      ]
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 240,
                    "end": 252,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 78
                      },
                      "end": {
                        "line": 7,
                        "column": 90
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 240,
                      "end": 247,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 78
                        },
                        "end": {
                          "line": 7,
                          "column": 85
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 250,
                      "end": 252,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 88
                        },
                        "end": {
                          "line": 7,
                          "column": 90
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 254,
                  "end": 5048,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 92
                    },
                    "end": {
                      "line": 130,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 265,
                      "end": 1195,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 265,
                        "end": 1194,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 265,
                          "end": 272,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 275,
                          "end": 1194,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 18
                            },
                            "end": {
                              "line": 29,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 289,
                              "end": 343,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 10,
                                  "column": 66
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 289,
                                "end": 299,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 22
                                  }
                                },
                                "name": "resolution"
                              },
                              "value": {
                                "type": "LogicalExpression",
                                "start": 301,
                                "end": 343,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 66
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 301,
                                  "end": 338,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 61
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 301,
                                    "end": 311,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 34
                                      }
                                    },
                                    "name": "parseFloat"
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 312,
                                      "end": 337,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 60
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 312,
                                        "end": 323,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 312,
                                          "end": 319,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 42
                                            }
                                          },
                                          "name": "Helpers"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 320,
                                          "end": 323,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 46
                                            }
                                          },
                                          "name": "url"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 324,
                                          "end": 336,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 59
                                            }
                                          },
                                          "value": "resolution",
                                          "rawValue": "resolution",
                                          "raw": "'resolution'"
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Literal",
                                  "start": 342,
                                  "end": 343,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 66
                                    }
                                  },
                                  "value": 1,
                                  "rawValue": 1,
                                  "raw": "1"
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 357,
                              "end": 401,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 12
                                },
                                "end": {
                                  "line": 11,
                                  "column": 56
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 357,
                                "end": 366,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 21
                                  }
                                },
                                "name": "pixelated"
                              },
                              "value": {
                                "type": "LogicalExpression",
                                "start": 368,
                                "end": 401,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 56
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 368,
                                  "end": 392,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 47
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 368,
                                    "end": 379,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 368,
                                      "end": 375,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 30
                                        }
                                      },
                                      "name": "Helpers"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 376,
                                      "end": 379,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 34
                                        }
                                      },
                                      "name": "url"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 380,
                                      "end": 391,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 46
                                        }
                                      },
                                      "value": "pixelated",
                                      "rawValue": "pixelated",
                                      "raw": "'pixelated'"
                                    }
                                  ]
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Literal",
                                  "start": 396,
                                  "end": 401,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 56
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 415,
                              "end": 445,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 12
                                },
                                "end": {
                                  "line": 12,
                                  "column": 42
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 415,
                                "end": 425,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 22
                                  }
                                },
                                "name": "clearColor"
                              },
                              "value": {
                                "type": "NewExpression",
                                "start": 427,
                                "end": 445,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 431,
                                  "end": 442,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 431,
                                    "end": 436,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 33
                                      }
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 437,
                                    "end": 442,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 39
                                      }
                                    },
                                    "name": "Color"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 443,
                                    "end": 444,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 41
                                      }
                                    },
                                    "value": 0,
                                    "rawValue": 0,
                                    "raw": "0"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 459,
                              "end": 473,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 26
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 459,
                                "end": 464,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 17
                                  }
                                },
                                "name": "place"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 466,
                                "end": 473,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 26
                                  }
                                },
                                "value": "first",
                                "rawValue": "first",
                                "raw": "'first'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 487,
                              "end": 509,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 34
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 487,
                                "end": 503,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 28
                                  }
                                },
                                "name": "startImmediately"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 505,
                                "end": 509,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 34
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 523,
                              "end": 541,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 12
                                },
                                "end": {
                                  "line": 15,
                                  "column": 30
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 523,
                                "end": 532,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 21
                                  }
                                },
                                "name": "precision"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 534,
                                "end": 541,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 30
                                  }
                                },
                                "value": "highp",
                                "rawValue": "highp",
                                "raw": "'highp'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 555,
                              "end": 579,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 12
                                },
                                "end": {
                                  "line": 16,
                                  "column": 36
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 555,
                                "end": 573,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 30
                                  }
                                },
                                "name": "premultipliedAlpha"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 575,
                                "end": 579,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 36
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 593,
                              "end": 606,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 12
                                },
                                "end": {
                                  "line": 17,
                                  "column": 25
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 593,
                                "end": 600,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 19
                                  }
                                },
                                "name": "stencil"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 602,
                                "end": 606,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 25
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 620,
                              "end": 631,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 12
                                },
                                "end": {
                                  "line": 18,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 620,
                                "end": 625,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 17
                                  }
                                },
                                "name": "depth"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 627,
                                "end": 631,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 23
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 645,
                              "end": 672,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 12
                                },
                                "end": {
                                  "line": 19,
                                  "column": 39
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 645,
                                "end": 666,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 33
                                  }
                                },
                                "name": "preserveDrawingBuffer"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 668,
                                "end": 672,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 39
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 686,
                              "end": 697,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 12
                                },
                                "end": {
                                  "line": 20,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 686,
                                "end": 691,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 17
                                  }
                                },
                                "name": "alpha"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 693,
                                "end": 697,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 23
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 711,
                              "end": 726,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 711,
                                "end": 720,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 21
                                  }
                                },
                                "name": "antialias"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 722,
                                "end": 726,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 27
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 740,
                              "end": 769,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 41
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 740,
                                "end": 762,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 34
                                  }
                                },
                                "name": "logarithmicDepthBuffer"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 764,
                                "end": 769,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 41
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 783,
                              "end": 800,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 12
                                },
                                "end": {
                                  "line": 23,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 783,
                                "end": 794,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 23
                                  }
                                },
                                "name": "sortObjects"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 796,
                                "end": 800,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 29
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 814,
                              "end": 830,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 28
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 814,
                                "end": 823,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 21
                                  }
                                },
                                "name": "autoClear"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 825,
                                "end": 830,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 28
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 844,
                              "end": 1077,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 245
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 844,
                                "end": 855,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 23
                                  }
                                },
                                "name": "canvasStyle"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 857,
                                "end": 1077,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 245
                                  }
                                },
                                "value": "position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;",
                                "rawValue": "position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;",
                                "raw": "'position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1091,
                              "end": 1113,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 34
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1091,
                                "end": 1107,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 28
                                  }
                                },
                                "name": "shadowMapEnabled"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1109,
                                "end": 1113,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 34
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1127,
                              "end": 1160,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 12
                                },
                                "end": {
                                  "line": 27,
                                  "column": 45
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1127,
                                "end": 1140,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 25
                                  }
                                },
                                "name": "shadowMapType"
                              },
                              "value": {
                                "type": "MemberExpression",
                                "start": 1142,
                                "end": 1160,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1142,
                                  "end": 1147,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 32
                                    }
                                  },
                                  "name": "THREE"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1148,
                                  "end": 1160,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 45
                                    }
                                  },
                                  "name": "PCFShadowMap"
                                },
                                "computed": false
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1174,
                              "end": 1184,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 12
                                },
                                "end": {
                                  "line": 28,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1177,
                                "end": 1184,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1205,
                      "end": 1226,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1205,
                        "end": 1225,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1205,
                          "end": 1216,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1205,
                            "end": 1209,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1210,
                            "end": 1216,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 19
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1219,
                          "end": 1225,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 22
                            },
                            "end": {
                              "line": 31,
                              "column": 28
                            }
                          },
                          "name": "canvas"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1235,
                      "end": 1272,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1235,
                        "end": 1271,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1235,
                          "end": 1250,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1235,
                            "end": 1239,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1240,
                            "end": 1250,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 13
                              },
                              "end": {
                                "line": 32,
                                "column": 23
                              }
                            },
                            "name": "resolution"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1253,
                          "end": 1271,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 26
                            },
                            "end": {
                              "line": 32,
                              "column": 44
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1253,
                            "end": 1260,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 26
                              },
                              "end": {
                                "line": 32,
                                "column": 33
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1261,
                            "end": 1271,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 34
                              },
                              "end": {
                                "line": 32,
                                "column": 44
                              }
                            },
                            "name": "resolution"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1281,
                      "end": 1318,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1281,
                        "end": 1317,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1281,
                          "end": 1296,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1281,
                            "end": 1285,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1286,
                            "end": 1296,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 13
                              },
                              "end": {
                                "line": 33,
                                "column": 23
                              }
                            },
                            "name": "clearColor"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1299,
                          "end": 1317,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 26
                            },
                            "end": {
                              "line": 33,
                              "column": 44
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1299,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 26
                              },
                              "end": {
                                "line": 33,
                                "column": 33
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1307,
                            "end": 1317,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 34
                              },
                              "end": {
                                "line": 33,
                                "column": 44
                              }
                            },
                            "name": "clearColor"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1328,
                      "end": 1758,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1328,
                        "end": 1757,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 10
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1328,
                          "end": 1335,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1328,
                            "end": 1332,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1333,
                            "end": 1335,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 13
                              },
                              "end": {
                                "line": 35,
                                "column": 15
                              }
                            },
                            "name": "gl"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1338,
                          "end": 1757,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 18
                            },
                            "end": {
                              "line": 44,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1342,
                            "end": 1361,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 22
                              },
                              "end": {
                                "line": 35,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1342,
                              "end": 1347,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 22
                                },
                                "end": {
                                  "line": 35,
                                  "column": 27
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1348,
                              "end": 1361,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 28
                                },
                                "end": {
                                  "line": 35,
                                  "column": 41
                                }
                              },
                              "name": "WebGLRenderer"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 1362,
                              "end": 1756,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 42
                                },
                                "end": {
                                  "line": 44,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 1376,
                                  "end": 1404,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 40
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1376,
                                    "end": 1385,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 21
                                      }
                                    },
                                    "name": "precision"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1387,
                                    "end": 1404,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1387,
                                      "end": 1394,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 30
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1395,
                                      "end": 1404,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 40
                                        }
                                      },
                                      "name": "precision"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1418,
                                  "end": 1464,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 58
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1418,
                                    "end": 1436,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 30
                                      }
                                    },
                                    "name": "premultipliedAlpha"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1438,
                                    "end": 1464,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1438,
                                      "end": 1445,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 39
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1446,
                                      "end": 1464,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 58
                                        }
                                      },
                                      "name": "premultipliedAlpha"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1478,
                                  "end": 1502,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 36
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1478,
                                    "end": 1485,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 19
                                      }
                                    },
                                    "name": "stencil"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1487,
                                    "end": 1502,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1487,
                                      "end": 1494,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 28
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1495,
                                      "end": 1502,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 36
                                        }
                                      },
                                      "name": "stencil"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1516,
                                  "end": 1536,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1516,
                                    "end": 1521,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 17
                                      }
                                    },
                                    "name": "depth"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1523,
                                    "end": 1536,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1523,
                                      "end": 1530,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 26
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1531,
                                      "end": 1536,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 32
                                        }
                                      },
                                      "name": "depth"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1550,
                                  "end": 1602,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 64
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1550,
                                    "end": 1571,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 33
                                      }
                                    },
                                    "name": "preserveDrawingBuffer"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1573,
                                    "end": 1602,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1573,
                                      "end": 1580,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 42
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1581,
                                      "end": 1602,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 64
                                        }
                                      },
                                      "name": "preserveDrawingBuffer"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1616,
                                  "end": 1636,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1616,
                                    "end": 1621,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 17
                                      }
                                    },
                                    "name": "alpha"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1623,
                                    "end": 1636,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1623,
                                      "end": 1630,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 26
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1631,
                                      "end": 1636,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 32
                                        }
                                      },
                                      "name": "alpha"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1650,
                                  "end": 1678,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 40
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1650,
                                    "end": 1659,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 21
                                      }
                                    },
                                    "name": "antialias"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1661,
                                    "end": 1678,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1661,
                                      "end": 1668,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 30
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1669,
                                      "end": 1678,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 40
                                        }
                                      },
                                      "name": "antialias"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1692,
                                  "end": 1746,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 66
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1692,
                                    "end": 1714,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 34
                                      }
                                    },
                                    "name": "logarithmicDepthBuffer"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 1716,
                                    "end": 1746,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1716,
                                      "end": 1723,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 43
                                        }
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1724,
                                      "end": 1746,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 66
                                        }
                                      },
                                      "name": "logarithmicDepthBuffer"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1768,
                      "end": 1802,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1768,
                        "end": 1801,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1768,
                          "end": 1780,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1768,
                            "end": 1772,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1773,
                            "end": 1780,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 13
                              },
                              "end": {
                                "line": 46,
                                "column": 20
                              }
                            },
                            "name": "context"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1783,
                          "end": 1801,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 23
                            },
                            "end": {
                              "line": 46,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1783,
                            "end": 1790,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 23
                              },
                              "end": {
                                "line": 46,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1783,
                              "end": 1787,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 23
                                },
                                "end": {
                                  "line": 46,
                                  "column": 27
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1788,
                              "end": 1790,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 28
                                },
                                "end": {
                                  "line": 46,
                                  "column": 30
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1791,
                            "end": 1801,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 31
                              },
                              "end": {
                                "line": 46,
                                "column": 41
                              }
                            },
                            "name": "domElement"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1811,
                      "end": 1867,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1811,
                        "end": 1866,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 63
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1811,
                          "end": 1836,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1811,
                            "end": 1823,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1811,
                              "end": 1815,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1816,
                              "end": 1823,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 13
                                },
                                "end": {
                                  "line": 47,
                                  "column": 20
                                }
                              },
                              "name": "context"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1824,
                            "end": 1836,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 21
                              },
                              "end": {
                                "line": 47,
                                "column": 33
                              }
                            },
                            "name": "setAttribute"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1837,
                            "end": 1844,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 34
                              },
                              "end": {
                                "line": 47,
                                "column": 41
                              }
                            },
                            "value": "style",
                            "rawValue": "style",
                            "raw": "'style'"
                          },
                          {
                            "type": "MemberExpression",
                            "start": 1846,
                            "end": 1865,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 43
                              },
                              "end": {
                                "line": 47,
                                "column": 62
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1846,
                              "end": 1853,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 43
                                },
                                "end": {
                                  "line": 47,
                                  "column": 50
                                }
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1854,
                              "end": 1865,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 51
                                },
                                "end": {
                                  "line": 47,
                                  "column": 62
                                }
                              },
                              "name": "canvasStyle"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1877,
                      "end": 1962,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 60
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1881,
                        "end": 1900,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 12
                          },
                          "end": {
                            "line": 49,
                            "column": 31
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 1882,
                          "end": 1900,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 13
                            },
                            "end": {
                              "line": 49,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1883,
                            "end": 1900,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 14
                              },
                              "end": {
                                "line": 49,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1883,
                              "end": 1890,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 14
                                },
                                "end": {
                                  "line": 49,
                                  "column": 21
                                }
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1891,
                              "end": 1900,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 22
                                },
                                "end": {
                                  "line": 49,
                                  "column": 31
                                }
                              },
                              "name": "pixelated"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1914,
                        "end": 1962,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 12
                          },
                          "end": {
                            "line": 50,
                            "column": 60
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1914,
                          "end": 1961,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 12
                            },
                            "end": {
                              "line": 50,
                              "column": 59
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1914,
                            "end": 1947,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 12
                              },
                              "end": {
                                "line": 50,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1914,
                              "end": 1932,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 12
                                },
                                "end": {
                                  "line": 50,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1914,
                                "end": 1926,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1914,
                                  "end": 1918,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1919,
                                  "end": 1926,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 24
                                    }
                                  },
                                  "name": "context"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1927,
                                "end": 1932,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 30
                                  }
                                },
                                "name": "style"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1933,
                              "end": 1947,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 31
                                },
                                "end": {
                                  "line": 50,
                                  "column": 45
                                }
                              },
                              "name": "imageRendering"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "Literal",
                            "start": 1950,
                            "end": 1961,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 48
                              },
                              "end": {
                                "line": 50,
                                "column": 59
                              }
                            },
                            "value": "pixelated",
                            "rawValue": "pixelated",
                            "raw": "'pixelated'"
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1972,
                      "end": 2014,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1972,
                        "end": 2013,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1972,
                          "end": 1991,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1972,
                            "end": 1979,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1972,
                              "end": 1976,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1977,
                              "end": 1979,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 13
                                },
                                "end": {
                                  "line": 52,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1980,
                            "end": 1991,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 16
                              },
                              "end": {
                                "line": 52,
                                "column": 27
                              }
                            },
                            "name": "sortObjects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1994,
                          "end": 2013,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 30
                            },
                            "end": {
                              "line": 52,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1994,
                            "end": 2001,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 30
                              },
                              "end": {
                                "line": 52,
                                "column": 37
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2002,
                            "end": 2013,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 38
                              },
                              "end": {
                                "line": 52,
                                "column": 49
                              }
                            },
                            "name": "sortObjects"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2023,
                      "end": 2061,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2023,
                        "end": 2060,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 8
                          },
                          "end": {
                            "line": 53,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2023,
                          "end": 2040,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2023,
                            "end": 2030,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 8
                              },
                              "end": {
                                "line": 53,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2023,
                              "end": 2027,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2028,
                              "end": 2030,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 13
                                },
                                "end": {
                                  "line": 53,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2031,
                            "end": 2040,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 16
                              },
                              "end": {
                                "line": 53,
                                "column": 25
                              }
                            },
                            "name": "autoClear"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 2043,
                          "end": 2060,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 28
                            },
                            "end": {
                              "line": 53,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2043,
                            "end": 2050,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 28
                              },
                              "end": {
                                "line": 53,
                                "column": 35
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2051,
                            "end": 2060,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 36
                              },
                              "end": {
                                "line": 53,
                                "column": 45
                              }
                            },
                            "name": "autoClear"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2070,
                      "end": 2123,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 61
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2070,
                        "end": 2122,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 8
                          },
                          "end": {
                            "line": 54,
                            "column": 60
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2070,
                          "end": 2095,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2070,
                            "end": 2087,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2070,
                              "end": 2077,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2070,
                                "end": 2074,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2075,
                                "end": 2077,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 15
                                  }
                                },
                                "name": "gl"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2078,
                              "end": 2087,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 16
                                },
                                "end": {
                                  "line": 54,
                                  "column": 25
                                }
                              },
                              "name": "shadowMap"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2088,
                            "end": 2095,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 26
                              },
                              "end": {
                                "line": 54,
                                "column": 33
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 2098,
                          "end": 2122,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 36
                            },
                            "end": {
                              "line": 54,
                              "column": 60
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2098,
                            "end": 2105,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 36
                              },
                              "end": {
                                "line": 54,
                                "column": 43
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2106,
                            "end": 2122,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 44
                              },
                              "end": {
                                "line": 54,
                                "column": 60
                              }
                            },
                            "name": "shadowMapEnabled"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2132,
                      "end": 2179,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2132,
                        "end": 2178,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 8
                          },
                          "end": {
                            "line": 55,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2132,
                          "end": 2154,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2132,
                            "end": 2149,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2132,
                              "end": 2139,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 8
                                },
                                "end": {
                                  "line": 55,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2132,
                                "end": 2136,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2137,
                                "end": 2139,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 15
                                  }
                                },
                                "name": "gl"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2140,
                              "end": 2149,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 16
                                },
                                "end": {
                                  "line": 55,
                                  "column": 25
                                }
                              },
                              "name": "shadowMap"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2150,
                            "end": 2154,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 26
                              },
                              "end": {
                                "line": 55,
                                "column": 30
                              }
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 2157,
                          "end": 2178,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 33
                            },
                            "end": {
                              "line": 55,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2157,
                            "end": 2164,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 33
                              },
                              "end": {
                                "line": 55,
                                "column": 40
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2165,
                            "end": 2178,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 41
                              },
                              "end": {
                                "line": 55,
                                "column": 54
                              }
                            },
                            "name": "shadowMapType"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 2189,
                      "end": 2355,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 73
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2193,
                        "end": 2217,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 12
                          },
                          "end": {
                            "line": 57,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2193,
                          "end": 2206,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 12
                            },
                            "end": {
                              "line": 57,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2193,
                            "end": 2200,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 12
                              },
                              "end": {
                                "line": 57,
                                "column": 19
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2201,
                            "end": 2206,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 20
                              },
                              "end": {
                                "line": 57,
                                "column": 25
                              }
                            },
                            "name": "place"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 2211,
                          "end": 2217,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 30
                            },
                            "end": {
                              "line": 57,
                              "column": 36
                            }
                          },
                          "value": "last",
                          "rawValue": "last",
                          "raw": "'last'"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2231,
                        "end": 2268,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 12
                          },
                          "end": {
                            "line": 58,
                            "column": 49
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2231,
                          "end": 2267,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 12
                            },
                            "end": {
                              "line": 58,
                              "column": 48
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2231,
                            "end": 2253,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 12
                              },
                              "end": {
                                "line": 58,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2231,
                              "end": 2241,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 12
                                },
                                "end": {
                                  "line": 58,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2231,
                                "end": 2237,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 18
                                  }
                                },
                                "name": "canvas"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2238,
                                "end": 2241,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 22
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2242,
                              "end": 2253,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 23
                                },
                                "end": {
                                  "line": 58,
                                  "column": 34
                                }
                              },
                              "name": "appendChild"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2254,
                              "end": 2266,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 35
                                },
                                "end": {
                                  "line": 58,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2254,
                                "end": 2258,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 39
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2259,
                                "end": 2266,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 47
                                  }
                                },
                                "name": "context"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "ExpressionStatement",
                        "start": 2294,
                        "end": 2355,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 12
                          },
                          "end": {
                            "line": 60,
                            "column": 73
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2294,
                          "end": 2354,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 12
                            },
                            "end": {
                              "line": 60,
                              "column": 72
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2294,
                            "end": 2317,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 12
                              },
                              "end": {
                                "line": 60,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2294,
                              "end": 2304,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 12
                                },
                                "end": {
                                  "line": 60,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2294,
                                "end": 2300,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 18
                                  }
                                },
                                "name": "canvas"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2301,
                                "end": 2304,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 22
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2305,
                              "end": 2317,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 23
                                },
                                "end": {
                                  "line": 60,
                                  "column": 35
                                }
                              },
                              "name": "insertBefore"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2318,
                              "end": 2330,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 36
                                },
                                "end": {
                                  "line": 60,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2318,
                                "end": 2322,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 40
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2323,
                                "end": 2330,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 48
                                  }
                                },
                                "name": "context"
                              },
                              "computed": false
                            },
                            {
                              "type": "MemberExpression",
                              "start": 2332,
                              "end": 2353,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 50
                                },
                                "end": {
                                  "line": 60,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2332,
                                "end": 2342,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2332,
                                  "end": 2338,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 56
                                    }
                                  },
                                  "name": "canvas"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2339,
                                  "end": 2342,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 60
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2343,
                                "end": 2353,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 71
                                  }
                                },
                                "name": "firstChild"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2365,
                      "end": 2406,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2365,
                        "end": 2405,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 48
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2365,
                          "end": 2383,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2365,
                            "end": 2369,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 8
                              },
                              "end": {
                                "line": 62,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2370,
                            "end": 2383,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 13
                              },
                              "end": {
                                "line": 62,
                                "column": 26
                              }
                            },
                            "name": "resizeHandler"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrowFunctionExpression",
                          "start": 2386,
                          "end": 2405,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 29
                            },
                            "end": {
                              "line": 62,
                              "column": 48
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "CallExpression",
                            "start": 2392,
                            "end": 2405,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 35
                              },
                              "end": {
                                "line": 62,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2392,
                              "end": 2403,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 35
                                },
                                "end": {
                                  "line": 62,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2392,
                                "end": 2396,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 39
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2397,
                                "end": 2403,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 46
                                  }
                                },
                                "name": "resize"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2415,
                      "end": 2476,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 69
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2415,
                        "end": 2475,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2415,
                          "end": 2438,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2415,
                            "end": 2421,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 8
                              },
                              "end": {
                                "line": 63,
                                "column": 14
                              }
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2422,
                            "end": 2438,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 15
                              },
                              "end": {
                                "line": 63,
                                "column": 31
                              }
                            },
                            "name": "addEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2439,
                            "end": 2447,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 32
                              },
                              "end": {
                                "line": 63,
                                "column": 40
                              }
                            },
                            "value": "resize",
                            "rawValue": "resize",
                            "raw": "'resize'"
                          },
                          {
                            "type": "MemberExpression",
                            "start": 2449,
                            "end": 2467,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 42
                              },
                              "end": {
                                "line": 63,
                                "column": 60
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2449,
                              "end": 2453,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 42
                                },
                                "end": {
                                  "line": 63,
                                  "column": 46
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2454,
                              "end": 2467,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 47
                                },
                                "end": {
                                  "line": 63,
                                  "column": 60
                                }
                              },
                              "name": "resizeHandler"
                            },
                            "computed": false
                          },
                          {
                            "type": "Literal",
                            "start": 2469,
                            "end": 2474,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 62
                              },
                              "end": {
                                "line": 63,
                                "column": 67
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " View frameworks can sometimes swallow resize events",
                          "start": 2486,
                          "end": 2540,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 62
                            }
                          },
                          "range": [
                            2486,
                            2540
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2549,
                      "end": 2562,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2549,
                        "end": 2562,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 8
                          },
                          "end": {
                            "line": 66,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2549,
                          "end": 2560,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 8
                            },
                            "end": {
                              "line": 66,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2549,
                            "end": 2553,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 8
                              },
                              "end": {
                                "line": 66,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2554,
                            "end": 2560,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 13
                              },
                              "end": {
                                "line": 66,
                                "column": 19
                              }
                            },
                            "name": "resize"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " View frameworks can sometimes swallow resize events",
                          "start": 2486,
                          "end": 2540,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 62
                            }
                          },
                          "range": [
                            2486,
                            2540
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2571,
                      "end": 2606,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2571,
                        "end": 2605,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 8
                          },
                          "end": {
                            "line": 67,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2571,
                          "end": 2581,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 8
                            },
                            "end": {
                              "line": 67,
                              "column": 18
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2582,
                            "end": 2601,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 19
                              },
                              "end": {
                                "line": 67,
                                "column": 38
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "CallExpression",
                              "start": 2588,
                              "end": 2601,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 25
                                },
                                "end": {
                                  "line": 67,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2588,
                                "end": 2599,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2588,
                                  "end": 2592,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2593,
                                  "end": 2599,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 36
                                    }
                                  },
                                  "name": "resize"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 2603,
                            "end": 2604,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 40
                              },
                              "end": {
                                "line": 67,
                                "column": 41
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2615,
                      "end": 2652,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 8
                        },
                        "end": {
                          "line": 68,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2615,
                        "end": 2651,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 8
                          },
                          "end": {
                            "line": 68,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2615,
                          "end": 2625,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 8
                            },
                            "end": {
                              "line": 68,
                              "column": 18
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2626,
                            "end": 2645,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 19
                              },
                              "end": {
                                "line": 68,
                                "column": 38
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "CallExpression",
                              "start": 2632,
                              "end": 2645,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 25
                                },
                                "end": {
                                  "line": 68,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2632,
                                "end": 2643,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2632,
                                  "end": 2636,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2637,
                                  "end": 2643,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 36
                                    }
                                  },
                                  "name": "resize"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 2647,
                            "end": 2650,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 40
                              },
                              "end": {
                                "line": 68,
                                "column": 43
                              }
                            },
                            "value": 100,
                            "rawValue": 100,
                            "raw": "100"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2661,
                      "end": 2698,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 8
                        },
                        "end": {
                          "line": 69,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2661,
                        "end": 2697,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 8
                          },
                          "end": {
                            "line": 69,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2661,
                          "end": 2671,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 8
                            },
                            "end": {
                              "line": 69,
                              "column": 18
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2672,
                            "end": 2691,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 19
                              },
                              "end": {
                                "line": 69,
                                "column": 38
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "CallExpression",
                              "start": 2678,
                              "end": 2691,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 25
                                },
                                "end": {
                                  "line": 69,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2678,
                                "end": 2689,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2678,
                                  "end": 2682,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2683,
                                  "end": 2689,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 36
                                    }
                                  },
                                  "name": "resize"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 2693,
                            "end": 2696,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 40
                              },
                              "end": {
                                "line": 69,
                                "column": 43
                              }
                            },
                            "value": 500,
                            "rawValue": 500,
                            "raw": "500"
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Clear canvas",
                          "start": 2708,
                          "end": 2723,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 23
                            }
                          },
                          "range": [
                            2708,
                            2723
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2732,
                      "end": 2762,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 8
                        },
                        "end": {
                          "line": 72,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2732,
                        "end": 2761,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 8
                          },
                          "end": {
                            "line": 72,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2732,
                          "end": 2754,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 8
                            },
                            "end": {
                              "line": 72,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2732,
                            "end": 2739,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 8
                              },
                              "end": {
                                "line": 72,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2732,
                              "end": 2736,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 12
                                }
                              },
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2737,
                              "end": 2739,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 13
                                },
                                "end": {
                                  "line": 72,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2740,
                            "end": 2754,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 16
                              },
                              "end": {
                                "line": 72,
                                "column": 30
                              }
                            },
                            "name": "setScissorTest"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2755,
                            "end": 2760,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 31
                              },
                              "end": {
                                "line": 72,
                                "column": 36
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Clear canvas",
                          "start": 2708,
                          "end": 2723,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 23
                            }
                          },
                          "range": [
                            2708,
                            2723
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2771,
                      "end": 2813,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 8
                        },
                        "end": {
                          "line": 73,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2771,
                        "end": 2812,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 8
                          },
                          "end": {
                            "line": 73,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2771,
                          "end": 2792,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 8
                            },
                            "end": {
                              "line": 73,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2771,
                            "end": 2778,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 8
                              },
                              "end": {
                                "line": 73,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2771,
                              "end": 2775,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 8
                                },
                                "end": {
                                  "line": 73,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2776,
                              "end": 2778,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 13
                                },
                                "end": {
                                  "line": 73,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2779,
                            "end": 2792,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 16
                              },
                              "end": {
                                "line": 73,
                                "column": 29
                              }
                            },
                            "name": "setClearColor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2793,
                            "end": 2808,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 30
                              },
                              "end": {
                                "line": 73,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2793,
                              "end": 2797,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 30
                                },
                                "end": {
                                  "line": 73,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2798,
                              "end": 2808,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 35
                                },
                                "end": {
                                  "line": 73,
                                  "column": 45
                                }
                              },
                              "name": "clearColor"
                            },
                            "computed": false
                          },
                          {
                            "type": "Literal",
                            "start": 2810,
                            "end": 2811,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 47
                              },
                              "end": {
                                "line": 73,
                                "column": 48
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2822,
                      "end": 2838,
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 8
                        },
                        "end": {
                          "line": 74,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2822,
                        "end": 2837,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 8
                          },
                          "end": {
                            "line": 74,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2822,
                          "end": 2835,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 8
                            },
                            "end": {
                              "line": 74,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2822,
                            "end": 2829,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 8
                              },
                              "end": {
                                "line": 74,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2822,
                              "end": 2826,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 8
                                },
                                "end": {
                                  "line": 74,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2827,
                              "end": 2829,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 13
                                },
                                "end": {
                                  "line": 74,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2830,
                            "end": 2835,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 16
                              },
                              "end": {
                                "line": 74,
                                "column": 21
                              }
                            },
                            "name": "clear"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2847,
                      "end": 2876,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2847,
                        "end": 2875,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2847,
                          "end": 2869,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2847,
                            "end": 2854,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2847,
                              "end": 2851,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2852,
                              "end": 2854,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 13
                                },
                                "end": {
                                  "line": 75,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2855,
                            "end": 2869,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 16
                              },
                              "end": {
                                "line": 75,
                                "column": 30
                              }
                            },
                            "name": "setScissorTest"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2870,
                            "end": 2874,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 31
                              },
                              "end": {
                                "line": 75,
                                "column": 35
                              }
                            },
                            "value": true,
                            "rawValue": true,
                            "raw": "true"
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Declare render loop here, because doing it on the prototype will lexically",
                          "start": 2886,
                          "end": 2963,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 85
                            }
                          },
                          "range": [
                            2886,
                            2963
                          ]
                        },
                        {
                          "type": "CommentLine",
                          "value": " bind 'this' using nested functions which would impact performance.",
                          "start": 2972,
                          "end": 3041,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 8
                            },
                            "end": {
                              "line": 78,
                              "column": 77
                            }
                          },
                          "range": [
                            2972,
                            3041
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3050,
                      "end": 3067,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 8
                        },
                        "end": {
                          "line": 79,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3054,
                          "end": 3066,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 12
                            },
                            "end": {
                              "line": 79,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3054,
                            "end": 3059,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 79,
                                "column": 17
                              }
                            },
                            "name": "scope",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "ThisExpression",
                            "start": 3062,
                            "end": 3066,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 20
                              },
                              "end": {
                                "line": 79,
                                "column": 24
                              }
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "var",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Declare render loop here, because doing it on the prototype will lexically",
                          "start": 2886,
                          "end": 2963,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 85
                            }
                          },
                          "range": [
                            2886,
                            2963
                          ]
                        },
                        {
                          "type": "CommentLine",
                          "value": " bind 'this' using nested functions which would impact performance.",
                          "start": 2972,
                          "end": 3041,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 8
                            },
                            "end": {
                              "line": 78,
                              "column": 77
                            }
                          },
                          "range": [
                            2972,
                            3041
                          ]
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "this.perf = new Helpers.Performance();",
                          "start": 3076,
                          "end": 3116,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 8
                            },
                            "end": {
                              "line": 80,
                              "column": 48
                            }
                          },
                          "range": [
                            3076,
                            3116
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3125,
                      "end": 3151,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3125,
                        "end": 3150,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 8
                          },
                          "end": {
                            "line": 81,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3125,
                          "end": 3146,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 8
                            },
                            "end": {
                              "line": 81,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3125,
                            "end": 3129,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 8
                              },
                              "end": {
                                "line": 81,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3130,
                            "end": 3146,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 13
                              },
                              "end": {
                                "line": 81,
                                "column": 29
                              }
                            },
                            "name": "invalidateFrames"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3149,
                          "end": 3150,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 32
                            },
                            "end": {
                              "line": 81,
                              "column": 33
                            }
                          },
                          "value": 1,
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "this.perf = new Helpers.Performance();",
                          "start": 3076,
                          "end": 3116,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 8
                            },
                            "end": {
                              "line": 80,
                              "column": 48
                            }
                          },
                          "range": [
                            3076,
                            3116
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3160,
                      "end": 3178,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3160,
                        "end": 3177,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 8
                          },
                          "end": {
                            "line": 82,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3160,
                          "end": 3170,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 8
                            },
                            "end": {
                              "line": 82,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3160,
                            "end": 3164,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 8
                              },
                              "end": {
                                "line": 82,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3165,
                            "end": 3170,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 13
                              },
                              "end": {
                                "line": 82,
                                "column": 18
                              }
                            },
                            "name": "dirty"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3173,
                          "end": 3177,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 21
                            },
                            "end": {
                              "line": 82,
                              "column": 25
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3187,
                      "end": 3201,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3187,
                        "end": 3200,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 8
                          },
                          "end": {
                            "line": 83,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3187,
                          "end": 3196,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 8
                            },
                            "end": {
                              "line": 83,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3187,
                            "end": 3191,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 8
                              },
                              "end": {
                                "line": 83,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3192,
                            "end": 3196,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 13
                              },
                              "end": {
                                "line": 83,
                                "column": 17
                              }
                            },
                            "name": "time"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3199,
                          "end": 3200,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 20
                            },
                            "end": {
                              "line": 83,
                              "column": 21
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3210,
                      "end": 4948,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 9
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3210,
                        "end": 4948,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 8
                          },
                          "end": {
                            "line": 125,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3210,
                          "end": 3221,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 8
                            },
                            "end": {
                              "line": 84,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3210,
                            "end": 3214,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 8
                              },
                              "end": {
                                "line": 84,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3215,
                            "end": 3221,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 13
                              },
                              "end": {
                                "line": 84,
                                "column": 19
                              }
                            },
                            "name": "render"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "start": 3224,
                          "end": 4948,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 22
                            },
                            "end": {
                              "line": 125,
                              "column": 9
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3233,
                              "end": 3237,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 31
                                },
                                "end": {
                                  "line": 84,
                                  "column": 35
                                }
                              },
                              "name": "time"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3239,
                            "end": 4948,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 37
                              },
                              "end": {
                                "line": 125,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 3253,
                                "end": 3271,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 30
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 3253,
                                  "end": 3270,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 29
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 3253,
                                    "end": 3263,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3253,
                                      "end": 3258,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 17
                                        }
                                      },
                                      "name": "scope"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3259,
                                      "end": 3263,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 22
                                        }
                                      },
                                      "name": "time"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 3266,
                                    "end": 3270,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 29
                                      }
                                    },
                                    "name": "time"
                                  }
                                },
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Request next frame",
                                    "start": 3285,
                                    "end": 3306,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 33
                                      }
                                    },
                                    "range": [
                                      3285,
                                      3306
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 3319,
                                "end": 3355,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 48
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3319,
                                  "end": 3354,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 47
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 3319,
                                    "end": 3340,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 33
                                      }
                                    },
                                    "name": "requestAnimationFrame",
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 3341,
                                      "end": 3353,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3341,
                                        "end": 3346,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 39
                                          }
                                        },
                                        "name": "scope"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3347,
                                        "end": 3353,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 46
                                          }
                                        },
                                        "name": "render"
                                      },
                                      "computed": false
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Request next frame",
                                    "start": 3285,
                                    "end": 3306,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 33
                                      }
                                    },
                                    "range": [
                                      3285,
                                      3306
                                    ]
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Pass 1: measure canvas; do this only when the canvas is dirty",
                                    "start": 3369,
                                    "end": 3433,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 76
                                      }
                                    },
                                    "range": [
                                      3369,
                                      3433
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 3446,
                                "end": 4279,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 3450,
                                  "end": 3491,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 57
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 3450,
                                    "end": 3476,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 42
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3450,
                                      "end": 3472,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3450,
                                        "end": 3455,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 21
                                          }
                                        },
                                        "name": "scope",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3456,
                                        "end": 3472,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 38
                                          }
                                        },
                                        "name": "invalidateFrames"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "operator": ">",
                                    "right": {
                                      "type": "Literal",
                                      "start": 3475,
                                      "end": 3476,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 42
                                        }
                                      },
                                      "value": 0,
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "leadingComments": null
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 3480,
                                    "end": 3491,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3480,
                                      "end": 3485,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 51
                                        }
                                      },
                                      "name": "scope"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3486,
                                      "end": 3491,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 57
                                        }
                                      },
                                      "name": "dirty"
                                    },
                                    "computed": false
                                  },
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3493,
                                  "end": 4279,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 3511,
                                      "end": 3562,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 67
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 3515,
                                          "end": 3561,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 66
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 3515,
                                            "end": 3521,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 26
                                              }
                                            },
                                            "name": "bounds"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 3524,
                                            "end": 3561,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 66
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3524,
                                              "end": 3559,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3524,
                                                "end": 3537,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3524,
                                                  "end": 3529,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 34
                                                    }
                                                  },
                                                  "name": "scope"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3530,
                                                  "end": 3537,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 42
                                                    }
                                                  },
                                                  "name": "context"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3538,
                                                "end": 3559,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "getBoundingClientRect"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      ],
                                      "kind": "let",
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Test for changes, position & size",
                                          "start": 3580,
                                          "end": 3616,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 52
                                            }
                                          },
                                          "range": [
                                            3580,
                                            3616
                                          ]
                                        }
                                      ]
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 3633,
                                      "end": 4223,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 17
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "start": 3637,
                                        "end": 3801,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 94
                                          }
                                        },
                                        "left": {
                                          "type": "LogicalExpression",
                                          "start": 3637,
                                          "end": 3761,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 54
                                            }
                                          },
                                          "left": {
                                            "type": "LogicalExpression",
                                            "start": 3637,
                                            "end": 3703,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 86
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3637,
                                              "end": 3669,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 52
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 3637,
                                                "end": 3648,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3637,
                                                  "end": 3643,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "bounds",
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3644,
                                                  "end": 3648,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 31
                                                    }
                                                  },
                                                  "name": "left"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "operator": "!=",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3652,
                                                "end": 3669,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3652,
                                                  "end": 3664,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3652,
                                                    "end": 3657,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 40
                                                      }
                                                    },
                                                    "name": "scope"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3658,
                                                    "end": 3664,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 47
                                                      }
                                                    },
                                                    "name": "offset"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3665,
                                                  "end": 3669,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "left"
                                                },
                                                "computed": false
                                              },
                                              "leadingComments": null
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 3673,
                                              "end": 3703,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 86
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 3673,
                                                "end": 3683,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3673,
                                                  "end": 3679,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "bounds"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3680,
                                                  "end": 3683,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 66
                                                    }
                                                  },
                                                  "name": "top"
                                                },
                                                "computed": false
                                              },
                                              "operator": "!=",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3687,
                                                "end": 3703,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 86
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3687,
                                                  "end": 3699,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3687,
                                                    "end": 3692,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 75
                                                      }
                                                    },
                                                    "name": "scope"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3693,
                                                    "end": 3699,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 82
                                                      }
                                                    },
                                                    "name": "offset"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3700,
                                                  "end": 3703,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 86
                                                    }
                                                  },
                                                  "name": "top"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "leadingComments": null
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 3727,
                                            "end": 3761,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 54
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 3727,
                                              "end": 3739,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3727,
                                                "end": 3733,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 26
                                                  }
                                                },
                                                "name": "bounds"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3734,
                                                "end": 3739,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "width"
                                              },
                                              "computed": false
                                            },
                                            "operator": "!=",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 3743,
                                              "end": 3761,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3743,
                                                "end": 3755,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3743,
                                                  "end": 3748,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "scope"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3749,
                                                  "end": 3755,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 48
                                                    }
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3756,
                                                "end": 3761,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 54
                                                  }
                                                },
                                                "name": "width"
                                              },
                                              "computed": false
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 3765,
                                          "end": 3801,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 94
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3765,
                                            "end": 3778,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3765,
                                              "end": 3771,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 64
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3772,
                                              "end": 3778,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 71
                                                }
                                              },
                                              "name": "height"
                                            },
                                            "computed": false
                                          },
                                          "operator": "!=",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3782,
                                            "end": 3801,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 94
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3782,
                                              "end": 3794,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 87
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3782,
                                                "end": 3787,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 80
                                                  }
                                                },
                                                "name": "scope"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3788,
                                                "end": 3794,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 81
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 87
                                                  }
                                                },
                                                "name": "offset"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3795,
                                              "end": 3801,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 94
                                                }
                                              },
                                              "name": "height"
                                            },
                                            "computed": false
                                          }
                                        },
                                        "leadingComments": null
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 3803,
                                        "end": 4223,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 96
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 17
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3825,
                                            "end": 3847,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 42
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 3825,
                                              "end": 3846,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 41
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 3825,
                                                "end": 3837,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3825,
                                                  "end": 3830,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 25
                                                    }
                                                  },
                                                  "name": "scope"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3831,
                                                  "end": 3837,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "start": 3840,
                                                "end": 3846,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "bounds"
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3868,
                                            "end": 3893,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 45
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3868,
                                              "end": 3892,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 44
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3868,
                                                "end": 3890,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3868,
                                                  "end": 3873,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 25
                                                    }
                                                  },
                                                  "name": "scope"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3874,
                                                  "end": 3890,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 42
                                                    }
                                                  },
                                                  "name": "invalidateCanvas"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "trailingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Size changed, canvas needs to adapt",
                                                "start": 3915,
                                                "end": 3953,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 58
                                                  }
                                                },
                                                "range": [
                                                  3915,
                                                  3953
                                                ]
                                              }
                                            ]
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 3974,
                                            "end": 4205,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 21
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 3978,
                                              "end": 4052,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 98
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3978,
                                                "end": 4012,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 58
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 3978,
                                                  "end": 3990,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3978,
                                                    "end": 3984,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 30
                                                      }
                                                    },
                                                    "name": "bounds",
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3985,
                                                    "end": 3990,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 36
                                                      }
                                                    },
                                                    "name": "width"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "operator": "!=",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 3994,
                                                  "end": 4012,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 58
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3994,
                                                    "end": 4006,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 52
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3994,
                                                      "end": 3999,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 45
                                                        }
                                                      },
                                                      "name": "scope"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4000,
                                                      "end": 4006,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 52
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4007,
                                                    "end": 4012,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 58
                                                      }
                                                    },
                                                    "name": "width"
                                                  },
                                                  "computed": false
                                                },
                                                "leadingComments": null
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 4016,
                                                "end": 4052,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 98
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4016,
                                                  "end": 4029,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 75
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4016,
                                                    "end": 4022,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 68
                                                      }
                                                    },
                                                    "name": "bounds"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4023,
                                                    "end": 4029,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 75
                                                      }
                                                    },
                                                    "name": "height"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "!=",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 4033,
                                                  "end": 4052,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 98
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4033,
                                                    "end": 4045,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 91
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4033,
                                                      "end": 4038,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 79
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 84
                                                        }
                                                      },
                                                      "name": "scope"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4039,
                                                      "end": 4045,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 85
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 91
                                                        }
                                                      },
                                                      "name": "offset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4046,
                                                    "end": 4052,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 92
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 98
                                                      }
                                                    },
                                                    "name": "height"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 4054,
                                              "end": 4205,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 100
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 21
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 4080,
                                                  "end": 4183,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 127
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 4080,
                                                    "end": 4182,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 126
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4080,
                                                      "end": 4096,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4080,
                                                        "end": 4088,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 32
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4080,
                                                          "end": 4085,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 29
                                                            }
                                                          },
                                                          "name": "scope"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4086,
                                                          "end": 4088,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 32
                                                            }
                                                          },
                                                          "name": "gl"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4089,
                                                        "end": 4096,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "setSize"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BinaryExpression",
                                                        "start": 4097,
                                                        "end": 4134,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 78
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 4097,
                                                          "end": 4115,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 59
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4097,
                                                            "end": 4109,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4097,
                                                              "end": 4102,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "name": "scope"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4103,
                                                              "end": 4109,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "name": "offset"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4110,
                                                            "end": 4115,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 59
                                                              }
                                                            },
                                                            "name": "width"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "*",
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 4118,
                                                          "end": 4134,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 62
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 78
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4118,
                                                            "end": 4123,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 62
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 67
                                                              }
                                                            },
                                                            "name": "scope"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4124,
                                                            "end": 4134,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 78
                                                              }
                                                            },
                                                            "name": "resolution"
                                                          },
                                                          "computed": false
                                                        }
                                                      },
                                                      {
                                                        "type": "BinaryExpression",
                                                        "start": 4136,
                                                        "end": 4174,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 118
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 4136,
                                                          "end": 4155,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 80
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 99
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4136,
                                                            "end": 4148,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 80
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 92
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4136,
                                                              "end": 4141,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 80
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 85
                                                                }
                                                              },
                                                              "name": "scope"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4142,
                                                              "end": 4148,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 86
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 92
                                                                }
                                                              },
                                                              "name": "offset"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4149,
                                                            "end": 4155,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 93
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 99
                                                              }
                                                            },
                                                            "name": "height"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "*",
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 4158,
                                                          "end": 4174,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 102
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 118
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4158,
                                                            "end": 4163,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 102
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 107
                                                              }
                                                            },
                                                            "name": "scope"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4164,
                                                            "end": 4174,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 108
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 118
                                                              }
                                                            },
                                                            "name": "resolution"
                                                          },
                                                          "computed": false
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "start": 4176,
                                                        "end": 4181,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 120
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 125
                                                          }
                                                        },
                                                        "value": false,
                                                        "rawValue": false,
                                                        "raw": "false"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            },
                                            "alternate": null,
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Size changed, canvas needs to adapt",
                                                "start": 3915,
                                                "end": 3953,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 58
                                                  }
                                                },
                                                "range": [
                                                  3915,
                                                  3953
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      },
                                      "alternate": null,
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Test for changes, position & size",
                                          "start": 3580,
                                          "end": 3616,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 52
                                            }
                                          },
                                          "range": [
                                            3580,
                                            3616
                                          ]
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4240,
                                      "end": 4265,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 41
                                        }
                                      },
                                      "expression": {
                                        "type": "UpdateExpression",
                                        "start": 4240,
                                        "end": 4264,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 40
                                          }
                                        },
                                        "operator": "--",
                                        "prefix": false,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 4240,
                                          "end": 4262,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4240,
                                            "end": 4245,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 21
                                              }
                                            },
                                            "name": "scope"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4246,
                                            "end": 4262,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 38
                                              }
                                            },
                                            "name": "invalidateFrames"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ],
                                  "trailingComments": null
                                },
                                "alternate": null,
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Pass 1: measure canvas; do this only when the canvas is dirty",
                                    "start": 3369,
                                    "end": 3433,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 76
                                      }
                                    },
                                    "range": [
                                      3369,
                                      3433
                                    ]
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Update animations",
                                    "start": 4293,
                                    "end": 4313,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 32
                                      }
                                    },
                                    "range": [
                                      4293,
                                      4313
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4326,
                                "end": 4345,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 31
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4326,
                                  "end": 4344,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 30
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4326,
                                    "end": 4338,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4326,
                                      "end": 4331,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 17
                                        }
                                      },
                                      "name": "Tween",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4332,
                                      "end": 4338,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 24
                                        }
                                      },
                                      "name": "update"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4339,
                                      "end": 4343,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 29
                                        }
                                      },
                                      "name": "time"
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Update animations",
                                    "start": 4293,
                                    "end": 4313,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 32
                                      }
                                    },
                                    "range": [
                                      4293,
                                      4313
                                    ]
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Pass 2: measure view changes, stamp out old space",
                                    "start": 4359,
                                    "end": 4411,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 64
                                      }
                                    },
                                    "range": [
                                      4359,
                                      4411
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 4424,
                                "end": 4451,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 39
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 4428,
                                    "end": 4450,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 38
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 4428,
                                      "end": 4443,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 31
                                        }
                                      },
                                      "name": "revokeDirtyFlag",
                                      "leadingComments": null
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "start": 4446,
                                      "end": 4450,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 38
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "leadingComments": null
                                  }
                                ],
                                "kind": "let",
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Pass 2: measure view changes, stamp out old space",
                                    "start": 4359,
                                    "end": 4411,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 64
                                      }
                                    },
                                    "range": [
                                      4359,
                                      4411
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "ForOfStatement",
                                "start": 4464,
                                "end": 4661,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 13
                                  }
                                },
                                "left": {
                                  "type": "VariableDeclaration",
                                  "start": 4469,
                                  "end": 4477,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 25
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4473,
                                      "end": 4477,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 25
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4473,
                                        "end": 4477,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 25
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "init": null
                                    }
                                  ],
                                  "kind": "let"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 4481,
                                  "end": 4499,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4481,
                                    "end": 4493,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4481,
                                      "end": 4486,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 34
                                        }
                                      },
                                      "name": "scope"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4487,
                                      "end": 4493,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 41
                                        }
                                      },
                                      "name": "canvas"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4494,
                                    "end": 4499,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 47
                                      }
                                    },
                                    "name": "views"
                                  },
                                  "computed": false
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 4501,
                                  "end": 4661,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 4601,
                                      "end": 4647,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 62
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 4605,
                                        "end": 4621,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 36
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4605,
                                          "end": 4615,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 30
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4605,
                                            "end": 4609,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 24
                                              }
                                            },
                                            "name": "view",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4610,
                                            "end": 4615,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 30
                                              }
                                            },
                                            "name": "clear"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4616,
                                            "end": 4620,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 35
                                              }
                                            },
                                            "name": "time"
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "consequent": {
                                        "type": "ExpressionStatement",
                                        "start": 4623,
                                        "end": 4647,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 62
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4623,
                                          "end": 4646,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 61
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 4623,
                                            "end": 4638,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 53
                                              }
                                            },
                                            "name": "revokeDirtyFlag"
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 4641,
                                            "end": 4646,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 61
                                              }
                                            },
                                            "value": false,
                                            "rawValue": false,
                                            "raw": "false"
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " If any view has measured changes, the canvas will remain dirty",
                                          "start": 4519,
                                          "end": 4584,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 81
                                            }
                                          },
                                          "range": [
                                            4519,
                                            4584
                                          ]
                                        }
                                      ]
                                    }
                                  ],
                                  "trailingComments": null
                                },
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Pass 3: render view content",
                                    "start": 4675,
                                    "end": 4705,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 42
                                      }
                                    },
                                    "range": [
                                      4675,
                                      4705
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "ForOfStatement",
                                "start": 4718,
                                "end": 4789,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 34
                                  }
                                },
                                "left": {
                                  "type": "VariableDeclaration",
                                  "start": 4723,
                                  "end": 4731,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 25
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4727,
                                      "end": 4731,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 25
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4727,
                                        "end": 4731,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 25
                                          }
                                        },
                                        "name": "view",
                                        "leadingComments": null
                                      },
                                      "init": null,
                                      "leadingComments": null
                                    }
                                  ],
                                  "kind": "let",
                                  "leadingComments": null
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 4735,
                                  "end": 4753,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4735,
                                    "end": 4747,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4735,
                                      "end": 4740,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 34
                                        }
                                      },
                                      "name": "scope"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4741,
                                      "end": 4747,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 41
                                        }
                                      },
                                      "name": "canvas"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4748,
                                    "end": 4753,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 47
                                      }
                                    },
                                    "name": "views"
                                  },
                                  "computed": false
                                },
                                "body": {
                                  "type": "ExpressionStatement",
                                  "start": 4771,
                                  "end": 4789,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 34
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4771,
                                    "end": 4788,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 33
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4771,
                                      "end": 4782,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4771,
                                        "end": 4775,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 20
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4776,
                                        "end": 4782,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 27
                                          }
                                        },
                                        "name": "render"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4783,
                                        "end": 4787,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 32
                                          }
                                        },
                                        "name": "time"
                                      }
                                    ]
                                  },
                                  "trailingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Pass 3: render view content",
                                    "start": 4675,
                                    "end": 4705,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 42
                                      }
                                    },
                                    "range": [
                                      4675,
                                      4705
                                    ]
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " If nothing has changed in size or position the canvas is clean",
                                    "start": 4803,
                                    "end": 4868,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 77
                                      }
                                    },
                                    "range": [
                                      4803,
                                      4868
                                    ]
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 4881,
                                "end": 4938,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 36
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 4885,
                                  "end": 4900,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 31
                                    }
                                  },
                                  "name": "revokeDirtyFlag",
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "ExpressionStatement",
                                  "start": 4918,
                                  "end": 4938,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4918,
                                    "end": 4937,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4918,
                                      "end": 4929,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4918,
                                        "end": 4923,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 21
                                          }
                                        },
                                        "name": "scope"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4924,
                                        "end": 4929,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 27
                                          }
                                        },
                                        "name": "dirty"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4932,
                                      "end": 4937,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 35
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                },
                                "alternate": null,
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " If nothing has changed in size or position the canvas is clean",
                                    "start": 4803,
                                    "end": 4868,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 77
                                      }
                                    },
                                    "range": [
                                      4803,
                                      4868
                                    ]
                                  }
                                ]
                              }
                            ],
                            "trailingComments": null
                          },
                          "trailingComments": null
                        },
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Start render loop",
                          "start": 4958,
                          "end": 4978,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 28
                            }
                          },
                          "range": [
                            4958,
                            4978
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 4987,
                      "end": 5042,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 129,
                          "column": 25
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 4991,
                        "end": 5015,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 12
                          },
                          "end": {
                            "line": 128,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4991,
                          "end": 4998,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 12
                            },
                            "end": {
                              "line": 128,
                              "column": 19
                            }
                          },
                          "name": "options",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4999,
                          "end": 5015,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 20
                            },
                            "end": {
                              "line": 128,
                              "column": 36
                            }
                          },
                          "name": "startImmediately"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 5029,
                        "end": 5042,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 12
                          },
                          "end": {
                            "line": 129,
                            "column": 25
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 5029,
                          "end": 5041,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 12
                            },
                            "end": {
                              "line": 129,
                              "column": 24
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5029,
                            "end": 5039,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 12
                              },
                              "end": {
                                "line": 129,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5029,
                              "end": 5033,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 12
                                },
                                "end": {
                                  "line": 129,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5034,
                              "end": 5039,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 17
                                },
                                "end": {
                                  "line": 129,
                                  "column": 22
                                }
                              },
                              "name": "start"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Start render loop",
                          "start": 4958,
                          "end": 4978,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 28
                            }
                          },
                          "range": [
                            4958,
                            4978
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5054,
              "end": 5261,
              "loc": {
                "start": {
                  "line": 132,
                  "column": 4
                },
                "end": {
                  "line": 138,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5054,
                "end": 5061,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 4
                  },
                  "end": {
                    "line": 132,
                    "column": 11
                  }
                },
                "name": "destroy"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5061,
                "end": 5261,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 11
                  },
                  "end": {
                    "line": 138,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5064,
                  "end": 5261,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 14
                    },
                    "end": {
                      "line": 138,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5074,
                      "end": 5096,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 133,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5074,
                        "end": 5095,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 8
                          },
                          "end": {
                            "line": 133,
                            "column": 29
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5074,
                          "end": 5093,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 8
                            },
                            "end": {
                              "line": 133,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5074,
                            "end": 5086,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 8
                              },
                              "end": {
                                "line": 133,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5074,
                              "end": 5078,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 8
                                },
                                "end": {
                                  "line": 133,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5079,
                              "end": 5086,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 13
                                },
                                "end": {
                                  "line": 133,
                                  "column": 20
                                }
                              },
                              "name": "context"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5087,
                            "end": 5093,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 21
                              },
                              "end": {
                                "line": 133,
                                "column": 27
                              }
                            },
                            "name": "remove"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5105,
                      "end": 5133,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 8
                        },
                        "end": {
                          "line": 134,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5105,
                        "end": 5132,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 8
                          },
                          "end": {
                            "line": 134,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5105,
                          "end": 5116,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 8
                            },
                            "end": {
                              "line": 134,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5105,
                            "end": 5109,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 8
                              },
                              "end": {
                                "line": 134,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5110,
                            "end": 5116,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 13
                              },
                              "end": {
                                "line": 134,
                                "column": 19
                              }
                            },
                            "name": "render"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "start": 5119,
                          "end": 5132,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 22
                            },
                            "end": {
                              "line": 134,
                              "column": 35
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 5130,
                            "end": 5132,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 33
                              },
                              "end": {
                                "line": 134,
                                "column": 35
                              }
                            },
                            "body": []
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5142,
                      "end": 5199,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 8
                        },
                        "end": {
                          "line": 135,
                          "column": 65
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5142,
                        "end": 5198,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 8
                          },
                          "end": {
                            "line": 135,
                            "column": 64
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5142,
                          "end": 5168,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 8
                            },
                            "end": {
                              "line": 135,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5142,
                            "end": 5148,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 8
                              },
                              "end": {
                                "line": 135,
                                "column": 14
                              }
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5149,
                            "end": 5168,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 15
                              },
                              "end": {
                                "line": 135,
                                "column": 34
                              }
                            },
                            "name": "removeEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 5169,
                            "end": 5177,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 35
                              },
                              "end": {
                                "line": 135,
                                "column": 43
                              }
                            },
                            "value": "resize",
                            "rawValue": "resize",
                            "raw": "'resize'"
                          },
                          {
                            "type": "MemberExpression",
                            "start": 5179,
                            "end": 5197,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 45
                              },
                              "end": {
                                "line": 135,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5179,
                              "end": 5183,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 45
                                },
                                "end": {
                                  "line": 135,
                                  "column": 49
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5184,
                              "end": 5197,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 50
                                },
                                "end": {
                                  "line": 135,
                                  "column": 63
                                }
                              },
                              "name": "resizeHandler"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5208,
                      "end": 5226,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 8
                        },
                        "end": {
                          "line": 136,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5208,
                        "end": 5225,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 8
                          },
                          "end": {
                            "line": 136,
                            "column": 25
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5208,
                          "end": 5223,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 8
                            },
                            "end": {
                              "line": 136,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5208,
                            "end": 5215,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 8
                              },
                              "end": {
                                "line": 136,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5208,
                              "end": 5212,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 8
                                },
                                "end": {
                                  "line": 136,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5213,
                              "end": 5215,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 13
                                },
                                "end": {
                                  "line": 136,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5216,
                            "end": 5223,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 16
                              },
                              "end": {
                                "line": 136,
                                "column": 23
                              }
                            },
                            "name": "dispose"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5235,
                      "end": 5255,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 8
                        },
                        "end": {
                          "line": 137,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5235,
                        "end": 5254,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 8
                          },
                          "end": {
                            "line": 137,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5235,
                          "end": 5242,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 8
                            },
                            "end": {
                              "line": 137,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5235,
                            "end": 5239,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 8
                              },
                              "end": {
                                "line": 137,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5240,
                            "end": 5242,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 13
                              },
                              "end": {
                                "line": 137,
                                "column": 15
                              }
                            },
                            "name": "gl"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5245,
                          "end": 5254,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 18
                            },
                            "end": {
                              "line": 137,
                              "column": 27
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5267,
              "end": 5322,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 4
                },
                "end": {
                  "line": 142,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5267,
                "end": 5272,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 4
                  },
                  "end": {
                    "line": 140,
                    "column": 9
                  }
                },
                "name": "start"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5272,
                "end": 5322,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 9
                  },
                  "end": {
                    "line": 142,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5275,
                  "end": 5322,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 12
                    },
                    "end": {
                      "line": 142,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5285,
                      "end": 5316,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5285,
                        "end": 5315,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 8
                          },
                          "end": {
                            "line": 141,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5285,
                          "end": 5296,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 8
                            },
                            "end": {
                              "line": 141,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5285,
                            "end": 5289,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 8
                              },
                              "end": {
                                "line": 141,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5290,
                            "end": 5296,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 13
                              },
                              "end": {
                                "line": 141,
                                "column": 19
                              }
                            },
                            "name": "render"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 5297,
                            "end": 5314,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 20
                              },
                              "end": {
                                "line": 141,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5297,
                              "end": 5312,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 20
                                },
                                "end": {
                                  "line": 141,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5297,
                                "end": 5308,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 31
                                  }
                                },
                                "name": "performance"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5309,
                                "end": 5312,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 35
                                  }
                                },
                                "name": "now"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5328,
              "end": 5580,
              "loc": {
                "start": {
                  "line": 144,
                  "column": 4
                },
                "end": {
                  "line": 149,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5328,
                "end": 5334,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 10
                  }
                },
                "name": "resize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5334,
                "end": 5580,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 10
                  },
                  "end": {
                    "line": 149,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5337,
                  "end": 5580,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 13
                    },
                    "end": {
                      "line": 149,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5347,
                      "end": 5398,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5347,
                        "end": 5397,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 8
                          },
                          "end": {
                            "line": 145,
                            "column": 58
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5347,
                          "end": 5358,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 8
                            },
                            "end": {
                              "line": 145,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5347,
                            "end": 5351,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 8
                              },
                              "end": {
                                "line": 145,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5352,
                            "end": 5358,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 13
                              },
                              "end": {
                                "line": 145,
                                "column": 19
                              }
                            },
                            "name": "offset"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5361,
                          "end": 5397,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 22
                            },
                            "end": {
                              "line": 145,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5361,
                            "end": 5395,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 22
                              },
                              "end": {
                                "line": 145,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5361,
                              "end": 5373,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 22
                                },
                                "end": {
                                  "line": 145,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5361,
                                "end": 5365,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 26
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5366,
                                "end": 5373,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 34
                                  }
                                },
                                "name": "context"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5374,
                              "end": 5395,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 35
                                },
                                "end": {
                                  "line": 145,
                                  "column": 56
                                }
                              },
                              "name": "getBoundingClientRect"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5407,
                      "end": 5505,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 106
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5407,
                        "end": 5504,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 8
                          },
                          "end": {
                            "line": 146,
                            "column": 105
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5407,
                          "end": 5422,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 8
                            },
                            "end": {
                              "line": 146,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5407,
                            "end": 5414,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 8
                              },
                              "end": {
                                "line": 146,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5407,
                              "end": 5411,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 8
                                },
                                "end": {
                                  "line": 146,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5412,
                              "end": 5414,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 13
                                },
                                "end": {
                                  "line": 146,
                                  "column": 15
                                }
                              },
                              "name": "gl"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5415,
                            "end": 5422,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 16
                              },
                              "end": {
                                "line": 146,
                                "column": 23
                              }
                            },
                            "name": "setSize"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 5423,
                            "end": 5458,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 24
                              },
                              "end": {
                                "line": 146,
                                "column": 59
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 5423,
                              "end": 5440,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 24
                                },
                                "end": {
                                  "line": 146,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5423,
                                "end": 5434,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5423,
                                  "end": 5427,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 28
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5428,
                                  "end": 5434,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 35
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5435,
                                "end": 5440,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 41
                                  }
                                },
                                "name": "width"
                              },
                              "computed": false
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 5443,
                              "end": 5458,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 44
                                },
                                "end": {
                                  "line": 146,
                                  "column": 59
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5443,
                                "end": 5447,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 48
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5448,
                                "end": 5458,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 59
                                  }
                                },
                                "name": "resolution"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 5460,
                            "end": 5496,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 61
                              },
                              "end": {
                                "line": 146,
                                "column": 97
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 5460,
                              "end": 5478,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 61
                                },
                                "end": {
                                  "line": 146,
                                  "column": 79
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5460,
                                "end": 5471,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 72
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5460,
                                  "end": 5464,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 65
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5465,
                                  "end": 5471,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 72
                                    }
                                  },
                                  "name": "offset"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5472,
                                "end": 5478,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 79
                                  }
                                },
                                "name": "height"
                              },
                              "computed": false
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 5481,
                              "end": 5496,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 82
                                },
                                "end": {
                                  "line": 146,
                                  "column": 97
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5481,
                                "end": 5485,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 86
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5486,
                                "end": 5496,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 87
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 97
                                  }
                                },
                                "name": "resolution"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 5498,
                            "end": 5503,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 99
                              },
                              "end": {
                                "line": 146,
                                "column": 104
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5514,
                      "end": 5540,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 8
                        },
                        "end": {
                          "line": 147,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5514,
                        "end": 5539,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 8
                          },
                          "end": {
                            "line": 147,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5514,
                          "end": 5535,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5514,
                            "end": 5518,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 8
                              },
                              "end": {
                                "line": 147,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5519,
                            "end": 5535,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 13
                              },
                              "end": {
                                "line": 147,
                                "column": 29
                              }
                            },
                            "name": "invalidateCanvas"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 5536,
                            "end": 5538,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 30
                              },
                              "end": {
                                "line": 147,
                                "column": 32
                              }
                            },
                            "value": 30,
                            "rawValue": 30,
                            "raw": "30"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5549,
                      "end": 5574,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 148,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5549,
                        "end": 5573,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 8
                          },
                          "end": {
                            "line": 148,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5549,
                          "end": 5569,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 8
                            },
                            "end": {
                              "line": 148,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5549,
                            "end": 5553,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 8
                              },
                              "end": {
                                "line": 148,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5554,
                            "end": 5569,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 13
                              },
                              "end": {
                                "line": 148,
                                "column": 28
                              }
                            },
                            "name": "invalidateViews"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 5570,
                            "end": 5572,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 29
                              },
                              "end": {
                                "line": 148,
                                "column": 31
                              }
                            },
                            "value": 30,
                            "rawValue": 30,
                            "raw": "30"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5586,
              "end": 5743,
              "loc": {
                "start": {
                  "line": 151,
                  "column": 4
                },
                "end": {
                  "line": 155,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5586,
                "end": 5602,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 4
                  },
                  "end": {
                    "line": 151,
                    "column": 20
                  }
                },
                "name": "invalidateCanvas"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5602,
                "end": 5743,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 20
                  },
                  "end": {
                    "line": 155,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 5603,
                    "end": 5613,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 21
                      },
                      "end": {
                        "line": 151,
                        "column": 31
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 5603,
                      "end": 5609,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 21
                        },
                        "end": {
                          "line": 151,
                          "column": 27
                        }
                      },
                      "name": "frames"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 5612,
                      "end": 5613,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 30
                        },
                        "end": {
                          "line": 151,
                          "column": 31
                        }
                      },
                      "value": 1,
                      "rawValue": 1,
                      "raw": "1"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5615,
                  "end": 5743,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 33
                    },
                    "end": {
                      "line": 155,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5625,
                      "end": 5657,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 8
                        },
                        "end": {
                          "line": 152,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5625,
                        "end": 5656,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 8
                          },
                          "end": {
                            "line": 152,
                            "column": 39
                          }
                        },
                        "operator": "+=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5625,
                          "end": 5646,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 8
                            },
                            "end": {
                              "line": 152,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5625,
                            "end": 5629,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 8
                              },
                              "end": {
                                "line": 152,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5630,
                            "end": 5646,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 13
                              },
                              "end": {
                                "line": 152,
                                "column": 29
                              }
                            },
                            "name": "invalidateFrames"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 5650,
                          "end": 5656,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 33
                            },
                            "end": {
                              "line": 152,
                              "column": 39
                            }
                          },
                          "name": "frames"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5666,
                      "end": 5737,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 8
                        },
                        "end": {
                          "line": 154,
                          "column": 39
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 5670,
                        "end": 5696,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 12
                          },
                          "end": {
                            "line": 153,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 5670,
                          "end": 5691,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 12
                            },
                            "end": {
                              "line": 153,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5670,
                            "end": 5674,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 12
                              },
                              "end": {
                                "line": 153,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5675,
                            "end": 5691,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 17
                              },
                              "end": {
                                "line": 153,
                                "column": 33
                              }
                            },
                            "name": "invalidateFrames"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 5694,
                          "end": 5696,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 36
                            },
                            "end": {
                              "line": 153,
                              "column": 38
                            }
                          },
                          "value": 60,
                          "rawValue": 60,
                          "raw": "60"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 5710,
                        "end": 5737,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 12
                          },
                          "end": {
                            "line": 154,
                            "column": 39
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 5710,
                          "end": 5736,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 12
                            },
                            "end": {
                              "line": 154,
                              "column": 38
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 5710,
                            "end": 5731,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 12
                              },
                              "end": {
                                "line": 154,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5710,
                              "end": 5714,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 12
                                },
                                "end": {
                                  "line": 154,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5715,
                              "end": 5731,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 17
                                },
                                "end": {
                                  "line": 154,
                                  "column": 33
                                }
                              },
                              "name": "invalidateFrames"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "Literal",
                            "start": 5734,
                            "end": 5736,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 36
                              },
                              "end": {
                                "line": 154,
                                "column": 38
                              }
                            },
                            "value": 60,
                            "rawValue": 60,
                            "raw": "60"
                          }
                        }
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5749,
              "end": 5892,
              "loc": {
                "start": {
                  "line": 157,
                  "column": 4
                },
                "end": {
                  "line": 161,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5749,
                "end": 5764,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 4
                  },
                  "end": {
                    "line": 157,
                    "column": 19
                  }
                },
                "name": "invalidateViews"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5764,
                "end": 5892,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 19
                  },
                  "end": {
                    "line": 161,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 5765,
                    "end": 5775,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 20
                      },
                      "end": {
                        "line": 157,
                        "column": 30
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 5765,
                      "end": 5771,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 20
                        },
                        "end": {
                          "line": 157,
                          "column": 26
                        }
                      },
                      "name": "frames"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 5774,
                      "end": 5775,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 29
                        },
                        "end": {
                          "line": 157,
                          "column": 30
                        }
                      },
                      "value": 1,
                      "rawValue": 1,
                      "raw": "1"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5777,
                  "end": 5892,
                  "loc": {
                    "start": {
                      "line": 157,
                      "column": 32
                    },
                    "end": {
                      "line": 161,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5787,
                      "end": 5805,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 8
                        },
                        "end": {
                          "line": 158,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5787,
                        "end": 5804,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 8
                          },
                          "end": {
                            "line": 158,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5787,
                          "end": 5797,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 8
                            },
                            "end": {
                              "line": 158,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5787,
                            "end": 5791,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 8
                              },
                              "end": {
                                "line": 158,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5792,
                            "end": 5797,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 13
                              },
                              "end": {
                                "line": 158,
                                "column": 18
                              }
                            },
                            "name": "dirty"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 5800,
                          "end": 5804,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 21
                            },
                            "end": {
                              "line": 158,
                              "column": 25
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 5814,
                      "end": 5886,
                      "loc": {
                        "start": {
                          "line": 159,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 36
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 5819,
                        "end": 5827,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 13
                          },
                          "end": {
                            "line": 159,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5823,
                            "end": 5827,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 17
                              },
                              "end": {
                                "line": 159,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5823,
                              "end": 5827,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 17
                                },
                                "end": {
                                  "line": 159,
                                  "column": 21
                                }
                              },
                              "name": "view"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 5831,
                        "end": 5848,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 25
                          },
                          "end": {
                            "line": 159,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5831,
                          "end": 5842,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 25
                            },
                            "end": {
                              "line": 159,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5831,
                            "end": 5835,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 25
                              },
                              "end": {
                                "line": 159,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5836,
                            "end": 5842,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 30
                              },
                              "end": {
                                "line": 159,
                                "column": 36
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5843,
                          "end": 5848,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 37
                            },
                            "end": {
                              "line": 159,
                              "column": 42
                            }
                          },
                          "name": "views"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 5862,
                        "end": 5886,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 12
                          },
                          "end": {
                            "line": 160,
                            "column": 36
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 5862,
                          "end": 5885,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 12
                            },
                            "end": {
                              "line": 160,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5862,
                            "end": 5877,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 12
                              },
                              "end": {
                                "line": 160,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5862,
                              "end": 5866,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 12
                                },
                                "end": {
                                  "line": 160,
                                  "column": 16
                                }
                              },
                              "name": "view"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5867,
                              "end": 5877,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 17
                                },
                                "end": {
                                  "line": 160,
                                  "column": 27
                                }
                              },
                              "name": "invalidate"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5878,
                              "end": 5884,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 28
                                },
                                "end": {
                                  "line": 160,
                                  "column": 34
                                }
                              },
                              "name": "frames"
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}