Commit 4833962
committed
Fix glyph loading in textpath.
I missed the fact that `enc` is now a list, not a mapping anymore (and
`glyph` is still an index), so the `glyph in enc` check does not make
sense anymore.
This fixes test_backend_svg::test_unicode_won, which previously failed
*if run by itself* but curiously would not fail when run with the rest
of the test suite.1 parent 348ae44 commit 4833962
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
| 315 | + | |
| 316 | + | |
324 | 317 | | |
325 | | - | |
326 | | - | |
| 318 | + | |
327 | 319 | | |
328 | 320 | | |
329 | 321 | | |
| |||
0 commit comments