From 34a5369a55e57f249abb9bf847ea6abd003d6480 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 24 Jan 2023 14:13:46 -0800 Subject: [PATCH] Add note about reproducibility for DXF --- masque/file/dxf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/masque/file/dxf.py b/masque/file/dxf.py index 7d25e19..b70d712 100644 --- a/masque/file/dxf.py +++ b/masque/file/dxf.py @@ -3,6 +3,8 @@ DXF file format readers and writers Notes: * Gzip modification time is set to 0 (start of current epoch, usually 1970-01-01) + * ezdxf sets creation time, write time, $VERSIONGUID, and $FINGERPRINTGUID + to unique values, so byte-for-byte reproducibility is not achievable for now """ from typing import List, Any, Dict, Tuple, Callable, Union, Iterable, Mapping, TextIO import re