Fixed some artist bugs
This commit is contained in:
parent
c45268d8c1
commit
be45f7ad71
@ -68,7 +68,7 @@ func StrokeEllipse (
|
||||
},
|
||||
radii: image.Pt(drawBounds.Dx() / 2, drawBounds.Dy() / 2),
|
||||
}
|
||||
context.center = bounds.Min.Add(context.radii)
|
||||
context.center = drawBounds.Min.Add(context.radii)
|
||||
context.plotEllipse()
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@ func StrokeRectangle (
|
||||
if insetBounds.Empty() {
|
||||
return FillRectangle(destination, source, bounds)
|
||||
}
|
||||
return FillRectangleShatter(destination, source, insetBounds)
|
||||
return FillRectangleShatter(destination, source, bounds, insetBounds)
|
||||
}
|
||||
|
||||
// FillRectangleShatter is like FillRectangle, but it does not draw in areas
|
||||
|
Reference in New Issue
Block a user