election_day.utils.svg_generator ================================ .. py:module:: election_day.utils.svg_generator Classes ------- .. autoapisummary:: election_day.utils.svg_generator.SvgGenerator Module Contents --------------- .. py:class:: SvgGenerator(app: onegov.election_day.app.ElectionDayApp, renderer: onegov.election_day.utils.d3_renderer.D3Renderer | None = None) .. py:attribute:: app .. py:attribute:: svg_dir :value: 'svg' .. py:attribute:: session .. py:attribute:: renderer .. py:method:: remove(directory: str, files: collections.abc.Collection[str]) -> None Safely removes the given files from the directory. .. py:method:: generate_svg(item: onegov.election_day.models.Election | onegov.election_day.models.ElectionCompound | onegov.election_day.models.ElectionCompoundPart | onegov.election_day.models.Ballot, type_: str, filename: str, locale: str) -> int Creates the requested SVG. Returns the number of created files. .. py:method:: create_svgs() -> tuple[int, int] Generates all SVGs for the given application. Only generates SVGs if not already generated since the last change of the election, election compound or vote. Cleans up unused SVGs.