From 2ebf5eb26922fda92ca741c55b7be9d662b2ac58 Mon Sep 17 00:00:00 2001 From: dequis <dx@dxzone.com.ar> Date: Sun, 22 Dec 2024 21:15:28 +0100 Subject: [PATCH] Revert "ctx: enable CSS/SVG" This reverts commit 7f857879c875df7515a6b35ed01e233f6c0a6710. --- components/ctx/ctx_config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/ctx/ctx_config.h b/components/ctx/ctx_config.h index 8634fc9b1a..9dc0527c34 100644 --- a/components/ctx/ctx_config.h +++ b/components/ctx/ctx_config.h @@ -33,14 +33,11 @@ #define CTX_ENABLE_RGB565_BYTESWAPPED 1 #define CTX_COMPOSITING_GROUPS 0 #define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1 -#define CTX_EVENTS 1 +#define CTX_EVENTS 0 #define CTX_THREADS 0 #define CTX_TILED 0 #define CTX_BAREMETAL 1 #define CTX_ONE_FONT_ENGINE 1 -#define CTX_PTY 0 -#define CTX_CSS 1 -#define CTX_PARSER 1 #define CTX_MAX_SCANLINE_LENGTH 960 #define CTX_MAX_JOURNAL_SIZE (1024*512) @@ -54,6 +51,7 @@ #define CTX_MAX_EDGES 255 #define CTX_MAX_PENDING 64 +#define CTX_PARSER 0 #define CTX_GRADIENT_CACHE_ELEMENTS 128 #define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64 -- GitLab