fix(thorvg): support rendering in draw events (#6406)

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
Gabor Kiss-Vamosi
2024-07-19 12:04:32 +02:00
committed by GitHub
parent aa3320db53
commit e3f8d167cd
8 changed files with 77 additions and 16 deletions

View File

@@ -64,7 +64,11 @@ static const demo_entry_info_t demos_entry_info[] = {
#endif
#if LV_USE_DEMO_VECTOR_GRAPHIC && LV_USE_VECTOR_GRAPHIC
{ "vector_graphic", .entry_cb = lv_demo_vector_graphic },
{ "vector_graphic_buffered", .entry_cb = lv_demo_vector_graphic_buffered },
#endif
#if LV_USE_DEMO_VECTOR_GRAPHIC && LV_USE_VECTOR_GRAPHIC
{ "vector_graphic_not_buffered", .entry_cb = lv_demo_vector_graphic_not_buffered },
#endif
#if LV_USE_DEMO_BENCHMARK