add documentation fix

This commit is contained in:
Stani 2015-07-07 23:32:27 +02:00
parent e94fab8197
commit cf81b0b120
1 changed files with 3 additions and 3 deletions

View File

@ -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 (