User:Thalpy

From /tg/station 13 Wiki
Jump to navigation Jump to search
  1. Welcome to my chemistry wiki testbed!


<svg width="850" height="500" viewBox="-70.5 -70.5 800 500"> <defs> <pattern id="grid" patternUnits="userSpaceOnUse" width="100" height="50"> <rect x="0" y="0" width="100" height="1" fill="#000" opacity="1.0"/> <rect x="0" y="0" width="1" height="50" fill="#000" opacity="1.0"/> </pattern>

   <linearGradient id="grad1" x1="0%" y1="100%" x2="100%" y2="0%">
     <stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
     <stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
   </linearGradient>

</defs> <rect fill="#fff" stroke="#000" x="-70" y="-70" width="600" height="400"/> <rect fill="url(#grid)" stroke-width="2" stroke="#000" x="0" y="0" width="500" height="250"/> <text x="0" y="250" text-anchor="middle" font-size="16" font-family="Granada,Times New Roman,serif"> <tspan x="250" y="290" font-weight="bold" font-size="1.2em">Temperature (K)</tspan> <tspan x="0" y="270">0</tspan> <tspan x="100" y="270">200</tspan> <tspan x="200" y="270">400</tspan> <tspan x="300" y="270">600</tspan> <tspan x="400" y="270">800</tspan> <tspan x="500" y="270">1000</tspan> </text> <text x="0" y="0" text-anchor="middle" font-size="16" font-family="Granada,Times New Roman,serif"> <tspan x="-50" y="125" rotate=90 font-weight="bold" font-size="1.2em">Pressure(kPa)</tspan> <tspan x="-20" y="0" dy="6">500</tspan> <tspan x="-20" y="50" dy="6">400</tspan> <tspan x="-20" y="100" dy="6">300</tspan> <tspan x="-20" y="150" dy="6">200</tspan> <tspan x="-20" y="200" dy="6">100</tspan> <tspan x="-20" y="250" dy="6">0</tspan> </text> <g>

 <polygon points="0,0 0,250 500,250 500,0" opacity="0.5" style="fill:yellow" />

<line x1="0" y1=205 x2="500" y2="110" stroke="black" stroke-width="1"/>

 <polygon points="0,205 500,110 500,0, 0,0" opacity="0.5" style="fill:red" />
 <line x1="0" y1=205 x2="500" y2="110" opacity="0.5" stroke="red" stroke-width="20"/>
 <line x1="60" y1=250 x2="212" y2="0"  stroke="black" stroke-width="1"/>
 <polygon points="0,0 0,250 60,250 212,0" opacity="0.5" style="fill:blue" />
 <line x1="60" y1=250 x2="212" y2="0" opacity="0.5" stroke="blue" stroke-width="20"/>

</g> </svg>