#448 Fixing issue with icon size for the root node

This commit is contained in:
Knut Sveidqvist
2022-09-01 13:39:00 +02:00
parent 809fbf685b
commit 654dfa6b3d

View File

@@ -12,7 +12,7 @@ const genSections = (options) => {
} }
} }
for (let i = 1; i < 8; i++) { for (let i = 0; i < 8; i++) {
const sw = '' + (17 - 3 * i); const sw = '' + (17 - 3 * i);
sections += ` sections += `
.section-${i - 1} rect, .section-${i - 1} path, .section-${i - 1} circle { .section-${i - 1} rect, .section-${i - 1} path, .section-${i - 1} circle {