From: Hermet Park Date: Wed, 14 Oct 2020 08:50:32 +0000 (+0900) Subject: improve svg logo design quality. X-Git-Tag: submit/tizen/20201018.221456~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03b29ff955dcee7f9be69553537b24b62e7eb996;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git improve svg logo design quality. Change-Id: I3d447db750f830db809b28ba7248564a6f6cba2b --- diff --git a/res/logo.png b/res/logo.png index 378e86f..1fefd0f 100644 Binary files a/res/logo.png and b/res/logo.png differ diff --git a/res/logo.svg b/res/logo.svg index 493f8f7..d818be6 100644 --- a/res/logo.svg +++ b/res/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/res/logo2.png b/res/logo2.png index 391264b..d0dc911 100644 Binary files a/res/logo2.png and b/res/logo2.png differ diff --git a/res/logo2.svg b/res/logo2.svg index 4732330..0c24bc3 100644 --- a/res/logo2.svg +++ b/res/logo2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/examples/Svg2.cpp b/src/examples/Svg2.cpp index e12edfa..b9b9097 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/logo.svg b/src/examples/svgs/logo.svg index 493f8f7..d818be6 100644 --- a/src/examples/svgs/logo.svg +++ b/src/examples/svgs/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/wasm/thorvgwasm.cpp b/src/wasm/thorvgwasm.cpp index d227cb0..2b59e6e 100644 --- a/src/wasm/thorvgwasm.cpp +++ b/src/wasm/thorvgwasm.cpp @@ -6,7 +6,7 @@ using namespace emscripten; using namespace std; using namespace tvg; -string defaultData(""); +string defaultData(""); class __attribute__((visibility("default"))) ThorvgWasm {