From 4caee1e6831b2cb3ccb215a2502373f79077b683 Mon Sep 17 00:00:00 2001 From: mamokin Date: Fri, 5 Oct 2018 22:03:05 -0700 Subject: [PATCH] Heavily modified svg generation. - polygon generation - functional - rough. a lot of smoothing and valid point range work. - path generation - not-usable - generating point coords far exceeding allowable range. Added anime.js - used for visualizing where points are as they are drawn. Some style changes - slow changing background that is easy on the eyes - path, polygon have stroke colors (needed to visualize with anime.js) Display of points list used in newest displayed svg - displayed in a scrollable list - x, y pairing - highly probable to continue using polygon generation with absolute points. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 07ca4bbeb..265ad6469 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ }, "homepage": "https://github.com/SimulatedGREG/electron-vue#readme", "devDependencies": { + "animejs": "^2.2.0", "eslint": "^5.6.1", "suppose": "^0.6.1" }