- Timestamp:
- 2021-10-18T22:28:20+02:00 (3 years ago)
- Location:
- trunk/resources
- Files:
-
- 10 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r18279 r18286 403 403 </chunk> 404 404 <chunk id="power_output"> 405 <combo key="generator:plant" text="Plant generator type" values="output,intermediate" /> 405 406 <optional text="Output forms of energy:"> 406 407 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" /> … … 6220 6221 <group name="Power" icon="presets/power/power.svg"> 6221 6222 <group name="Power Plant" icon="presets/power/plant.svg"> 6222 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6223 <!-- FIXME, following does not work: match_expression="power=plant !(plant:source=biofuel|plant:source=biogas|plant:source=biomass|plant:source=coal|plant:source=diesel|plant:source=gas|plant:source=gasoline|plant:source=geothermal|plant:source=hydro|plant:source=nuclear|plant:source=oil|plant:source=osmotic|plant:source=solar|plant:source=tidal|plant:source=waste|plant:source=wave|plant:source=wind)" --> 6223 <item name="Power Plant" icon="presets/power/plant_plain.svg" type="closedway,multipolygon,relation" preset_name_label="true" match_expression="power=plant -("plant:source"=biofuel|"plant:source"=biogas|"plant:source"=biomass|"plant:source"=coal|"plant:source"=diesel|"plant:source"=gas|"plant:source"=gasoline|"plant:source"=geothermal|"plant:source"=hydro|"plant:source"=nuclear|"plant:source"=oil|"plant:source"=osmotic|"plant:source"=solar|"plant:source"=tidal|"plant:source"=waste|"plant:source"=wave|"plant:source"=wind)"> 6224 6224 <link wiki="Tag:power=plant" /> 6225 6225 <space /> … … 6246 6246 </item> <!-- Power Plant --> 6247 6247 <separator/> 6248 <item name="Biofuel Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6248 <item name="Biofuel Power Plant" icon="presets/power/plant_biofuel.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6249 6249 <link wiki="Tag:power=plant" /> 6250 6250 <key key="plant:source" value="biofuel" /> … … 6253 6253 <reference ref="power_plant" /> 6254 6254 </item> <!-- Biofuel Power Plant --> 6255 <item name="Biogas Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6255 <item name="Biogas Power Plant" icon="presets/power/plant_biofuel.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6256 6256 <link wiki="Tag:power=plant" /> 6257 6257 <key key="plant:source" value="biogas" /> … … 6260 6260 <reference ref="power_plant" /> 6261 6261 </item> <!-- Biogas Power Plant --> 6262 <item name="Biomass Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6262 <item name="Biomass Power Plant" icon="presets/power/plant_biofuel.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6263 6263 <link wiki="Tag:plant:source=biomass" /> 6264 6264 <key key="plant:source" value="biomass" /> … … 6268 6268 <combo key="plant:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" /> 6269 6269 </item> <!-- Biomass Power Plant --> 6270 <item name="Coal Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6270 <item name="Coal Power Plant" icon="presets/power/plant_coal.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6271 6271 <link wiki="Tag:plant:source=coal" /> 6272 6272 <key key="plant:source" value="coal" /> … … 6275 6275 <reference ref="power_plant" /> 6276 6276 </item> <!-- Coal Power Plant --> 6277 <item name="Gas Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6277 <item name="Gas Power Plant" icon="presets/power/plant_gas.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6278 6278 <link wiki="Tag:plant:source=gas" /> 6279 6279 <key key="plant:source" value="gas" /> … … 6282 6282 <reference ref="power_plant" /> 6283 6283 </item> <!-- Gas Power Plant --> 6284 <item name="Oil Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6284 <item name="Oil Power Plant" icon="presets/power/plant_oil.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6285 6285 <link wiki="Tag:plant:source=oil" /> 6286 6286 <key key="plant:source" value="oil" /> … … 6289 6289 <reference ref="power_plant" /> 6290 6290 </item> <!-- Oil Power Plant --> 6291 <item name="Diesel Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6291 <item name="Diesel Power Plant" icon="presets/power/plant_oil.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6292 6292 <link wiki="Tag:power=plant" /> 6293 6293 <key key="plant:source" value="diesel" /> … … 6296 6296 <reference ref="power_plant" /> 6297 6297 </item> <!-- Diesel Power Plant --> 6298 <item name="Gasoline Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6298 <item name="Gasoline Power Plant" icon="presets/power/plant_oil.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6299 6299 <link wiki="Tag:power=plant" /> 6300 6300 <key key="plant:source" value="gasoline" /> … … 6303 6303 <reference ref="power_plant" /> 6304 6304 </item> <!-- Gasoline Power Plant --> 6305 <item name="Nuclear Power Plant" icon="presets/power/plant .svg" type="closedway,multipolygon,relation" preset_name_label="true">6305 <item name="Nuclear Power Plant" icon="presets/power/plant_nuclear.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6306 6306 <link wiki="Tag:plant:source=nuclear" /> 6307 6307 <key key="plant:source" value="nuclear" /> … … 6311 6311 <combo key="plant:method" text="Method" values_context="generator method" values="fission,fusion" /> 6312 6312 </item> <!-- Nuclear Power Plant --> 6313 <item name="Solar Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6313 <item name="Waste Power Plant" icon="presets/power/plant_waste.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6314 <link wiki="Tag:plant:source=waste" /> 6315 <key key="plant:source" value="waste" /> 6316 <space /> 6317 <reference ref="power_plant" /> 6318 <space /> 6319 <combo key="plant:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" /> 6320 </item> <!-- Waste Power Plant --> 6321 <item name="Geothermal Power Plant" icon="presets/power/plant_geothermal.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6322 <link wiki="Tag:plant:source=geothermal" /> 6323 <key key="plant:source" value="geothermal" /> 6324 <space /> 6325 <reference ref="power_plant" /> 6326 </item> <!-- Geothermal Power Plant --> 6327 <item name="Hydro Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6328 <link wiki="Tag:plant:source=hydro" /> 6329 <key key="plant:source" value="hydro" /> 6330 <space /> 6331 <reference ref="power_plant" /> 6332 <space /> 6333 <combo key="plant:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" /> 6334 </item> <!-- Hydro Power Plant --> 6335 <item name="Tidal Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6336 <link wiki="Tag:power=plant" /> 6337 <key key="plant:source" value="tidal" /> 6338 <space /> 6339 <reference ref="power_plant" /> 6340 <space /> 6341 <combo key="plant:method" text="Method" values_context="generator method" values="barrage,stream" /> 6342 </item> <!-- Tidal Power Plant --> 6343 <item name="Wave Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6344 <link wiki="Tag:power=plant" /> 6345 <key key="plant:source" value="wave" /> 6346 <space /> 6347 <reference ref="power_plant" /> 6348 </item> <!-- Wave Power Plant --> 6349 <item name="Osmotic Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6350 <link wiki="Tag:power=plant" /> 6351 <key key="plant:source" value="osmotic" /> 6352 <space /> 6353 <reference ref="power_plant" /> 6354 </item> <!-- Osmotic Power Plant --> 6355 <item name="Solar Power Plant" icon="presets/power/plant_gas.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6314 6356 <link wiki="Tag:plant:source=solar" /> 6315 6357 <key key="plant:source" value="solar" /> … … 6319 6361 <combo key="plant:method" text="Method" values_context="generator method" values="photovoltaic,thermal" /> 6320 6362 </item> <!-- Solar Power Plant --> 6321 <item name="Waste Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6322 <link wiki="Tag:plant:source=waste" /> 6323 <key key="plant:source" value="waste" /> 6324 <space /> 6325 <reference ref="power_plant" /> 6326 <space /> 6327 <combo key="plant:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" /> 6328 </item> <!-- Waste Power Plant --> 6329 <item name="Hydro Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6330 <link wiki="Tag:plant:source=hydro" /> 6331 <key key="plant:source" value="hydro" /> 6332 <space /> 6333 <reference ref="power_plant" /> 6334 <space /> 6335 <combo key="plant:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" /> 6336 </item> <!-- Hydro Power Plant --> 6337 <item name="Tidal Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6338 <link wiki="Tag:power=plant" /> 6339 <key key="plant:source" value="tidal" /> 6340 <space /> 6341 <reference ref="power_plant" /> 6342 <space /> 6343 <combo key="plant:method" text="Method" values_context="generator method" values="barrage,stream" /> 6344 </item> <!-- Tidal Power Plant --> 6345 <item name="Wave Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6346 <link wiki="Tag:power=plant" /> 6347 <key key="plant:source" value="wave" /> 6348 <space /> 6349 <reference ref="power_plant" /> 6350 </item> <!-- Wave Power Plant --> 6351 <item name="Osmotic Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6352 <link wiki="Tag:power=plant" /> 6353 <key key="plant:source" value="osmotic" /> 6354 <space /> 6355 <reference ref="power_plant" /> 6356 </item> <!-- Osmotic Power Plant --> 6357 <item name="Geothermal Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6358 <link wiki="Tag:plant:source=geothermal" /> 6359 <key key="plant:source" value="geothermal" /> 6360 <space /> 6361 <reference ref="power_plant" /> 6362 </item> <!-- Geothermal Power Plant --> 6363 <item name="Wind Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6363 <item name="Wind Power Plant" icon="presets/power/plant_wind.svg" type="closedway,multipolygon,relation" preset_name_label="true"> 6364 6364 <link wiki="Tag:plant:source=wind" /> 6365 6365 <key key="plant:source" value="wind" /> -
trunk/resources/images/presets/power/plant.svg
r13363 r18286 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) -->3 4 2 <svg 5 3 xmlns:dc="http://purl.org/dc/elements/1.1/" … … 8 6 xmlns:svg="http://www.w3.org/2000/svg" 9 7 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 8 width="16" 13 9 height="16" 14 10 viewBox="0 0 16 16" 15 id="svg4264"16 11 version="1.1" 17 inkscape:version="0.91 r13725" 18 sodipodi:docname="power__plant5.svg"> 12 id="svg2860"> 19 13 <defs 20 id="defs4266"> 21 <marker 22 inkscape:stockid="EmptyTriangleInL" 23 orient="auto" 24 refY="0" 25 refX="0" 26 id="EmptyTriangleInL" 27 style="overflow:visible" 28 inkscape:isstock="true"> 29 <path 30 id="path4298" 31 d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" 32 style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" 33 transform="matrix(-0.8,0,0,-0.8,4.8,0)" 34 inkscape:connector-curvature="0" /> 35 </marker> 36 <marker 37 inkscape:stockid="Arrow1Lstart" 38 orient="auto" 39 refY="0" 40 refX="0" 41 id="marker4778" 42 style="overflow:visible" 43 inkscape:isstock="true"> 44 <path 45 id="path4780" 46 d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z" 47 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" 48 transform="matrix(0.8,0,0,0.8,10,0)" 49 inkscape:connector-curvature="0" /> 50 </marker> 51 <marker 52 inkscape:stockid="Arrow1Lstart" 53 orient="auto" 54 refY="0" 55 refX="0" 56 id="marker4657" 57 style="overflow:visible" 58 inkscape:isstock="true"> 59 <path 60 id="path4659" 61 d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z" 62 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" 63 transform="matrix(0.8,0,0,0.8,10,0)" 64 inkscape:connector-curvature="0" /> 65 </marker> 66 <marker 67 style="overflow:visible" 68 inkscape:stockid="InfiniteLineStart" 69 id="InfiniteLineStart" 70 refX="0" 71 refY="0" 72 orient="auto" 73 inkscape:isstock="true"> 74 <g 75 id="g4391" 76 style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" 77 transform="translate(-13,0)"> 78 <circle 79 id="circle4393" 80 r="0.80000001" 81 cy="0" 82 cx="3" 83 style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" /> 84 <circle 85 id="circle4395" 86 r="0.80000001" 87 cy="0" 88 cx="6.5" 89 style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" /> 90 <circle 91 id="circle4397" 92 r="0.80000001" 93 cy="0" 94 cx="10" 95 style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" /> 96 </g> 97 </marker> 98 <marker 99 inkscape:stockid="Arrow2Lstart" 100 orient="auto" 101 refY="0" 102 refX="0" 103 id="Arrow2Lstart" 104 style="overflow:visible" 105 inkscape:isstock="true"> 106 <path 107 id="path4165" 108 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" 109 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 110 transform="matrix(1.1,0,0,1.1,1.1,0)" 111 inkscape:connector-curvature="0" /> 112 </marker> 113 <marker 114 inkscape:stockid="Arrow1Mstart" 115 orient="auto" 116 refY="0" 117 refX="0" 118 id="Arrow1Mstart" 119 style="overflow:visible" 120 inkscape:isstock="true"> 121 <path 122 id="path4153" 123 d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z" 124 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" 125 transform="matrix(0.4,0,0,0.4,4,0)" 126 inkscape:connector-curvature="0" /> 127 </marker> 128 <marker 129 inkscape:stockid="Arrow1Lstart" 130 orient="auto" 131 refY="0" 132 refX="0" 133 id="Arrow1Lstart" 134 style="overflow:visible" 135 inkscape:isstock="true"> 136 <path 137 id="path4147" 138 d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z" 139 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" 140 transform="matrix(0.8,0,0,0.8,10,0)" 141 inkscape:connector-curvature="0" /> 142 </marker> 143 </defs> 144 <sodipodi:namedview 145 id="base" 146 pagecolor="#ffffff" 147 bordercolor="#666666" 148 borderopacity="1.0" 149 inkscape:pageopacity="0.0" 150 inkscape:pageshadow="2" 151 inkscape:zoom="32" 152 inkscape:cx="3.4252009" 153 inkscape:cy="6.6588019" 154 inkscape:document-units="px" 155 inkscape:current-layer="layer1" 156 showgrid="true" 157 units="px" 158 inkscape:snap-bbox="true" 159 inkscape:bbox-paths="true" 160 inkscape:bbox-nodes="true" 161 inkscape:snap-bbox-edge-midpoints="true" 162 inkscape:snap-bbox-midpoints="true" 163 inkscape:snap-global="true" 164 inkscape:object-paths="true" 165 inkscape:snap-intersection-paths="true" 166 inkscape:object-nodes="false" 167 inkscape:snap-smooth-nodes="false" 168 inkscape:snap-midpoints="false" 169 inkscape:snap-object-midpoints="false" 170 inkscape:snap-center="false" 171 inkscape:snap-nodes="true" 172 inkscape:snap-others="true" 173 inkscape:snap-page="true" 174 inkscape:snap-grids="true"> 175 <inkscape:grid 176 type="xygrid" 177 id="grid4137" /> 178 </sodipodi:namedview> 14 id="defs2854" /> 179 15 <metadata 180 id="metadata 4269">16 id="metadata2857"> 181 17 <rdf:RDF> 182 18 <cc:Work … … 200 36 </rdf:RDF> 201 37 </metadata> 202 <g 203 inkscape:label="Camada 1" 204 inkscape:groupmode="layer" 205 id="layer1" 206 transform="translate(0,-1036.3621)"> 207 <rect 208 style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 209 id="rect4288" 210 width="16" 211 height="16" 212 x="0" 213 y="1036.3621" /> 214 <rect 215 style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 216 id="rect4231" 217 width="4.8506665" 218 height="4.9962158" 219 x="9.6493359" 220 y="1045.866" /> 221 <g 222 id="g3382-9" 223 transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)" 224 style="fill:#000000;fill-opacity:1" /> 225 <path 226 style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 227 d="m 1.0000001,1050.8621 c 0,0 3.5000004,-5 2.5000003,-12 l 6.0000007,0 c -0.9999999,7 2.4999999,12 2.4999999,12 z" 228 id="path4229" 229 inkscape:connector-curvature="0" 230 sodipodi:nodetypes="ccccc" /> 231 </g> 38 <path 39 id="rect1001" 40 style="opacity:1;fill:#ffcc00;stroke:#ffcc00;stroke-width:2;stroke-linejoin:round;stop-color:#000000;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" 41 d="M 1,1 H 15 V 15 H 1 Z" /> 42 <rect 43 style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 44 id="rect4231" 45 width="4.85" 46 height="5" 47 x="10" 48 y="9" /> 49 <path 50 style="fill:#cccccc;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 51 d="m 1.35,14 c 0,0 3.5,-5 2.5,-12 H 9.85 C 8.85,9 12.35,14 12.35,14 Z" 52 id="path4229" /> 232 53 </svg> -
trunk/resources/images/presets/power/power_source-biofuel.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs18 3" />14 id="defs1801" /> 14 15 <metadata 15 id="metadata1 0">16 id="metadata1804"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata 38 id="metadata7"> 39 <rdf:RDF> 40 <cc:Work 41 rdf:about=""> 42 <dc:format>image/svg+xml</dc:format> 43 <dc:type 44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 <cc:license 46 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 47 </cc:Work> 48 <cc:License 49 rdf:about="http://web.resource.org/cc/PublicDomain"> 50 <cc:permits 51 rdf:resource="http://web.resource.org/cc/Reproduction" /> 52 <cc:permits 53 rdf:resource="http://web.resource.org/cc/Distribution" /> 54 <cc:permits 55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 56 </cc:License> 57 </rdf:RDF> 58 </metadata> 59 <ellipse 60 style="fill:#00EE76;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1" 61 id="background" 62 cx="8" 63 cy="8" 64 rx="7.6000004" 65 ry="7.5999999" /> 66 <rect 67 style="fill:#000000" 68 x="5" 69 y="7" 70 width="2" 71 height="6" 72 id="rect2939" /> 73 <path 74 style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1" 75 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 76 id="path2941" /> 77 <rect 78 style="fill:#000000" 79 x="8" 80 y="8" 81 width="2" 82 height="5" 83 id="rect2943" /> 84 <rect 85 style="fill:#000000" 86 x="5" 87 y="5" 88 width="1.9999994" 89 height="0.99999976" 90 id="rect2947" /> 91 <rect 92 style="fill:#000000" 93 x="8" 94 y="6" 95 width="2.0000012" 96 height="0.99999595" 97 id="rect2949" /> 98 <path 99 style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1" 100 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 101 id="path2941-2" /> 38 <g 39 id="g2965"> 40 <circle 41 style="fill:#00ee76;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g1855" 48 transform="translate(0,0.39702381)"> 49 <rect 50 style="fill:#000000" 51 x="5" 52 y="7" 53 width="2" 54 height="6" 55 id="rect2939" /> 56 <path 57 style="fill:none;stroke:#000000;stroke-width:0.808647;stroke-opacity:1" 58 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 59 id="path2941" /> 60 <rect 61 style="fill:#000000" 62 x="8" 63 y="8" 64 width="2" 65 height="5" 66 id="rect2943" /> 67 <rect 68 style="fill:#000000" 69 x="5" 70 y="5" 71 width="2" 72 height="1" 73 id="rect2947" /> 74 <rect 75 style="fill:#000000" 76 x="8" 77 y="6" 78 width="2" 79 height="1" 80 id="rect2949" /> 81 <path 82 style="fill:none;stroke:#000000;stroke-width:0.695125;stroke-opacity:1" 83 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 84 id="path2941-2" /> 85 </g> 86 </g> 102 87 </svg> -
trunk/resources/images/presets/power/power_source-coal.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 280" />14 id="defs1801" /> 14 15 <metadata 15 id="metadata1 0">16 id="metadata1804"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata 38 id="metadata7"> 39 <rdf:RDF> 40 <cc:Work 41 rdf:about=""> 42 <dc:format>image/svg+xml</dc:format> 43 <dc:type 44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 <cc:license 46 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 47 </cc:Work> 48 <cc:License 49 rdf:about="http://web.resource.org/cc/PublicDomain"> 50 <cc:permits 51 rdf:resource="http://web.resource.org/cc/Reproduction" /> 52 <cc:permits 53 rdf:resource="http://web.resource.org/cc/Distribution" /> 54 <cc:permits 55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 56 </cc:License> 57 </rdf:RDF> 58 </metadata> 59 <ellipse 60 style="fill:#8B4513;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1" 61 id="background" 62 cx="8" 63 cy="8" 64 rx="7.6000004" 65 ry="7.5999999" /> 66 <rect 67 style="fill:#000000" 68 x="5" 69 y="7" 70 width="2" 71 height="6" 72 id="rect2939" /> 73 <path 74 style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1" 75 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 76 id="path2941" /> 77 <rect 78 style="fill:#000000" 79 x="8" 80 y="8" 81 width="2" 82 height="5" 83 id="rect2943" /> 84 <rect 85 style="fill:#000000" 86 x="5" 87 y="5" 88 width="1.9999994" 89 height="0.99999976" 90 id="rect2947" /> 91 <rect 92 style="fill:#000000" 93 x="8" 94 y="6" 95 width="2.0000012" 96 height="0.99999595" 97 id="rect2949" /> 98 <path 99 style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1" 100 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 101 id="path2941-2" /> 38 <g 39 id="g2965"> 40 <circle 41 style="fill:#8b4513;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g1855" 48 transform="translate(0,0.39702381)"> 49 <rect 50 style="fill:#000000" 51 x="5" 52 y="7" 53 width="2" 54 height="6" 55 id="rect2939" /> 56 <path 57 style="fill:none;stroke:#000000;stroke-width:0.808647;stroke-opacity:1" 58 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 59 id="path2941" /> 60 <rect 61 style="fill:#000000" 62 x="8" 63 y="8" 64 width="2" 65 height="5" 66 id="rect2943" /> 67 <rect 68 style="fill:#000000" 69 x="5" 70 y="5" 71 width="2" 72 height="1" 73 id="rect2947" /> 74 <rect 75 style="fill:#000000" 76 x="8" 77 y="6" 78 width="2" 79 height="1" 80 id="rect2949" /> 81 <path 82 style="fill:none;stroke:#000000;stroke-width:0.695125;stroke-opacity:1" 83 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 84 id="path2941-2" /> 85 </g> 86 </g> 102 87 </svg> -
trunk/resources/images/presets/power/power_source-gas.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 212" />14 id="defs1801" /> 14 15 <metadata 15 id="metadata1 0">16 id="metadata1804"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata 38 id="metadata7"> 39 <rdf:RDF> 40 <cc:Work 41 rdf:about=""> 42 <dc:format>image/svg+xml</dc:format> 43 <dc:type 44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 <cc:license 46 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 47 </cc:Work> 48 <cc:License 49 rdf:about="http://web.resource.org/cc/PublicDomain"> 50 <cc:permits 51 rdf:resource="http://web.resource.org/cc/Reproduction" /> 52 <cc:permits 53 rdf:resource="http://web.resource.org/cc/Distribution" /> 54 <cc:permits 55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 56 </cc:License> 57 </rdf:RDF> 58 </metadata> 59 <ellipse 60 style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1" 61 id="background" 62 cx="8" 63 cy="8" 64 rx="7.6000004" 65 ry="7.5999999" /> 66 <rect 67 style="fill:#000000" 68 x="5" 69 y="7" 70 width="2" 71 height="6" 72 id="rect2939" /> 73 <path 74 style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1" 75 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 76 id="path2941" /> 77 <rect 78 style="fill:#000000" 79 x="8" 80 y="8" 81 width="2" 82 height="5" 83 id="rect2943" /> 84 <rect 85 style="fill:#000000" 86 x="5" 87 y="5" 88 width="1.9999994" 89 height="0.99999976" 90 id="rect2947" /> 91 <rect 92 style="fill:#000000" 93 x="8" 94 y="6" 95 width="2.0000012" 96 height="0.99999595" 97 id="rect2949" /> 98 <path 99 style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1" 100 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 101 id="path2941-2" /> 38 <g 39 id="g2965"> 40 <circle 41 style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g1855" 48 transform="translate(0,0.39702381)"> 49 <rect 50 style="fill:#000000" 51 x="5" 52 y="7" 53 width="2" 54 height="6" 55 id="rect2939" /> 56 <path 57 style="fill:none;stroke:#000000;stroke-width:0.808647;stroke-opacity:1" 58 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 59 id="path2941" /> 60 <rect 61 style="fill:#000000" 62 x="8" 63 y="8" 64 width="2" 65 height="5" 66 id="rect2943" /> 67 <rect 68 style="fill:#000000" 69 x="5" 70 y="5" 71 width="2" 72 height="1" 73 id="rect2947" /> 74 <rect 75 style="fill:#000000" 76 x="8" 77 y="6" 78 width="2" 79 height="1" 80 id="rect2949" /> 81 <path 82 style="fill:none;stroke:#000000;stroke-width:0.695125;stroke-opacity:1" 83 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 84 id="path2941-2" /> 85 </g> 86 </g> 102 87 </svg> -
trunk/resources/images/presets/power/power_source-geothermal.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 14" />14 id="defs869" /> 14 15 <metadata 15 id="metadata 10">16 id="metadata872"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata 38 id="metadata7"> 39 <rdf:RDF> 40 <cc:Work 41 rdf:about=""> 42 <dc:format>image/svg+xml</dc:format> 43 <dc:type 44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 <cc:license 46 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 47 </cc:Work> 48 <cc:License 49 rdf:about="http://web.resource.org/cc/PublicDomain"> 50 <cc:permits 51 rdf:resource="http://web.resource.org/cc/Reproduction" /> 52 <cc:permits 53 rdf:resource="http://web.resource.org/cc/Distribution" /> 54 <cc:permits 55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 56 </cc:License> 57 </rdf:RDF> 58 </metadata> 59 <ellipse 60 style="fill:#ff4b00;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 38 <circle 39 style="fill:#ff4b00;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 61 40 id="background" 62 41 cx="8" 63 42 cy="8" 64 rx="7.6000004" 65 ry="7.5999999" /> 43 r="7.6" /> 66 44 <g 67 45 id="g2973" 68 transform="matrix(0.70956312,0,0,0.80502669,2.8413415,4.494533 7)"69 style="stroke:#000000;stroke-width:1.32312 033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">46 transform="matrix(0.70956312,0,0,0.80502669,2.8413415,4.4945338)" 47 style="stroke:#000000;stroke-width:1.32312;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> 70 48 <path 71 49 id="path2959" 72 d="m 0.354,3.355 c 1,1 3.999,2.999 6.998,1 3,-2 6,0 6.999,1"73 style="fill:none;stroke :#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />50 d="m 0.354,3.355 c 1,1 4,3 7,1 3,-2 6,0 7,1" 51 style="fill:none;stroke-dasharray:none;stroke-opacity:1" /> 74 52 <path 75 53 id="path2961" 76 d="m 0.354,0.355 c 1,1 .001 3.999,3 6.998,1.001 3,-2 6,0 6.999,0.999"77 style="fill:none;stroke :#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />54 d="m 0.354,0.355 c 1,1 4,3 7,1 3,-2 6,0 7,1" 55 style="fill:none;stroke-dasharray:none;stroke-opacity:1" /> 78 56 <path 79 57 id="path2963" 80 d="m 0.354,6.35 4 c 1,1.001 3.999,2.999 6.998,1.001 3,-2 6,0 6.999,0.999"81 style="fill:none;stroke:#000000;stroke-width:1.32312 033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />58 d="m 0.354,6.355 c 1,1 4,3 7,1 3,-2 6,0 7,1" 59 style="fill:none;stroke:#000000;stroke-width:1.32312;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 82 60 </g> 83 61 </svg> -
trunk/resources/images/presets/power/power_source-nuclear.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 15" />14 id="defs709" /> 14 15 <metadata 15 id="metadata 10">16 id="metadata712"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata38 id="metadata7">39 <rdf:RDF>40 <cc:Work41 rdf:about="">42 <dc:format>image/svg+xml</dc:format>43 <dc:type44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />45 <cc:license46 rdf:resource="http://web.resource.org/cc/PublicDomain" />47 </cc:Work>48 <cc:License49 rdf:about="http://web.resource.org/cc/PublicDomain">50 <cc:permits51 rdf:resource="http://web.resource.org/cc/Reproduction" />52 <cc:permits53 rdf:resource="http://web.resource.org/cc/Distribution" />54 <cc:permits55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />56 </cc:License>57 </rdf:RDF>58 </metadata>59 <ellipse60 style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"61 id="background"62 cx="8"63 cy="8"64 rx="7.6000004"65 ry="7.5999999" />66 38 <g 67 id="g2397" 68 style="fill:#000000" 69 transform="scale(0.8,0.80000003)"> 70 <path 71 id="path4369" 72 d="m 14,3.074 -2.5,4.33 C 12.396,7.922 13.001,8.889 13.001,10 L 18,10 C 18,7.041 16.39,4.457 14,3.074 Z" 73 style="fill:#000000" /> 74 <path 75 id="path4371" 76 d="m 2.006,10 4.999,0 C 7.005,8.964 7.54,7.957 8.501,7.402 L 6.002,3.072 C 3.441,4.552 2.008,7.238 2.006,10 Z" 77 style="fill:#000000" /> 78 <path 79 id="path4373" 80 d="m 14,16.925 -2.5,-4.329 c -0.897,0.516 -2.037,0.556 -2.998,10e-4 l -2.499,4.328 c 2.562,1.481 5.604,1.377 7.997,0 z" 81 style="fill:#000000" /> 39 id="layer1"> 82 40 <circle 83 id="path4395" 84 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 85 cx="10" 86 cy="10" 87 r="2" /> 41 style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g2397" 48 style="fill:#000000" 49 transform="scale(0.8)"> 50 <path 51 id="path4369" 52 d="m 14,3.074 -2.5,4.33 C 12.396,7.922 13.001,8.889 13.001,10 H 18 C 18,7.041 16.39,4.457 14,3.074 Z" 53 style="fill:#000000" /> 54 <path 55 id="path4371" 56 d="M 2.006,10 H 7.005 C 7.005,8.964 7.54,7.957 8.501,7.402 L 6.002,3.072 C 3.441,4.552 2.008,7.238 2.006,10 Z" 57 style="fill:#000000" /> 58 <path 59 id="path4373" 60 d="m 14,16.925 -2.5,-4.329 c -0.897,0.516 -2.037,0.556 -2.998,10e-4 l -2.499,4.328 c 2.562,1.481 5.604,1.377 7.997,0 z" 61 style="fill:#000000" /> 62 <circle 63 id="path4395" 64 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 65 cx="10" 66 cy="10" 67 r="2" /> 68 </g> 88 69 </g> 89 70 </svg> -
trunk/resources/images/presets/power/power_source-oil.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs1 15" />14 id="defs1801" /> 14 15 <metadata 15 id="metadata1 0">16 id="metadata1804"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata 38 id="metadata7"> 39 <rdf:RDF> 40 <cc:Work 41 rdf:about=""> 42 <dc:format>image/svg+xml</dc:format> 43 <dc:type 44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 <cc:license 46 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 47 </cc:Work> 48 <cc:License 49 rdf:about="http://web.resource.org/cc/PublicDomain"> 50 <cc:permits 51 rdf:resource="http://web.resource.org/cc/Reproduction" /> 52 <cc:permits 53 rdf:resource="http://web.resource.org/cc/Distribution" /> 54 <cc:permits 55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 56 </cc:License> 57 </rdf:RDF> 58 </metadata> 59 <ellipse 60 style="fill:#708090;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 61 id="background" 62 cx="8" 63 cy="8" 64 rx="7.6000004" 65 ry="7.5999999" /> 66 <rect 67 style="fill:#000000" 68 x="5" 69 y="7" 70 width="2" 71 height="6" 72 id="rect2939" /> 73 <path 74 style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1" 75 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 76 id="path2941" /> 77 <rect 78 style="fill:#000000" 79 x="8" 80 y="8" 81 width="2" 82 height="5" 83 id="rect2943" /> 84 <rect 85 style="fill:#000000" 86 x="5" 87 y="5" 88 width="1.9999994" 89 height="0.99999976" 90 id="rect2947" /> 91 <rect 92 style="fill:#000000" 93 x="8" 94 y="6" 95 width="2.0000012" 96 height="0.99999595" 97 id="rect2949" /> 98 <path 99 style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1" 100 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 101 id="path2941-2" /> 38 <g 39 id="g2965"> 40 <circle 41 style="fill:#708090;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g1855" 48 transform="translate(0,0.39702381)"> 49 <rect 50 style="fill:#000000" 51 x="5" 52 y="7" 53 width="2" 54 height="6" 55 id="rect2939" /> 56 <path 57 style="fill:none;stroke:#000000;stroke-width:0.808647;stroke-opacity:1" 58 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 59 id="path2941" /> 60 <rect 61 style="fill:#000000" 62 x="8" 63 y="8" 64 width="2" 65 height="5" 66 id="rect2943" /> 67 <rect 68 style="fill:#000000" 69 x="5" 70 y="5" 71 width="2" 72 height="1" 73 id="rect2947" /> 74 <rect 75 style="fill:#000000" 76 x="8" 77 y="6" 78 width="2" 79 height="1" 80 id="rect2949" /> 81 <path 82 style="fill:none;stroke:#000000;stroke-width:0.695125;stroke-opacity:1" 83 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 84 id="path2941-2" /> 85 </g> 86 </g> 102 87 </svg> -
trunk/resources/images/presets/power/power_source-sun.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 18" />14 id="defs94" /> 14 15 <metadata 15 id="metadata 10">16 id="metadata97"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata38 id="metadata7">39 <rdf:RDF>40 <cc:Work41 rdf:about="">42 <dc:format>image/svg+xml</dc:format>43 <dc:type44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />45 <cc:license46 rdf:resource="http://web.resource.org/cc/PublicDomain" />47 </cc:Work>48 <cc:License49 rdf:about="http://web.resource.org/cc/PublicDomain">50 <cc:permits51 rdf:resource="http://web.resource.org/cc/Reproduction" />52 <cc:permits53 rdf:resource="http://web.resource.org/cc/Distribution" />54 <cc:permits55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />56 </cc:License>57 </rdf:RDF>58 </metadata>59 <ellipse60 style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"61 id="background-6"62 cx="8"63 cy="8"64 rx="7.6000004"65 ry="7.5999999" />66 38 <g 67 id="g983" 68 transform="translate(0.5,-0.50000143)"> 39 id="layer1"> 69 40 <circle 70 id="circle4170" 71 cy="8.5" 72 cx="7.5" 73 style="fill:#000000;stroke:none;stroke-width:0.9998" 74 r="2.5" /> 75 <rect 76 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 77 id="rect4146" 78 width="1" 79 height="11" 80 x="-1.2071068" 81 y="5.8137083" 82 transform="rotate(-45)" 83 ry="0.5" /> 84 <rect 85 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 86 id="rect4148" 87 width="11" 88 height="1" 89 x="-6.2071066" 90 y="10.813708" 91 transform="rotate(-45)" 92 ry="0.5" /> 93 <rect 94 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 95 id="rect4154" 96 width="11" 97 height="1" 98 x="2" 99 y="8" 100 ry="0.5" /> 101 <rect 102 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 103 id="rect4156" 104 width="1" 105 height="11" 106 x="7" 107 y="3" 108 ry="0.5" /> 109 <circle 110 cy="8.5" 111 cx="7.5" 112 style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-opacity:1" 113 id="circle4172" 114 r="1.5" /> 41 style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 42 id="background-6" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g983" 48 transform="translate(0.5,-0.50000133)"> 49 <circle 50 id="circle4170" 51 cy="8.5" 52 cx="7.5" 53 style="fill:#000000;stroke:none;stroke-width:0.9998" 54 r="2.5" /> 55 <rect 56 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 57 id="rect4146" 58 width="1" 59 height="11" 60 x="-1.2071068" 61 y="5.8137083" 62 transform="rotate(-45)" 63 ry="0.5" /> 64 <rect 65 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 66 id="rect4148" 67 width="11" 68 height="1" 69 x="-6.2071066" 70 y="10.813708" 71 transform="rotate(-45)" 72 ry="0.5" /> 73 <rect 74 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 75 id="rect4154" 76 width="11" 77 height="1" 78 x="2" 79 y="8" 80 ry="0.5" /> 81 <rect 82 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" 83 id="rect4156" 84 width="1" 85 height="11" 86 x="7" 87 y="3" 88 ry="0.5" /> 89 <circle 90 cy="8.5" 91 cx="7.5" 92 style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-opacity:1" 93 id="circle4172" 94 r="1.5" /> 95 </g> 115 96 </g> 116 97 </svg> -
trunk/resources/images/presets/power/power_source-waste.svg
r10918 r18286 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) -->3 4 2 <svg 5 3 xmlns:dc="http://purl.org/dc/elements/1.1/" … … 8 6 xmlns:svg="http://www.w3.org/2000/svg" 9 7 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="16" 13 height="16" 14 id="svg2" 15 sodipodi:version="0.32" 16 inkscape:version="0.91 r13725" 17 version="1.0" 18 sodipodi:docname="power_source-gas.svg" 19 inkscape:output_extension="org.inkscape.output.svg.inkscape"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 13 <defs 14 id="defs1801" /> 20 15 <metadata 21 id="metadata1 0">16 id="metadata1804"> 22 17 <rdf:RDF> 23 18 <cc:Work … … 26 21 <dc:type 27 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 28 24 <cc:license 29 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 30 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 31 26 </cc:Work> 32 27 <cc:License 33 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 34 29 <cc:permits 35 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 36 31 <cc:permits 37 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 38 33 <cc:permits 39 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 40 35 </cc:License> 41 36 </rdf:RDF> 42 37 </metadata> 43 <sodipodi:namedview 44 inkscape:window-height="1018" 45 inkscape:window-width="1920" 46 inkscape:pageshadow="2" 47 inkscape:pageopacity="0.0" 48 guidetolerance="10.0" 49 gridtolerance="10.0" 50 objecttolerance="10.0" 51 borderopacity="1.0" 52 bordercolor="#666666" 53 pagecolor="#ffffff" 54 id="base" 55 showgrid="true" 56 inkscape:zoom="32" 57 inkscape:cx="6.9004192" 58 inkscape:cy="10.644037" 59 inkscape:window-x="-8" 60 inkscape:window-y="-8" 61 inkscape:current-layer="svg2" 62 inkscape:window-maximized="1"> 63 <inkscape:grid 64 type="xygrid" 65 id="grid2383" 66 visible="true" 67 enabled="true" /> 68 </sodipodi:namedview> 69 <sodipodi:namedview 70 id="namedview10" 71 pagecolor="#ffffff" 72 bordercolor="#666666" 73 borderopacity="1.0" 74 inkscape:pageopacity="0.0" 75 inkscape:pageshadow="2" 76 inkscape:zoom="26.052568" 77 inkscape:cx="9.9125234" 78 inkscape:cy="9.2770693" 79 inkscape:document-units="px" 80 inkscape:current-layer="layer1" 81 showgrid="true" 82 inkscape:snap-bbox="true" 83 inkscape:object-paths="true" 84 inkscape:object-nodes="true" 85 inkscape:bbox-paths="true" 86 inkscape:bbox-nodes="true" 87 gridtolerance="30" 88 inkscape:window-width="1172" 89 inkscape:window-height="805" 90 inkscape:window-x="122" 91 inkscape:window-y="11"> 92 <inkscape:grid 93 type="xygrid" 94 id="grid12" 95 visible="true" 96 enabled="true" 97 spacingx="0.5px" 98 spacingy="0.5px" 99 empspacing="2" /> 100 </sodipodi:namedview> 101 <metadata 102 id="metadata7"> 103 <rdf:RDF> 104 <cc:Work 105 rdf:about=""> 106 <dc:format>image/svg+xml</dc:format> 107 <dc:type 108 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 109 <cc:license 110 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 111 </cc:Work> 112 <cc:License 113 rdf:about="http://web.resource.org/cc/PublicDomain"> 114 <cc:permits 115 rdf:resource="http://web.resource.org/cc/Reproduction" /> 116 <cc:permits 117 rdf:resource="http://web.resource.org/cc/Distribution" /> 118 <cc:permits 119 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 120 </cc:License> 121 </rdf:RDF> 122 </metadata> 123 <ellipse 124 style="fill:#EE82EE;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1" 125 id="background" 126 cx="8" 127 cy="8" 128 rx="7.6000004" 129 ry="7.5999999" /> 130 <rect 131 style="fill:#000000" 132 x="5" 133 y="7" 134 width="2" 135 height="6" 136 id="rect2939" /> 137 <path 138 inkscape:connector-curvature="0" 139 style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1" 140 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 141 id="path2941" /> 142 <rect 143 style="fill:#000000" 144 x="8" 145 y="8" 146 width="2" 147 height="5" 148 id="rect2943" /> 149 <rect 150 style="fill:#000000" 151 x="5" 152 y="5" 153 width="1.9999994" 154 height="0.99999976" 155 id="rect2947" /> 156 <rect 157 style="fill:#000000" 158 x="8" 159 y="6" 160 width="2.0000012" 161 height="0.99999595" 162 id="rect2949" /> 163 <path 164 inkscape:connector-curvature="0" 165 style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1" 166 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 167 id="path2941-2" /> 38 <g 39 id="g2965"> 40 <circle 41 style="fill:#ee82ee;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g1855" 48 transform="translate(0,0.39702381)"> 49 <rect 50 style="fill:#000000" 51 x="5" 52 y="7" 53 width="2" 54 height="6" 55 id="rect2939" /> 56 <path 57 style="fill:none;stroke:#000000;stroke-width:0.808647;stroke-opacity:1" 58 d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611" 59 id="path2941" /> 60 <rect 61 style="fill:#000000" 62 x="8" 63 y="8" 64 width="2" 65 height="5" 66 id="rect2943" /> 67 <rect 68 style="fill:#000000" 69 x="5" 70 y="5" 71 width="2" 72 height="1" 73 id="rect2947" /> 74 <rect 75 style="fill:#000000" 76 x="8" 77 y="6" 78 width="2" 79 height="1" 80 id="rect2949" /> 81 <path 82 style="fill:none;stroke:#000000;stroke-width:0.695125;stroke-opacity:1" 83 d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757" 84 id="path2941-2" /> 85 </g> 86 </g> 168 87 </svg> -
trunk/resources/images/presets/power/power_source-water.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 14" />14 id="defs869" /> 14 15 <metadata 15 id="metadata 10">16 id="metadata872"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata 38 id="metadata7"> 39 <rdf:RDF> 40 <cc:Work 41 rdf:about=""> 42 <dc:format>image/svg+xml</dc:format> 43 <dc:type 44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 45 <cc:license 46 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 47 </cc:Work> 48 <cc:License 49 rdf:about="http://web.resource.org/cc/PublicDomain"> 50 <cc:permits 51 rdf:resource="http://web.resource.org/cc/Reproduction" /> 52 <cc:permits 53 rdf:resource="http://web.resource.org/cc/Distribution" /> 54 <cc:permits 55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 56 </cc:License> 57 </rdf:RDF> 58 </metadata> 59 <ellipse 60 style="fill:#2090cf;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 38 <circle 39 style="fill:#2090cf;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 61 40 id="background" 62 41 cx="8" 63 42 cy="8" 64 rx="7.6000004" 65 ry="7.5999999" /> 43 r="7.6" /> 66 44 <g 67 45 id="g2973" 68 transform="matrix(0.70956312,0,0,0.80502669,2.8413415,4.494533 7)"69 style="stroke:#000000;stroke-width:1.32312 033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">46 transform="matrix(0.70956312,0,0,0.80502669,2.8413415,4.4945338)" 47 style="stroke:#000000;stroke-width:1.32312;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> 70 48 <path 71 49 id="path2959" 72 d="m 0.354,3.355 c 1,1 3.999,2.999 6.998,1 3,-2 6,0 6.999,1"73 style="fill:none;stroke :#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />50 d="m 0.354,3.355 c 1,1 4,3 7,1 3,-2 6,0 7,1" 51 style="fill:none;stroke-dasharray:none;stroke-opacity:1" /> 74 52 <path 75 53 id="path2961" 76 d="m 0.354,0.355 c 1,1 .001 3.999,3 6.998,1.001 3,-2 6,0 6.999,0.999"77 style="fill:none;stroke :#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />54 d="m 0.354,0.355 c 1,1 4,3 7,1 3,-2 6,0 7,1" 55 style="fill:none;stroke-dasharray:none;stroke-opacity:1" /> 78 56 <path 79 57 id="path2963" 80 d="m 0.354,6.35 4 c 1,1.001 3.999,2.999 6.998,1.001 3,-2 6,0 6.999,0.999"81 style="fill:none;stroke:#000000;stroke-width:1.32312 033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />58 d="m 0.354,6.355 c 1,1 4,3 7,1 3,-2 6,0 7,1" 59 style="fill:none;stroke:#000000;stroke-width:1.32312;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 82 60 </g> 83 61 </svg> -
trunk/resources/images/presets/power/power_source-wind.svg
r18230 r18286 6 6 xmlns:svg="http://www.w3.org/2000/svg" 7 7 xmlns="http://www.w3.org/2000/svg" 8 width="16" 9 height="16" 10 id="svg2" 11 version="1.0"> 8 width="16.0px" 9 height="16.0px" 10 viewBox="0 0 16.0 16.0" 11 version="1.1" 12 id="SVGRoot"> 12 13 <defs 13 id="defs 15" />14 id="defs331" /> 14 15 <metadata 15 id="metadata 10">16 id="metadata334"> 16 17 <rdf:RDF> 17 18 <cc:Work … … 20 21 <dc:type 21 22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23 <dc:title></dc:title> 22 24 <cc:license 23 rdf:resource="http://web.resource.org/cc/PublicDomain" /> 24 <dc:title></dc:title> 25 rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /> 25 26 </cc:Work> 26 27 <cc:License 27 rdf:about="http:// web.resource.org/cc/PublicDomain">28 rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> 28 29 <cc:permits 29 rdf:resource="http:// web.resource.org/cc/Reproduction" />30 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 30 31 <cc:permits 31 rdf:resource="http:// web.resource.org/cc/Distribution" />32 rdf:resource="http://creativecommons.org/ns#Distribution" /> 32 33 <cc:permits 33 rdf:resource="http:// web.resource.org/cc/DerivativeWorks" />34 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 34 35 </cc:License> 35 36 </rdf:RDF> 36 37 </metadata> 37 <metadata38 id="metadata7">39 <rdf:RDF>40 <cc:Work41 rdf:about="">42 <dc:format>image/svg+xml</dc:format>43 <dc:type44 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />45 <cc:license46 rdf:resource="http://web.resource.org/cc/PublicDomain" />47 </cc:Work>48 <cc:License49 rdf:about="http://web.resource.org/cc/PublicDomain">50 <cc:permits51 rdf:resource="http://web.resource.org/cc/Reproduction" />52 <cc:permits53 rdf:resource="http://web.resource.org/cc/Distribution" />54 <cc:permits55 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />56 </cc:License>57 </rdf:RDF>58 </metadata>59 <ellipse60 style="fill:#94d2ff;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"61 id="background"62 cx="8"63 cy="8"64 rx="7.6000004"65 ry="7.5999999" />66 38 <g 67 id="g2391" 68 style="fill:#000000" 69 transform="scale(0.8,0.80000003)"> 70 <rect 71 y="2" 72 x="9" 73 height="7" 74 width="2" 75 id="rect3840" 76 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 77 ry="1" /> 78 <rect 79 transform="matrix(-0.5,0.8660254,-0.8660254,-0.5,0,0)" 80 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 81 id="rect3842" 82 width="2" 83 height="7" 84 x="2.2942286" 85 y="-21.026279" 86 ry="1" /> 87 <rect 88 y="-3.7057714" 89 x="-14.294229" 90 height="7" 91 width="2" 92 id="rect3844" 93 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 94 transform="matrix(-0.5,-0.8660254,0.8660254,-0.5,0,0)" 95 ry="1" /> 96 <path 97 id="path3846" 98 d="m 9,18 2,0 0,-6 -1,-0.5 -1,0.5 0,6 z" 99 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 39 id="layer1"> 40 <circle 41 style="fill:#94d2ff;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-opacity:1" 42 id="background" 43 cx="8" 44 cy="8" 45 r="7.6" /> 46 <g 47 id="g2391" 48 style="fill:#000000" 49 transform="scale(0.8)"> 50 <rect 51 y="2" 52 x="9" 53 height="7" 54 width="2" 55 id="rect3840" 56 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 57 ry="1" /> 58 <rect 59 transform="rotate(120)" 60 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 61 id="rect3842" 62 width="2" 63 height="7" 64 x="2.2942286" 65 y="-21.026279" 66 ry="1" /> 67 <rect 68 y="-3.7057714" 69 x="-14.294229" 70 height="7" 71 width="2" 72 id="rect3844" 73 style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" 74 transform="rotate(-120)" 75 ry="1" /> 76 <path 77 id="path3846" 78 d="m 9,18 h 2 V 12 L 10,11.5 9,12 Z" 79 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 80 </g> 100 81 </g> 101 82 </svg>
Note:
See TracChangeset
for help on using the changeset viewer.