mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Fix interpolation gifs.
Former-commit-id: 1d596ff95e002b77fad2c5954e63846d252abf43
This commit is contained in:
parent
8a1c7deaab
commit
405fe8d280
5 changed files with 58 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
ROOT=`stack path --project-root`
|
||||
|
||||
TINY='^(doc_turbo|doc_viridis|doc_magma|doc_inferno|doc_plasma|doc_sinebow|doc_cividis|doc_jet|
|
||||
doc_hsv|doc_hsvMatlab|doc_greyscale|doc_parula|doc_rgbComponents|doc_hsvComponents)$'
|
||||
newline|doc_hsvMatlab|doc_greyscale|doc_parula|doc_rgbComponents|doc_hsvComponents|
|
||||
newline|doc_lchComponents|doc_xyzComponents|doc_labComponents)$'
|
||||
|
||||
for src in $ROOT/examples/doc_*.hs; do
|
||||
BASE=`basename $src .hs`
|
||||
|
|
|
|||
Loading…
Reference in a new issue