librsvg 2.48.5

2020-05-29 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.49.0

2020-05-29 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.48.6

2020-06-02 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.49.1

2020-06-02 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.48.7

2020-06-04 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.49.2

2020-06-04 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.48.8

2020-07-03 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.49.3

2020-07-03 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.49.4

2020-08-21 Thread Federico Mena Quintero
News - Support ARM64 Windows builds (Chun-wei Fan). - #165 - Draw zero-length paths with square caps correctly (Bastien Orivel). - #568 - Support href attribute in addition to xlink:href per SVG2. - #560 - Ignore missing filter references per SVG2. - #609 - Support the transform attribute

librsvg 2.49.5

2020-09-04 Thread Federico Mena Quintero
News - #607 - Support the mix-blend-mode property from SVG2 and the Compositing and Blending Level 1 specification, so layers can be composited with operators like multiply/screen/color-burn, etc. https://www.w3.org/TR/compositing-1/ (John Ledbetter). - #473 - Support the paint-order p

librsvg 2.50.0

2020-09-10 Thread Federico Mena Quintero
News - The following is a summary of changes between 2.48.x and 2.50.0. For full details, please see the 2.49.x release notes below. - This release requires at least Rust 1.40. - Windows builds now support ARM64, thanks to Chun-wei Fan. - Librsvg now consumes much less memory for large

librsvg 2.50.1

2020-10-02 Thread Federico Mena Quintero
News - #615: SVG2: Support a chain of uri() filters in the "filter" property (John Ledbetter, Sven Neumann). - #483: Support CSS selectors for attribute matching, like rect[attr^="prefix"] - #554: Fixed the geometry_for_layer() APIs to not ignore the passed viewport. - Fixed CSS "import"

librsvg 2.48.9

2020-11-05 Thread Federico Mena Quintero
News - #642 - Fix dx/dy offsets in nested elements. - Windows: support ARM64 builds (Chun-wei Fan). Download https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.9.tar.xz (14.6M) sha256sum: 3e7d78ba6a878799b0cf951004b9763a7f35d49ea845b89036d71fe89e28bd9c _

librsvg 2.50.2

2020-11-20 Thread Federico Mena Quintero
News - #642 - Fix dx/dy offsets in nested elements. Download https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.2.tar.xz (15.6M) sha256sum: 6211f271ce4cd44a7318190d36712e9cea384a933d3e3570004edeb210a056d3 ___ ftp-release-li

librsvg 2.50.3

2021-01-28 Thread Federico Mena Quintero
News - #601 - Compute correct bounds for objects with stroke-width=0. - #545 - Fix MacOS build (Ignacio Casal Quinteiro, Christian Hergert). - Fix test suite on Rust 1.49 (Sven Neumann). Download https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.3.tar.xz (18.0M) sha

librsvg 2.51.0

2021-02-03 Thread Federico Mena Quintero
News There are many changes in this development release! This experimental release is meant for early testing, with the understanding that some things may be broken, especially since we have large changes to the way librsvg's artifacts are built. The biggest user-visible change is that rsvg

librsvg 2.51.1

2021-04-12 Thread Federico Mena Quintero
News - The Minimum Supported Rust Version is now 1.48. - rsvg-convert should fully work on Windows again (Abraham Toriz). - rsvg-convert's SVG output format uses pixel units instead of points again. - #699 - Images embedded as data: URLs didn't render if they had a MIME type with a chars

librsvg 2.48.10

2021-04-12 Thread Federico Mena Quintero
News Update dependent crates that had security vulnerabilities: futures-util to 0.3.14 - RUSTSEC-2020-0059 futures-task to 0.3.14 - RUSTSEC-2020-0060 generic-array to 0.13.3 - RUSTSEC-2020-0146 smallvec to 1.6.1 - RUSTSEC-2021-0030 There are no changes to the library code.

librsvg 2.46.5

2021-04-12 Thread Federico Mena Quintero
News Update dependent crates that had security vulnerabilities: generic-array to 0.12.4 - RUSTSEC-2020-0146 smallvec to 0.6.14 - RUSTSEC-2021-0003 There are no changes to the library code. - Fix bash-isms in Makefile.am (Tin-Wei Lan). - Fix Visual Studio build (Chun-wei Fan).

librsvg 2.44.17

2021-04-12 Thread Federico Mena Quintero
News Update dependent crates that had security vulnerabilities: generic-array to 0.11.2 - RUSTSEC-2020-0146 smallvec to 0.6.14 - RUSTSEC-2019-0012, RUSTSEC-2019-0009, RUSTSEC-2021-0003 - Fix memory leak during a CSS parsing error (claus6). Download https://download.gn

