no-wrap option; pivoted exponential zoom
This commit is contained in:
@@ -35,8 +35,8 @@ func TestSmoke_DrawPointsAndCirclesFromSamePlan(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
d := &fakePrimitiveDrawer{}
|
||||
drawPointsFromPlan(d, plan)
|
||||
drawCirclesFromPlan(d, plan, w.W, w.H)
|
||||
drawPointsFromPlan(d, plan, true)
|
||||
drawCirclesFromPlan(d, plan, w.W, w.H, true)
|
||||
|
||||
names := d.CommandNames()
|
||||
require.Contains(t, names, "AddPoint")
|
||||
|
||||
Reference in New Issue
Block a user