From ff685e9a35406bf3480fb0ee78a1f408a221d021 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 7 Apr 2022 23:04:44 +0900 Subject: [PATCH] Update README.md --- README.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 42532206..5024c2e2 100644 --- 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") - +

+ +

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.

The following list shows primitives that are supported by ThorVG:
@@ -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)
@@ -356,18 +355,3 @@ The ThorVG core has no dependencies. However, ThorVG has optional feature extens
## Issues or Feature Requests For support, please reach us in [Gitter](https://gitter.im/thorvg/community). - -[Back to contents](#contents) -
-
-## 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")