no-wrap option; pivoted exponential zoom
This commit is contained in:
@@ -44,9 +44,9 @@ func TestSmoke_DrawPointsCirclesLinesFromSamePlan(t *testing.T) {
|
||||
d := &fakePrimitiveDrawer{}
|
||||
|
||||
// Execute all three passes over the same plan.
|
||||
drawPointsFromPlan(d, plan)
|
||||
drawCirclesFromPlan(d, plan, w.W, w.H)
|
||||
drawLinesFromPlan(d, plan, w.W, w.H)
|
||||
drawPointsFromPlan(d, plan, true)
|
||||
drawCirclesFromPlan(d, plan, w.W, w.H, true)
|
||||
drawLinesFromPlan(d, plan, w.W, w.H, true)
|
||||
|
||||
names := d.CommandNames()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user