themes and styles
This commit is contained in:
@@ -36,7 +36,7 @@ func TestSmoke_DrawPointsAndCirclesFromSamePlan(t *testing.T) {
|
||||
|
||||
d := &fakePrimitiveDrawer{}
|
||||
drawPointsFromPlan(d, plan, true)
|
||||
drawCirclesFromPlan(d, plan, w.W, w.H, true)
|
||||
drawCirclesFromPlan(d, plan, w.W, w.H, true, w.circleRadiusScaleFp)
|
||||
|
||||
names := d.CommandNames()
|
||||
require.Contains(t, names, "AddPoint")
|
||||
|
||||
Reference in New Issue
Block a user