add documentation fix

This commit is contained in:
Stani 2015-07-07 23:32:27 +02:00
parent e94fab8197
commit cf81b0b120

View file

@ -17,14 +17,14 @@ import (
"code.google.com/p/freetype-go/freetype/truetype" "code.google.com/p/freetype-go/freetype/truetype"
"github.com/llgcode/draw2d"
"github.com/jung-kurt/gofpdf" "github.com/jung-kurt/gofpdf"
"github.com/llgcode/draw2d"
) )
const ( const (
c255 = 255.0 / 65535.0
// DPI of a pdf document is fixed at 72. // DPI of a pdf document is fixed at 72.
DPI = 72 DPI = 72
c255 = 255.0 / 65535.0
) )
var ( var (