Release Notes > JTGO 4.0 Release Notes > Compatibility Issues > Composite Graphics

The JTGO composite graphics have been deprecated and replaced by the JViews composite graphics. Instead of implementing a specific graphic renderer class to create composite graphics and their decorations, you can create a composite graphic and customize its properties directly through CSS.

The following classes make it easy to create your own graphic representation:

The sample samples.network.compositeGraphic illustrates how to use and customize composite graphics through CSS.