custom pageSize

This commit is contained in:
Klaus Wendel, archium GmbH 2021-03-02 15:56:21 +01:00
parent 70cfd2fafe
commit b504f2cf82
1 changed files with 2 additions and 2 deletions

View File

@ -3490,8 +3490,8 @@ func (f *Fpdf) getpagesizestr(sizeStr string) (size SizeType) {
var (
aString []string
//aFloat []float64
//aErr error
aFloat []float64
aErr error
)
aString = strings.SplitN(sizeStr, "x", 2)