N S

Results 14 issues of N S

### Description: Setting `width: auto` and/or `height: auto` in a more specific CSS class does not override a general width/height definition. Instead, the element retains the width/height from the general...

Hello! I'd like to propose adding WebP support for CPP targets in Lime. WebP is an amazing image format that offers significant advantages: smaller file sizes compared to PNG and...

enhancement

### Summary Baseline integration of [`libwebp v1.6.0`](https://chromium.googlesource.com/webm/libwebp) for Lime `sys` targets — **no breaking changes**. There are **no** Haxe/Lime API changes; existing loaders now consume static `.webp` just like PNG/JPEG:...

Switch `AnimateLibrary` to use `instanceID` as the sole key in instances. We now register/unregister under `instanceID` (instead of the raw `uuid`), so `instances.set()` and `instances.remove()` hit the same key, preventing...