You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="#release">Release strategy, conventions, preparation and execution</a></li>
22
23
</ul>
@@ -411,6 +412,8 @@ As an example, let's assume you have created the SVGs for Redhat and Amazon Web
411
412
<li>Creating a list of features that was added since last release. See <ahref="https://github.com/devicons/devicon/discussions/574">this discussion</a> for inception and limitations. </li>
412
413
</ul>
413
414
415
+
<hr>
416
+
<h2id='bugs'>Common Bugs and Solutions</h2>
414
417
<p>There are some bugs that the build scripts might run into. Listed below are the common ones and their solutions</p>
415
418
<ol>
416
419
<li><b>No connection could be made because the target machine actively refused it. (os error 10061)</b>
@@ -437,7 +440,7 @@ As an example, let's assume you have created the SVGs for Redhat and Amazon Web
<li>This is caused by a bug in Icomoon's parser (see <a href="https://github.com/devicons/devicon/pull/532#issuecomment-827180766">this</a>).</li>
440
-
<li>Solution: Luckily this is an extremely rare case. Try remake the SVG in a different way (using different paths/shapes) and test using Icomoon.</li>
443
+
<li>Solution: Luckily this is an extremely rare case. Try remaking the SVG in a different way (using different paths/shapes). If your text/paths are joined with another object (say, the logo), try splitting them into individual paths (see <a href="https://github.com/devicons/devicon/pull/816#issuecomment-904021383">this PR</a>). You can always test using Icomoon to see if your fix works.</li>
0 commit comments