var stage = acgraph.create("container");
var text = acgraph.text().text(String.fromCharCode(169));
var pattern_font = stage.pattern(text.getBounds());
pattern_font.addChild(text);
stage.rect(0, 0, 150, 50).fill(pattern_font);
stage.circle(150, 150, 50).fill(pattern_font);