librsvg 2.42.9

2021-04-12 Thread Federico Mena Quintero
News Update dependent crates that had security vulnerabilities: smallvec to 0.6.14 - RUSTSEC-2018-0003 The library code is unchanged. Download https://download.gnome.org/sources/librsvg/2.42/librsvg-2.42.9.tar.xz (9.37M) sha256sum: 80e967672163847f31cf564b7a3578d80bfd3967b3

librsvg 2.50.4

2021-04-12 Thread Federico Mena Quintero
News Update dependent crates that had security vulnerabilities: generic-array to 0.13.3 - RUSTSEC-2020-0146 - #686 - Reduced stack usage (Sebastian Dröge). - #698 - Add limit for too-large radiuses on the feMorphology filter (Madds H). - #703 - Properly ignore elements in an error state

librsvg 2.50.5

2021-04-30 Thread Federico Mena Quintero
News - #699 - Images embedded as data: URLs didn't render if they had a MIME type with a charset parameter. - #691 - Don't allow number lists with unbounded lengths in tableValues attributes, for feComponentTransfer and feConvolveMatrix (Madds H). - #718 - Negative rx/ry in rect eleme

librsvg 2.50.6

2021-05-25 Thread Federico Mena Quintero
News This release fixes an important bug about text spacing. The bug fix requires an update to at least Pango 1.44. Sorry for the increased requirements! - Librsvg now requires at least Pango 1.44. - #730 - Incorrect text spacing when the transform is not 1:1. You can see this when a s

librsvg 2.51.2

2021-05-26 Thread Federico Mena Quintero
News This release fixes an important bug about text spacing. The bug fix requires an update to at least Pango 1.44. Sorry for the increased requirements! Librsvg now supports most of the filter function shortcuts in SVG2; see below. Previously, librsvg picked up the user's language prefer

librsvg 2.50.7

2021-06-04 Thread Federico Mena Quintero
News Two cairo-related bug fixes: - #745 - Fix mismatched cairo_save/restore when running in inside the Cairo test suite. - #746 - Possible cairo_save() without cairo_restore() in render_layer(). Download https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.7.tar.xz (21

librsvg 2.51.3

2021-06-18 Thread Federico Mena Quintero
News The big news is that rsvg-convert is now aware of physical units, and fixes a bug where PDFs were created at the wrong size. Do you need to render an SVG in a PDF file, scaled to 10x10 cm, placed at a certain position of a landscape A4 page? rsvg-convert --format=pdf \ --page-wid

librsvg 2.51.4

2021-07-09 Thread Federico Mena Quintero
News - #618 - SVG2: Implement context-fill and context-stroke for markers (Madds H). - #727 - SVG2: Implement paint-order for text elements (Madds H). - #747 - SVG2: Support width="auto" and height="auto" for the image element. - Fix the Windows build (Chun-wei Fan). - The tools/docker

librsvg 2.52.0

2021-09-15 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.1

2021-10-05 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.2

2021-10-15 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.3

2021-10-26 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.4

2021-11-12 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.5

2021-12-17 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.53.0

2022-01-07 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.53.1

2022-02-11 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.6

2022-02-16 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.7

2022-03-11 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.53.2

2022-03-11 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.54.0

2022-03-16 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.8

2022-03-17 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.54.1

2022-04-22 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.54.2

2022-05-12 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.52.9

2022-05-12 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.54.3

2022-05-13 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.54.4

2022-06-10 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.55.0

2022-08-02 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.54.5

2022-08-26 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.55.1

2022-09-05 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

librsvg 2.40.12

2015-12-01 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Benjamin Ott

librsvg 2.40.13

2016-01-07 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Chun-wei Fan

librsvg 2.40.15

2016-04-01 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Apologies fo

librsvg 2.40.16

2016-06-08 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Chun-wei Fan

librsvg 2.41.0

2017-01-03 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - The big news

librsvg 2.40.17

2017-04-07 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - bgo#778666 -

librsvg 2.40.18

2017-07-19 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - bgo#783835 -

librsvg 2.41.1

2017-09-01 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - The feConvol

librsvg 2.40.19

2017-10-04 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - bgo#621088:

librsvg 2.41.2

2017-12-08 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - We now requi

librsvg 2.40.20

2017-12-15 Thread Federico Mena Quintero
News - Except for emergencies, this will be the LAST RELEASE of the librsvg-2.40.x series. We are moving to 2.41, which is vastly improved over the 2.40 series. The API/ABI there remain unchaged, so we strongly encourage you to upgrade your sources and binaries to librsvg-2.41.x. -

