Class SVGLoader

java.lang.Object
com.github.weisj.jsvg.parser.SVGLoader

public class SVGLoader extends Object
Class for loading svg files as an SVGDocument. Note that this class isn't guaranteed to be thread safe and hence shouldn't be used across multiple threads.
  • Constructor Details

    • SVGLoader

      public SVGLoader()
    • SVGLoader

      public SVGLoader(@NotNull @NotNull SAXParser saxParser)
  • Method Details