* @see SWFWriter#writeDefineMorphShape2
*/
public DefineMorphShape2Tag readDefineMorphShape2() throws IOException, MalformedTagException
{
final int characterId = bitStream.readUI16();
final Rect startBounds = readRect();
final Rect endBounds = readRect();
final Rect startEdgeBounds = readRect();
final Rect endEdgeBounds = readRect();
bitStream.readUB(6); // Reserved
final boolean usesNonScalingStrokes = bitStream.readBit();
final boolean usesScalingStrokes = bitStream.readBit();
// 8 bits already. No need to align.
final long offset = bitStream.readUI32();