You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2021. It is now read-only.
parseRelSizeの戻り値のerrを受取っているので、ErrInvalidSizeを代入すると
戻り値のerrが消えてしまう。
sz.X, err = parseRelSize(img.Bounds().Max.X, sp[0])
if err != nil {
err = ErrInvalidSize
return
}
因みに、sz.Yは、parseRelSizeの戻り値のerrをそのまま使用しています。
The text was updated successfully, but these errors were encountered: