private void ParseDefineShape2Tag(DefineShape2Tag tag) { ParseShapeWithStyle(tag.Shapes); }
private void ParseDefineShape2Tag(DefineShape2Tag tag) { curSymbol = new Symbol(v.NextId()); curSymbol.StrokeBounds = ParseRect(tag.ShapeBounds); curSymbol.Id = tag.ShapeId; v.Definitions.Add(curSymbol.Id, curSymbol); ParseShapeWithStyle(tag.Shapes); }