From 73c7782749752a3ba3c7f5323da30dd4327816c2 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 26 Oct 2020 16:52:52 +0900 Subject: [PATCH] examples svgs: replace logo design resource. White background is our official thorvg logo, cyan is for Tizen customed. --- src/examples/Svg2.cpp | 2 +- src/examples/svgs/logo.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/Svg2.cpp b/src/examples/Svg2.cpp index b9b90976..4cf61141 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 d818be66..0c24bc31 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