1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-28 07:50:31 +08:00

优化显示长度

This commit is contained in:
源文雨
2022-03-02 17:58:19 +08:00
parent df36f7b9fd
commit 65f7583c2f
2 changed files with 3 additions and 3 deletions

2
cmoe.h
View File

@@ -50,7 +50,7 @@ const char svg_big[] =
" <g>\n"
" \n";
const char img_slot_front[] = " <image x=\"%d\" y=\"0\" width=\"%d\" height=\"%d\" xlink:href=\"";
const char img_slot_rear[] = "\"></image>";
const char img_slot_rear[] = "\"></image>\n";
const char svg_tail[] =
" </g>\n"
"</svg>";