Shape shape = builder.build();
assertTrue("Incorrect no. of Shape Records: " + shape.shapeRecords.size(), shape.shapeRecords.size() == 17); //16 quadratic curves + 1 style change record
//Build valid SWF DefineShape tag
ShapeWithStyle sws = new ShapeWithStyle();
sws.shapeRecords = shape.shapeRecords;
sws.linestyles = new ArrayList();
sws.fillstyles = new ArrayList();
sws.fillstyles.add(new FillStyle(SwfUtils.colorToInt(0, 0, 200, 255)));
DefineShape tag = new DefineShape(Tag.stagDefineShape3);