[psaux] Fix closepath (#55414).
All of the Type 1 path building is done with code common to the revised CFF engine, with the exception of closepath, which was still calling ps_builder_close_contour(), thus previously cached segments were not always written to the path, and glyph corruption, or even invalid outlines were possible. * src/psauc/psinterp.c (cf2_interpT2CharString) <cf2_cmdCLOSEPATH>: Switch to calling `cf2_glyphpath_closeOpenPath'.cmakelists-updates
parent
2875ada197
commit
b75abeb5e6
2 changed files with 14 additions and 1 deletions
Loading…
Reference in new issue