Update README.md 38/289338/1
authorHermet Park <hermetpark@gmail.com>
Thu, 7 Apr 2022 14:04:44 +0000 (23:04 +0900)
committerMichal Szczecinski <mihashco89@gmail.com>
Mon, 6 Mar 2023 10:02:01 +0000 (11:02 +0100)
Change-Id: I1ff83a0d72fa00dc9129ca65f381fc9025a3f450

README.md

index eb7722a9be8f1520defd4cd6a73933643718c36d..730bf4cd96cb796cc9c69daf8fce498c9944af7e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
 [![Build Windows](https://github.com/Samsung/thorvg/actions/workflows/build_win.yml/badge.svg?branch=master&event=push)](https://github.com/Samsung/thorvg/actions/workflows/build_win.yml)
 
 # ThorVG
-
-![ThorVG logo](/logo/256/thorvg-logo.png?raw=true "ThorVG")
-
+<p align="center">
+  <img width="800" height="400" src="https://github.com/Samsung/thorvg/blob/master/logo/512/thorvg-banner.png">
+</p>
 ThorVG is a platform-independent portable library for drawing vector-based scenes and animation. It's open-source software that is freely used by a variety of software platforms and applications. ThorVG provides neat and easy APIs. Its library has no dependencies and keeps a super compact size. It serves as the vector graphics engine for Tizen OS that powers many products. <br />
 <br />
 The following list shows primitives that are supported by ThorVG: <br />
@@ -52,7 +52,6 @@ ThorVG has the threading mechanism so that it tries to acquire the next scenes w
 - [API Bindings](#api-bindings)
 - [Dependencies](#dependencies)
 - [Issues or Feature Requests](#issues-or-feature-requests)
-- [Branding](#branding)
 
 [](#contents)
 <br />
@@ -357,18 +356,3 @@ The ThorVG core has no dependencies. However, ThorVG has optional feature extens
 <br />
 ## Issues or Feature Requests
 For support, please reach us in [Gitter](https://gitter.im/thorvg/community).
-
-[Back to contents](#contents)
-<br />
-<br />
-## Branding
-Various versions of the logo are available in the [logo](/logo/) folder. Please feel free to use these logos when referencing or linking to ThorVG. Using the logo without cropping (to maintain breathing space) is preferred. Examples:
-
-### Logo
-![ThorVG logo](/logo/256/thorvg-logo.png?raw=true "ThorVG") ![ThorVG logo](/logo/256/thorvg-logo-reverse.png?raw=true "ThorVG")
-
-### Icon
-![ThorVG icon](/logo/256/thorvg-icon.png?raw=true "ThorVG") ![ThorVG icon](/logo/256/thorvg-icon-reverse.png?raw=true "ThorVG")
-
-### Banner
-![ThorVG banner](/logo/256/thorvg-banner.png?raw=true "ThorVG") ![ThorVG banner](/logo/256/thorvg-banner-reverse.png?raw=true "ThorVG")