diff --git a/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp b/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp index 567ccc1..fd1078f 100644 --- a/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp +++ b/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp @@ -11,12 +11,14 @@ void SimpleElement::loadSvgFile(const QString& filePath) // TODO ÑùʽÎÊÌâ SvgFileLoader loader; loader.loadSvgFile(filePath, painterPath); + qDebug() << "load svg file success "<0 \ No newline at end of file diff --git a/svg/1.svg b/svg/1.svg new file mode 100644 index 0000000..602a167 --- /dev/null +++ b/svg/1.svg @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/svg/2.svg b/svg/2.svg new file mode 100644 index 0000000..92bd7ef --- /dev/null +++ b/svg/2.svg @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/svg/3.svg b/svg/3.svg new file mode 100644 index 0000000..28600f3 --- /dev/null +++ b/svg/3.svg @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/svg/4.svg b/svg/4.svg new file mode 100644 index 0000000..d5f56ec --- /dev/null +++ b/svg/4.svg @@ -0,0 +1 @@ +4 \ No newline at end of file diff --git a/svg/5.svg b/svg/5.svg new file mode 100644 index 0000000..addc399 --- /dev/null +++ b/svg/5.svg @@ -0,0 +1 @@ +5 \ No newline at end of file diff --git a/svg/6.svg b/svg/6.svg new file mode 100644 index 0000000..4bb0826 --- /dev/null +++ b/svg/6.svg @@ -0,0 +1 @@ +6 \ No newline at end of file diff --git a/svg/原图.png b/svg/原图.png new file mode 100644 index 0000000..499036a Binary files /dev/null and b/svg/原图.png differ