Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-04-14 16:29:23 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-04-14 16:29:23 (GMT)
commita49118790573e3a64f1be1e9dbdc3e2300703160 (patch)
tree98a90542d85976ce921ed10f451970fa852ec0f3
parenta671ae841a09a63849c3a2fb004fd70c5328cc55 (diff)
v85 palettes
-rw-r--r--taconstants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/taconstants.py b/taconstants.py
index b884315..cc520f4 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -120,8 +120,7 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
'arc', 'scale', 'leftpos', 'toppos', 'rightpos',
'bottompos'],
['penup','pendown', 'setpensize', 'fillscreen', 'pensize',
- 'setcolor', 'setshade', 'startfill', 'color', 'shade',
- 'stopfill'],
+ 'setcolor', 'setshade', 'color', 'shade'],
[ 'red', 'orange', 'yellow', 'green', 'cyan', 'blue', 'purple'],
['plus2', 'minus2', 'product2',
'division2', 'identity2', 'remainder2', 'sqrt', 'random',