VIFEX

Results 193 comments of VIFEX

> [Failing](https://github.com/lvgl/lvgl/actions/runs/9647837028/job/26609076735?pr=6406) after rebase too 🙁 I reproduced the problem locally and uploaded new reference images.

We can add a cache manager similar to image cache to the unaligned bitmap fonts, which can ensure that the GPU gets images that meet the requirements and does not...

The font drawing buffer of the current mainline code is shared, which does not take into account the situation of GPU asynchronous rendering. Usually, this buffer cannot be modified before...

> > We can add a cache manager similar to image cache to the unaligned bitmap fonts > > IMO using the raw data has the advantage of > >...

@MrThanlon Consider connecting the memory allocation interface pair of `lv_draw_buf` to the `vg_lite_allocate` interface.

> Should we also add test for drawing images with newly added color format. > > SW renderer should correctly ignore them and shouldn't crash. VG-Lite should draw theme correctly....

> @FASTSHIFT I've implemented bg_image radius clipping and added some tests. I've noticed that VG-Lite clips them incorrectly: > > * [SW](https://github.com/lvgl/lvgl/pull/7244/files#diff-2b7b9468034d99ecbac42b38c6b129c5421909df7e17a807c10a9b705fe2fe3f) > * [VG-Lite](https://github.com/lvgl/lvgl/pull/7244/files#diff-242f305692436f289db7b3cdda6298157b9ab35835506b88b28a86b1524051abR336) > * I use[ image...

The test coverage analysis shows that there are still 4 lines of code test cases that have not been covered. Can we cover them all? ```bash New coverable lines (per...

> @FASTSHIFT how did you get these test coverage data? > > I added test for normal usage in C but I'd like to add more tests for XML at...

@kisvegabor I want to automatically sync coverage analysis data to the comments section of PR, but there doesn't seem to be a simple way to do it. Do you have...