We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1c860 commit 37952cdCopy full SHA for 37952cd
NEWS.rst
@@ -3,6 +3,19 @@
3
======
4
5
6
+Version 2.8.0 released on 2025-05-12
7
+====================================
8
+
9
+* Drop support of Python 3.7 and 3.8, add support of Python 3.12 and 3.13
10
+* Optimize math operations
11
+* Use pathlib
12
+* Close paths for ellipses and circles
13
+* Fix output ratio for SVG surfaces
14
+* Avoid endless loops when updating def attributes
15
+* Round PNG size
16
+* Don’t crash when more than 2 values are given to translate and scale functions
17
18
19
Version 2.7.1 released on 2023-08-05
20
====================================
21
cairosvg/VERSION
@@ -1 +1 @@
1
-2.7.1
+2.8.0
0 commit comments