mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
doc: remove unnecessary doxy guide.
This commit is contained in:
parent
04e9e82dbf
commit
0553729818
1 changed files with 0 additions and 14 deletions
14
inc/thorvg.h
14
inc/thorvg.h
|
@ -1,17 +1,3 @@
|
|||
/*!
|
||||
* @file thorvg.h
|
||||
*
|
||||
* The main APIs enabling the TVG initialization, preparation of the canvas and provisioning of its content:
|
||||
* - drawing shapes: line, arc, curve, path, polygon...
|
||||
* - drawing pictures: tvg, svg, png, jpg, bitmap...
|
||||
* - drawing fillings: solid, linear and radial gradient...
|
||||
* - drawing stroking: continuous stroking with arbitrary width, join, cap, dash styles.
|
||||
* - drawing composition: blending, masking, path clipping...
|
||||
* - drawing scene graph & affine transformation (translation, rotation, scale, ...)
|
||||
* and finally drawing the canvas and TVG termination.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _THORVG_H_
|
||||
#define _THORVG_H_
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue