Update draw2d.go

This commit is contained in:
Stani 2015-07-14 13:53:27 +02:00
parent c9398530eb
commit 994e11cd6d
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@
// graphic context (https://github.com/llgcode/ps). Stani Michiels
// implemented the pdf backend with the gofpdf package.
//
// The package depends on freetype-go package for its rasterization
// algorithm.
//
// Packages using draw2d
//
// - https://github.com/llgcode/ps: Postscript interpreter written in Go