From 22d460feb664a328876c075ec6039db4d2b60dec Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 17 Dec 2022 17:38:59 -0600 Subject: [PATCH] Detail SVG problems in PROBLEMS.md --- PROBLEMS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 PROBLEMS.md diff --git a/PROBLEMS.md b/PROBLEMS.md new file mode 100644 index 0000000..7818a02 --- /dev/null +++ b/PROBLEMS.md @@ -0,0 +1,12 @@ +# problems + +I encountered many issues while getting this project working, here is a list. + +## Rendering + +- The SVGs initially were drawn, exported and then refined into a React-friendly component. + - Getting them to scale and look good at different sizes, and reduce static whitespace within the SVG. + - Antialiasing causing gaps between the path shapes. + - Rendering text in an isometric form on top of the box. + - Getting the box to translate on hover without glitching, while maintaining a non-pointer gap between boxes. + - Placing text underneath the box in the right position. \ No newline at end of file