Filled circle after drawing

fixes issue #69
This commit is contained in:
AshfordN 2019-09-01 20:40:14 -04:00 committed by GitHub
parent 9852fce5a1
commit 55af7b5531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,7 @@ func (pc PieChart) drawSlices(r Renderer, canvasBox Box, values []Value) {
pc.stylePieChartValue(0).WriteToRenderer(r)
r.MoveTo(cx, cy)
r.Circle(radius, cx, cy)
r.FillStroke()
} else {
for index, v := range values {
v.Style.InheritFrom(pc.stylePieChartValue(index)).WriteToRenderer(r)