morpheus.ShapeField = function(shapes) {
shapes = shapes || morpheus.VectorShapeModel.SHAPES;
var _this = this;
var html = [];
var size2 = 8;
var x = 4;
var y = 4;
html
.push('
');
html
.push('');
html.push('
');
for (var i = 0; i < shapes.length; i++) {
var context = new C2S(size2 * 2, size2 * 2);
context.translate(4, 4);
morpheus.CanvasUtil.drawShape(context, shapes[i], x, y, size2);
var svg = context.getSerializedSvg();
html.push('