Hermet Park
f0141e63de
updated copyright date.
2022-01-12 14:08:48 +09:00
Hermet Park
3ae9e33c65
examples: replace sprintf() with snprintf()
...
snprintf() is more preferred to use in preventing buffer overflow.
2021-07-22 16:32:12 +09:00
Hermet Park
2401495c47
examples: updated svg samples
2021-06-10 11:59:45 +09:00
Hermet Park
19fc4f4b37
examples: allow a desianted main thread capacity.
...
Maximum threads is not always peak the highest performance,
tvg examples guide user the proper threads count.
2021-03-24 14:19:01 +09:00
Hermet Park
1a7d41ce71
updated copyright
2021-03-23 14:31:58 +09:00
Hermet Park
20de2bfc15
common picture: revise resize method.
...
this implementation handles the center-aligned scale.
Also removed viewbox usage since we have size() method.
2020-12-07 13:56:50 +09:00
Hermet Park
b125a7ea2e
examples: ignore loading raw image file.
...
in the last commit, it added a raw image file in the images folder.
It breaks Multicanvas, Svg which try to load all kinds of files in it.
We don't need to load all files by figuring out file extension name.
2020-11-23 18:56:23 +09:00
Hermet Park
e445b7f579
Revert "examples: revise example code."
...
This broke gl_engine rendering, revert it.
This reverts commit 9bb1972ef9
.
2020-11-06 15:37:17 +09:00
Hermet Park
9bb1972ef9
examples: revise example code.
...
Move the Clear call to the end of drawing those scenarios doesn't need to retain paints resources.
We should show the examples as the best usage.
@Issues: 75
2020-11-04 19:05:11 +09:00
Hermet Park
b5c301ba2d
examples: add missing files.
2020-10-07 14:28:11 +09:00