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