[librsvg] Update NEWS



commit a12e7b90e7b9fa6a6a325f39fb409722b06a6735
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jan 7 19:37:34 2016 -0600

    Update NEWS

 NEWS |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9937612..b767f03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 Version 2.40.13
+- Chun-wei Fan and Paolo Borelli fixed the Windows build.
 - Menner added basic support for the "baseline-shift" attribute in
   text objects.  We support "sub", "super", and plain "baseline", so
   you can at least have subscripts and superscripts for formulas and
@@ -8,6 +9,14 @@ Version 2.40.13
   try to decide whether to create intermediate surfaces.  Now we have
   a single place where this is done.  This fixes inconsistent text
   spacing in some situations.  bgo#749415.
+- Rewrote the markers engine, for bgo#685906 and bgo#760180 - Our
+  machinery for rendering SVG markers (like arrowheads and such)
+  didn't handle several cases correctly.  Curves with coincident
+  control points produced incorrect orientations for the markers, as
+  did multiple contiguous zero-length segments.  We follow the spec
+  for this now and handle things correctly.  Also, markers didn't
+  render in the correct position if they had the viewBox attribute
+  set.
 
 Version 2.40.12
 - Benjamin Otte did *great* work in refactoring the test harness to


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]