From 2c1ae6c82d0b3fa62dda7e6a30fb91e27aba6e04 Mon Sep 17 00:00:00 2001 From: zeripath Date: Thu, 6 Aug 2020 09:04:08 +0100 Subject: Render the git graph on the server (#12333) Rendering the git graph on the server means that we can properly track flows and switch from the Canvas implementation to a SVG implementation. * This implementation provides a 16 limited color selection * The uniqued color numbers are also provided * And there is also a monochrome version *In addition is a hover highlight that allows users to highlight commits on the same flow. Closes #12209 Signed-off-by: Andrew Thornton art27@cantab.net Co-authored-by: silverwind --- public/img/svg/material-invert-colors.svg | 1 + public/img/svg/material-palette.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/img/svg/material-invert-colors.svg create mode 100644 public/img/svg/material-palette.svg (limited to 'public') diff --git a/public/img/svg/material-invert-colors.svg b/public/img/svg/material-invert-colors.svg new file mode 100644 index 0000000000..018a693a02 --- /dev/null +++ b/public/img/svg/material-invert-colors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/svg/material-palette.svg b/public/img/svg/material-palette.svg new file mode 100644 index 0000000000..d257e65d33 --- /dev/null +++ b/public/img/svg/material-palette.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3