Class SvgPathReader

java.lang.Object
com.inductiveautomation.ignition.client.icons.SvgPathReader

public class SvgPathReader extends Object
Parses an svg path using the "d" attribute format. https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d into an object that can create a Java2D Path2D shape.

Note that this reader is not thread safe.