mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
The rules require comparing if tiles are equal, which used to be a string comparison as we just converted the image to a path. With ImageData this doesn't work anymore, so this patch proposes an optional path property that makes the code also a tad bit more readable. |
||
|---|---|---|
| .. | ||
| resources | ||
| api.spec.ts | ||
| compiler.spec.ts | ||
| globals.spec.ts | ||
| js_value_conversion.spec.ts | ||
| types.spec.ts | ||
| window.spec.ts | ||