{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.3",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.3.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "-children":[
          {
            "#comment":"The following component tag is needed since FillProperties node is not part of the default Immersive profile"
          }
        ],
        "component": [
          {
            "@name":"Shape",
            "@level":3
          }
        ],
        "meta": [
          {
            "@name":"title",
            "@content":"FillPropertiesExample.x3d"
          },
          {
            "@name":"description",
            "@content":"Demonstrate various FillProperties values."
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"20 August 2008"
          },
          {
            "@name":"modified",
            "@content":"27 July 2024"
          },
          {
            "@name":"Image",
            "@content":"FillPropertiesHatchStyle.png"
          },
          {
            "@name":"Image",
            "@content":"FillPropertiesHatchStyleOctaga.png"
          },
          {
            "@name":"reference",
            "@content":"https://X3dGraphics.com"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dResources.html"
          },
          {
            "@name":"subject",
            "@content":"X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter05AppearanceMaterialTextures/FillPropertiesExample.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"25 March 2026"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "WorldInfo":
            {
              "@title":"FillPropertiesExample.x3d"
            }
          },
          { "Viewpoint":
            {
              "@description":"FillProperties hatchStyle examples",
              "@position":[0,0,24]
            }
          },
          { "Transform":
            {
              "@DEF":"OverallAdjustment",
              "-children":[
                { "Transform":
                  {
                    "@DEF":"FirstRowBoxes",
                    "@translation":[0,7,0],
                    "-children":[
                      { "Transform":
                        {
                          "@translation":[-9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance1",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,0,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='1' horizontal equally-spaced parallel lines"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance2",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,0.5,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":2,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='2' vertical equally-spaced parallel lines"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance3",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,1,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":3,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='3' positive slope equally-spaced parallel lines"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance4",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":4,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='4' negative slope equally-spaced parallel lines"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance5",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,0,1]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":5,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='5' horizontal/vertical crosshatch"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance6",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,1]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":6,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='6' positive slope / negative slope crosshatch"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@DEF":"SecondRowText",
                    "@translation":[0,5,0],
                    "-children":[
                      { "Transform":
                        {
                          "@translation":[-9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["1"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@DEF":"Middle",
                                            "@justify":["MIDDLE","MIDDLE"],
                                            "@size":2,
                                            "@style":"BOLD"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance1"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["2"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance2"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["3"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance3"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["4"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance4"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["5"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance5"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["6"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance6"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@DEF":"ThirdRowBoxes",
                    "@translation":[0,2,0],
                    "-children":[
                      { "Transform":
                        {
                          "@translation":[-9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance7",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,0,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":7,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='7' (optional support) cast iron or malleable iron and general use for all materials"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance8",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,0.5,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":8,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='8' (optional support) steel"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance9",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,1,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":9,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='9' (optional support) bronze, brass, copper, and compositions"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance10",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":10,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='10' (optional support) white metal, zinc, lead, babbit, and alloys"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance11",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,0,1]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":11,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='11' (optional support) magnesium, aluminum, and aluminum alloys"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance12",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,1]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":12,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='12' (optional support) rubber, plastic, and electrical insulation"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@DEF":"FourthRowText",
                    "-children":[
                      { "Transform":
                        {
                          "@translation":[-9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["7"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance7"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["8"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance8"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["9"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance9"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["10"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance10"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["11"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance11"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["12"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance12"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@DEF":"FifthRowBoxes",
                    "@translation":[0,-3,0],
                    "-children":[
                      { "Transform":
                        {
                          "@translation":[-9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance13",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,0,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":13,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='13' (optional support) cork, felt, fabric, leather, and fibre"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance14",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,0.5,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":14,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='14' (optional support) thermal insulation"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance15",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[1,1,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":15,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='15' (optional support) titanium and refractory material"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance16",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,0]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":16,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='16' (optional support) marble, slate, porcelain, glass, etc."
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance17",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,0,1]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":17,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='17' (optional support) earth"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance18",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,1]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":18,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='18' (optional support) sand"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Box":
                                    {
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"FillAppearance19",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0.3,0.3,0.3]
                                          }
                                        },
                                      "-fillProperties":
                                        { "FillProperties":
                                          {
                                            "@hatchStyle":19,
                                            "-children":[
                                              {
                                                "#comment":"hatchStyle='19' (optional support) repeating dot"
                                              }
                                            ]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@DEF":"SixthRowText",
                    "@translation":[0,-5,0],
                    "-children":[
                      { "Transform":
                        {
                          "@translation":[-9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["13"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance13"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["14"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance14"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["15"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance15"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["16"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance16"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[3,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["17"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance17"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[6,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["18"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance18"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[9,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-geometry":
                                  { "Text":
                                    {
                                      "@string":["19"],
                                      "-fontStyle":
                                        { "FontStyle":
                                          {
                                            "@USE":"Middle"
                                          }
                                        }
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"FillAppearance19"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}