Skip to content

Instantly share code, notes, and snippets.

@andrewschultz
Created September 24, 2017 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewschultz/cba89dff0b0b721163bbe8d517e9f445 to your computer and use it in GitHub Desktop.
Save andrewschultz/cba89dff0b0b721163bbe8d517e9f445 to your computer and use it in GitHub Desktop.
unconnected edge test file
<?xml version="1.0" encoding="utf-8"?>
<trizbort version="1.6.0.0">
<info />
<map>
<room id="2" name="x" subtitle="" x="32" y="-96" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" description="" roomFill="" secondFill="" secondFillLocation="Bottom" roomBorder="" roomLargeText="" roomSmallText="" ZOrder="0" />
<line id="3" name="" description="" startText="s" midText="m" endText="e">
<point index="0" x="-32" y="-64" />
<dock index="1" id="2" port="w" />
</line>
<room id="4" name="y" subtitle="" x="-128" y="0" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" description="" roomFill="" secondFill="" secondFillLocation="Bottom" roomBorder="" roomLargeText="" roomSmallText="" ZOrder="0" />
<room id="5" name="z" subtitle="" x="32" y="0" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" description="" roomFill="" secondFill="" secondFillLocation="Bottom" roomBorder="" roomLargeText="" roomSmallText="" ZOrder="0" />
<line id="6" name="" description="" startText="s" midText="m" endText="e">
<dock index="0" id="4" port="e" />
<dock index="1" id="5" port="w" />
</line>
<room id="7" name="w" subtitle="" x="-128" y="96" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" description="" roomFill="" secondFill="" secondFillLocation="Bottom" roomBorder="" roomLargeText="" roomSmallText="" ZOrder="0" />
<line id="9" name="" description="" startText="s" midText="m" endText="e">
<dock index="0" id="7" port="e" />
<point index="1" x="32" y="128" />
</line>
</map>
<settings>
<colors>
<canvas>White</canvas>
<border>MidnightBlue</border>
<line>MidnightBlue</line>
<selectedLine>Gold</selectedLine>
<hoverLine>DarkOrange</hoverLine>
<largeText>MidnightBlue</largeText>
<smallText>MidnightBlue</smallText>
<lineText>MidnightBlue</lineText>
<grid>#F5F5F5</grid>
<startRoom>GreenYellow</startRoom>
<endRoom>Red</endRoom>
</colors>
<regions>
<NoRegion Name="NoRegion" TextColor="Blue">White</NoRegion>
</regions>
<fonts>
<room size="13">Arial</room>
<object size="11">Arial</object>
<line size="9">Arial</line>
</fonts>
<grid>
<snapTo>yes</snapTo>
<visible>yes</visible>
<showOrigin>yes</showOrigin>
<size>32</size>
</grid>
<lines>
<width>2</width>
<arrowSize>12</arrowSize>
<textOffset>4</textOffset>
</lines>
<rooms>
<darknessStripeSize>24</darknessStripeSize>
<objectListOffset>4</objectListOffset>
<connectionStalkLength>32</connectionStalkLength>
<preferredDistanceBetweenRooms>64</preferredDistanceBetweenRooms>
<defaultRoomName>Holder Place</defaultRoomName>
</rooms>
<ui>
<handleSize>12</handleSize>
<snapToElementSize>16</snapToElementSize>
</ui>
<margins>
<documentSpecific>yes</documentSpecific>
<horizontal>64</horizontal>
<vertical>64</vertical>
</margins>
<keypadNavigation>
<creationModifier>control</creationModifier>
<unexploredModifier>alt</unexploredModifier>
</keypadNavigation>
</settings>
</trizbort>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment