14
0
forked from pool/python-scour

- update to 0.38.2:

* Fix another regression caused by new feature to merge sibling groups
  * Fix regression caused by new feature to merge sibling groups
  * Fix issue with dropping xlink:href attribute when collapsing referenced gradients
  * Fix issue with dropping ID while de-duplicating gradients
  * Improve `--shorten-ids` so it re-maps IDs that are already used in the
    document if they're shorter
  * Fix whitespace handling for SVG 1.2 flowed text
  * Improvement: Merge sibling `<g>` nodes with identical attributes
  * Improve performance of XML serialization
  * Improve performance of gradient de-duplication
  * Some general performance improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scour?expand=0&rev=18
This commit is contained in:
2021-11-08 10:26:23 +00:00
committed by Git OBS Bridge
parent 35a82e6d34
commit 0f4d28874a
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 8 10:23:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.38.2:
* Fix another regression caused by new feature to merge sibling groups
* Fix regression caused by new feature to merge sibling groups
* Fix issue with dropping xlink:href attribute when collapsing referenced gradients
* Fix issue with dropping ID while de-duplicating gradients
* Improve `--shorten-ids` so it re-maps IDs that are already used in the
document if they're shorter
* Fix whitespace handling for SVG 1.2 flowed text
* Improvement: Merge sibling `<g>` nodes with identical attributes
* Improve performance of XML serialization
* Improve performance of gradient de-duplication
* Some general performance improvements
-------------------------------------------------------------------
Mon Apr 1 10:37:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>