Modified:
trunk/index.yaml
trunk/static/turtle.svg
Log:
little turtle change
Modified: trunk/index.yaml
==============================================================================
--- trunk/index.yaml (original)
+++ trunk/index.yaml Wed Feb 4 09:26:40 2009
@@ -10,7 +10,7 @@
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.
-# Used 5 times in query history.
+# Used once in query history.
- kind: LogoProgram
properties:
- name: date
Modified: trunk/static/turtle.svg
==============================================================================
--- trunk/static/turtle.svg (original)
+++ trunk/static/turtle.svg Wed Feb 4 09:26:40 2009
@@ -1,3 +1,3 @@
<svg baseProfile="full" height="20" version="1.1" width="20"
xmlns="http://www.w3.org/2000/svg"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
-<polygon id='sprite' points="5,5 15,10 5,15" stroke="black"
style="opacity:0.5"/>
+<polygon id='sprite' points="5,5 15,10 5,15 9,10 " stroke="black"
style="opacity:0.5"/>
</svg>