From 1841a3e90ffccf20eac42477d937018e12bc64f9 Mon Sep 17 00:00:00 2001 From: Stani Date: Wed, 1 Jul 2015 17:13:33 +0200 Subject: [PATCH] golint fix --- pdf2d/graphiccontext.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdf2d/graphiccontext.go b/pdf2d/graphiccontext.go index e7b3453..edb2e04 100644 --- a/pdf2d/graphiccontext.go +++ b/pdf2d/graphiccontext.go @@ -23,7 +23,8 @@ import ( const ( c255 = 255.0 / 65535.0 - DPI = 72 + // DPI of a pdf document is fixed at 72. + DPI = 72 ) var (