var stage = acgraph.create("container");
var longStepHatch = acgraph.hatchFill("diamiond", "black", 5, 20);
var shortStepHatch = acgraph.hatchFill("diamiond", "black", 2, 5);
stage.rect(100, 10, 400, 40).fill(longStepHatch);
stage.rect(100, 90, 400, 40).fill(shortStepHatch);
stage.rect(100, 170, 400, 40).fill(longStepHatch);
stage.rect(100, 240, 400, 40).fill(shortStepHatch);
stage.rect(100, 310, 400, 40).fill(longStepHatch);