Update README.md

This commit is contained in:
Hermet Park 2022-04-07 23:04:44 +09:00 committed by GitHub
parent 6addd574dc
commit ff685e9a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 />
@ -356,18 +355,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")