-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
New featurebackend: aggbackend: pdfbackend: psbackend: svgkeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Action
Description
Problem
For SVG output I believe the only way to suppress metadata output is to manually set all relevant fields (Date, Creator, Format, Type, etc.) to None. There should be an easier way to do so, either by passing metadata={}
or by passing metadata=None
. Hopefully this can be made consistent with the other backends too...
Proposed Solution
Support either metadata={}
or metadata=None
to mean "suppress all metadata".
story645 and mmore500
Metadata
Metadata
Assignees
Labels
New featurebackend: aggbackend: pdfbackend: psbackend: svgkeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Action