Class SvgFileIntakeUtil


  • public class SvgFileIntakeUtil
    extends java.lang.Object
    This class will consume all the SVG files in a folder, and emit a JSON file representation of all of their paths, which is the format we ship with Ignition for the client-api's built-in vector icons.

    It can also pop up a visual browser of all the icons it found.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SvgFileIntakeUtil

        public SvgFileIntakeUtil()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)