Version 1.0b7 <2006.10.12> -------------------------- * implemented baseline * fixed text-anchor Version 1.0b6 <2006.03.15> -------------------------- * some bug fixes Version 1.0b5 <2006.01.23> -------------------------- * added support of svg gradients * implemented GetResultBBox() (SVG1.2) * added parameter coordinates (wxSVG_COORDINATES) to GetBBox() * initial release of svgui * some other small changes and bug fixes Version 1.0b4 <2005.12.04> -------------------------- * fixed text rendering under some platforms Version 1.0b3 <2005.12.01> -------------------------- * fixed some bugs Version 1.0b2 <2005.11.08> -------------------------- * implemented saving * some other small changes Version 1.0b1 <2005.10.18> -------------------------- * added GetOwnerDocument() * added GetAttribute() * fixed CloneNode() and copy constructors * added copy constructor to wxSVGPathSegList * added rect parameter to wxSVGDocument::Render() * wxSVGCtrl: fixed refresh (redraw buffer only in OnPaint) * added cairo backend (disabled by default) Version 0.9 <2005.07.31> ------------------------ * implemented image element * implemented use element * implemented hittest bases on bounding boxes * rewrited css classes * removed all GetAnimated/SetAnimated methods * wxSVGLength: added calculation of percantage values Version 0.8 <2005.05.27> ------------------------ * implemented text element * added agg backend (enabled in windows version) Version 0.7 <2005.05.23> ------------------------ * initial release