Skip to content

Allow consistent interface for completely suppressing metadata #19199

Open
@anntzer

Description

@anntzer

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".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions