changeset 4348:dc5a10542e16

client, docs: add hints about svg2pdf shortcomings
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 09 Sep 2019 12:35:25 +0200
parents 81577c995161
children 4ed2708234b9
files client/docs/developers.md
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/docs/developers.md	Mon Sep 09 12:12:21 2019 +0200
+++ b/client/docs/developers.md	Mon Sep 09 12:35:25 2019 +0200
@@ -5,6 +5,23 @@
 
 ## Hints
 
+### svg2pdf
+
+https://github.com/yWorks/svg2pdf.js has known shortcomings,
+which we work around.
+
+Not all layout possibilities of webbrowser are not supported!
+
+Our tactics is to report the problems, but work around them, if we can,
+some examples:
+
+ * https://github.com/yWorks/svg2pdf.js/issues/82 (Unsupported features/Known issues)
+ * https://github.com/yWorks/svg2pdf.js/issues/109 (alignment-baseline attribute does not work)
+ * https://github.com/yWorks/svg2pdf.js/issues/100 (Font-size in `em` unit does not work)
+
+
+### Testing diagram layout and pdf export
+
 When testing the vuex store object can be accessed from the
 webbrowsers console like