From b7ec22508837a40727a136c65e57a04449a465da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 13 Jun 2018 18:03:36 +0200 Subject: [PATCH] [poincare] Anti-aliazing of root symbol --- poincare/src/layout/nth_root_layout.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/poincare/src/layout/nth_root_layout.cpp b/poincare/src/layout/nth_root_layout.cpp index cb398eb40..9bfe5e189 100644 --- a/poincare/src/layout/nth_root_layout.cpp +++ b/poincare/src/layout/nth_root_layout.cpp @@ -10,14 +10,14 @@ namespace Poincare { static inline uint16_t max(uint16_t x, uint16_t y) { return (x>y ? x : y); } const uint8_t radixPixel[NthRootLayout::k_leftRadixHeight][NthRootLayout::k_leftRadixWidth] = { - {0x00, 0xFF, 0xFF, 0xFF, 0xFF}, - {0xFF, 0x00, 0xFF, 0xFF, 0xFF}, - {0xFF, 0x00, 0xFF, 0xFF, 0xFF}, - {0xFF, 0xFF, 0x00, 0xFF, 0xFF}, - {0xFF, 0xFF, 0x00, 0xFF, 0xFF}, - {0xFF, 0xFF, 0xFF, 0x00, 0xFF}, - {0xFF, 0xFF, 0xFF, 0x00, 0xFF}, - {0xFF, 0xFF, 0xFF, 0xFF, 0x00}, + {0x54, 0xCB, 0xFF, 0xFF, 0xFF}, + {0xC6, 0x5A, 0xFF, 0xFF, 0xFF}, + {0xFF, 0x7D, 0xA2, 0xFF, 0xFF}, + {0xFF, 0xFF, 0X4A, 0xD7, 0xFF}, + {0xFF, 0xFF, 0xB2, 0x6D, 0xFF}, + {0xFF, 0xFF, 0xFF, 0x65, 0xB9}, + {0xFF, 0xFF, 0xFF, 0xD4, 0x4C}, + {0xFF, 0xFF, 0xFF, 0xFF, 0xDE}, }; ExpressionLayout * NthRootLayout::clone() const {