diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-08-12 16:23:34 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-08-12 16:23:34 -0400 |
commit | 8a7a52a77792798994b5b15b20923cffda11be4d (patch) | |
tree | 3b14d7f2c6e10ebb097b707b8cf317f5349a63ec | |
parent | 64e9d36a887ca3f36dc5880153e4b062e0416ac5 (diff) |
Acknowledge Marcus Downing for templating module
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | doc.go | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -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 @@ -194,9 +194,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. Templating is adapted from the FPDF_Tpl library created by -Jan Slabon and Setasign. +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 |