This commit is contained in:
Laurent Le Goff 2011-04-21 21:36:00 +02:00
parent a7681160d7
commit b476b6531f
3 changed files with 107 additions and 108 deletions

View file

@ -155,4 +155,3 @@ func (gc *GraphicContext) FillStroke(paths ...*draw2d.PathStorage) {
gc.paint(gc.strokeRasterizer, gc.Current.StrokeColor) gc.paint(gc.strokeRasterizer, gc.Current.StrokeColor)
gc.Current.Path = new(draw2d.PathStorage) gc.Current.Path = new(draw2d.PathStorage)
} }