예제 #1
0
파일: board.go 프로젝트: voltron42/scouts
func poly(pdf *gofpdf.Fpdf, style string, points ...gofpdf.PointType) {
	pdf.Polygon(points, style)
}