You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rationale: when auto-generating SVG under VCS (e.g. based on .vpy files), the creation date in the SVG file is annoying because it generates unwanted diff.
The text was updated successfully, but these errors were encountered:
For auto-generated SVG under VCS, the <dc:date> metadata generates spurious diffs which would be best avoided.
* adds a `--dont-set-date` option to the `write` command
* adds a `set_date` parameter (default: `True`) to the `vpype.write_svg()` API
Fixes#438
Rationale: when auto-generating SVG under VCS (e.g. based on .vpy files), the creation date in the SVG file is annoying because it generates unwanted diff.
The text was updated successfully, but these errors were encountered: