summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-08-12 16:23:34 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-08-12 16:23:34 -0400
commit8a7a52a77792798994b5b15b20923cffda11be4d (patch)
tree3b14d7f2c6e10ebb097b707b8cf317f5349a63ec /README.md
parent64e9d36a887ca3f36dc5880153e4b062e0416ac5 (diff)
Acknowledge Marcus Downing for templating module
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7c3b18c..afe108f 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ text, drawing and images.
* Clipping
* Document protection
* Layers
+* Templates
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf
@@ -176,8 +177,9 @@ some naming issues with the internal curve function. Claudio Felber provided
implementations for dashed line drawing and generalized font loading. Stani
Michiels provided support for multi-segment path drawing with smooth line
joins, line join styles, enhanced fill modes, and has helped greatly with
-package presentation and tests. Bruno Michel has provided valuable assistance
-with the code.
+package presentation and tests. Templating is adapted by Marcus Downing from
+the FPDF_Tpl library created by Jan Slabon and Setasign. Bruno Michel has
+provided valuable assistance with the code.
##Roadmap