Release 0.4.1
=============

SVG:
	Revert text patches. They were not supposed to be in 0.4.0 release.

Release 0.4.0
=============

All:
	Add a zoom option to lasem-render.
	Support out-of-source build (Ray Dassen)
	Explicitely link against standard math library (Ray Dassen).
	GIR scanner warning fixes.

SVG:
	Add support for viewport-fill and viewport-opacity attributes.
	Add support for comp-op attributes.
	Better fix for blur offset from a patch found in librsvg bugzilla (Eduard Braun).

Release 0.3.4
=============

All:
	Display result of comparison to reference file in test suite.

SVG:
	Use cairo API for filter implementation when possible.
	Fix blur misposition.
	Support for filter primitive subregion.
	Implementation of <feTile>.
	Implementation of BackgroundImage and BackgroundAlpha.
	Implementation of <switch>.
	Reimplement group opacity optimisation.
	Implementation of get_extents for <polygon>, <polyline>, <ellipse>, <line> and <text>.
	Add support for HSL color syntax.
	Fix parsing of stroke-dasharray when value are separated by spaces.

Release 0.3.3
=============

All:
	Fix parallel compilation.

SVG:
	Fix a crash in case of transform attribute on gradient elements.
	Handle nodes with name prefixed with 'svg:'.
	Lame vertical text support.
	Fix font size when expressed as percentage.
	Implement overflow attribute for markers.
	Fix Marker auto orientation.
	Fix clipPath transform
	Add preliminary support for <feGaussianBlur>, <feBlend>, <feComposite>,
		<feOffset>, <feMerge>, <feMergeNode> and <feFlood>.
	Fix group opacity.
	Use transparent color when paint url is not found.

Mathml:
	Support for element prefixed by 'math:'.
	Fix update of itex element on style change.

Release 0.3.2
=============

All:
	Restrict introspection to the DOM API.

Mathml:
	Fix weight of operators.
	Support of semantics elements (used by libreoffice formulas).
	Fix the form of script elements of underover and script.

SVG:
	Garbage collection in property manager.
	Avoid cairo errors due to not invertible matrix.

Release 0.3.1
=============

All:
	Single header include.
	gtk-doc support.
	Unit testing.
	Only export and document the DOM API.
	Binary are now parallel installable.
	Fix crashers found using fuzzxml from Morten Welinder.
	Improve debug output (À la gstreamer).

DOM:
	Pass a cairo context for each view render.
	Better DOM specification conformance.
	Serialization support.

itex2mml:
	Update to 1.4.5.

Mathml:
	Return equation baseline.

SVG:
	Fix gradient on stroke or fill when opacity < 1.0.
	Implement visibility attribute.
	Implement display attribute.
	Implement image::get_extents.
	Avoid infinite circular references.

Release 0.3.0
=============

All:
	Add gobject-instrospection.
	Switch to LGPLv2+ licence.

itex2mml:
	Update to 1.3.22.

SVG:
	Use pango_cairo_show_layout for text fill.
	font-weight, font-style, font-stretch and text-anchor support.
	<tspan> support.
	Fix position of outermost <svg>.
	href support for <pattern>.
	href support for <radialGradient>.
	href support for <lienarGradient>.
	Allow commas in viewBox string.
	Fix ellipse rendering direction.
	Fix parsing of rgb() colors.
	Don't send invalid dash array to cairo.

Release 0.2.0
=============

Make lasem library parallel installable.

Release 0.1.3
=============

itex2mml:

  Update to the 1.3.15 release.

Mathml:

  Contribution of Jorn Baayen needed for his lasem python bindings.
  http://github.com/jbaayen/pylasem

  Migration of the attribute handling to lsm_attribute_manager.

SVG:

  Leak fixes.
