From aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 19 Mar 2023 23:41:06 +0100 Subject: Make images on dark mode darker --- content/blog/kicad-mesh-plugin/index.rst | 42 +++++++++++++++++--------------- 1 file changed, 23 insertions(+), 19 deletions(-) (limited to 'content/blog/kicad-mesh-plugin/index.rst') diff --git a/content/blog/kicad-mesh-plugin/index.rst b/content/blog/kicad-mesh-plugin/index.rst index 226f23f..df15933 100644 --- a/content/blog/kicad-mesh-plugin/index.rst +++ b/content/blog/kicad-mesh-plugin/index.rst @@ -125,25 +125,29 @@ means that on every step, the algorithm is choosing a new direction at random. .. raw:: html -
-
- a completely organized looking grid with spiral patterns all over. -
0%
-
- -
25%
-
- -
50%
-
- -
75%
-
- a completely random looking grid with cells aggregating into ireggular
-        areas that look like paint splotches. -
100%
-
-
+
+
+ a completely organized looking grid with spiral patterns all over. +
0%
+
+
+ +
25%
+
+
+ +
50%
+
+
+ +
75%
+
+
+ a completely random looking grid with cells aggregating into ireggular
+            areas that look like paint splotches. +
100%
+
+
After I have built this tree like you would do in a depth-first search, I draw my one or several mesh mesh traces into it. The core observation here is that there is only 16 possible ways a cell can be connected: It has four neighbors, -- cgit