librsvg 2.42.0

2018-01-08 Thread Federico Mena Quintero
News - Fix a memory leak in rsvg_handle_new_from_file() (Lovell Fuller). - Optimize the xml:space normalization function (Jordan Petridis). - gitlab#179 - fix a runtime warning in the feMergeNode code. - gitlab#175 - Clarify documentation about the rsvg_*_sub() APIs. - Stylistic fixes from ca

librsvg 2.42.1

2018-01-23 Thread Federico Mena Quintero
News - gitlab#182 - Parse the transform attribute in a faster/simpler way. We now use rust-cssparser instead of lalrpop. This is especially noticeable on SVGs with lots of "transform" attributes. - gitlab#187 - Don't crash when setting a gradient on a zero-sized object. - gitlab#184 - (W

librsvg 2.42.2

2018-02-01 Thread Federico Mena Quintero
News - gitlab#193 - Don't crash when feConvolveMatrix doesn't specify orderx/ordery attributes. - gitlab#136 - Parse stroke-dasharray property correctly. This code is in Rust now; yay! (Jordan Petridis). - Don't render markers if they are zero-sized, per the spec. - Performance: eliminat

librsvg 2.42.3

2018-03-05 Thread Federico Mena Quintero
News - gitlab#205 - The configure script now checks for Rust 1.20.0 - previously this minimum requirement was not well-defined. - gitlab#204 - New feature: If an SVG has an link element, we now generate the corresponding link when outputting to a Cairo PDF surface. If you use rsvg-con

librsvg 2.42.4

2018-05-07 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix: element

librsvg 2.42.5

2018-06-01 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - #266 - Don't

librsvg 2.43.0

2018-06-11 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - This is the

librsvg 2.43.1

2018-06-22 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix: #259 -

librsvg 2.43.2

2018-07-14 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - All the filt

librsvg 2.43.3

2018-08-02 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Tentative fi

librsvg 2.42.6

2018-08-07 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - #282 - Fix d

librsvg 2.43.4

2018-08-07 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - This is an e

librsvg 2.42.7

2018-08-22 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - #323 - Fix a

librsvg 2.44.0

2018-08-23 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Librsvg now

librsvg 2.44.1

2018-08-28 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - This is a br

librsvg 2.44.2

2018-08-30 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - A *double br

librsvg 2.44.3

2018-09-19 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix building

librsvg 2.44.4

2018-09-24 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #341 - D

librsvg 2.44.5

2018-09-27 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #343 - H

librsvg 2.44.6

2018-09-27 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix 32-bit b

librsvg 2.44.7

2018-10-09 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #256 - C

librsvg 2.44.8

2018-10-24 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Librsvg now

librsvg 2.44.9

2018-11-13 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #371 - r

librsvg 2.45.0

2018-11-17 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. Download https:

librsvg 2.45.1

2018-12-10 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - New public A

librsvg 2.44.10

2018-12-11 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #385 - D

librsvg 2.45.2

2018-12-28 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - rsvg_cleaup(

librsvg 2.44.11

2018-12-29 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix crash wh

librsvg 2.45.3

2019-01-08 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Big news! A

librsvg 2.45.4

2019-01-09 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Brown paper

librsvg 2.44.12

2019-01-21 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - At build tim

librsvg 2.44.13

2019-02-15 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Updated comp

librsvg 2.45.5

2019-02-15 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - At build tim

librsvg 2.44.14

2019-05-13 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #425 - D

librsvg 2.45.6

2019-05-14 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Librsvg now

librsvg 2.45.7

2019-07-02 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - Fix #463 - D

librsvg 2.45.8

2019-07-21 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - This version

librsvg 2.45.90

2019-08-02 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - New API func

librsvg 2.45.91

2019-08-16 Thread Federico Mena Quintero
About librsvg = librsvg is a library to render SVG documents into GdkPixbuf images or Cairo contexts in general. It is used throughout GNOME to render things like scalable icons, from image viewers to view SVGs easily, or to generate thumbnails for SVG files. News - The document

librsvg 2.45.92

2019-09-02 Thread Federico Mena Quintero
About librsvg = Librsvg takes SVG documents and renders them into Cairo contexts. It is used throughout GNOME to render things like scalable icons, in image viewers to view SVGs easily, or to generate thumbnails for SVG files. Other projects like Wikimedia and ImageMagick use librsvg f

  1   2   >