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

« back to all changes in this revision

Viewing changes to image-source/breadcrumb-chevron.svg

  • Committer: mattgiuca
  • Date: 2008-01-13 10:24:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:208
dispatch.html, ivle.css: "apptabs" is now an ID, not a class.
    This is so JavaScript code can easily identify it.
editor: Replaced dummy stub with a simple call to browser.handle.
    Editor and File Browser are now integrated with each other.
util.js: New functions, endswith and path_basename.
browser.js: Major changes to accomodate merging editor with file browser.
    Now detects "edit" URLs and handles files slightly-differently.
    In "edit mode", all files are edited even if they are binary.
    There is a warning for editing files that are binary files.
    Changes the styling of the tabs so that the "selected" tab is
    either the file browser or editor depending on whether the editor
    panel is open or not. (So the actual contents of the page determine
    which tab is selected, not the URL or the server).
    Sets the window title to the name of the directory or file being browsed.`

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
 
 
4
 
<svg
5
 
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
 
   xmlns:cc="http://creativecommons.org/ns#"
7
 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
 
   xmlns:svg="http://www.w3.org/2000/svg"
9
 
   xmlns="http://www.w3.org/2000/svg"
10
 
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
 
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
 
   width="51.48"
13
 
   height="67.75"
14
 
   id="svg2"
15
 
   version="1.1"
16
 
   inkscape:version="0.47pre1 r21720"
17
 
   sodipodi:docname="breadcrumb-chevron.svg"
18
 
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
19
 
   inkscape:export-filename="/home/wgrant/Development/IVLE/ui-the-third/ivle/webapp/coremedia/images/chrome/breadcrumb-chevron.png"
20
 
   inkscape:export-xdpi="34.935307"
21
 
   inkscape:export-ydpi="34.935307">
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
 
    <clipPath
32
 
       clipPathUnits="userSpaceOnUse"
33
 
       id="clipPath3602">
34
 
      <rect
35
 
         style="fill:#0000ff;fill-opacity:0;stroke:#000000;stroke-width:1;stroke-opacity:0.32057417"
36
 
         id="rect3604"
37
 
         width="58.902294"
38
 
         height="96.250427"
39
 
         x="44.037361"
40
 
         y="957.22662"
41
 
         transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" />
42
 
    </clipPath>
43
 
  </defs>
44
 
  <sodipodi:namedview
45
 
     id="base"
46
 
     pagecolor="#ffffff"
47
 
     bordercolor="#666666"
48
 
     borderopacity="1.0"
49
 
     inkscape:pageopacity="0.0"
50
 
     inkscape:pageshadow="2"
51
 
     inkscape:zoom="5.3817939"
52
 
     inkscape:cx="26.608289"
53
 
     inkscape:cy="40.887049"
54
 
     inkscape:document-units="px"
55
 
     inkscape:current-layer="layer1"
56
 
     showgrid="false"
57
 
     inkscape:window-width="1440"
58
 
     inkscape:window-height="827"
59
 
     inkscape:window-x="0"
60
 
     inkscape:window-y="25"
61
 
     inkscape:window-maximized="1" />
62
 
  <metadata
63
 
     id="metadata7">
64
 
    <rdf:RDF>
65
 
      <cc:Work
66
 
         rdf:about="">
67
 
        <dc:format>image/svg+xml</dc:format>
68
 
        <dc:type
69
 
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
70
 
        <dc:title></dc:title>
71
 
      </cc:Work>
72
 
    </rdf:RDF>
73
 
  </metadata>
74
 
  <g
75
 
     inkscape:label="Layer 1"
76
 
     inkscape:groupmode="layer"
77
 
     id="layer1"
78
 
     transform="translate(-61.503656,-961.42894)">
79
 
    <rect
80
 
       style="fill:#0000ff;fill-opacity:0;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-opacity:0.32057417;stroke-dasharray:none"
81
 
       id="rect3594"
82
 
       width="52.527931"
83
 
       height="52.527931"
84
 
       x="-706.78711"
85
 
       y="714.89478"
86
 
       transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,29.466295,-9.956484)"
87
 
       clip-path="url(#clipPath3602)" />
88
 
  </g>
89
 
</svg>