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
Don't pass "wrong" indent=False in SVG generation.
All kwargs to `XMLWriter.element()` are interpreted as XML attributes --
except the Falsy ones. So passing `indent=False` doesn't have any
effect, but it's wrong to pass `indent` to `element()` anyways (e.g.
passing `indent=True` would crash it instead of doing any indenting).
0 commit comments