From a9a0e5d100759b0563d809ea80eae2c33cc4599a Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 12 Aug 2019 10:36:31 -0400 Subject: Acknowledge Brigham Thompson's contribution. --- README.md | 3 ++- doc.go | 3 ++- doc/document.md | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 811bbc3..38ef38d 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,8 @@ are embedded in templates; this allows templates to be stored independently of gofpdf. Paul also added support for page boxes used in printing PDF documents. Wojciech Matusiak added supported for word spacing. Artem Korotkiy added support of UTF-8 fonts. Dave Barnes added -support for imported objects and templates. +support for imported objects and templates. Brigham Thompson added +support for rounded rectangles. ## Roadmap diff --git a/doc.go b/doc.go index 6ad0461..b3721e7 100644 --- a/doc.go +++ b/doc.go @@ -256,7 +256,8 @@ are embedded in templates; this allows templates to be stored independently of gofpdf. Paul also added support for page boxes used in printing PDF documents. Wojciech Matusiak added supported for word spacing. Artem Korotkiy added support of UTF-8 fonts. Dave Barnes added -support for imported objects and templates. +support for imported objects and templates. Brigham Thompson added +support for rounded rectangles. Roadmap diff --git a/doc/document.md b/doc/document.md index fa544af..d7d84cd 100644 --- a/doc/document.md +++ b/doc/document.md @@ -228,6 +228,7 @@ templates; this allows templates to be stored independently of gofpdf. Paul also added support for page boxes used in printing PDF documents. Wojciech Matusiak added supported for word spacing. Artem Korotkiy added support of UTF-8 fonts. Dave Barnes added support for imported objects and templates. +Brigham Thompson added support for rounded rectangles. ## Roadmap -- cgit v1.2.1-24-ge1ad