Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The GUI uses glyphs in many of its views. Glyphs are an abstraction of the SVG path element and are useful because they can scale without any loss of quality. The ONOS GUI has a Glyph API for installing and using glyphs, which we will be referencing in this tutorial. By the end of this tutorial, you will be able to create, install, and use your own custom glyph in your application.

If you need to create See also, information on creating your own application , follow this tutorial on creating an app, and this tutorial about injecting a UI componentviews.

Creating your Glyph

Before you can use a glyph that doesn't come with the ONOS GUI, you need to create it.

...