示例#1
0
文件: board.go 项目: voltron42/scouts
func poly(pdf *gofpdf.Fpdf, style string, points ...gofpdf.PointType) {
	pdf.Polygon(points, style)
}