Fix: 导入circle崩溃

main v0.1.3
wuyize 2023-08-05 16:47:19 +08:00
parent f4e09a5bc6
commit b465b90195
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ bool SvgFileLoader::loadSvgFile(const QString& filePath, QPainterPath& painterPa
if (xmlReader->name() == "line") {
handleLabelLine(painterPath);
}
if (xmlReader->name() == "circle ") {
if (xmlReader->name() == "circle") {
handleLabelCircle(painterPath);
}
if (xmlReader->name() == "ellipse") {