rendering icon fetching

This commit is contained in:
Klemek
2019-07-12 11:38:38 +02:00
parent 2328f97133
commit a118aec130
4 changed files with 144 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ svn.commands.checkout(FA_SVG_FOLDER_URL, svgDir, (err) => {
svgs[type][name] = {
path: match2[1],
width: match1[1]
width: parseInt(match1[1])
};
count++;