wxSVG Changelog

What's new in wxSVG 1.5.21

Oct 5, 2019
  • fixed renedring of symbol elements
  • fixed handling of spaces in transform attribute
  • added support of grayscale mask
  • added initial support of switch element

New in wxSVG 1.5.16 (Jan 28, 2019)

  • wxFfmpegMediaDecoder.SetPosition(): added parameter seekBackward

New in wxSVG 1.5.15 (Sep 17, 2018)

  • Added skia backend (experimental)

New in wxSVG 1.5.14 (Jul 11, 2018)

  • fixed calculation of bounding box if viewbox is specified
  • fixed GetResultBBox()
  • wxSVGCanvasImage: added support of data base64 href

New in wxSVG 1.5.13 (Jan 30, 2018)

  • Added support of <a> element
  • Fixed wxSVGImageElement::GetBBox()
  • Fixed wxSVGUseElement::GetBBox()

New in wxSVG 1.5.12 (May 3, 2017)

  • wxSVGSVGElement: fixed GetIntersectionList()

New in wxSVG 1.5.11 (Apr 25, 2017)

  • wxSVGImage: fixed displaying of first video frame

New in wxSVG 1.5.4 (Mar 25, 2015)

  • added support of 3-digit hex color codes

New in wxSVG 1.5.3 (Jan 20, 2015)

  • applied patch from Sebastian Vater to fix memory leak

New in wxSVG 1.5.2 (Dec 15, 2014)

  • fixed memory leak

New in wxSVG 1.5.1 (Nov 24, 2014)

  • fixed some compiler errors

New in wxSVG 1.5 (Aug 14, 2014)

  • added support of marker element
  • added support of patternTransform attribute

New in wxSVG 1.4.2 (Jul 7, 2014)

  • added support of stroke-dasharray
  • fixed handling of preserveAspectRatio="none"

New in wxSVG 1.4.1 (Jun 17, 2014)

  • fixed rendering of tspan-element
  • fixed rendering of use element in pattern and mask elements

New in wxSVG 1.4 (May 26, 2014)

  • added support of pattern element

New in wxSVG 1.3 (Apr 16, 2014)

  • added support of animations
  • fixed some GetBBox() methods

New in wxSVG 1.2.1 (Oct 16, 2013)

  • fixed loading images with relative path

New in wxSVG 1.2 (Oct 10, 2013)

  • added initial support of animations
  • added support of mask for image element
  • removed obsolete backends (libart and agg)
  • removed svgui classes

New in wxSVG 1.1.16 (Aug 30, 2013)

  • rendering: added support of wxProgressDialog

New in wxSVG 1.1.15 (Aug 30, 2013)

  • rendering: added support of wxProgressDialog

New in wxSVG 1.1.15 (May 1, 2013)

  • fixed text rendering using PangaCairo

New in wxSVG 1.1.14 (Apr 8, 2013)

  • fixed wxSVGPathSegList::GetValueAsString()
  • fixed wxSVGLengthList::SetValueAsString()
  • fixed rendering of text if text-anchor is set to end
  • fixed rendering of wxSVGCanvasVideo

New in wxSVG 1.1.13 Beta (Feb 14, 2013)

  • fixed handling of clipPath element

New in wxSVG 1.1.12 Beta (Jan 21, 2013)

  • fixed text rendering using PangaCairo

New in wxSVG 1.1.10 Beta (Jan 15, 2013)

  • wxFfmpegMediaDecoder: fixed GetPosition()

New in wxSVG 1.1.8 Beta (Apr 12, 2012)

  • fixed memory leak
  • fixed storing of xml file

New in wxSVG 1.1.6 Beta (Jan 16, 2012)

  • added support of clipPath element
  • added support of visibility style property
  • fixed handling of aspect ratio of video

New in wxSVG 1.1.5 Beta (Nov 25, 2011)

  • wxSVGTextContentElement: added handling of xml:space attribute wxSVGVideoElement: added handling of attributes begin, dur, clipBegin and clipEnd

New in wxSVG 1.1.4 Beta (Nov 23, 2011)

  • added SVG image handler

New in wxSVG 1.1.3 Beta (Nov 14, 2011)

  • SVGImageElement: added support of SVG images
  • added support of Gaussian blur filter

New in wxSVG 1.1.1 Beta (Aug 5, 2011)

  • fixed text rendering
  • fixed rendering of video

New in wxSVG 1.1.0 Beta (Jul 25, 2011)

  • updated cairo backend - it's default backend now
  • added rendering with alpha
  • added wxSVGTBreakElement

New in wxSVG 1.0.10 (Jul 25, 2011)

  • fixed wxSVGCanvasImage::Init()

New in wxSVG 1.0.9 (Jul 25, 2011)

  • fixed wxSVGCanvasImage::GetDefaultHeight()

New in wxSVG 1.0.8 (Jul 25, 2011)

  • fixed wxFfmpegMediaDecoder::GetFrameAspectRatio()

New in wxSVG 1.0.7 (Oct 26, 2010)

  • added some methods to media decoder

New in wxSVG 1.0.6 (Oct 26, 2010)

  • fixed rendering of video frame

New in wxSVG 1.0.5 (Oct 26, 2010)

  • added possibility to render without preserving aspect ratio
  • fixed bug in wxSVGCanvasTextFreetype

New in wxSVG 1.0.4 (Oct 26, 2010)

  • fixed memory leak (thanks to Lucian Ion)

New in wxSVG 1.0.3 (Oct 26, 2010)

  • fixed handling of image alpha channel
  • changed to use system expat library

New in wxSVG 1.0.2 (Oct 26, 2010)

  • fixed read of path element

New in wxSVG 1.0.1 (Oct 26, 2010)

  • fixed ffmpeg media decoder
  • updated for new version of ffmpeg (SVN-r20373)
  • removed SVGUI classes