diff --git a/pdf2d/doc.go b/pdf2d/doc.go new file mode 100644 index 0000000..87a95ee --- /dev/null +++ b/pdf2d/doc.go @@ -0,0 +1,5 @@ +// Copyright 2015 The draw2d Authors. All rights reserved. +// created: 26/06/2015 by Stani Michiels + +// Package pdf2d provides a Graphic Context that can draw vector form on pdf file. +package pdf2d