The `FillStroke` function in the `github.com/llgcode/draw2d` package in Golang is used to fill and stroke a shape on a graphic context. It combines two actions - filling the shape with a color or pattern, and stroking the outline of the shape with a specified thickness and style. This function is commonly used in drawing and rendering graphics to create visually appealing and defined shapes on a canvas or image.
Golang GraphicContext.FillStroke - 15 examples found. These are the top rated real world Golang examples of github.com/llgcode/draw2d.GraphicContext.FillStroke extracted from open source projects. You can rate examples to help us improve the quality of examples.