~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to image-source/drop-down.svg

  • Committer: David Coles
  • Date: 2010-08-30 03:26:13 UTC
  • Revision ID: coles.david@gmail.com-20100830032613-d14vng0jkelniu3l
python-console: Fix globals broken with new JSON library.

simplejson always returns unicode strings. cJSON would return ordinary strings 
if possible. cPickle.loads() only accepts strings. At present we use pickle 
version 0 so they should all works as ASCII strings. Higher versions of pickle 
are not plain ASCII and are likely to break this and so this should be fixed 
at some point.

Also replaced unconditional exception with one that catches Pickle errors. Not 
sure the best way to report failures of these functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 
3
<svg
 
4
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 
5
   xmlns:cc="http://creativecommons.org/ns#"
 
6
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
7
   xmlns:svg="http://www.w3.org/2000/svg"
 
8
   xmlns="http://www.w3.org/2000/svg"
 
9
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 
10
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 
11
   width="8"
 
12
   height="8"
 
13
   id="svg2"
 
14
   sodipodi:version="0.32"
 
15
   inkscape:version="0.46"
 
16
   version="1.0"
 
17
   inkscape:export-filename="/home/dcoles/ivle/drop-down.png"
 
18
   inkscape:export-xdpi="90"
 
19
   inkscape:export-ydpi="90"
 
20
   sodipodi:docname="drop-down.svg"
 
21
   inkscape:output_extension="org.inkscape.output.svg.inkscape">
 
22
  <defs
 
23
     id="defs4">
 
24
    <inkscape:perspective
 
25
       sodipodi:type="inkscape:persp3d"
 
26
       inkscape:vp_x="0 : 526.18109 : 1"
 
27
       inkscape:vp_y="0 : 1000 : 0"
 
28
       inkscape:vp_z="744.09448 : 526.18109 : 1"
 
29
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
 
30
       id="perspective10" />
 
31
  </defs>
 
32
  <sodipodi:namedview
 
33
     id="base"
 
34
     pagecolor="#ffffff"
 
35
     bordercolor="#666666"
 
36
     borderopacity="1.0"
 
37
     gridtolerance="10000"
 
38
     guidetolerance="10"
 
39
     objecttolerance="10"
 
40
     inkscape:pageopacity="0.0"
 
41
     inkscape:pageshadow="2"
 
42
     inkscape:zoom="25.180745"
 
43
     inkscape:cx="2.1324092"
 
44
     inkscape:cy="4.0619354"
 
45
     inkscape:document-units="px"
 
46
     inkscape:current-layer="layer1"
 
47
     showgrid="false"
 
48
     inkscape:window-width="1200"
 
49
     inkscape:window-height="729"
 
50
     inkscape:window-x="472"
 
51
     inkscape:window-y="194" />
 
52
  <metadata
 
53
     id="metadata7">
 
54
    <rdf:RDF>
 
55
      <cc:Work
 
56
         rdf:about="">
 
57
        <dc:format>image/svg+xml</dc:format>
 
58
        <dc:type
 
59
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 
60
      </cc:Work>
 
61
    </rdf:RDF>
 
62
  </metadata>
 
63
  <g
 
64
     inkscape:label="Layer 1"
 
65
     inkscape:groupmode="layer"
 
66
     id="layer1"
 
67
     transform="translate(-109.00001,-426.14021)">
 
68
    <path
 
69
       sodipodi:type="star"
 
70
       style="opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:3.54330707;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
71
       id="path2385"
 
72
       sodipodi:sides="3"
 
73
       sodipodi:cx="273"
 
74
       sodipodi:cy="463.36218"
 
75
       sodipodi:r1="79.006332"
 
76
       sodipodi:r2="39.503162"
 
77
       sodipodi:arg1="1.5707963"
 
78
       sodipodi:arg2="2.6179939"
 
79
       inkscape:flatsided="false"
 
80
       inkscape:rounded="0"
 
81
       inkscape:randomized="0"
 
82
       d="M 273,542.36852 L 238.78926,483.11376 L 204.57851,423.85902 L 273,423.85902 L 341.42149,423.85901 L 307.21074,483.11376 L 273,542.36852 z"
 
83
       transform="matrix(5.687857e-2,0,0,6.5677714e-2,97.47216,398.4104)" />
 
84
  </g>
 
85
</svg>