Skip to content

Commit

Permalink
* Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuzel committed Nov 8, 2020
1 parent f0f6b61 commit a80f6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A library which makes it easier to manually create a simple PDF document with [A
}

dependencies {
implementation("com.github.vkuzel:Simple-PDF-Layout:2.0.0")
implementation("com.github.vkuzel:Simple-PDF-Layout:2.1.0")
}
```

Expand All @@ -46,6 +46,6 @@ A library which makes it easier to manually create a simple PDF document with [A

## Box model

Following image was drawn by `BoxModelDocumentTest.generateBoxModelDocumentTest()` method in this project.
Following image was rendered by `BoxModelDocumentTest.generateBoxModelDocumentTest()` method in this project.

![Document box model](document-box-model.png)

0 comments on commit a80f6f7

Please sign in to comment.