librelogo: fix black (not refreshed) invisible filling color

Change-Id: If0f37d480a745a4d245c4c6cf114374223fda610
This commit is contained in:
László Németh 2013-10-22 14:03:03 +02:00
parent 858d3adbd7
commit a888280ccb
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit f81edbd66fc4d0b6cf03949bb2339c9be9ee989c
Subproject commit 0d8b37cd9e0b89d1136b09a81671c88fc91fee3e

View File

@ -48,7 +48,7 @@ __COLORS__ = ['BLACK', 0x000000], ['SILVER', 0xc0c0c0], ['GRAY', 0x808080], \
['AQUA', 0x00ffff], ['PINK', 0xffc0cb], ['TOMATO', 0xff6347], \
['ORANGE', 0xffa500], ['GOLD', 0xffd700], ['VIOLET', 0x9400d3], \
['SKYBLUE', 0x87ceeb], ['CHOCOLATE', 0xd2691e], ['BROWN', 0xa52a2a], \
['INVISIBLE', 0xff000000]
['INVISIBLE', 0xffffffff]
__STRCONST__ = [i[0] for i in __COLORS__] + ['NONE', 'BEVEL', 'MITER', 'ROUNDED', 'SOLID', 'DASH', 'DOTTED', 'BOLD', 'ITALIC', 'UPRIGHT', 'NORMAL', "HOUR", "PT", "INCH", "MM", "CM"]
__SLEEP_SLICE_IN_MILLISECONDS__ = 500
__PT_TO_TWIP__ = 20