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 4f0b353 commit 47a0430Copy full SHA for 47a0430
doc/api/next_api_changes/behavior/18193-BKB.rst
@@ -0,0 +1,10 @@
1
+ID attribute of XML tags in SVG files now based on SHA256 rather than MD5
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+Matplotlib generates unique ID attributes for various tags in SVG files.
5
+Matplotlib previously generated these unique IDs using the first 10
6
+characters of an MD5 hash. The MD5 hashing algorithm is not available in
7
+Python on systems with Federal Information Processing Standards (FIPS)
8
+enabled. Matplotlib now uses the first 10 characters of an SHA256 hash
9
+instead. SVG files that would otherwise match those saved with earlier
10
+versions of matplotlib, will have different ID attributes.
0 commit comments