From 40b4a9d230d105a61e22bef0a63a6e8d515524e9 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sun, 11 Feb 2018 11:28:45 +0100 Subject: [PATCH] Allow PNG file type, drop caching support --- index.html | 8 ++++++- parser.js | 50 +++++----------------------------------- scripts/getGraphSvg.php | 8 ------- scripts/getGraph_png.php | 4 ++++ scripts/getGraph_svg.php | 4 ++++ 5 files changed, 21 insertions(+), 53 deletions(-) delete mode 100644 scripts/getGraphSvg.php create mode 100644 scripts/getGraph_png.php create mode 100644 scripts/getGraph_svg.php diff --git a/index.html b/index.html index 4aa7e9e..3123c2f 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,11 @@ drawn graph graphviz input +
+ Image type: + SVG + PNG +