{
shape = graphicContext.getTransform().createTransformedShape(shape);
oldPen = graphicContext.setPen(getShapeStart(shape));
}
DefineShapeBuilder builder = new DefineShapeBuilder(shape, graphicContext, draw, fill);
DefineShape ds3 = (DefineShape)builder.build();
defineTags.defineShape3(ds3);
Matrix matrix;
if (isGradient)