Skip to content

missing A3 pagesize #5

@MarcDuQuesne

Description

@MarcDuQuesne

this is simply fixed by adding:

export const PAGE_SIZE_A3 = 'axidraw-web-page-size-a3';

and

  {
    type: PAGE_SIZE_A3,
    alias: 'A3 (420mm x 297mm)',
    width: 420,
    height: 297,
    defaultPadding: 15,
  },

to the PageSize in page.ts. I'd do it myself, but I cannot put in a PR to this repository :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions