From cf81b0b12024f56d4a7f8be2dc5c23ac924caaad Mon Sep 17 00:00:00 2001 From: Stani Date: Tue, 7 Jul 2015 23:32:27 +0200 Subject: [PATCH] add documentation fix --- draw2dpdf/gc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draw2dpdf/gc.go b/draw2dpdf/gc.go index f2d196c..0461c3c 100644 --- a/draw2dpdf/gc.go +++ b/draw2dpdf/gc.go @@ -17,14 +17,14 @@ import ( "code.google.com/p/freetype-go/freetype/truetype" - "github.com/llgcode/draw2d" "github.com/jung-kurt/gofpdf" + "github.com/llgcode/draw2d" ) const ( - c255 = 255.0 / 65535.0 // DPI of a pdf document is fixed at 72. - DPI = 72 + DPI = 72 + c255 = 255.0 / 65535.0 ) var (