Commit 4bbca88
committed
Simplify animation writer fallback.
The fallback now always returns PillowWriter, which is the first
registered writer and is always available, so we may just as well be
more explicit.
(Not all writers support all output formats, but we don't have machinery
to select writers based on the output format right now anyways.)1 parent 84e872d commit 4bbca88
1 file changed
Lines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1087 | 1087 | | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
1093 | | - | |
1094 | | - | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
1100 | | - | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1101 | 1097 | | |
1102 | 1098 | | |
1103 | 1099 | | |
| |||
0 commit comments