mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
vector: add comments
This commit is contained in:
parent
d2eeca3067
commit
f5ae18d6f6
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user