Accepting request 926170 from GNOME:Factory
(forwarded request 925691 from iznogood) OBS-URL: https://build.opensuse.org/request/show/926170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=112
This commit is contained in:
commit
3b73130b64
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:949dffcb0414865409e17a6c89ae30bc8bb014a51fba5186f73d1a46c6c5ccde
|
|
||||||
size 23159536
|
|
3
librsvg-2.52.2.tar.xz
Normal file
3
librsvg-2.52.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03d2887c18ffb906e1a60f97fe46a7169f69aa28d6db5d285748f3618b093427
|
||||||
|
size 23262064
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 16 11:42:43 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.52.2:
|
||||||
|
+ New features:
|
||||||
|
- rsvg-convert now supports generating multi-page PDFs in a
|
||||||
|
sensible way.
|
||||||
|
- With one SVG document per page, each page with the SVG's
|
||||||
|
natural size:
|
||||||
|
- rsvg-convert --format=pdf -o out.pdf a.svg b.svg c.svg
|
||||||
|
- With all pages sized as portrait US Letter, and each SVG
|
||||||
|
scaled to fit so that there is a 1in margin around each page:
|
||||||
|
rsvg-convert --format=pdf -o out.pdf \
|
||||||
|
--page-width=8.5in --page-height=11in \
|
||||||
|
--width=6.5in --height=8.5in --keep-aspect-ratio \
|
||||||
|
--top=1in --left=1in a.svg b.svg c.svg
|
||||||
|
Please see the man page for details.
|
||||||
|
- Support <a> elements inside <text>. Also, support the CSS
|
||||||
|
:link pseudo-class for matching against links.
|
||||||
|
- Support the CSS :lang() pseudo-class for matching against an
|
||||||
|
element's xml:lang attribute.
|
||||||
|
- Support the mask-type property from SVG2.
|
||||||
|
+ Bugs fixed:
|
||||||
|
- Don't panic when a shorthand property is set to inherit.
|
||||||
|
- Fix regression with the viewport size of interior <svg>
|
||||||
|
elements.
|
||||||
|
- Allow length units to be case-insensitive, per SVG2.
|
||||||
|
+ Documentation:
|
||||||
|
- There is now a FEATURES.md in the repository, where you can
|
||||||
|
see all the elements, attributes, and properties that librsvg
|
||||||
|
supports. We will be adding detail to this gradually.
|
||||||
|
- For developers, there is now devel-docs/adding-a-property.md
|
||||||
|
with a tutorial on how to add support for new CSS properties.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 6 19:41:53 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Oct 6 19:41:53 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define librsvg_sover 2
|
%define librsvg_sover 2
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.52.1
|
Version: 2.52.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user