As it is written we generate a new date everything fingerprint.render.asSVGElement is called and assign it to the x-fingerprint-date attribute. The same thing happens when a new export or share dialog is opened.
Instead, we should keep a pointer to a consistent date for an image. That might be a date which is created when a new drawing is started or that is read from an SVG import.
As it is written we generate a new date everything
fingerprint.render.asSVGElement
is called and assign it to thex-fingerprint-date
attribute. The same thing happens when a new export or share dialog is opened.Instead, we should keep a pointer to a consistent date for an image. That might be a date which is created when a new drawing is started or that is read from an SVG import.