removing 3rd party deps.
This commit is contained in:
parent
7f36c08fbf
commit
8bc8b1087c
27 changed files with 1995 additions and 54 deletions
9
drawing/constants.go
Normal file
9
drawing/constants.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package drawing
|
||||
|
||||
const (
|
||||
// DefaultDPI is the default image DPI.
|
||||
DefaultDPI = 96.0
|
||||
|
||||
// EMRatio is the ratio of something to something else.
|
||||
EMRatio = 64.0 / 72.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue