···22222323### Fixed
24242525+- Fixed Safari 13.1 crash when booting Excalibur because of they odd MediaQuery API in older Safari
2626+- Fixed issue where pointers did not work because of missing types
2527- Fixed issue with `ArcadeSolver` where stacked/overlapped tiles would double solve the position of the collider for the same overlap
2628- Fixed issue where changing the `ex.Sprite.width` or `ex.Sprite.height` did not resize the graphic.
2729- Fixed issue where initial Actor anchors set in the constructor were not being set in the graphics component
···99<body>
1010 <p>Click on the squares to see events propagate in z order in the console. The black square cancels the event preventing propagation.</p>
1111 <script src="../../lib/excalibur.js"></script>
1212- <script src="pointer.js"></script>
1212+ <script src="./pointer.js"></script>
1313</body>
1414</html>