forked from pool/python-svgwrite
- Update to 1.3.1:
* NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see example using_fonts.py * NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see example using_fonts.py * NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see example using_fonts.py * NEW: shapes extension by Christof Hanke * NEW: for write(), save() and saveas(), indentation for pretty print is configurable by Mitar * BUGFIX: converted regex strings in tests to raw strings by tirkarthi OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
d16bebb0e1
commit
993f55775e
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 12:44:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.3.1:
|
||||
* NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see example using_fonts.py
|
||||
* NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see example using_fonts.py
|
||||
* NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see example using_fonts.py
|
||||
* NEW: shapes extension by Christof Hanke
|
||||
* NEW: for write(), save() and saveas(), indentation for pretty print is configurable by Mitar
|
||||
* BUGFIX: converted regex strings in tests to raw strings by tirkarthi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 11:43:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user