- Refactor the main module, slight performance tweak and ±0.9K less file size
on disk.
- The
translate(tx, 0)
compression was changed from translateX(tx)
to translate(tx)
.
- Fixes an incorrect conversion of
translate(5, 5)
to translate(5)
.
- Performance improvements (thanks to @TrySound).