Update README.md

This commit is contained in:
Hermet Park 2021-07-11 11:37:28 +09:00 committed by GitHub
parent f1db784d87
commit 99c37d01cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ The following list shows primitives that are supported by ThorVG: <br />
- Scene Graph & Affine Transformation (translation, rotation, scale, ...) - Scene Graph & Affine Transformation (translation, rotation, scale, ...)
- Stroking: Width, Join, Cap, Dash - Stroking: Width, Join, Cap, Dash
- Composition: Blending, Masking, Path Clipping, ... - Composition: Blending, Masking, Path Clipping, ...
- Pictures: SVG, PNG, Bitmap, ... - Pictures: SVG, JPG, PNG, Bitmap, ...
<p align="center"> <p align="center">
<img width="930" height="473" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png"> <img width="930" height="473" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png">
</p> </p>