ShapeVisual ShapeVisual()

in cpp/HelloVectors/LottieLogo1.cpp [4118:4214]


    ShapeVisual ShapeVisual()
    {
        auto result = _c.CreateShapeVisual();
        result.Size({ 375, 667 });
        auto shapes = result.Shapes();
        // Rectangle Path 1
        shapes.Append(SpriteShape_00());
        // Layer (Shape): Dot-Y
        shapes.Append(ContainerShape_00());
        // Layer (Shape): E3-Y
        shapes.Append(ContainerShape_04());
        // Layer (Shape): E3-B
        shapes.Append(ContainerShape_07());
        // Layer (Shape): I-Y
        shapes.Append(ContainerShape_10());
        // Layer (Shape): I-B
        shapes.Append(ContainerShape_13());
        // Layer (Shape): E2-Y
        shapes.Append(ContainerShape_16());
        // Layer (Shape): E2-B
        shapes.Append(ContainerShape_19());
        // Layer (Shape): E1-Y
        shapes.Append(ContainerShape_22());
        // Layer (Shape): E1-B
        shapes.Append(ContainerShape_25());
        // Layer (Shape): T1a-Y
        shapes.Append(ContainerShape_28());
        // Layer (Shape): T2b-Y
        shapes.Append(ContainerShape_31());
        // Layer (Shape): T2a-Y
        shapes.Append(ContainerShape_32());
        // Layer (Shape): T2b-B
        shapes.Append(ContainerShape_33());
        // Layer (Shape): T1b-Y
        shapes.Append(ContainerShape_34());
        // Layer (Shape): T1b-B
        shapes.Append(ContainerShape_35());
        // Layer (Shape): O-Y
        shapes.Append(ContainerShape_36());
        // Layer (Shape): O-B
        shapes.Append(ContainerShape_39());
        // Layer (Shape): T1a-Y 2
        shapes.Append(ContainerShape_42());
        // Layer (Shape): T2a-B
        shapes.Append(ContainerShape_45());
        // Layer (Shape): T1a-B
        shapes.Append(ContainerShape_46());
        // Layer (Shape): Dot-Y
        shapes.Append(ContainerShape_49());
        // Layer (Shape): L-Y
        shapes.Append(ContainerShape_53());
        // Layer (Shape): L-B
        shapes.Append(ContainerShape_54());
        // Layer (Shape): Dot1
        shapes.Append(ContainerShape_55());
        // Layer (Shape): S1-Y
        shapes.Append(ContainerShape_58());
        // Layer (Shape): S2-Y
        shapes.Append(ContainerShape_59());
        // Layer (Shape): S7
        shapes.Append(ContainerShape_60());
        // Layer (Shape): S8
        shapes.Append(ContainerShape_61());
        // Layer (Shape): S3-Y
        shapes.Append(ContainerShape_62());
        // Layer (Shape): S4-Y
        shapes.Append(ContainerShape_63());
        // Layer (Shape): S5-Y
        shapes.Append(ContainerShape_64());
        // Layer (Shape): S6-Y
        shapes.Append(ContainerShape_65());
        // Layer (Shape): S3-Y 2
        shapes.Append(ContainerShape_66());
        // Layer (Shape): S4-Y 2
        shapes.Append(ContainerShape_67());
        // Layer (Shape): S5-Y 2
        shapes.Append(ContainerShape_68());
        // Layer (Shape): S11
        shapes.Append(ContainerShape_69());
        // Layer (Shape): S12
        shapes.Append(ContainerShape_70());
        // Layer (Shape): S13
        shapes.Append(ContainerShape_71());
        // Layer (Shape): S3-Y 3
        shapes.Append(ContainerShape_72());
        // Layer (Shape): S4-Y 3
        shapes.Append(ContainerShape_73());
        // Layer (Shape): S5-Y 3
        shapes.Append(ContainerShape_74());
        // Layer (Shape): S3-Y 4
        shapes.Append(ContainerShape_75());
        // Layer (Shape): S4-Y 4
        shapes.Append(ContainerShape_76());
        // Layer (Shape): S5-Y 4
        shapes.Append(ContainerShape_77());
        return result;
    }