Skip to content

blaise svg change log

Elisha Peterson edited this page Sep 14, 2019 · 1 revision

blaise-svg change log

  • blaise-svg Maven Central

Releases 0.3.*

  • 0.3.6 (17-January-2018)
    • Fixed issue with loading images with namespaces
  • 0.3.5 (7-June-2017)
    • Fixed issue with clip for SVG graphics
  • 0.3.3 (25-May-2017)
    • Width/height parameters support non-integers
    • Fix mouse handling with SVG transform
  • 0.3.2 (20-May-2017)
    • Removed test code for rendering SVG graphic bounding box
    • Convenience methods to create SVG graphics directly from SVG strings
  • 0.3.1 (20-May-2017)
    • Allow import of SVG files without namespaces
  • 0.3.0 (18-May-2017)
    • Support specification of a bounding box to render SVG view box within

Releases 0.2.*

  • 0.2.7 (21-Mar-2017)
    • Added support for icon, image, and multiline text anchoring
    • Fixed issue with encoding #aaffffff colors (with transparency) in SVG
    • Fixed issue with styling of SVG
    • Added support for base-64 encoding of icons in SVG
    • Added utility class for Images
    • Updated to Java 8
  • 0.2.6 (6-Feb-2017)
    • Minor fix to 0.2.6
  • 0.2.5 (6-Feb-2017)
    • ViewBox and width/height support
    • Improvements/fixes to path, style, text SVG conversion
  • 0.2.4 (3-Nov-2016)
    • Fixed some issues in SVGPath
    • Support for decoding some colors
    • Text content in value field
  • [0.2.3] (16-May-2016)
    • Path string validation
    • Support for polylines