From: <ev...@us...> - 2011-06-25 14:14:54
|
Revision: 1585 http://rails.svn.sourceforge.net/rails/?rev=1585&view=rev Author: evos Date: 2011-06-25 14:14:47 +0000 (Sat, 25 Jun 2011) Log Message: ----------- 1826: new preprinted tiles Modified Paths: -------------- trunk/18xx/data/1826/CompanyManager.xml trunk/18xx/data/1826/Map.xml trunk/18xx/data/1826/TileSet.xml trunk/18xx/data/1826/Tiles.xml trunk/18xx/tiles/TileDictionary.18t trunk/18xx/tiles/TileDictionary.xml trunk/18xx/tiles/Tiles.xml Added Paths: ----------- trunk/18xx/tiles/svg/tile-26001.svg trunk/18xx/tiles/svg/tile-26002.svg trunk/18xx/tiles/svg/tile-26003.svg Modified: trunk/18xx/data/1826/CompanyManager.xml =================================================================== --- trunk/18xx/data/1826/CompanyManager.xml 2011-06-25 09:50:26 UTC (rev 1584) +++ trunk/18xx/data/1826/CompanyManager.xml 2011-06-25 14:14:47 UTC (rev 1585) @@ -53,7 +53,7 @@ <Company name="Est" type="Public" tokens="4" fgColour="000000" bgColour="FF6600" longname="Chemin de Fer de L'Est"> - <Home hex="G9"/> + <Home hex="G9" city="2"/> </Company> <Company name="GC" type="Public" tokens="4" fgColour="000000" bgColour="BCD2EE" @@ -68,27 +68,27 @@ <Company name="N" type="Public" tokens="4" fgColour="FFFFFF" bgColour="EE0000" longname="Chemin de Fer du Nord"> - <Home hex="G9"/> + <Home hex="G9" city="1"/> </Company> <Company name="Ouest" type="Public" tokens="4" fgColour="000000" bgColour="FF92BB" longname="Chemin de Fer de L'Ouest"> - <Home hex="G9"/> + <Home hex="G9" city="5"/> </Company> <Company name="Paris" type="Public" tokens="4" fgColour="000000" bgColour="CECC15" longname="Chemin de Fer de Paris"> - <Home hex="G9"/> + <Home hex="G9" city="6"/> </Company> <Company name="PLM" type="Public" tokens="4" fgColour="FFFFFF" bgColour="691F01" longname="Chemin de Fer Paris-Lyon-Méditerranée"> - <Home hex="G9"/> + <Home hex="G9" city="3"/> </Company> <Company name="PO" type="Public" tokens="4" fgColour="FFFFFF" bgColour="0000CD" longname="Chemin de Fer Paris-Orléans"> - <Home hex="G9"/> + <Home hex="G9" city="4"/> </Company> <Company name="Etat" type="Public" tokens="4" fgColour="FFFFFF" bgColour="000000" Modified: trunk/18xx/data/1826/Map.xml =================================================================== --- trunk/18xx/data/1826/Map.xml 2011-06-25 09:50:26 UTC (rev 1584) +++ trunk/18xx/data/1826/Map.xml 2011-06-25 14:14:47 UTC (rev 1585) @@ -16,7 +16,7 @@ <Hex name="D12" tile="-1" city="Mons"/> <Hex name="D14" tile="-1" city="Namur" cost="60"/> <Hex name="D16" tile="-1" city="Luxembourg" cost="60"/> - <Hex name="E5" tile="-4007" city="Le Havre"/> + <Hex name="E5" tile="-103" orientation="5" city="Le Havre"/> <Hex name="E7" tile="-1" city="Rouen" cost="40"/> <Hex name="E9" tile="0"/> <Hex name="E11" tile="0"/> @@ -33,12 +33,12 @@ <Hex name="G3" tile="0"/> <Hex name="G5" tile="0"/> <Hex name="G7" tile="0"/> - <Hex name="G9" tile="-4007" city="Paris"/> + <Hex name="G9" tile="-26001" city="Paris"/> <Hex name="G11" tile="0"/> <Hex name="G13" tile="0"/> <Hex name="G15" tile="0"/> <Hex name="G17" tile="0"/> - <Hex name="G19" tile="-4007" city="Strasbourg"/> + <Hex name="G19" tile="-26002" orientation="3" city="Strasbourg"/> <Hex name="H2" tile="-1" city="Rennes"/> <Hex name="H4" tile="0"/> <Hex name="H6" tile="-10" city="Le Mans"/> @@ -48,7 +48,7 @@ <Hex name="H14" tile="0"/> <Hex name="H16" tile="0"/> <Hex name="H18" tile="-1" city="Mulhouse"/> - <Hex name="I1" tile="-4007" city="Nantes"/> + <Hex name="I1" tile="-26002" city="Nantes"/> <Hex name="I3" tile="-1" city="Angers" cost="40"/> <Hex name="I5" tile="0" cost="40"/> <Hex name="I7" tile="57" city="Orléans"/> @@ -73,7 +73,7 @@ <Hex name="K11" tile="-1" city="Clermont-Ferrand" cost="60"/> <Hex name="K13" tile="0"/> <Hex name="K15" tile="0"/> - <Hex name="K17" tile="-4007" city="Geneva"/> + <Hex name="K17" tile="-105" orientation="2" city="Geneva"/> <Hex name="L4" tile="0"/> <Hex name="L6" tile="0"/> <Hex name="L8" tile="-1" city="Limoges"/> @@ -81,7 +81,7 @@ <Hex name="L12" tile="0" cost="60"/> <Hex name="L14" tile="14" city="Lyon" orientation="5"/> <Hex name="L16" tile="0"/> - <Hex name="M3" tile="-4007" city="Bordeaux"/> + <Hex name="M3" tile="-26003" city="Bordeaux"/> <Hex name="M5" tile="0" cost="40"/> <Hex name="M7" tile="0"/> <Hex name="M9" tile="0"/> Modified: trunk/18xx/data/1826/TileSet.xml =================================================================== --- trunk/18xx/data/1826/TileSet.xml 2011-06-25 09:50:26 UTC (rev 1584) +++ trunk/18xx/data/1826/TileSet.xml 2011-06-25 14:14:47 UTC (rev 1585) @@ -11,6 +11,10 @@ <Tile id="14"/> <Tile id="619"/> <Tile id="5"/> - <Tile id="-4007"/> + <Tile id="-26001"/> + <Tile id="-26002"/> + <Tile id="-26003"/> + <Tile id="-103"/> + <Tile id="-105"/> </TileManager> Modified: trunk/18xx/data/1826/Tiles.xml =================================================================== --- trunk/18xx/data/1826/Tiles.xml 2011-06-25 09:50:26 UTC (rev 1584) +++ trunk/18xx/data/1826/Tiles.xml 2011-06-25 14:14:47 UTC (rev 1585) @@ -1,15 +1,85 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Tiles> <Tile colour="white" id="0" name="empty"/> - <Tile colour="white" id="-1" name="empty"/> - <Tile colour="white" id="-10" name="empty"/> - <Tile colour="white" id="57" name="empty"/> - <Tile colour="white" id="-901" name="empty"/> - <Tile colour="white" id="-902" name="empty"/> - <Tile colour="white" id="-903" name="empty"/> - <Tile colour="white" id="14" name="empty"/> - <Tile colour="white" id="619" name="empty"/> - <Tile colour="white" id="5" name="empty"/> - <Tile colour="white" id="-4007" name="empty"/> - + <Tile colour="white" id="-1" name="1 village"> + <Station id="city1" position="002" type="Town"/> + </Tile> + <Tile colour="white" id="-10" name="1 city"> + <Station id="city1" position="302" slots="1" type="City"/> + </Tile> + <Tile colour="yellow" id="57" name="57"> + <Station id="city1" position="0" slots="1" type="City" value="20"/> + <Track from="city1" gauge="normal" to="side3"/> + <Track from="city1" gauge="normal" to="side0"/> + </Tile> + <Tile colour="red" id="-901" name="OM 1 way"> + <Station id="city1" position="0" type="OffMapCity" value="-1"/> + <Track from="city1" gauge="normal" to="side2"/> + </Tile> + <Tile colour="red" id="-902" name="OM 2 way"> + <Station id="city1" position="0" type="OffMapCity" value="-1"/> + <Track from="city1" gauge="normal" to="side2"/> + <Track from="city1" gauge="normal" to="side1"/> + </Tile> + <Tile colour="red" id="-903" name="OM 3 way"> + <Station id="city1" position="0" type="OffMapCity" value="-1"/> + <Track from="city1" gauge="normal" to="side3"/> + <Track from="city1" gauge="normal" to="side2"/> + <Track from="city1" gauge="normal" to="side1"/> + </Tile> + <Tile colour="green" id="14" name="14"> + <Station id="city1" position="0" slots="2" type="City" value="30"/> + <Track from="city1" gauge="normal" to="side1"/> + <Track from="city1" gauge="normal" to="side3"/> + <Track from="city1" gauge="normal" to="side4"/> + <Track from="city1" gauge="normal" to="side0"/> + </Tile> + <Tile colour="green" id="619" name="619"> + <Station id="city1" position="0" slots="2" type="City" value="30"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city1" gauge="normal" to="side2"/> + <Track from="city1" gauge="normal" to="side4"/> + <Track from="city1" gauge="normal" to="side5"/> + </Tile> + <Tile colour="yellow" id="5" name="5"> + <Station id="city1" position="0" slots="1" type="City" value="20"/> + <Track from="city1" gauge="normal" to="side1"/> + <Track from="city1" gauge="normal" to="side2"/> + </Tile> + <Tile colour="yellow" id="-26001" name="Paris"> + <Station id="city1" position="003" slots="1" type="City" value="50"/> + <Station id="city2" position="103" slots="1" type="City" value="50"/> + <Station id="city3" position="203" slots="1" type="City" value="50"/> + <Station id="city4" position="303" slots="1" type="City" value="50"/> + <Station id="city5" position="403" slots="1" type="City" value="50"/> + <Station id="city6" position="503" slots="1" type="City" value="50"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city2" gauge="normal" to="side1"/> + <Track from="city3" gauge="normal" to="side2"/> + <Track from="city4" gauge="normal" to="side3"/> + <Track from="city5" gauge="normal" to="side4"/> + <Track from="city6" gauge="normal" to="side5"/> + </Tile> + <Tile colour="fixed" id="-26002" name="Nantes/Sstrasbourg"> + <Station id="city1" position="0" slots="1" type="City" value="40"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city1" gauge="normal" to="side1"/> + <Track from="city1" gauge="normal" to="side2"/> + </Tile> + <Tile colour="fixed" id="-26003" name="Bordeaux"> + <Station id="city1" position="0" slots="1" type="City" value="40"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city1" gauge="normal" to="side1"/> + <Track from="city1" gauge="normal" to="side3"/> + </Tile> + <Tile colour="fixed" id="-103" name="MF 103"> + <Station id="city1" position="0" slots="1" type="City" value="40"/> + <Track from="city1" gauge="normal" to="side2"/> + <Track from="city1" gauge="normal" to="side3"/> + </Tile> + <Tile colour="fixed" id="-105" name="MF 105"> + <Station id="city1" position="0" slots="1" type="City" value="30"/> + <Track from="city1" gauge="normal" to="side2"/> + <Track from="city1" gauge="normal" to="side3"/> + </Tile> </Tiles> \ No newline at end of file Modified: trunk/18xx/tiles/TileDictionary.18t =================================================================== (Binary files differ) Modified: trunk/18xx/tiles/TileDictionary.xml =================================================================== --- trunk/18xx/tiles/TileDictionary.xml 2011-06-25 09:50:26 UTC (rev 1584) +++ trunk/18xx/tiles/TileDictionary.xml 2011-06-25 14:14:47 UTC (rev 1585) @@ -23834,4 +23834,158 @@ </connection> </connections> </tile> -</tiles> + <tile> + <ID>-26001</ID> + <shape>tsHexagon</shape> + <level>tlMapUpgradableToGreen</level> + <name>Paris</name> + <junctions> + <junction> + <junType>jtCity</junType> + <position>tp3SideA</position> + <revenue> + <value>50</value> + <position>tpCenter</position> + </revenue> + </junction> + <junction> + <junType>jtCity</junType> + <position>tp3SideB</position> + <revenue> + <value>50</value> + <position>tpCenter</position> + </revenue> + </junction> + <junction> + <junType>jtCity</junType> + <position>tp3SideC</position> + <revenue> + <value>50</value> + <position>tpCenter</position> + </revenue> + </junction> + <junction> + <junType>jtCity</junType> + <position>tp3SideD</position> + <revenue> + <value>50</value> + <position>tpCenter</position> + </revenue> + </junction> + <junction> + <junType>jtCity</junType> + <position>tp3SideE</position> + <revenue> + <value>50</value> + <position>tpCenter</position> + </revenue> + </junction> + <junction> + <junType>jtCity</junType> + <position>tp3SideF</position> + <revenue> + <value>50</value> + <position>tpCenter</position> + </revenue> + </junction> + </junctions> + <connections> + <connection> + <conType>ctNormal</conType> + <position1>tp3SideA</position1> + <position2>tp4SideA</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp3SideB</position1> + <position2>tp4SideB</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp3SideC</position1> + <position2>tp4SideC</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp3SideD</position1> + <position2>tp4SideD</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp3SideE</position1> + <position2>tp4SideE</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tp3SideF</position1> + <position2>tp4SideF</position2> + </connection> + </connections> + </tile> + <tile> + <ID>-26002</ID> + <shape>tsHexagon</shape> + <level>tlMapFixed</level> + <name>Nantes/Sstrasbourg</name> + <junctions> + <junction> + <junType>jtCity</junType> + <position>tpCenter</position> + <revenue> + <value>40</value> + <position>tp3CornerA</position> + </revenue> + </junction> + </junctions> + <connections> + <connection> + <conType>ctNormal</conType> + <position1>tpCenter</position1> + <position2>tp4SideA</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tpCenter</position1> + <position2>tp4SideB</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tpCenter</position1> + <position2>tp4SideC</position2> + </connection> + </connections> + </tile> + <tile> + <ID>-26003</ID> + <shape>tsHexagon</shape> + <level>tlMapFixed</level> + <name>Bordeaux</name> + <junctions> + <junction> + <junType>jtCity</junType> + <position>tpCenter</position> + <revenue> + <value>40</value> + <position>tp3CornerA</position> + </revenue> + </junction> + </junctions> + <connections> + <connection> + <conType>ctNormal</conType> + <position1>tpCenter</position1> + <position2>tp4SideA</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tpCenter</position1> + <position2>tp4SideB</position2> + </connection> + <connection> + <conType>ctNormal</conType> + <position1>tpCenter</position1> + <position2>tp4SideD</position2> + </connection> + </connections> + </tile> +</tiles> \ No newline at end of file Modified: trunk/18xx/tiles/Tiles.xml =================================================================== --- trunk/18xx/tiles/Tiles.xml 2011-06-25 09:50:26 UTC (rev 1584) +++ trunk/18xx/tiles/Tiles.xml 2011-06-25 14:14:47 UTC (rev 1585) @@ -4182,4 +4182,30 @@ <Tile colour="fixed" id="-4009" name="Ferry"> <Track from="side3" gauge="narrow" to="side0"/> </Tile> + <Tile colour="yellow" id="-26001" name="Paris"> + <Station id="city1" position="003" slots="1" type="City" value="50"/> + <Station id="city2" position="103" slots="1" type="City" value="50"/> + <Station id="city3" position="203" slots="1" type="City" value="50"/> + <Station id="city4" position="303" slots="1" type="City" value="50"/> + <Station id="city5" position="403" slots="1" type="City" value="50"/> + <Station id="city6" position="503" slots="1" type="City" value="50"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city2" gauge="normal" to="side1"/> + <Track from="city3" gauge="normal" to="side2"/> + <Track from="city4" gauge="normal" to="side3"/> + <Track from="city5" gauge="normal" to="side4"/> + <Track from="city6" gauge="normal" to="side5"/> + </Tile> + <Tile colour="fixed" id="-26002" name="Nantes/Sstrasbourg"> + <Station id="city1" position="0" slots="1" type="City" value="40"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city1" gauge="normal" to="side1"/> + <Track from="city1" gauge="normal" to="side2"/> + </Tile> + <Tile colour="fixed" id="-26003" name="Bordeaux"> + <Station id="city1" position="0" slots="1" type="City" value="40"/> + <Track from="city1" gauge="normal" to="side0"/> + <Track from="city1" gauge="normal" to="side1"/> + <Track from="city1" gauge="normal" to="side3"/> + </Tile> </Tiles> \ No newline at end of file Added: trunk/18xx/tiles/svg/tile-26001.svg =================================================================== --- trunk/18xx/tiles/svg/tile-26001.svg (rev 0) +++ trunk/18xx/tiles/svg/tile-26001.svg 2011-06-25 14:14:47 UTC (rev 1585) @@ -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="#FFFF00" stroke="#FFFF00" stroke-width="1" stroke-linejoin="round"/><circle cx="196" cy="43" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><circle cx="306" cy="107" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><circle cx="306" cy="233" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><circle cx="196" cy="297" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><circle cx="86" cy="233" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><circle cx="86" cy="107" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><path d="M 196,43 L 196,0" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 306,107 L 343,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 306,233 L 343,255" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,297 L 196,340" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 86,233 L 49,255" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 86,107 L 49,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,43 L 196,0" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 306,107 L 343,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 306,233 L 343,255" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,297 L 196,340" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 86,233 L 49,255" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 86,107 L 49,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><circle cx="196" cy="43" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="196" cy="170" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="196" y="170" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">50</text><circle cx="306" cy="107" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="196" cy="170" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="196" y="170" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">50</text><circle cx="306" cy="233" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="196" cy="170" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="196" y="170" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">50</text><circle cx="196" cy="297" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="196" cy="170" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="196" y="170" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">50</text><circle cx="86" cy="233" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="196" cy="170" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="196" y="170" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">50</text><circle cx="86" cy="107" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="196" cy="170" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="196" y="170" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">50</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-26002.svg =================================================================== --- trunk/18xx/tiles/svg/tile-26002.svg (rev 0) +++ trunk/18xx/tiles/svg/tile-26002.svg 2011-06-25 14:14:47 UTC (rev 1585) @@ -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="196" cy="170" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><path d="M 196,170 L 196,0" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 343,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 343,255" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 196,0" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 343,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 343,255" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><circle cx="196" cy="170" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="123" cy="43" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="123" y="43" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">40</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-26003.svg =================================================================== --- trunk/18xx/tiles/svg/tile-26003.svg (rev 0) +++ trunk/18xx/tiles/svg/tile-26003.svg 2011-06-25 14:14:47 UTC (rev 1585) @@ -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="196" cy="170" r="51" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="12"/><path d="M 196,170 L 196,0" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 343,85" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 196,340" fill="none" stroke="#FFFFFF" stroke-width="34" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 196,0" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 343,85" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><path d="M 196,170 L 196,340" fill="none" stroke="#000000" stroke-width="26" stroke-linecap="butt" stroke-linejoin="round"/><circle cx="196" cy="170" r="51" fill="#FFFFFF" stroke="#000000" stroke-width="4"/><ellipse rx="38" ry="34" cx="123" cy="43" fill="#FFFFFF" stroke="#000000" stroke-width="2" stroke-linejoin="round"/><text x="123" y="43" dy="0.3em" fill="#000000" stroke="#000000" text-anchor="middle" font-family="Bookman Old Style" font-size="51">40</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. |