Skip to content

Commit

Permalink
Added a 16:10 ratio paper size.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 19, 2020
1 parent 13f6213 commit fee2050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Structurizr.Core/View/PaperSize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class PaperSize

public static readonly PaperSize Slide_4_3 = new PaperSize("Slide_4_3", "Slide 4:3", Orientation.Landscape, 3306, 2480);
public static readonly PaperSize Slide_16_9 = new PaperSize("Slide_16_9", "Slide 16:9", Orientation.Landscape, 3508, 1973);
public static readonly PaperSize Slide_16_10 = new PaperSize("Slide_16_10", "Slide 16:10", Orientation.Landscape, 3508, 2193);

public string Key { get; }
public String Name { get; }
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.9.7 (unreleased)

- Added an ExternalSoftwareSystemBoundariesVisible property to ContainerView, to set whether software system boundaries should be visible for "external" containers (those outside the software system in scope).
- Added a 16:10 ratio paper size.

## 0.9.6 (29th February 2020)

Expand Down

0 comments on commit fee2050

Please sign in to comment.