From: <ev...@us...> - 2011-04-27 22:45:41
|
Revision: 1537 http://rails.svn.sourceforge.net/rails/?rev=1537&view=rev Author: evos Date: 2011-04-27 22:45:34 +0000 (Wed, 27 Apr 2011) Log Message: ----------- Added 1830 Reading variant XML files (contribution from Scott Petersen) Modified Paths: -------------- trunk/18xx/data/1830/CompanyManager.xml trunk/18xx/data/1830/Game.xml trunk/18xx/data/1830/Map.xml trunk/18xx/data/1830/TileSet.xml trunk/18xx/data/1830/Tiles.xml trunk/18xx/data/GamesList.xml trunk/18xx/rails/util/MakeGameTileSets.java trunk/18xx/tiles/TileDictionary.18t trunk/18xx/tiles/TileDictionary.xml trunk/18xx/tiles/Tiles.xml Added Paths: ----------- trunk/18xx/tiles/svg/tile-30006.svg trunk/18xx/tiles/svg/tile-30007.svg Modified: trunk/18xx/data/1830/CompanyManager.xml =================================================================== --- trunk/18xx/data/1830/CompanyManager.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/data/1830/CompanyManager.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -123,6 +123,14 @@ <Home hex="L16" city="0" allCitiesBlocked="yes" /> </Company> </IfOption> + <IfOption name="Variant" value="Reading"> + <Company name="RDG" type="Public" tokens="2" fgColour="000000" bgColour="C8F526" + longname="Reading Railroad"> + <Home hex="H14"/> + <Certificate type="President" shares="3"/> + <Certificate shares="1" number="7"/> + </Company> + </IfOption> <StartPacket roundClass="rails.game.StartRound_1830"> <Bidding initial="5" minimum="5" increment="1"/> @@ -131,7 +139,12 @@ <Item name="D&H" type="Private" basePrice="70"/> <Item name="M&H" type="Private" basePrice="110"/> <Item name="C&A" type="Private" basePrice="160"> + <IfOption name="C&ACertificate(ReadingOnly)" value="PRR"> <SubItem name="PRR" type="Public" /> + </IfOption> + <IfOption name="C&ACertificate(ReadingOnly)" value="RDG"> + <SubItem name="RDG" type="Public" /> + </IfOption> </Item> <Item name="B&O" type="Private" basePrice="220"> <SubItem name="B&O" type="Public" president="yes"/> Modified: trunk/18xx/data/1830/Game.xml =================================================================== --- trunk/18xx/data/1830/Game.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/data/1830/Game.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -15,7 +15,7 @@ <!-- The options in Game.xml are not currently used. See GamesList.xml for the real ones. --> - <GameOption name="Variant" values="Basegame,Pere Marquette,Coalfields" default="Basegame" /> + <GameOption name="Variant" values="Basegame,Pere Marquette,Coalfields,Reading" default="Basegame" /> <GameOption name="NoMapMode" type="toggle" default="no" /> <GameOption name="RouteAwareness" values="Highlight,Deactivate" default="Deactivate" /> <GameOption name="RevenueCalculation" values="Suggest,Deactivate" default="Deactivate" /> @@ -26,6 +26,8 @@ <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> <GameOption name="TwoPlayersCertLimit70Percent" type="toggle" default="yes"/> <GameOption name="SeparateSalesAtSamePrice" type="toggle" default="yes"/> + <GameOption name="C&ACertificate(ReadingOnly)" values="PRR,RDG" default="PRR"/> + <GameParameters> <PlayerShareLimit percentage="60"> <!-- Option "NumberOfPlayers" is automatically set @@ -48,7 +50,7 @@ </EndOfGame> </Component> <Component name="PlayerManager" class="rails.game.PlayerManager"> - <IfOption name="Variant" value="Basegame,"> + <IfOption name="Variant" value="Basegame"> <Players number="2" cash="1200" certLimit="28"/> <Players number="3" cash="800" certLimit="20"/> <Players number="4" cash="600" certLimit="16"/> @@ -71,6 +73,13 @@ <Players number="6" cash="400" certLimit="12"/> <Players number="7" cash="360" certLimit="11"/> </IfOption> + <IfOption name="Variant" value="Reading"> + <Players number="2" cash="1200" certLimit="29"/> + <Players number="3" cash="800" certLimit="21"/> + <Players number="4" cash="600" certLimit="17"/> + <Players number="5" cash="480" certLimit="14"/> + <Players number="6" cash="400" certLimit="12"/> + </IfOption> </Component> <Component name="Bank" class="rails.game.Bank"> <Bank amount="12000"/> @@ -100,18 +109,18 @@ --> </Defaults> <Train name="2" majorStops="2" cost="80" amount="6"> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Attributes obsoleting="yes"/> </IfOption> </Train> <Train name="3" majorStops="3" cost="180" amount="5" startPhase="3"> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Attributes obsoleting="yes"/> </IfOption> </Train> <Train name="4" majorStops="4" cost="300" amount="4" startPhase="4" rustedTrain="2"> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Attributes obsoleting="yes" amount="5"/> </IfOption> </Train> @@ -124,11 +133,11 @@ <IfOption name="WithOptional6Train" value="no"> <Attributes amount="2"/> </IfOption> - <IfOption name="Variant" value="Pere Marquette,Coalfields"> + <IfOption name="Variant" value="Pere Marquette,Coalfields,Reading"> <Attributes amount="3" releasedTrain="7,D"/> </IfOption> </Train> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Train name="7" majorStops="7" cost="710" amount="2"/> </IfOption> <Train name="D" majorStops="99" startPhase="D" rustedTrain="4"> @@ -136,7 +145,7 @@ <Attributes cost="1100"/> <Exchange cost="800"/> </IfOption> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Attributes cost="900"/> <Exchange cost="750"/> </IfOption> Modified: trunk/18xx/data/1830/Map.xml =================================================================== --- trunk/18xx/data/1830/Map.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/data/1830/Map.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -35,7 +35,7 @@ <IfOption name="Variant" value="Basegame,Pere Marquette"> <Hex name="D24" tile="-7" orientation="2"/> </IfOption> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Hex name="D24" tile="-30001"/> </IfOption> <Hex name="E3" tile="0"/> @@ -49,7 +49,7 @@ <Hex name="E19" tile="-10"/> <Hex name="E21" tile="0" cost="120"/> <Hex name="E23" tile="-11" orientation="5" label="B" city="Boston"/> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Hex name="F2" tile="-903" orientation="5" value="40,70" city="Chicago"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -63,7 +63,7 @@ <Hex name="F14" tile="0"/> <Hex name="F16" tile="-10" cost="120"/> <Hex name="F18" tile="0"/> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Hex name="F20" tile="-2"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -88,13 +88,19 @@ <IfOption name="Variant" value="Basegame,Pere Marquette"> <Hex name="H12" tile="-101" city="Altoona"/> </IfOption> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Hex name="H12" tile="-30003" pic="-30002" city="Altoona"/> </IfOption> - <Hex name="H14" tile="0"/> + <IfOption name="Variant" value="Basegame,Pere Marquette,Coalfields"> + <Hex name="H14" tile="0"/> + </IfOption> + <IfOption name="Variant" value="Reading"> + <Hex name="H14" tile="-30007" pic="-30006" city="Reading"/> + </IfOption> + <Hex name="H16" tile="-10"/> <Hex name="H18" tile="-20" label="OO"/> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Hex name="I1" tile="-901" orientation="5" value="30,60" city="Gulf"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -109,7 +115,7 @@ <Hex name="I15" tile="-11" label="B" city="Baltimore"/> <Hex name="I17" tile="0" cost="80"/> <Hex name="I19" tile="-3" orientation="2"/> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Hex name="J2" tile="-902" orientation="5" value="30,60" city="Gulf"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -125,6 +131,10 @@ <Hex name="K13" tile="-902" orientation="4" value="30,40" city="Deep South"/> <Hex name="K15" tile="-104" orientation="3"/> </IfOption> + <IfOption name="Variant" value="Reading"> + <Hex name="K13" tile="-903" orientation="4" value="30,40" city="Deep South"/> + <Hex name="K15" tile="-30005" value="20" city="Norfolk"/> + </IfOption> <IfOption name="Variant" value="Coalfields"> <Hex name="K1" tile="-908"/> <Hex name="K3" tile="-10" city="Lexington"/> Modified: trunk/18xx/data/1830/TileSet.xml =================================================================== --- trunk/18xx/data/1830/TileSet.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/data/1830/TileSet.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -19,7 +19,7 @@ <IfOption name="Variant" value="Basegame,Pere Marquette"> <Upgrade id="53"/> </IfOption> - <IfOption name="Variant" value="Coalfields"> + <IfOption name="Variant" value="Coalfields,Reading"> <Upgrade id="2053"/> </IfOption> </Tile> @@ -44,6 +44,7 @@ <Tile id="-30003" pic="-30002"/><!-- Coalfields: Altoona --> <Tile id="-30004"/><!-- Coalfields: Coalfields --> <Tile id="-30005"/><!-- Coalfields: Norfolk --> + <Tile id="-30007" pic="-30006"/><!-- Reading: Reading--> <!-- Yellow tiles --> <Tile id="1" quantity="1"> @@ -78,7 +79,7 @@ </IfOption> </Tile> <Tile id="57"> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Attributes quantity="4"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -95,7 +96,7 @@ <!-- Green tiles --> <Tile id="14"> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Attributes quantity="3"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -104,7 +105,7 @@ <Upgrade id="63" /> </Tile> <Tile id="15" quantity="2"> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Attributes quantity="2"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -150,6 +151,11 @@ <Upgrade id="61" /> </Tile> </IfOption> + <IfOption name="Variant" value="Reading"> + <Tile id="2053" quantity="2" > + <Upgrade id="1061"/> + </Tile> + </IfOption> <IfOption name="Variant" value="Coalfields"> <Tile id="2053" extId="53" quantity="2"> <Upgrade id="1061" hex="E23" /> @@ -157,7 +163,7 @@ </Tile> </IfOption> <Tile id="54" quantity="1"> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Upgrade id="62" /> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -181,18 +187,21 @@ <IfOption name="Variant" value="Basegame,Pere Marquette"> <Tile id="61" quantity="2" /> </IfOption> + <IfOption name="Variant" value="Reading"> + <Tile id="1061" quantity="2" /> + </IfOption> <IfOption name="Variant" value="Coalfields"> <Tile id="1061" extId="61" quantity="1" /> <Tile id="2061" extId="BA" quantity="1" /> </IfOption> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Tile id="62" quantity="1" /> </IfOption> <IfOption name="Variant" value="Coalfields"> <Tile id="1062" extId="62" quantity="1" /> </IfOption> <Tile id="63"> - <IfOption name="Variant" value="Basegame,Pere Marquette"> + <IfOption name="Variant" value="Basegame,Pere Marquette,Reading"> <Attributes quantity="3"/> </IfOption> <IfOption name="Variant" value="Coalfields"> @@ -208,4 +217,4 @@ <IfOption name="Variant" value="Coalfields"> <Tile id="1717" extId="G17" quantity="1" /> </IfOption> -</TileManager> +</TileManager> \ No newline at end of file Modified: trunk/18xx/data/1830/Tiles.xml =================================================================== --- trunk/18xx/data/1830/Tiles.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/data/1830/Tiles.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -119,6 +119,17 @@ <Track from="city1" gauge="normal" to="side4"/> <Track from="city1" gauge="normal" to="side5"/> </Tile> + <Tile colour="fixed" id="-30007" name="Reading intern"> + <Station id="city1" position="052" slots="1" type="City" value="10"/> + <Track from="side4" gauge="normal" to="side1"/> + <Track from="side4" gauge="normal" to="side2"/> + <Track from="side1" gauge="normal" to="side3"/> + <Track from="side3" gauge="normal" to="side2"/> + <Track from="side4" gauge="normal" to="city1"/> + <Track from="side3" gauge="normal" to="city1"/> + <Track from="side1" gauge="normal" to="city1"/> + <Track from="side2" gauge="normal" to="city1"/> + </Tile> <Tile colour="yellow" id="1" name="1"> <Station id="city1" position="408" type="Town" value="10"/> <Station id="city2" position="108" type="Town" value="10"/> Modified: trunk/18xx/data/GamesList.xml =================================================================== --- trunk/18xx/data/GamesList.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/data/GamesList.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -28,7 +28,7 @@ - optionally, a default value (only affects a toggle; in a dropdown the first item is always the default). --> - <Option name="Variant" values="Basegame,Pere Marquette,Coalfields" default="Basegame" /> + <Option name="Variant" values="Basegame,Pere Marquette,Coalfields,Reading" default="Basegame" /> <Option name="RouteAwareness" values="Highlight,Deactivate" default="Highlight" /> <Option name="RevenueCalculation" values="Suggest,Deactivate" default="Suggest" /> <Option name="NoMapMode" type="toggle" default="no" /> @@ -37,6 +37,7 @@ <Option name="UnlimitedTiles" type="toggle" default="no"/> <Option name="LeaveAuctionOnPass" type="toggle" default="no"/> <Option name="TwoPlayersCertLimit70Percent" type="toggle" default="no"/> + <Option name="C&ACertificate(ReadingOnly)" values="PRR,RDG" default="PRR" ></Option> <Option name="SeparateSalesAtSamePrice" type="toggle" default="yes"/> <Players minimum="2" maximum="6"/> </Game> Modified: trunk/18xx/rails/util/MakeGameTileSets.java =================================================================== --- trunk/18xx/rails/util/MakeGameTileSets.java 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/rails/util/MakeGameTileSets.java 2011-04-27 22:45:34 UTC (rev 1537) @@ -120,11 +120,14 @@ for (int i = 0; i < tiles.getLength(); i++) { tileName = ((Element) tiles.item(i)).getAttribute("id"); - System.out.println("Tile "+tileName); // Save the tile in a Map so that we can check completeness // later. + // If we already have it, skip + if (tilesInSet.containsKey(tileName)) continue; tilesInSet.put(tileName, null); + System.out.println("Tile "+tileName); + // Get the Tile specification Element tileSpec = (Element) tileMap.get(tileName); if (tileSpec != null) { Modified: trunk/18xx/tiles/TileDictionary.18t =================================================================== (Binary files differ) Modified: trunk/18xx/tiles/TileDictionary.xml =================================================================== --- trunk/18xx/tiles/TileDictionary.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/tiles/TileDictionary.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -23527,4 +23527,100 @@ </connection> </connections> </tile> + <tile> + <ID>-30006</ID> + <shape>tsHexagon</shape> + <level>tlMapFixed</level> + <name>Reading</name> + <junctions> + <junction> + <junType>jtCity</junType> + <position>tp2CornerA</position> + <revenue> + <value>10</value> + <position>tp3CornerB</position> + </revenue> + </junction> + </junctions> + <connections> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideE</position1> + <position2>tp4SideB</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideE</position1> + <position2>tp4SideC</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideB</position1> + <position2>tp4SideD</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideD</position1> + <position2>tp4SideC</position2> + </connection> + </connections> + </tile> + <tile> + <ID>-30007</ID> + <shape>tsHexagon</shape> + <level>tlMapFixed</level> + <name>Reading intern</name> + <junctions> + <junction> + <junType>jtCity</junType> + <position>tp2CornerA</position> + <revenue> + <value>10</value> + <position>tp3CornerB</position> + </revenue> + </junction> + </junctions> + <connections> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideE</position1> + <position2>tp4SideB</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideE</position1> + <position2>tp4SideC</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideB</position1> + <position2>tp4SideD</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideD</position1> + <position2>tp4SideC</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideE</position1> + <position2>tp2CornerA</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideD</position1> + <position2>tp2CornerA</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideB</position1> + <position2>tp2CornerA</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp4SideC</position1> + <position2>tp2CornerA</position2> + </connection> + </connections> + </tile> </tiles> \ No newline at end of file Modified: trunk/18xx/tiles/Tiles.xml =================================================================== --- trunk/18xx/tiles/Tiles.xml 2011-04-27 19:58:09 UTC (rev 1536) +++ trunk/18xx/tiles/Tiles.xml 2011-04-27 22:45:34 UTC (rev 1537) @@ -4128,4 +4128,22 @@ <Track from="city1" gauge="normal" to="side3"/> <Track from="city1" gauge="normal" to="side4"/> </Tile> + <Tile colour="fixed" id="-30006" name="Reading"> + <Station id="city1" position="052" slots="1" type="City" value="10"/> + <Track from="side4" gauge="normal" to="side1"/> + <Track from="side4" gauge="normal" to="side2"/> + <Track from="side1" gauge="normal" to="side3"/> + <Track from="side3" gauge="normal" to="side2"/> + </Tile> + <Tile colour="fixed" id="-30007" name="Reading intern"> + <Station id="city1" position="052" slots="1" type="City" value="10"/> + <Track from="side4" gauge="normal" to="side1"/> + <Track from="side4" gauge="normal" to="side2"/> + <Track from="side1" gauge="normal" to="side3"/> + <Track from="side3" gauge="normal" to="side2"/> + <Track from="side4" gauge="normal" to="city1"/> + <Track from="side3" gauge="normal" to="city1"/> + <Track from="side1" gauge="normal" to="city1"/> + <Track from="side2" gauge="normal" to="city1"/> + </Tile> </Tiles> \ No newline at end of file Added: trunk/18xx/tiles/svg/tile-30006.svg =================================================================== --- trunk/18xx/tiles/svg/tile-30006.svg (rev 0) +++ trunk/18xx/tiles/svg/tile-30006.svg 2011-04-27 22:45:34 UTC (rev 1537) @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><path d=" M 98,0 L 294,0 L 392,170 L 294,340 L 98,340 L 0,170 Z" fill="#C0C0C0" stroke="#C0C0C0" stroke-width="1" stroke-linejoin="round"/><circle cx="147" cy="85" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><path d="M 49,255 L 343,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 294,294 0 0,0 49,255" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,85 A 294,294 0 0,0 196,340" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 98,98 0 0,0 196,340" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 49,255 L 343,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 294,294 0 0,0 49,255" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,85 A 294,294 0 0,0 196,340" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 98,98 0 0,0 196,340" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><circle cx="147" cy="85" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="269" cy="43" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="269" y="43" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">10</text><path d=" M 98,0 L 294,0 L 392,170 L 294,340 L 98,340 L 0,170 Z" fill="none" stroke="black" stroke-width="1" stroke-linejoin="round"/></svg> Added: trunk/18xx/tiles/svg/tile-30007.svg =================================================================== --- trunk/18xx/tiles/svg/tile-30007.svg (rev 0) +++ trunk/18xx/tiles/svg/tile-30007.svg 2011-04-27 22:45:34 UTC (rev 1537) @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><path d=" M 98,0 L 294,0 L 392,170 L 294,340 L 98,340 L 0,170 Z" fill="#C0C0C0" stroke="#C0C0C0" stroke-width="1" stroke-linejoin="round"/><circle cx="147" cy="85" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><path d="M 49,255 L 343,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 294,294 0 0,0 49,255" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,85 A 294,294 0 0,0 196,340" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 98,98 0 0,0 196,340" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 49,255 A 98,98 0 0,0 98,170 A 98,98 0 0,1 147,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,340 A 98,98 0 0,0 147,255 A 98,98 0 0,1 147,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,85 A 98,98 0 0,1 245,85 A 98,98 0 0,0 147,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 98,98 0 0,1 294,170 A 98,98 0 0,0 147,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 49,255 L 343,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 294,294 0 0,0 49,255" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,85 A 294,294 0 0,0 196,340" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 98,98 0 0,0 196,340" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 49,255 A 98,98 0 0,0 98,170 A 98,98 0 0,1 147,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,340 A 98,98 0 0,0 147,255 A 98,98 0 0,1 147,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,85 A 98,98 0 0,1 245,85 A 98,98 0 0,0 147,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 343,255 A 98,98 0 0,1 294,170 A 98,98 0 0,0 147,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><circle cx="147" cy="85" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="269" cy="43" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="269" y="43" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">10</text><path d=" M 98,0 L 294,0 L 392,170 L 294,340 L 98,340 L 0,170 Z" fill="none" stroke="black" stroke-width="1" stroke-linejoin="round"/></svg> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |