[librsvg] Update NEWS
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Update NEWS
- Date: Tue, 8 Aug 2017 22:23:45 +0000 (UTC)
commit 8a93c3d192510eac4ff38a24194e1eb2ed2dc412
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Aug 8 17:23:17 2017 -0500
Update NEWS
NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1dc999..149d02f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
Version 2.41.1
- The feConvolveMatrix filter primitive wasn't being rendered at all;
now it works.
+- Pattern specifications can now have a fallback color, per the spec -
+ https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint
+- Tests now use a very basic form of reproducible font rendering.
+ This means that "make check" should pass even if you have a custom
+ Fontconfig setup.
+- Fixed recursive fallbacks in gradients.
+- Per the spec, we now don't render elements which have invalid
+ attributes.
+- Fixed bgo#776932 - Don't crash on elements with an invalid
+ "transform" attribute.
+- Fixed bgo#777155 - Ignore patterns that have close-to-zero dimensions.
+- Fixed bgo#776297 - Don't render markers for rect / circle elements;
+ fix marker angles in some cases (Massimo).
+- Fixed bgo#777834 - Don't crash when rendering text with empty
+ extents.
+- Fixed bgo#634324 - Gaussian blur with negative-scaling
+ transformation was being rendered incorrectly.
+- Fixed bgo#783835 - Don't divide by zero in Gaussian blurs
+- Fixed division by zero in feTile filter when the input surface is
+ empty.
+- Fixed bgo#779489 - Link to pangoft2 as required.
+- Don't crash in filters when one of them yields an invalid surface
+ for an intermediate result.
+- Update for bgo#778666 - Use our own thumbnailer specification file
+ (Jeremy Bicha).
+- Fixed bgo#782098 - Don't pass deprecated options to gtkdoc-scangobj
+ (Ting-Wei Lan).
+- Fixed bgo#777833 - Various memory leaks (Philip Withnall, Federico Mena)
+- Fix parsing of "azimuth", "elevation", "limitingConeAngle" for
+ filter effects.
+- Fixed a few cases of uninitialized struct fields.
+- Code converted to Rust: preserveAspectRatio attribute, viewBox
+ attribute, core Node structure, path/line/rect/circle/ellipse basic
+ shapes, group/defs/switch/svg/use/symbol structural elements, pattern element
+ and pattern fallbacks, marker rendering, various parsers, error
+ propagation from parsers, gradient stops, gradient element,
+- Added a bunch of new test cases for the new features and the
+ code converted to Rust.
+- Windows build: support building with Fontconfig; support Visual
+ Studio 2017; generate .pc files upon install (Chun-wei Fan)
Version 2.41.0
- The big news is that parts of librsvg are now implemented in the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]