diff --git a/res/logo.png b/res/logo.png
index 7e69f9ff..8c296c0e 100644
Binary files a/res/logo.png and b/res/logo.png differ
diff --git a/res/logo.svg b/res/logo.svg
new file mode 100644
index 00000000..ba0c5c80
--- /dev/null
+++ b/res/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/res/logo2.png b/res/logo2.png
index 74785c86..0f2a4464 100644
Binary files a/res/logo2.png and b/res/logo2.png differ
diff --git a/res/logo2.svg b/res/logo2.svg
new file mode 100644
index 00000000..0295c6e7
--- /dev/null
+++ b/res/logo2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/examples/Svg2.cpp b/src/examples/Svg2.cpp
index 85cc2910..15d758ac 100644
--- a/src/examples/Svg2.cpp
+++ b/src/examples/Svg2.cpp
@@ -4,7 +4,7 @@
/* Drawing Commands */
/************************************************************************/
-static const char* svg = "";
+static const char* svg = "";
void tvgDrawCmds(tvg::Canvas* canvas)
diff --git a/src/examples/svgs/batman1.svg b/src/examples/svgs/batman1.svg
deleted file mode 100644
index 7a9d2291..00000000
--- a/src/examples/svgs/batman1.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/src/examples/svgs/logo.svg b/src/examples/svgs/logo.svg
new file mode 100644
index 00000000..ba0c5c80
--- /dev/null
+++ b/src/examples/svgs/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file