From 994e11cd6d240fcf02d3eb1394dfec7a4cc1af84 Mon Sep 17 00:00:00 2001 From: Stani Date: Tue, 14 Jul 2015 13:53:27 +0200 Subject: [PATCH] Update draw2d.go --- draw2d.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/draw2d.go b/draw2d.go index 6343ee7..d7fbdda 100644 --- a/draw2d.go +++ b/draw2d.go @@ -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