Paul Wagener
Paul Wagener
I've created a tif file that is very roughly georeferenced to the UK and a shapefile that I want to use as a mask. Both are in EPSG:4326. Loaded in...
You might want to hold off on merging these bugfixes. Currently almost all plans do not pass the invariants which will result in no output to the user. In the...
Closes #1
Updates `Performance` to the current specification: https://www.w3.org/TR/user-timing/
Running tscc fails on MacOS Ventura (13.0) with the following error: ``` TSCC: tsickle uses a custom tslib optimized for closure compiler. importHelpers flag is set. ⡂⢘ Closure Compiler 00:02Error:...
Fixes #150 This PR adds the ability to convert 3d coordinates. The `Coord` trait is changed to add a Z coordinate so at least a minor version bump is warranted...
For some colors like Color.RED the ArgbEvaluation misread the alpha value as -1 instead of 255. This causes certain animations to be invisible as the animator then tries to animate...
This fixes Windows compile errors mentioned in #109 Credits go to [@lotusshinaki](https://github.com/lotusshinoaki/). If any additional changes are needed I'd be happy to help in order to upstream this fix.