aaronland / fingerprint

None of the other digital drawing tools were my jam, so I wrote my own.
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

Track date for imported drawings (as well as current drawing) #9

Open straup opened 1 year ago

straup commented 1 year ago

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.