diff --git a/README.md b/README.md index ac81c6c0..cf6e57d7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If your program has the main renderer, your program could call ThorVG APIs while ThorVG has the threading mechanism so that it tries to acquire the next scenes without delay. It runs its own fine-tuned task-scheduler built on threading pools, encapsulates all the jobs such as encoding, decoding, updating, rendering with tasks. As a result, all the tasks could run on multi-processing. The task scheduler is readied for hiding complexity, easier integration and user convenience. Thus the policy is optional, users can select it by their demands.

- +


diff --git a/res/example_thread.png b/res/example_thread.png new file mode 100644 index 00000000..3e08342c Binary files /dev/null and b/res/example_thread.png differ diff --git a/res/example_threading.png b/res/example_threading.png deleted file mode 100644 index 3a25abc6..00000000 Binary files a/res/example_threading.png and /dev/null differ