コード例 #1
0
ファイル: board.go プロジェクト: voltron42/scouts
func poly(pdf *gofpdf.Fpdf, style string, points ...gofpdf.PointType) {
	pdf.Polygon(points, style)
}