From 016fe9e8dc18c183d3d1c1b59bd38d25fb41c4b5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 8 Jun 2020 09:16:28 +0200 Subject: sd signature line: add an SVG template This one is much simpler, it features just a name and a date for now, with a fixed PDF-specific background. Still need to add the code to actually use it. Change-Id: Ie90e8b7d4be3eb37fe177d4e507430b2014f967a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95789 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- cui/source/dialogs/signature-line-draw.svg | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cui/source/dialogs/signature-line-draw.svg (limited to 'cui/source/dialogs/signature-line-draw.svg') diff --git a/cui/source/dialogs/signature-line-draw.svg b/cui/source/dialogs/signature-line-draw.svg new file mode 100644 index 000000000000..cd256d098a27 --- /dev/null +++ b/cui/source/dialogs/signature-line-draw.svg @@ -0,0 +1,36 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + [SIGNER_NAME] +Digitally signed by: +Date: [DATE] + + + -- cgit