rasterlottie 0.2.1

Pure Rust, headless Lottie rasterizer for deterministic server-side rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Reference Goldens

This directory stores PNG goldens used by `tests/image_diff.rs`.

The checked-in PNG files are deterministic renderer snapshots that keep the
current output stable across refactors. The current representative image-diff
set covers:

- `layer_parenting_basic`
- `polystar_basic`
- `stroke_dash_basic`
- `trim_path_basic`
- `repeater_basic`

`tests/reference/render_fixture.html` remains as the browser-side harness for
future `lottie-web` comparisons, but the checked-in PNG goldens should not be
treated as browser-rendered references unless they are explicitly regenerated
that way.