add documentation fix
This commit is contained in:
parent
e94fab8197
commit
cf81b0b120
1 changed files with 3 additions and 3 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue