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
In the SVG parser: simplify the regexes; do not drop "z" codes (they
were previously dropped because they are immediately followed by another
code, and thus did not match `path_re`; things only worked because the
SVG source was careful to explicitly move back to the start point before
issuing CLOSEPOLYs) but instead include them explicitly.
Don't rely on later in-place modification of `verts` propagating back to
`path`, but modify it first.
Make the figure background gray (as was the case for the classic style);
that makes the white outline visible again (otherwise that white outline
doesn't really make sense). Also just generally compress the rest of
the code down.
0 commit comments