You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- bytes.hex() can now perform linewrapping itself, so use that in
draw_image.
- draw_gouraud_triangles can rely on PostScript's hexstring format
(`<...>` instead of `(...)`) and thus on bytes.hex() too. This makes
_quote_ps_string fully unused, thus tweak the deprecation of
quote_ps_string.
Also add a test for PostScript Gouraud shading, which was previously not
covered at all.
0 commit comments