vector: add comments

This commit is contained in:
Hajime Hoshi 2022-10-14 19:06:33 +09:00
parent d2eeca3067
commit f5ae18d6f6

View File

@ -313,7 +313,9 @@ func (p *Path) AppendVerticesAndIndicesForFilling(vertices []ebiten.Vertex, indi
return vertices, indices
}
// StokeOptions is options to render a stroke.
type StrokeOptions struct {
// Width is the stroke width in pixels.
Width float32
}