Class SvgPathReader
java.lang.Object
com.inductiveautomation.ignition.client.icons.SvgPathReader
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.
- 
Method Summary
- 
Method Details- 
parse- Throws:
- Exception
 
 
-