[poincare] Anti-aliazing of root symbol

This commit is contained in:
Émilie Feral
2018-06-13 18:03:36 +02:00
committed by LeaNumworks
parent 9e6df15112
commit b7ec225088

View File

@@ -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 {