parent
f4e09a5bc6
commit
b465b90195
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue