This commit is contained in:
Azgaar 2022-04-15 14:47:56 +05:00 committed by Peter
parent 26ce225071
commit 365db354c9

View file

@ -5859,6 +5859,28 @@
</div> </div>
</div> </div>
</div> </div>
<div data-tip="Move all existing towns to the 'largetown' burg group">
<input id="submapPromoteTowns" class="checkbox" type="checkbox" />
<label for="submapPromoteTowns" class="checkbox-label">Promote towns to largetowns</label>
</div>
<div data-tip="Add lakes in depressions. (Can be very slow on big landmasses!)">
<input id="submapAddLakeInDepression" class="checkbox" type="checkbox" />
<label for="submapAddLakeInDepression" class="checkbox-label">Add lakes in depressions (slow)</label>
</div>
<hr />
</div>
<div id="alert" style="display: none" class="dialog">
<p id="alertMessage">Warning!</p>
</div>
<div id="prompt" style="display: none" class="dialog">
<form id="promptForm">
<div id="promptText"></div>
<input id="promptInput" type="number" step=".01" placeholder="type value" autocomplete="off" />
<button type="submit">Confirm</button>
<button type="button" id="promptCancel" formnovalidate>Cancel</button>
</form>
</div> </div>
<div id="saveTilesScreen" style="display: none" class="dialog"> <div id="saveTilesScreen" style="display: none" class="dialog">
@ -7673,160 +7695,160 @@
<g id="gridPatterns"> <g id="gridPatterns">
<pattern id="pattern_square" width="25" height="25" patternUnits="userSpaceOnUse" fill="none"> <pattern id="pattern_square" width="25" height="25" patternUnits="userSpaceOnUse" fill="none">
<path d="M 25 0 L 0 0 0 25"/> <path d="M 25 0 L 0 0 0 25" />
</pattern> </pattern>
<pattern id="pattern_pointyHex" width="25" height="43.4" patternUnits="userSpaceOnUse" fill="none"> <pattern id="pattern_pointyHex" width="25" height="43.4" patternUnits="userSpaceOnUse" fill="none">
<path d="M 0,0 12.5,7.2 25,0 M 12.5,21.7 V 7.2 Z M 0,43.4 V 28.9 L 12.5,21.7 25,28.9 v 14.5"/> <path d="M 0,0 12.5,7.2 25,0 M 12.5,21.7 V 7.2 Z M 0,43.4 V 28.9 L 12.5,21.7 25,28.9 v 14.5" />
</pattern> </pattern>
<pattern id="pattern_flatHex" width="43.4" height="25" patternUnits="userSpaceOnUse" fill="none"> <pattern id="pattern_flatHex" width="43.4" height="25" patternUnits="userSpaceOnUse" fill="none">
<path d="M 43.4,0 36.2,12.5 43.4,25 M 21.7,12.5 H 36.2 Z M 0,0 H 14.5 L 21.7,12.5 14.5,25 H 0"/> <path d="M 43.4,0 36.2,12.5 43.4,25 M 21.7,12.5 H 36.2 Z M 0,0 H 14.5 L 21.7,12.5 14.5,25 H 0" />
</pattern> </pattern>
</g> </g>
<g id="defs-hatching"> <g id="defs-hatching">
<pattern id="hatch0" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch0" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="0" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch1" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch1" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="0" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch2" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch2" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:2"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch3" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch3" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="0" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch4" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch4" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch5" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch5" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch6" patternUnits="userSpaceOnUse" width="5" height="5"> <pattern id="hatch6" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="2.5" cy="2.5" r="1" style="fill: black"/> <circle cx="2.5" cy="2.5" r="1" style="fill: black" />
</pattern> </pattern>
<pattern id="hatch7" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch7" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" transform="rotate(-45 0 0)" style="stroke:black; stroke-width:1.5" /> <line x1="0" y1="0" x2="0" y2="3" transform="rotate(-45 0 0)" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch8" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch8" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:2.5"/> <line x1="0" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 2.5" />
</pattern> </pattern>
<pattern id="hatch9" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch9" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:2.5"/> <line x1="0" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 2.5" />
</pattern> </pattern>
<pattern id="hatch10" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch10" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:2.5"/> <line x1="0" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 2.5" />
</pattern> </pattern>
<pattern id="hatch11" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch11" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:2.5"/> <line x1="0" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 2.5" />
</pattern> </pattern>
<pattern id="hatch12" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch12" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="1" x2="0" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="1" x2="0" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="1" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch13" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch13" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch14" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch14" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="1" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch15" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch15" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="1" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch16" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch16" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="1" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch17" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch17" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="1" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch18" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch18" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="1" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch19" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch19" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch20" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch20" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch21" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch21" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch22" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch22" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="2" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="2" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="2" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch23" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch23" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch24" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch24" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="0" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="2" y1="0" x2="0" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="2" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="2" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch25" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch25" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch26" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch26" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch27" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch27" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch28" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch28" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="2" y1="0" x2="0" y2="2" style="stroke:black; stroke-width:2"/> <line x1="2" y1="0" x2="0" y2="2" style="stroke: black; stroke-width: 2" />
</pattern> </pattern>
<pattern id="hatch29" patternTransform="rotate(30 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch29" patternTransform="rotate(30 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="1" x2="0" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="1" x2="0" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="1" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch30" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch30" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="1" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch31" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch31" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="1" y1="0" x2="0" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="0" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="1" y1="0" x2="3" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="1" y1="0" x2="3" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch32" patternUnits="userSpaceOnUse" width="5" height="5"> <pattern id="hatch32" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="2.5" cy="2.5" r="0.5" style="fill: black"/> <circle cx="2.5" cy="2.5" r="0.5" style="fill: black" />
</pattern> </pattern>
<pattern id="hatch33" patternUnits="userSpaceOnUse" width="5" height="5"> <pattern id="hatch33" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="2.5" cy="2.5" r="1.5" style="fill: black"/> <circle cx="2.5" cy="2.5" r="1.5" style="fill: black" />
</pattern> </pattern>
<pattern id="hatch34" patternUnits="userSpaceOnUse" width="5" height="5"> <pattern id="hatch34" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="3" cy="3" r="1" style="fill: black"/> <circle cx="3" cy="3" r="1" style="fill: black" />
<circle cx="1" cy="1" r="1" style="fill: black"/> <circle cx="1" cy="1" r="1" style="fill: black" />
</pattern> </pattern>
<pattern id="hatch35" patternUnits="userSpaceOnUse" width="5" height="5"> <pattern id="hatch35" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="3" cy="3" r="1.5" style="fill: black"/> <circle cx="3" cy="3" r="1.5" style="fill: black" />
<circle cx="1" cy="1" r="1.5" style="fill: black"/> <circle cx="1" cy="1" r="1.5" style="fill: black" />
</pattern> </pattern>
<pattern id="hatch36" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch36" patternTransform="rotate(-45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" transform="rotate(-45 0 0)" style="stroke:black; stroke-width:1.5" /> <line x1="0" y1="0" x2="0" y2="3" transform="rotate(-45 0 0)" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch37" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch37" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="0" y2="3" transform="rotate(-45 0 0)" style="stroke:black; stroke-width:1.5" /> <line x1="0" y1="0" x2="0" y2="3" transform="rotate(-45 0 0)" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch38" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch38" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="4" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch39" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch39" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="4" y2="4" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="4" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch40" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch40" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="3" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="3" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
<pattern id="hatch41" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4"> <pattern id="hatch41" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse" width="4" height="4">
<line x1="0" y1="0" x2="3" y2="3" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="3" y2="3" style="stroke: black; stroke-width: 1.5" />
<line x1="0" y1="0" x2="4" y2="0" style="stroke:black; stroke-width:1.5"/> <line x1="0" y1="0" x2="4" y2="0" style="stroke: black; stroke-width: 1.5" />
</pattern> </pattern>
</g> </g>
</defs> </defs>