Skip to content

SVG conversion and SymbolLibrary SCL API improvements.

  • Disposable CanvasContext
    • CanvasContext java class implements IDisposable inteface, but SCL API does not expose dispose() method.
    • Processing ISymbolItems leads to leaking CanvasContextes.
  • Alignment support for SVG conversion
    • Converting ISymbolItems to SVG with fixed size creates images that are top left aligned.