User talk:Michael Jester

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

SVG Chart

Mark and copy the following text. Paste it into a plain text file. The text file should have an svg extension, for example mychart.svg.

You can check the result with Toolforge tool SVGCheck (upload file temporarily), in W3Schools Tryit Editor (insert source code) or in Commons with File:Test.svg (upload as new file revision).

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Generator: wikimedia.svg.chart, 2013-08-28 -->
<!-- modify viewBox (x,y,dx,dy) for position (x,y) and size (dx,dy) -->
<svg id="head"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="1.1"     
  viewBox="-7.6,-26.4,66.8,33.6"      
  width="750" height="380"
  font-family="Helvetica, Arial, Liberation Sans"
>

<!-- also a workaround for librsvg: a <rect> must be placed somewhere before text for a good display of text -->
<rect id="imagebackground" x="-7.6" y="-26.4" width="66.8" height="33.6" stroke-width="0.04" stroke="none" fill="white"/>

<title>plain text svg graphic</title>
<desc>   
  This svg graphic is to edit with an text editor.
  Please do not overwrite this file by saving with an image editor.
</desc>

<style id="styles" type="text/css"> <![CDATA[
  .graphgeneral {         /*-- general look of graphs and markers, e.g. in legend --*/
    stroke-width:    0.28;
    fill:            none;
    stroke-linejoin: round;
    stroke-linecap:  round;
  }
  .graphgeneralstretch {  /*-- general look of graphs and markers on a stretched chart --*/ 
    stroke-width:    0.28;
    fill:            none;
    stroke-linejoin: round;
    stroke-linecap:  round;
  } 
.graph1lineblank { /*-- look of graph 1 --*/ stroke: rgb(00%, 00%, 60%); } .graph1line { stroke: rgb(00%, 00%, 60%); }
.graph2lineblank { /*-- look of graph 2 --*/ stroke: rgb(75%, 10%, 10%); } .graph2line { stroke: rgb(75%, 10%, 10%); }
.graph3lineblank { /*-- look of graph 3 --*/ stroke: rgb(00%, 60%, 00%); } .graph3line { stroke: rgb(00%, 60%, 00%); }
.graph4lineblank { /*-- look of graph 4 --*/ stroke: rgb(00%, 60%, 60%); } .graph4line { stroke: rgb(00%, 60%, 60%); }
.graph5lineblank { /*-- look of graph 5 --*/ stroke: rgb(60%, 00%, 60%); } .graph5line { stroke: rgb(60%, 00%, 60%); }
.graph6lineblank { /*-- look of graph 6 --*/ stroke: rgb(60%, 60%, 00%); } .graph6line { stroke: rgb(60%, 60%, 00%); }
.graph7lineblank { /*-- look of graph 7 --*/ stroke: rgb(00%, 00%, 30%); } .graph7line { stroke: rgb(00%, 00%, 30%); }
.graph8lineblank { /*-- look of graph 8 --*/ stroke: rgb(00%, 30%, 00%); } .graph8line { stroke: rgb(00%, 30%, 00%); } .axisline { stroke: black; stroke-width: 0.14; stroke-linecap: round; } .titletext { font-size: 2.64px; } .axistext-x { font-size: 2.4px; } .axistext-x-number { font-size: 2.4px; } .axistext-y { font-size: 2.4px; } .axismark-main { stroke: black; stroke-width: 0.098; } .axismark-second { stroke: black; stroke-width: 0.098; }   .legendtext { font-size: 2.4px; text-anchor: start; } ]]></style> <defs> <!--== axis dashes definitions ==--> <!-- x-axis mark, modify "height" --> <pattern id="x-axismark-main" x="0" width="10" height="0.8" patternUnits="userSpaceOnUse"> <line x1="0" y1="-1" x2="0" y2="0.8" class="axismark-main"/> </pattern> <!-- y-axis mark, modify "width" --> <pattern id="y-axismark-main" width="0.8" height="10" patternUnits="userSpaceOnUse"> <line x1="-1" y1="0" x2="0.8" y2="0" class="axismark-main"/> </pattern> <!-- y-axis2 mark, modify "width" --> <pattern id="y-axis2mark-main" width="0.4" height="10" patternUnits="userSpaceOnUse"> <line x1="-1" y1="0" x2="11" y2="0" class="axismark-main"/> </pattern> </defs> <g transform="scale(1, -1)"> <!-- x axis, modify "x2" and "width" --> <rect id="x-axismark" x="-0.2" y="-0.7" width="40.8" height="0.7" fill="url(#x-axismark-main)"/> <line id="x-axis" x1="0" y1="0" x2="40" y2="0" class="axisline"/> <!-- y axis, modify "height" --> <rect id="y-axismark" x="-0.7" y="-0.2" width="0.7" height="26" fill="url(#y-axismark-main)"/> <line id="y-axis" x1="0" y1="0" x2="0" y2="25" class="axisline"/> </g> <!-- x axis text, modify each value --> <g id="axistext-x" class="axistext-x-number" transform="translate(0, 3.1)" text-anchor="middle"> <text id="title-x" class="axistext-x" x="20" y="3.1" > <tspan dy="-0.23px"/>Export of Phosphate</text> </g> <!-- y axis text, modify each value --> <g id="axistext-y" class="axistext-y" text-anchor="end" transform="translate(-1.2, 0.6)">   <text y=  "-0"> <tspan dy="-0.23px"/>0</text>   <text y= "-10"> <tspan dy="-0.23px"/>10</text>   <text y= "-20"> <tspan dy="-0.23px"/>20</text>   <text y= "-30"> <tspan dy="-0.23px"/>30</text>   <text y= "-40"> <tspan dy="-0.23px"/>40</text>   <text y= "-50"> <tspan dy="-0.23px"/>50</text> <text id="title-y" x="12.5" y="-4.4" transform="rotate(-90)" text-anchor="middle" > <tspan dy="-0.23px"/>Year</text> </g>
<!-- legend --> <g id="legend" class="legendtext" transform="translate(42, -22.5)">
<g id="legend-background" class="axismark-main"> <rect x="0" y="0" fill="white" width="16" height="6.5"/> </g>
  <g class="graphgeneral"><g class="graph1line"> <polyline id="legend-line1" points="0.8 1.85 2.8 1.85" marker-start="none" marker-end="none"/> </g></g> <text id="legend-text1" x="3.6" y="2.56"> <tspan dy="-0.23px"/>1st W </text>
  <g class="graphgeneral"><g class="graph2line"> <polyline id="legend-line2" points="0.8 4.49 2.8 4.49" marker-start="none" marker-end="none"/> </g></g> <text id="legend-text2" x="3.6" y="5.2"> <tspan dy="-0.23px"/>2nd W </text> </g> <!--====== graph data with origin values, you can manually copy or attach the values here ======--> <!-- modify displacement "translate" --> <defs> <g id="graphs">
<!-- graph 2 -->
<polyline id="graph2" points=" 25 40 40 10 55 35 70 10 85 40 "/> </g> <g id="graph1"> <!-- graph 1 --> <polyline id="graph1-line" stroke-width="0.28" points=" 15 40 30 10 45 35 60 10 75 40 "/> </g> </defs> <g class="graphgeneralstretch" transform="scale(1, -1) translate(-1965, -0)">
  <!-- graph 2 --> <use id="graphuse2-1" transform="translate(0, 0)" class="graph2line" xlink:href="#graph2"/>
  <!-- graph 1 --> <use id="graphuse1-1" transform="translate(0, 0)" class="graph1line" xlink:href="#graph1"/> </g> </svg>


File:BsAs-ciudad-candidata.svg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Stefan4 (talk) 11:07, 2 September 2014 (UTC)[reply]

File:West Ham badge from 2016.svg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Malpass93 (talk) 23:00, 2 September 2014 (UTC)[reply]

File:Spanish language.svg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Abrahamic Faiths (talk) 16:31, 20 November 2014 (UTC)[reply]