mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
tvg: updated binary with v0.15 tagging
This commit is contained in:
parent
124dd4b629
commit
ee19380d50
70 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@
|
|||
/* ThorVG Drawing Contents */
|
||||
/************************************************************************/
|
||||
|
||||
#define NUM_PER_ROW 8
|
||||
#define NUM_PER_COL 8
|
||||
#define NUM_PER_ROW 9
|
||||
#define NUM_PER_COL 9
|
||||
|
||||
struct UserExample : tvgexam::Example
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/SVG_FILE_147939.tvg
Normal file
BIN
examples/resources/tvg/SVG_FILE_147939.tvg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/car.tvg
Normal file
BIN
examples/resources/tvg/car.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/circles1.tvg
Normal file
BIN
examples/resources/tvg/circles1.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/consecutive_lines.tvg
Normal file
BIN
examples/resources/tvg/consecutive_lines.tvg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/gump-bench.tvg
Normal file
BIN
examples/resources/tvg/gump-bench.tvg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/json.tvg
Normal file
BIN
examples/resources/tvg/json.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/lineargradient2.tvg
Normal file
BIN
examples/resources/tvg/lineargradient2.tvg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/matheusmdx.tvg
Normal file
BIN
examples/resources/tvg/matheusmdx.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/multipath+matrix.tvg
Normal file
BIN
examples/resources/tvg/multipath+matrix.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/patch.tvg
Normal file
BIN
examples/resources/tvg/patch.tvg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/radial_gradient_focal_outside_circle.tvg
Normal file
BIN
examples/resources/tvg/radial_gradient_focal_outside_circle.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/radialgradient1.tvg
Normal file
BIN
examples/resources/tvg/radialgradient1.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/rg1024_Presentation_with_girl.tvg
Normal file
BIN
examples/resources/tvg/rg1024_Presentation_with_girl.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/rg1024_Ufo_in_metalic_style.tvg
Normal file
BIN
examples/resources/tvg/rg1024_Ufo_in_metalic_style.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/rg1024_green_grapes.tvg
Normal file
BIN
examples/resources/tvg/rg1024_green_grapes.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/scimitar-anim.tvg
Normal file
BIN
examples/resources/tvg/scimitar-anim.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/skew.tvg
Normal file
BIN
examples/resources/tvg/skew.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/svg2009.tvg
Normal file
BIN
examples/resources/tvg/svg2009.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/thanks.tvg
Normal file
BIN
examples/resources/tvg/thanks.tvg
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/resources/tvg/tommek_Car.tvg
Normal file
BIN
examples/resources/tvg/tommek_Car.tvg
Normal file
Binary file not shown.
BIN
examples/resources/tvg/vnu.tvg
Normal file
BIN
examples/resources/tvg/vnu.tvg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -36,7 +36,7 @@ using TvgBinFlag = TvgBinByte;
|
|||
#define TVG_HEADER_SIZE 33 //TVG_HEADER_SIGNATURE_LENGTH + TVG_HEADER_VERSION_LENGTH + 2*SIZE(float) + TVG_HEADER_RESERVED_LENGTH + TVG_HEADER_COMPRESS_SIZE
|
||||
#define TVG_HEADER_SIGNATURE "ThorVG"
|
||||
#define TVG_HEADER_SIGNATURE_LENGTH 6
|
||||
#define TVG_HEADER_VERSION "001200" //Major 00, Minor 12, Micro 00
|
||||
#define TVG_HEADER_VERSION "001500" //Major 00, Minor 15, Micro 00
|
||||
#define TVG_HEADER_VERSION_LENGTH 6
|
||||
#define TVG_HEADER_RESERVED_LENGTH 1 //Storing flags for extensions
|
||||
#define TVG_HEADER_COMPRESS_SIZE 12 //TVG_HEADER_UNCOMPRESSED_SIZE + TVG_HEADER_COMPRESSED_SIZE + TVG_HEADER_COMPRESSED_SIZE_BITS
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue