fix(canvas): fix clipéping on transformation

fixes: #3545
This commit is contained in:
Gabor Kiss-Vamosi
2022-08-07 21:09:43 +02:00
parent aa45d59852
commit b884abae26
3 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
#include "../lv_examples.h"
#if LV_BUILD_EXAMPLES && LV_USE_SLIDER && LV_USE_CHART && LV_USE_BTN
#if LV_BUILD_EXAMPLES && LV_USE_SLIDER && LV_USE_CHART && LV_USE_BTN && LV_USE_GRID
/**
* the example show the use of cubic-bezier3 in animation.