logo.svg 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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="744.09448819"
  12. height="1052.3622047"
  13. id="svg2"
  14. version="1.1"
  15. inkscape:version="0.48.4 r9939"
  16. inkscape:export-filename="/home/marijn/src/js/codemirror/doc/logo.png"
  17. inkscape:export-xdpi="27.450405"
  18. inkscape:export-ydpi="27.450405"
  19. sodipodi:docname="logo.svg">
  20. <defs
  21. id="defs4">
  22. <clipPath
  23. clipPathUnits="userSpaceOnUse"
  24. id="clipPath4138">
  25. <path
  26. transform="matrix(1.05,0,0,1,-290.76164,27.927128)"
  27. d="m 705.08647,231.61324 a 70.710678,104.55079 0 1 1 -141.42135,0 70.710678,104.55079 0 1 1 141.42135,0 z"
  28. sodipodi:ry="104.55079"
  29. sodipodi:rx="70.710678"
  30. sodipodi:cy="231.61324"
  31. sodipodi:cx="634.37579"
  32. id="path4140"
  33. style="fill:#ffffff;fill-opacity:1;stroke:none"
  34. sodipodi:type="arc" />
  35. </clipPath>
  36. </defs>
  37. <sodipodi:namedview
  38. id="base"
  39. pagecolor="#ffffff"
  40. bordercolor="#666666"
  41. borderopacity="1.0"
  42. inkscape:pageopacity="0.0"
  43. inkscape:pageshadow="2"
  44. inkscape:zoom="1.4"
  45. inkscape:cx="291.72812"
  46. inkscape:cy="789.2497"
  47. inkscape:document-units="px"
  48. inkscape:current-layer="layer1"
  49. showgrid="false"
  50. inkscape:window-width="1600"
  51. inkscape:window-height="875"
  52. inkscape:window-x="0"
  53. inkscape:window-y="25"
  54. inkscape:window-maximized="0" />
  55. <metadata
  56. id="metadata7">
  57. <rdf:RDF>
  58. <cc:Work
  59. rdf:about="">
  60. <dc:format>image/svg+xml</dc:format>
  61. <dc:type
  62. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  63. <dc:title></dc:title>
  64. </cc:Work>
  65. </rdf:RDF>
  66. </metadata>
  67. <g
  68. inkscape:label="Layer 1"
  69. inkscape:groupmode="layer"
  70. id="layer1">
  71. <text
  72. xml:space="preserve"
  73. style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a21313;fill-opacity:1;stroke:none;font-family:Ubuntu Mono;-inkscape-font-specification:Ubuntu Mono"
  74. x="247.48738"
  75. y="163.42795"
  76. id="text4006"
  77. sodipodi:linespacing="125%"
  78. clip-path="url(#clipPath4138)"
  79. transform="translate(0.50507287,0.50507595)"><tspan
  80. sodipodi:role="line"
  81. id="tspan4008"
  82. x="247.48738"
  83. y="163.42795"> if (unit == &quot;char&quot;) moveOnce();</tspan><tspan
  84. sodipodi:role="line"
  85. x="247.48738"
  86. y="182.17795"
  87. id="tspan4010"> else if (unit == &quot;column&quot;) moveOnce(true);</tspan><tspan
  88. sodipodi:role="line"
  89. x="247.48738"
  90. y="200.92795"
  91. id="tspan4012"> else if (unit == &quot;word&quot; || unit == &quot;group&quot;) {</tspan><tspan
  92. sodipodi:role="line"
  93. x="247.48738"
  94. y="219.67795"
  95. id="tspan4014"> var sawType = null, group = unit == &quot;group&quot;;</tspan><tspan
  96. sodipodi:role="line"
  97. x="247.48738"
  98. y="238.42795"
  99. id="tspan4016"> for (var first = true;; first = false) {</tspan><tspan
  100. sodipodi:role="line"
  101. x="247.48738"
  102. y="257.17795"
  103. id="tspan4018"> if (dir &lt; 0 &amp;&amp; !moveOnce(!first)) break;</tspan><tspan
  104. sodipodi:role="line"
  105. x="247.48738"
  106. y="275.92795"
  107. id="tspan4020"> var cur = lineObj.text.charAt(ch) || &quot;\n&quot;;</tspan><tspan
  108. sodipodi:role="line"
  109. x="247.48738"
  110. y="294.67795"
  111. id="tspan4022"> var type = isWordChar(cur) ? &quot;w&quot;</tspan><tspan
  112. sodipodi:role="line"
  113. x="247.48738"
  114. y="313.42795"
  115. id="tspan4024"> : !group ? null</tspan><tspan
  116. sodipodi:role="line"
  117. x="247.48738"
  118. y="332.17795"
  119. id="tspan4026"> : /\s/.test(cur) ? null</tspan><tspan
  120. sodipodi:role="line"
  121. x="247.48738"
  122. y="350.92795"
  123. id="tspan4028"> : &quot;p&quot;; // punctuation</tspan><tspan
  124. sodipodi:role="line"
  125. x="247.48738"
  126. y="369.67795"
  127. id="tspan4046"> if (sawType &amp;&amp; sawType</tspan></text>
  128. <path
  129. style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
  130. d="M 374.84375 136.8125 C 371.96854 136.71001 368.64305 137.97919 365.15625 142.03125 C 361.97051 140.84608 359.22347 140.35622 356.84375 140.375 C 346.53162 140.4564 343.3125 149.71875 343.3125 149.71875 C 326.2234 146.67934 325.625 162.59375 325.625 162.59375 C 309.43195 163.37101 312.4375 177.375 312.4375 177.375 C 295.67899 180.15651 301.1875 194 301.1875 194 C 284.10838 199.04575 293.4375 212.46875 293.4375 212.46875 C 293.4375 212.46875 277.68174 220.31271 288.1875 232.25 C 288.1875 232.25 273.81776 243.63282 285.90625 253.34375 C 285.90625 253.34375 271.57897 263.97487 286.40625 275.03125 C 286.40625 275.03125 273.84147 285.48036 289.96875 295.3125 C 289.96875 295.3125 278.92374 306.07108 295.59375 314.65625 C 295.59375 314.65625 287.70844 329.01862 305.96875 335.125 C 305.96875 335.125 300.47495 348.88874 319.09375 351.46875 C 319.09375 351.46875 315.90162 357.19564 321.59375 361.15625 C 321.59375 361.15625 310.04416 364.78661 312.5625 374.40625 C 313.83361 379.26171 316.82684 380.49158 323.53125 380.1875 C 323.53125 380.1875 329.096 395.54812 350.46875 398.96875 L 353.125 402.59375 C 353.125 402.59375 342.80592 409.64088 359.125 421.5 C 359.125 421.5 354.16126 425.74314 363.28125 433.34375 C 363.28125 433.34375 357.54117 438.3362 365.75 442.625 C 365.75 442.625 361.35822 445.96166 366.09375 448.125 C 366.09375 448.125 370.88293 490.18262 355.40625 534.4375 C 355.40625 534.4375 341.28721 542.04782 350.1875 556.96875 C 350.1875 556.96875 331.59675 562.24093 345.09375 575.53125 C 345.09375 575.53125 342.0547 585.56155 349.375 585.78125 C 349.375 585.78125 346.16048 592.54552 354.4375 594.5625 C 354.4375 594.5625 353.17883 603.88113 364.09375 602.1875 C 369.44813 608.40994 378.92733 608.70518 385.21875 602.34375 C 396.13361 604.03738 394.875 594.71875 394.875 594.71875 C 403.15197 592.70177 399.9375 585.9375 399.9375 585.9375 C 407.25781 585.7178 404.21875 575.6875 404.21875 575.6875 C 417.71573 562.39718 399.125 557.09375 399.125 557.09375 C 408.0253 542.17282 393.90625 534.5625 393.90625 534.5625 C 378.42953 490.30762 383.21875 448.28125 383.21875 448.28125 C 387.95421 446.11791 383.5625 442.78125 383.5625 442.78125 C 391.77129 438.49245 386.03125 433.5 386.03125 433.5 C 395.15125 425.89939 390.1875 421.65625 390.1875 421.65625 C 406.5066 409.79713 396.1875 402.75 396.1875 402.75 L 398.84375 399.125 C 420.21649 395.70437 425.78125 380.34375 425.78125 380.34375 C 432.48566 380.64783 435.47889 379.41796 436.75 374.5625 C 439.26834 364.94286 427.75 361.3125 427.75 361.3125 C 433.44213 357.35188 430.21875 351.59375 430.21875 351.59375 C 448.83755 349.01373 443.34375 335.28125 443.34375 335.28125 C 461.60406 329.17487 453.71875 314.78125 453.71875 314.78125 C 470.38876 306.19608 459.34375 295.46875 459.34375 295.46875 C 475.47103 285.63661 462.90625 275.1875 462.90625 275.1875 C 477.73353 264.13112 463.40625 253.5 463.40625 253.5 C 475.49474 243.78907 461.15625 232.375 461.15625 232.375 C 471.66201 220.43771 455.875 212.625 455.875 212.625 C 455.875 212.625 465.20411 199.202 448.125 194.15625 C 448.125 194.15625 453.66476 180.31276 436.90625 177.53125 C 436.90625 177.53125 439.88054 163.52726 423.6875 162.75 C 423.6875 162.75 423.0891 146.8356 406 149.875 C 406 149.875 401.14687 135.83532 384.15625 142.15625 C 384.15625 142.15625 380.33279 137.00815 374.84375 136.8125 z M 375.34375 155 C 416.3488 155 449.59375 201.78944 449.59375 259.53125 C 449.59375 317.27306 416.3488 364.09375 375.34375 364.09375 C 334.3387 364.09375 301.09375 317.27306 301.09375 259.53125 C 301.09375 201.78944 334.3387 155 375.34375 155 z "
  131. id="rect3058" />
  132. <text
  133. sodipodi:linespacing="125%"
  134. id="text4207"
  135. y="491.91403"
  136. x="149.69542"
  137. style="font-size:95px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a21313;fill-opacity:1;stroke:none;font-family:Source Sans;-inkscape-font-specification:Source Sans"
  138. xml:space="preserve"
  139. inkscape:export-xdpi="90"
  140. inkscape:export-ydpi="90"><tspan
  141. y="491.91403"
  142. x="149.69542"
  143. id="tspan4209"
  144. sodipodi:role="line">Code Mirror</tspan></text>
  145. </g>
  146. </svg>