@@ -94,16 +94,16 @@ def _svg_with_class(size: int, sw: str, body: str, *, class_name: str = "") -> s
9494
9595_SECTION_ICON_BODIES : dict [str , tuple [str , str ]] = {
9696 "overview" : (
97- "2 " ,
98- '<rect x="3" y="4 " width="8 " height="7" rx="1.5"/>'
99- '<rect x="13" y="4 " width="8 " height="7" rx="1.5"/>'
100- '<rect x="3" y="13" width="8 " height="7" rx="1.5"/>'
101- '<rect x="13" y="13" width="8 " height="7" rx="1.5"/>' ,
97+ "1.8 " ,
98+ '<rect x="3" y="3 " width="7.5 " height="7.5 " rx="1.5"/>'
99+ '<rect x="13.5 " y="3 " width="7.5 " height="7.5 " rx="1.5"/>'
100+ '<rect x="3" y="13.5 " width="7.5 " height="7.5 " rx="1.5"/>'
101+ '<rect x="13.5 " y="13.5 " width="7.5 " height="7.5 " rx="1.5"/>' ,
102102 ),
103103 "clones" : (
104104 "2" ,
105- '<rect x="9" y="9" width="10 " height="10 " rx="2"/>'
106- '<rect x="5 " y="5 " width="10 " height="10 " rx="2"/>' ,
105+ '<rect x="9" y="9" width="11 " height="11 " rx="2"/>'
106+ '<rect x="4 " y="4 " width="11 " height="11 " rx="2"/>' ,
107107 ),
108108 "quality" : (
109109 "2" ,
@@ -113,9 +113,9 @@ def _svg_with_class(size: int, sw: str, body: str, *, class_name: str = "") -> s
113113 ),
114114 "dependencies" : (
115115 "2" ,
116- '<circle cx="6" cy="6" r="2"/><circle cx="18" cy="6" r="2"/>'
117- '<circle cx="12" cy="18" r="2"/><path d="M8 7.5l2.5 6.5 "/>'
118- '<path d="M16 7.5l -2.5 6.5 "/>' ,
116+ '<circle cx="6" cy="6" r="2.5 "/><circle cx="18" cy="6" r="2.5 "/>'
117+ '<circle cx="12" cy="18" r="2.5 "/><path d="M8 7.8l2.7 6.4 "/>'
118+ '<path d="M16 7.8l -2.7 6.4 "/>' ,
119119 ),
120120 "dead-code" : (
121121 "2" ,
@@ -124,14 +124,14 @@ def _svg_with_class(size: int, sw: str, body: str, *, class_name: str = "") -> s
124124 ),
125125 "suggestions" : (
126126 "2" ,
127- '<path d="M12 3l1.8 4.7L18.5 9.5l-4.7 1.8L12 16l -1.8-4.7L5.5 9.5l4.7 -1.8Z "/>'
128- '<path d="M19 16l.8 2.2L22 19l-2.2.8L19 22l -.8-2.2L16 19l2. 2-.8Z"/>' ,
127+ '<path d="M11.5 3l1.9 5 5 1.9-5 1.9L11.5 17l -1.9-5-5-1.9 5 -1.9Z "/>'
128+ '<path d="M19.5 16l.8 2 2 .8-2 .8-.8 2 -.8-2-2-.8 2-.8Z"/>' ,
129129 ),
130130 "structural-findings" : (
131131 "2" ,
132- '<circle cx="6" cy="6" r="2"/><circle cx="18" cy="18" r="2"/>'
133- '<circle cx="18" cy="6" r="2"/><path d="M8 6h8 "/>'
134- '<path d="M6 8v8a2 2 0 0 0 2 2h8 "/>' ,
132+ '<circle cx="6" cy="6" r="2.5 "/><circle cx="18" cy="18" r="2.5 "/>'
133+ '<circle cx="18" cy="6" r="2.5 "/><path d="M8.5 6h7 "/>'
134+ '<path d="M6 8.5v7a2 2 0 0 0 2 2h7 "/>' ,
135135 ),
136136 "top-risks" : (
137137 "2" ,
@@ -164,8 +164,8 @@ def _svg_with_class(size: int, sw: str, body: str, *, class_name: str = "") -> s
164164 ),
165165 "clone-groups" : (
166166 "2" ,
167- '<rect x="9" y="9" width="10 " height="10 " rx="2"/>'
168- '<rect x="5 " y="5 " width="10 " height="10 " rx="2"/>' ,
167+ '<rect x="9" y="9" width="11 " height="11 " rx="2"/>'
168+ '<rect x="4 " y="4 " width="11 " height="11 " rx="2"/>' ,
169169 ),
170170 "low-cohesion" : (
171171 "2" ,
0 commit comments