diff --git a/.gitignore b/.gitignore index 3351eb66..7f0284b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ shields/unoptimized devel/test.php .idea/ +lib/tm.conf +local.sh +.DS_Store diff --git a/credits.php b/credits.php index 6dad08b9..c1d2503e 100644 --- a/credits.php +++ b/credits.php @@ -1,4 +1,4 @@ - + @@ -15,7 +15,7 @@

Travel Mapping is the successor project to the dormant Clinched Highway Mapping (CHM) project, developed and operated by Timothy Reichard. -Some underlying code and the initial highway data are from CHM.

+Some underlying code and the initial highway data are based on CHM.

Highway Data Sources

@@ -38,7 +38,9 @@
  • Nokia/Ovi Map. Online tile map from NAVTEQ that covers the world.
  • Mapquest. Online tile map from MapQuest that covers the world.
  • Yahoo Maps. Online tile map from Yahoo that covers the world.
  • -
  • Yandex Maps. Tile maps of eastern Europe, with street view of major cities.
  • +
  • Yandex Maps. Tile maps of eastern Europe, with street view of major cities.
  • +
  • Esri Maps. Online tile map from Esri that covers the world.
  • +
  • HERE maps. Online tile map from HERE, which provides world wide mapping data.
  • Gazetteers @@ -176,10 +178,10 @@
  • Croatian Roads. State highway list from Croatian Roads d. o. o.
  • -
  • Czech Republic +
  • Czechia
  • Denmark @@ -595,9 +597,10 @@
  • New York, USA
  • North Carolina, USA @@ -707,6 +710,46 @@
  • Wyoming, USA
  • General @@ -729,7 +772,8 @@ Filpus Roadgeek
  • Adam Froehlig (froggie)
    Froggie's Place
  • -
  • Si Hollett (si404)
  • +
  • Si Hollett (si404)
  • +
  • Michael H (michih)
  • James Mast (rickmastfan67)
    Rickmastfan67 Blog
  • Jeff Morrison (jeffm)
    diff --git a/css/travelMapping.css b/css/travelMapping.css index 8764b4c8..5b7746ee 100644 --- a/css/travelMapping.css +++ b/css/travelMapping.css @@ -53,6 +53,7 @@ table.gratable { margin-left: auto; margin-right: auto; background-color: white; + color: black; } table.gratable td, th { @@ -138,6 +139,13 @@ table.gratable tr.float th { background-color: #999999; } +div.gm-style, div.gm-style div { + -ms-user-select: text !important; + -moz-user-select: text !important; + -webkit-user-select: text !important; + user-select: auto !important; +} + /* from jdtstyle.css: */ /*body { margin-top: 10px; @@ -395,3 +403,4 @@ margin-left: 10px; width: 750px; text-align: right; } + diff --git a/devel/datacheck.php b/devel/datacheck.php index 70a7e639..77029dba 100644 --- a/devel/datacheck.php +++ b/devel/datacheck.php @@ -4,6 +4,7 @@ + + +

    Travel Mapping Highway Data Datacheck Errors

    -

    Quick links: [Errors in Active Systems][Errors in Preview Systems][Errors in In-Dev Systems][Errors Marked as FPs].

    +

    Quick links: [Errors in Active Systems][Errors in Preview Systems][Errors in In-Dev Systems] +[Errors Marked as FPs].'; +} +else { + echo '[Reload with Marked FPs Included].'; +} +?> +

    See also the [Log of Unmatched FPs from datacheckfps.csv] and @@ -121,6 +138,9 @@ function writeTable($db, $fpVal, $joins) { ?> +

    Errors Marked as FPs ("Crossed Off")

    These have been marked as FPs @@ -134,6 +154,9 @@ function writeTable($db, $fpVal, $joins) { writeTable($tmdb, "1", " where "); ?> + diff --git a/devel/tools.php b/devel/tools.php new file mode 100644 index 00000000..a427482e --- /dev/null +++ b/devel/tools.php @@ -0,0 +1,86 @@ + + + + + + + + + + +Travel Mapping Developer Tools and Links + + + + +

    Travel Mapping Developer Tools and Links

    + + +

    + +This page gathers information, tools, and other links primarily of +interest to Travel Mapping project contributors. +Most of the files below are regenerated during each site update. +

    + +

    Developer Tools

    + +
    + +
    + +

    Highway Data Development Logs

    + + + +
    + +
    + +

    Web Site Development and Site Update Logs

    + +
    + +
    + + + +close(); +?> + diff --git a/devel/updates.php b/devel/updates.php index 985d354d..d9dac3cd 100644 --- a/devel/updates.php +++ b/devel/updates.php @@ -3,6 +3,7 @@ + @@ -32,14 +33,56 @@

    Quick links: [Highway System Status Changes][Updates to Highway Data in Active Systems].

    + +

    Highway System Status Changes -

    Highway System Status Changes

    - +[Show +Entries] +
    - +
    DateCountry/RegionSystem CodeSystem DescriptionNew Status
    fetch_assoc()) { @@ -60,13 +103,42 @@
    DateCountry/RegionSystem CodeSystem DescriptionNew Status
    -

    Updates to Highway Data in Active Systems

    +

    Updates to Highway Data in Active Systems + + +[Show +Entries] +

    fetch_assoc()) { diff --git a/graphs/index.php b/graphs/index.php new file mode 100644 index 00000000..c4445890 --- /dev/null +++ b/graphs/index.php @@ -0,0 +1,204 @@ + + + + + + +Travel Mapping Graph Data + + + + + + + + + +

    Travel Mapping Graph Data

    + +
    + +This is the repository of graphs generated from the current Travel Mapping Project data. These were created for use +in the Map-based +Educational Tools for Algorithm Learning (METAL) academic project. +You may contact the author if you +would like an archive of some or all of the graphs, or if you have +special requests for a graph of specific subset of the project's data +to be generated. If you do decide to make use of these graphs and/or +the tools described here, please drop a note to the author. + +
    + +
    + +For each graph, the tables below gives the graph name, a brief +description, number of vertices and edges in both the collapsed and +simple formats, +and links to download the graph files. Note: larger graphs +greatly tax the Highway Data Examiner and the Google Maps API. They +should all work, but large graphs require a lot of memory for your +browser and some patience. + +
    + +
    + +If you would like a local copy of all of the latest graphs, you can +download a zip archive of all of them. +Beware that this is a large file! + +
    + +
    + +Graphs are copyright © James +D. Teresco, generated from highway data gathered and maintained by +Travel +Mapping Project contributors. Graphs may be downloaded freely for +academic use. Other use prohibited. + +
    +

    All Graphs

    +

    +

    +

    Filter by number of vertices (collapsed)

    + from + + to + + vertices +

    Filter by graph type

    + +
    +
    DateRegionRouteFile RootDescription
    + + + + +\n"; +mysqli_report(MYSQLI_REPORT_STRICT); +try { + $tmdb = new mysqli($tmdbhost, $tmdbuser, $tmdbpasswd, $tmdbname); +} +catch ( Exception $e ) { + //echoecho "

    Failed to connect to database ".$tmdbname." on ".$tmdbhost." Please try again later.

    "; + exit; +} +$result = $tmdb->query("SELECT * FROM graphs"); +$counter = 0; +$prevRow; + +while ($row = $result->fetch_array()) { + //keep track of simple info so we can put it after collapsed + if ($counter%2 == 0){ + $prevRow = $row; + } + //produce table row in correct order + else { + echo " + + + + "; + + echo " + + + + "; + } + $counter++; +} +$values = array(); +$descr = array(); +$result = $tmdb->query("SELECT * FROM graphTypes"); +while ($row = $result->fetch_array()) { + array_push($values, $row[0]); + array_push($descr, $row[1]); +} +?> + +
    Graph DescriptionCollapsed Format GraphSimple Format Graph
    Download LinkVerticesEdgesDownload LinkVerticesEdges
    ".$row[1]."".$row[0]."".$row[2]."".$row[3]."".$prevRow[0]."".$prevRow[2]."".$prevRow[3]."
    + + +

    +The most recent site update including graph generation completed at US/Eastern. +

    + + + +close(); +?> + diff --git a/hb/index.php b/hb/index.php index abe8dc5e..90f34eb4 100644 --- a/hb/index.php +++ b/hb/index.php @@ -17,6 +17,7 @@ + 0) { @@ -127,7 +123,7 @@ // if a specific route is specified, that's what we'll view if (array_key_exists("r", $_GET)) { - $routeparam = $_GET['r']; + $routeparam = tm_validate_root($_GET['r']); } else { $routeparam = ""; } @@ -142,53 +138,7 @@ - <?php if ($routeparam != "") { - $sql_command = "SELECT * FROM routes WHERE root = '" . $_GET['r'] . "'"; + $sql_command = "SELECT * FROM routes WHERE root = '" . $routeparam . "'"; $res = tmdb_query($sql_command); $routeInfo = $res->fetch_array(); $res->free(); @@ -226,7 +176,8 @@ function waypointsFromSQL() { tm_system_select(FALSE); echo "<label for=\"rg\"> Region: </label>"; tm_region_select(FALSE); - echo "<input type=\"hidden\" name=\"u\" value=\"{$tmuser}\" />"; + // should be taken care of by the cookie: + //echo "<input type=\"hidden\" name=\"u\" value=\"{$tmuser}\" />"; echo "<input type=\"submit\" value=\"Apply Filter\" /></form>"; } @@ -286,8 +237,14 @@ function initFloatingHeaders($table) { if ($routeparam != "") { require $_SERVER['DOCUMENT_ROOT'] . "/shields/shieldgen.php"; echo "<div id=\"pointbox\">\n"; - echo "<span class='bigshield'>" . generate($_GET['r'], true) . "</span>"; - echo "<span><a href='/user/mapview.php?u={$_GET['u']}&rte={$routeInfo['route']}'>View Associated Routes</a></span>"; + echo "<span class='bigshield'>" . generate($routeparam, true) . "</span>\n"; + echo "<span>" . $routeInfo['banner']; + if (strlen($routeInfo['city']) > 0) { + echo " (" . $routeInfo['city'] . ")"; + } + echo "</span>\n"; + echo "<span>.list name: <span style='font-family:courier'>" . $routeInfo['region'] . " " . $routeInfo['route'] . $routeInfo['banner'] . $routeInfo['abbrev'] . "</span></span>\n"; + echo "<table id='routeInfo' class=\"gratable\"><thead><tr><th colspan='2'>Route Stats</th></tr></thead><tbody>"; $sql_command = <<<SQL SELECT @@ -309,16 +266,17 @@ function initFloatingHeaders($table) { WHERE cr.route = '$routeparam' SQL; $row = tmdb_query($sql_command) -> fetch_assoc(); + $totalLength = tm_convert_distance($row['totalMileage']) . " " . $tmunits; + $averageTraveled = tm_convert_distance($row['avgMileage']). " " . $tmunits; echo <<<HTML - <tr><td class="important">Total Mileage</td><td>{$row['totalMileage']} mi</td></tr> - <tr><td>LIST Name</td><td>{$routeInfo['region']} {$routeInfo['route']}{$routeInfo['banner']}{$routeInfo['abbrev']}</td></tr> + <tr><td class="important">Total Length</td><td>{$totalLength}</td></tr> <tr title="{$row['drivers']}"><td>Total Drivers</td><td>{$row['numDrivers']} ({$row['drivenPct']} %)</td> <tr class="link" title="{$row['clinchers']}"><td rowspan="2">Total Clinched</td><td>{$row['numClinched']} ({$row['clinchedPct']} %)</td> <tr class="link" title="{$row['clinchers']}"><td>{$row['drivenClinchedPct']} % of drivers</td> - s<tr><td>Average Mileage</td><td>{$row['avgMileage']} mi ({$row['mileagePct']} %)</td></tr> + <tr><td>Average Traveled</td><td>{$averageTraveled} ({$row['mileagePct']} %)</td></tr> </tbody></table> HTML; - echo "<table id='waypoints' class=\"gratable\"><thead><tr><th colspan=\"3\">Waypoints</th></tr><tr><th>Coordinates</th><th>Name</th><th title='Percent of people who have driven this route who have driven though this point.'>%</th></tr></thead><tbody>\n"; + echo "<table id='waypoints' class=\"gratable\"><thead><tr><th colspan=\"2\">Waypoints</th></tr><tr><th>Name</th><th title='Percent of people who have driven this route who have driven though this point.'>%</th></tr></thead><tbody>\n"; $sql_command = <<<SQL SELECT pointName, latitude, longitude, driverPercent FROM waypoints @@ -345,7 +303,7 @@ function initFloatingHeaders($table) { if (!startsWith($row['pointName'], "+")) { $colorFactor = $row['driverPercent'] / 100; $colors = [255, 255 - round($colorFactor * 128), 255 - round($colorFactor * 128)]; - echo "<tr><td>(" . $row['latitude'] . "," . $row['longitude'] . ")</td><td class='link'><a onClick='javascript:LabelClick(" . $waypointnum . ",\"" . $row['pointName'] . "\"," . $row['latitude'] . "," . $row['longitude'] . ",0);'>" . $row['pointName'] . "</a></td><td style='background-color: rgb({$colors[0]},{$colors[1]},{$colors[2]})'>{$row['driverPercent']}</td></tr>\n"; + echo "<tr onClick='javascript:labelClick(" . $waypointnum . ",\"" . $row['pointName'] . "\"," . $row['latitude'] . "," . $row['longitude'] . ",0);'><td class='link'>" . $row['pointName'] . "</td><td style='background-color: rgb({$colors[0]},{$colors[1]},{$colors[2]})'>{$row['driverPercent']}</td></tr>\n"; } $waypointnum = $waypointnum + 1; } @@ -358,26 +316,18 @@ function initFloatingHeaders($table) { ENDA; if ($routeparam != "") { echo "<table><tbody><tr><td>"; - $sql_command = "SELECT region, route, banner, city FROM routes WHERE root = '" .$routeparam. "';"; - $res = tmdb_query($sql_command); - $row = $res->fetch_assoc(); - echo $row['region'] . " " . $row['route']; - if (strlen($row['banner']) > 0) { - echo " " . $row['banner']; - } - if (strlen($row['city']) > 0) { - echo " (" . $row['city'] . ")"; - } - $res->free(); + echo "<a href='/user/mapview.php?rte={$routeInfo['route']}'>View Associated Routes</a>"; echo "</td><td>"; echo "<input id=\"showMarkers\" type=\"checkbox\" name=\"Show Markers\" onclick=\"showMarkersClicked()\" checked=\"false\" /> Show Markers "; echo "</td><td>"; echo "<form id=\"userForm\" action=\"/hb/index.php\">"; echo "User: "; tm_user_select(); + echo "<label>Units: </label>\n"; + tm_units_select(); echo "</td><td>"; echo "<input type=\"hidden\" name=\"r\" value=\"".$routeparam."\" />"; - echo "<input type=\"submit\" value=\"Select User\" />"; + echo "<input type=\"submit\" value=\"Apply\" />"; echo "</td></tr></tbody></table>\n"; } echo <<<ENDB @@ -442,4 +392,5 @@ function initFloatingHeaders($table) { $tmdb->close(); ?> </body> +<script type="application/javascript" src="../lib/waypoints.js.php?<?php echo "r=$routeparam&u=$tmuser";?>"></script> </html> diff --git a/index.php b/index.php index 10428aab..b8e0877e 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,4 @@ +<?php require $_SERVER['DOCUMENT_ROOT'] . "/lib/tmphpuser.php" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> @@ -76,24 +77,27 @@ <?php echo tm_count_rows("systems", "WHERE level='devel'"); ?> - more are in development but are not yet complete. Active system -encompass + more are in development but are not yet complete. These "devel" + systems are not yet included in stats or plotted on user maps. + Active systems encompass <?php echo number_format(tm_count_rows("connectedRoutes", "LEFT JOIN systems ON connectedRoutes.systemName = systems.systemName WHERE systems.level = 'active'")); ?> routes for <?php -echo number_format(tm_sum_column("overallMileageByRegion", "activeMileage")); +echo tm_convert_distance(tm_sum_column("overallMileageByRegion", "activeMileage"))." "; +tm_echo_units(); ?> - miles of "clinchable" highways in active systems, and that total is + of "clinchable" highways, and that expands to <?php echo number_format(tm_count_rows("connectedRoutes", "LEFT JOIN systems ON connectedRoutes.systemName = systems.systemName WHERE systems.level = 'active' OR systems.level = 'preview'")); ?> routes for <?php -echo number_format(tm_sum_column("overallMileageByRegion", "activePreviewMileage")); +echo tm_convert_distance(tm_sum_column("overallMileageByRegion", "activePreviewMileage"))." "; +tm_echo_units(); ?> - miles when preview systems are included. + when preview systems are included. </p> @@ -129,6 +133,12 @@ more information. </p> +<p class="text"> +Project news is also posted on the <a +href="https://twitter.com/TravelMapping">Travel Mapping Twitter feed</a>. +Follow us! +</p> + <p class="heading">What's New with Highway Data?</p> <p class="text"> diff --git a/lib/Intersection.png b/lib/Intersection.png new file mode 100644 index 00000000..1e7e08e1 Binary files /dev/null and b/lib/Intersection.png differ diff --git a/empty.gif b/lib/empty.gif similarity index 100% rename from empty.gif rename to lib/empty.gif diff --git a/hb/smallintersection.png b/lib/smallintersection.png similarity index 100% rename from hb/smallintersection.png rename to lib/smallintersection.png diff --git a/lib/tmfooter.php b/lib/tmfooter.php index 08324021..14ad274c 100644 --- a/lib/tmfooter.php +++ b/lib/tmfooter.php @@ -2,7 +2,7 @@ <p class="menubar"> <a href="/credits.php">Credits and Sources</a>     -<a href="/devel/datacheck.php">Datacheck</a>     +<a href="/devel/tools.php">Developer Tools/Links</a>     <a href="/stats">Raw Stats</a>     <a href="https://github.com/TravelMapping">TM on GitHub</a> </p> diff --git a/lib/tmjsfuncs.js b/lib/tmjsfuncs.js index e2c2825c..1820887c 100644 --- a/lib/tmjsfuncs.js +++ b/lib/tmjsfuncs.js @@ -1,18 +1,19 @@ // -// CHM Data Viewer-related Javascript functions +// Travel Mapping (TM) Data Viewer-related Javascript functions +// formerly for Clinched Highway Mapping (CHM) data // -// Load and view data files related to Clinched Highway Mapping (CHM) -// related academic data sets. +// Load and view data files related to TM-related academic data sets. // // Renamed as tmjsfuncs.js as part of the Travel Mapping project // -// Author: Jim Teresco, Siena College, The College of Saint Rose +// Primary author: Jim Teresco, Siena College, The College of Saint Rose +// Additional authors: Razie Fathi, Arjol Pengu, Maria Bamundo, Clarice Tarbay // -// Code developed based on examples from +// Portions of this code developed based on examples from // http://cmap.m-plex.com/tools/wptedit/wptedit.html // http://www.alecjacobson.com/weblog/?p=1645 // -// Modification History: +// Modification History (pre-GitHub): // // 2011-06-20 JDT Initial implementation // 2011-06-21 JDT Added .gra support and checkbox for hidden marker display @@ -32,9 +33,28 @@ // 2016-06-27 JDT Removed code not needed by TM // -// global variable to hold the map, which will be assigned a google.maps.Map reference +// IMPORTANT: when making any modifications to code here, especially +// the loadmap function, note that it is used by various TM pages, +// where variables are mostly set in code generated by waypoints.js.php, +// but also by HDX, where variables are set in various places in +// hdxjsfuncs.js + +// get path to lib directory where some images are found, +// which *might* have been set from an hdx.conf file. +var tmlibdir = "/lib/"; +try { + tmlibdir = tmliburl; +} +catch(e) {} + +// global variable to hold the map, which will be assigned a +// google.maps.Map reference var map; +// many of the following are given values in code generated by +// waypoints.js.php for TM functionality, or by functions in +// hdxjsfuns.js (in EduTools/HighwayDataExaminer) for HDX functionality. + // array of waypoints displayed var waypoints = new Array(); // array of waypoint indices where route changes for region mapping @@ -53,8 +73,16 @@ var markerinfo = new Array(); var polypoints = new Array(); // array of connections on map as google.maps.Polyline overlays var connections = new Array(); -// array of graph edges (for graph data, used by HDX, which imports this code) + +// array of graph edges (for graph data, used by HDX, which imports this code) - +// this would be a single list of all graph edges. When using an adjacency +// list representation, edges would also be in vertex-based adjacency lists var graphEdges = new Array(); +// boolean to determine if graph edges should be generated automatically +var genEdges = false; +// boolean to determine if graph edges are in vertex adjacency lists +var usingAdjacencyLists = false; + // array of segments and clinched for "clinched by traveler" mapping var segments = new Array(); var clinched = new Array(); @@ -62,90 +90,135 @@ var clinched = new Array(); var mapClinched = false; // traveler name for clinched var traveler; -// boolean to determine if graph edges should be generated automatically -var genEdges = false; -// boolean to determine if graph edges are in vertex adjacency lists -var usingAdjacencyLists = false; // array of objects that define color codes from names in the DB var colorCodes = new Array(); -colorCodes[0] = { name: "blue", unclinched: "rgb(100,100,255)", clinched: "rgb(0,0,255)" }; +colorCodes[0] = { name: "blue", unclinched: "rgb(100,100,255)", clinched: "rgb(0,0,220)" }; colorCodes[1] = { name: "brown", unclinched: "rgb(153,152,102)", clinched: "rgb(153,102,0)" }; -colorCodes[2] = { name: "red", unclinched: "rgb(255,100,100)", clinched: "rgb(255,0,0)" }; -colorCodes[3] = { name: "yellow", unclinched: "rgb(255,255,128)", clinched: "rgb(225,225,0)" }; -colorCodes[4] = { name: "teal", unclinched: "rgb(100,200,200)", clinched: "rgb(0,200,200)" }; -colorCodes[5] = { name: "green", unclinched: "rgb(100,255,100)", clinched: "rgb(0,255,0)" }; -colorCodes[6] = { name: "magenta", unclinched: "rgb(255,100,255)", clinched: "rgb(255,0,255)" }; -colorCodes[7] = { name: "lightsalmon", unclinched: "rgb(255,200,200)", clinched: "rgb(255,160,122)" }; - -// array of custom color codes to be pulled from query string parameter "colors=" +colorCodes[2] = { name: "red", unclinched: "rgb(255,100,100)", clinched: "rgb(224,0,0)" }; +colorCodes[3] = { name: "yellow", unclinched: "rgb(255,216,100)", clinched: "rgb(232,176,0)" }; +colorCodes[4] = { name: "teal", unclinched: "rgb(100,200,200)", clinched: "rgb(0,140,160)" }; +colorCodes[5] = { name: "green", unclinched: "rgb(100,200,100)", clinched: "rgb(0,224,0)" }; +colorCodes[6] = { name: "magenta", unclinched: "rgb(255,100,255)", clinched: "rgb(208,0,208)" }; +colorCodes[7] = { name: "lightsalmon", unclinched: "rgb(224,162,162)", clinched: "rgb(240,150,115)" }; + +// array of custom color codes to be pulled from query string parameter +// "colors=" var customColorCodes = new Array(); +// the window that will pop up when someone clicks on a waypoint's marker var infowindow = new google.maps.InfoWindow(); -// some map options, from http://cmap.m-plex.com/hb/maptypes.js by Timothy Reichard - -var MapnikOptions = { alt: "Show Mapnik road map tiles from OpenStreetMap.org", - getTileUrl: getMapnikTileURL, - maxZoom: 18, - minZoom: 0, - name: "Mapnik", - opacity: 1, - tileSize: new google.maps.Size(256, 256) - }; - -function getMapnikTileURL(point, zoom) -{ - return 'http://tile.openstreetmap.org/' + zoom + '/' + point.x + '/' + point.y + '.png'; +// some of the original map options code is based on +// http://cmap.m-plex.com/hb/maptypes.js by Timothy Reichard + +var MapnikOptions = { + alt: "Show Mapnik road map tiles from OpenStreetMap.org", + getTileUrl: getMapnikTileURL, + maxZoom: 18, + minZoom: 0, + name: "Mapnik", + opacity: 1, + tileSize: new google.maps.Size(256, 256) +}; + +var OpenStreetMapDEOptions = { + alt: "Show OpenStreetMapDE road map tiles from OpenStreetMap.org", + getTileUrl: getOpenStreetMapDEURL, + maxZoom: 18, + minZoom: 0, + name: "DE", + opacity: 1, + tileSize: new google.maps.Size(256, 256) +}; + +function getOpenStreetMapDEURL(point, zoom) { + return 'http://tile.openstreetmap.de/tiles/osmde/' + zoom + '/' + + point.x + '/' + point.y + '.png'; } -var MQOpenMapOptions = { alt: "Show Mapquest Open Map road map tiles based on OpenStreetMap.org data", - getTileUrl: getMQOpenMapTileURL, - maxZoom: 18, - minZoom: 0, - name: "MQOpenMap", - opacity: 1, - tileSize: new google.maps.Size(256, 256) - }; +var EsriOptions = { + alt: "Show Esri road map tiles from OpenStreetMap.org", + getTileUrl: EsriURL, + maxZoom: 18, + minZoom: 0, + name: "Esri", + opacity: 1, + tileSize: new google.maps.Size(256, 256) +}; + +function EsriURL(point, zoom) { + + return 'http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/' + + zoom + '/' + point.y + '/' + point.x; +} -function getMQOpenMapTileURL(point, zoom) -{ - var subdomain = Math.floor( Math.random() * (4 - 1 + 1) ) + 1; // Request tile from random subdomain. - return 'http://otile' + subdomain + '.mqcdn.com/tiles/1.0.0/map/' + zoom + '/' + point.x + '/' + point.y + '.jpg'; - //return 'http://cmap.m-plex.com/hb/ymaptile.php?t=m&s=mq&x=' + point.x + '&y=' + point.y + '&z=' + zoom; +var OpenStreetMapDEOptions = { + alt: "Show OpenStreetMapDE road map tiles from OpenStreetMap.org", + getTileUrl: getOpenStreetMapDEURL, + maxZoom: 18, + minZoom: 0, + name: "DE", + opacity: 1, + tileSize: new google.maps.Size(256, 256) +}; + +function getOpenStreetMapDEURL(point, zoom) { + + return 'http://tile.openstreetmap.de/tiles/osmde/' + zoom + '/' + + point.x + '/' + point.y + '.png'; } -var MQOpenSatOptions = { alt: "Show Mapquest Open Map satellite imagery tiles based on OpenStreetMap.org data", - getTileUrl: getMQOpenSatTileURL, - maxZoom: 18, - minZoom: 0, - name: "MQOpenSat", - opacity: 1, - tileSize: new google.maps.Size(256, 256) - }; +//HERE map tiles +var HEREOptions = { + alt: "Show wego HERE road map tiles from https://wego.here.com", + getTileUrl: HEREURL, + maxZoom: 18, + minZoom: 0, + name: "HERE", + opacity: 1, + tileSize: new google.maps.Size(256, 256) +}; + +function HEREURL(point, zoom) { + + return 'https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/' + + zoom + '/' + point.x + '/' + point.y + + '/256/png8?app_id=VX6plk5zCW0wzrNcN64O&app_code=LcZFksQAhfg7rvZvcZ1lqw'; +} -function getMQOpenSatTileURL(point, zoom) -{ - var subdomain = Math.floor( Math.random() * (4 - 1 + 1) ) + 1; // Request tile from random subdomain. - return 'http://otile' + subdomain + '.mqcdn.com/tiles/1.0.0/sat/' + zoom + '/' + point.x + '/' + point.y + '.jpg'; - //return 'http://cmap.m-plex.com/hb/ymaptile.php?t=s&s=mq&x=' + point.x + '&y=' + point.y + '&z=' + zoom; +function getMapnikTileURL(point, zoom) { + + return 'http://tile.openstreetmap.org/' + zoom + '/' + point.x + '/' + + point.y + '.png'; } -var BlankOptions = { alt: "Show a blank background", - getTileUrl: getBlankURL, - maxZoom: 18, - minZoom: 0, - name: "Blank", - opacity: 1, - tileSize: new google.maps.Size(256, 256) - }; +var BlankOptions = { + alt: "Show a blank background", + getTileUrl: getBlankURL, + maxZoom: 18, + minZoom: 0, + name: "Blank", + opacity: 1, + tileSize: new google.maps.Size(256, 256) +}; function getBlankURL() { - return '/empty.gif'; + return tmlibdir + 'empty.gif'; } var intersectionimage = { - url: 'smallintersection.png', + url: tmlibdir + 'Intersection.png', + // This marker is 16x16 + size: new google.maps.Size(16, 16), + // The origin for this image is 0,0. + origin: new google.maps.Point(0, 0), + // The anchor for this image is the center of the intersection + anchor: new google.maps.Point(8, 8) +}; + +var oldintersectionimage = { + url: tmlibdir + 'smallintersection.png', // This marker is 16x16 size: new google.maps.Size(16, 16), // The origin for this image is 0,0. @@ -156,30 +229,42 @@ var intersectionimage = { // loadmap constructs and sets up the initial map function loadmap() { - var typeMQOpenMap = new google.maps.ImageMapType(MQOpenMapOptions); - var typeMQOpenSat = new google.maps.ImageMapType(MQOpenSatOptions); var typeMapnik = new google.maps.ImageMapType(MapnikOptions); var typeBlank = new google.maps.ImageMapType(BlankOptions); + var typeOpenStreetMapDE = new google.maps.ImageMapType(OpenStreetMapDEOptions); + var typeEsri = new google.maps.ImageMapType(EsriOptions); + var typeHERE = new google.maps.ImageMapType(HEREOptions); - var maptypelist = ['Mapnik', google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.SATELLITE, google.maps.MapTypeId.HYBRID, google.maps.MapTypeId.TERRAIN, 'Blank']; - var maptypecontroloptions = {mapTypeIds: maptypelist, position: google.maps.TOP_RIGHT, style: google.maps.MapTypeControlStyle.DROPDOWN_MENU}; - //var mapopt = {center: new google.maps.LatLng(42.664529, -73.786470), zoom: 12, mapTypeId: 'Mapnik', mapTypeControl: true, mapTypeControlOptions: maptypecontroloptions, streetViewControl: true, disableDefaultUI: true, panControl: true, zoomControl: true, scaleControl: true, overviewMapControl: true, keyboardShortcuts: true, disableDoubleClickZoom: false}; - // OLD coordinates are Albertus Hall room 400-2 at The College of Saint Rose - //var mapopt = {center: new google.maps.LatLng(42.664529, -73.786470), zoom: 16, mapTypeControl: true, mapTypeControlOptions: maptypecontroloptions}; + var maptypelist = ['Mapnik', google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.SATELLITE, google.maps.MapTypeId.HYBRID, google.maps.MapTypeId.TERRAIN, 'DE', 'Esri', 'HERE', 'Blank']; + var maptypecontroloptions = { + mapTypeIds: maptypelist, + position: google.maps.TOP_RIGHT, + style: google.maps.MapTypeControlStyle.DROPDOWN_MENU + }; // coordinates are Roger Bacon 321 at Siena College - var mapopt = {center: new google.maps.LatLng(42.719450, -73.752063), zoom: 16, mapTypeControl: true, mapTypeControlOptions: maptypecontroloptions}; + var mapopt = { + center: new google.maps.LatLng(42.719450, -73.752063), + zoom: 16, + mapTypeControl: true, + mapTypeControlOptions: maptypecontroloptions + }; map = new google.maps.Map(document.getElementById("map"), mapopt); - map.mapTypes.set('MQOpenMap', typeMQOpenMap); - map.mapTypes.set('MQOpenSat', typeMQOpenSat); map.mapTypes.set('Mapnik', typeMapnik); map.mapTypes.set('Blank', typeBlank); + map.mapTypes.set('DE', typeOpenStreetMapDE); + map.mapTypes.set('Esri', typeEsri); + map.mapTypes.set('HERE', typeHERE); + + map.setMapTypeId('Mapnik'); } // construct a new Waypoint object (based on similar function by Tim Reichard) // now supporting edge adjacency lists +// these sometimes have a field "intersecting" added to them which is +// an array of intersecting Routes (defined below) function Waypoint(label, lat, lon, elabel, edgeList) { this.label = label; this.lat = parseFloat(lat).toFixed(6); @@ -193,6 +278,19 @@ function Waypoint(label, lat, lon, elabel, edgeList) { return this; } +// construct a Route object to encapsulate information needed for intersecting +// routes +function Route(root, route, region, banner, abbrev, city) { + + this.root = root; + this.route = route; + this.region = region; + this.banner = banner; + this.abbrev = abbrev; + this.city = city; + return this; +} + // update the map to the current set of waypoints and connections function updateMap() { @@ -202,16 +300,20 @@ function updateMap() } connections = new Array(); + // set up to find bounding box of points we plot var minlat = 999; var maxlat = -999; var minlon = 999; var maxlon = -999; - polypoints = new Array(); + // remove any markers previously on the map for (var i = 0; i < markers.length; i++) { markers[i].setMap(null); } + markers = new Array(); + // set variables that determine if all/only visible/no markers + // should be drawn on the map var showHidden = false; if (document.getElementById('showHidden') != null) { showHidden = document.getElementById('showHidden').checked; @@ -221,8 +323,10 @@ function updateMap() showMarkers = document.getElementById('showMarkers').checked; } - markers = new Array(); + // draw our waypoint markers markerinfo = new Array(); + polypoints = new Array(); + var bounds = new google.maps.LatLngBounds(); for (var i = 0; i < waypoints.length; i++) { minlat = Math.min(minlat, waypoints[i].lat); @@ -232,7 +336,7 @@ function updateMap() polypoints[i] = new google.maps.LatLng(waypoints[i].lat, waypoints[i].lon); - markerinfo[i] = MarkerInfo(i, waypoints[i]); + markerinfo[i] = markerInfo(i, waypoints[i]); markers[i] = new google.maps.Marker({ position: polypoints[i], //map: map, @@ -240,22 +344,12 @@ function updateMap() icon: intersectionimage }); if (showMarkers && (showHidden || waypoints[i].visible)) { - AddMarker(markers[i], markerinfo[i], i); + addMarker(markers[i], markerinfo[i], i); } bounds.extend(polypoints[i]); } - - var midlat = (minlat + maxlat)/2; - var midlon = (minlon + maxlon)/2; - - var nsdist = Mileage(minlat, midlon, maxlat, midlon); - var ewdist = Mileage(midlat, minlon, midlat, maxlon); - var maxdist = Math.max(nsdist, ewdist); - - //var zoom = 17 - (12 + Math.floor(Math.log(maxdist/800)/Math.log(2.0))); - //zoom = Math.max(zoom, 0); - //zoom = Math.min(zoom, 17); - //map.setZoom(zoom); + + // set our map view according to the bounds we computed map.fitBounds(bounds); // if this is a graph in HDX, we draw edges as connections, @@ -283,8 +377,15 @@ function updateMap() } } edgePoints[nextPoint] = new google.maps.LatLng(waypoints[v2].lat, waypoints[v2].lon); - connections[i] = new google.maps.Polyline({path: edgePoints, strokeColor: "#0000FF", strokeWeight: 10, strokeOpacity: 0.4, map: map}); - //map.addOverlay(connections[i]); + color = getGraphEdgeColor(graphEdges[i]); + connections[i] = new google.maps.Polyline({ + path: edgePoints, + strokeColor: color, + strokeWeight: 10, + strokeOpacity: 0.4, + map: map + }); + edgeListener(i); } } else if (usingAdjacencyLists) { @@ -311,35 +412,23 @@ function updateMap() } } edgePoints[nextPoint] = new google.maps.LatLng(waypoints[thisEdge.v2].lat, waypoints[thisEdge.v2].lon); - // count the commas, which tell us how many - // concurrent routes are represented, as they will - // be comma-separated, then use that to choose a - // color to indicate the number of routes - // following the edge - concurrent = thisEdge.label.split(",").length; - color = ""; - switch (concurrent) { - case 1: - color = "#0000FF"; - break; - case 2: - color = "#00FF00"; - break; - case 3: - color = "#FF00FF"; - break; - case 4: - color = "#FFFF00"; - break; - default: - color = "#FF0000"; - break; - } - connections[edgeNum] = new google.maps.Polyline({path: edgePoints, strokeColor: color, strokeWeight: 10, strokeOpacity: 0.4, map: map}); + + color = getGraphEdgeColor(thisEdge); + connections[edgeNum] = new google.maps.Polyline({ + path: edgePoints, + strokeColor: color, + strokeWeight: 10, + strokeOpacity: 0.4, + map: map + }); + edgeListener(edgeNum); edgeNum++; } } } + google.maps.event.clearListeners(map, 'zoom_changed'); + google.maps.event.addListener(map, 'zoom_changed', zoomChange); + zoomChange(); } // connecting waypoints in order to plot a path else if (mapClinched) { @@ -351,7 +440,6 @@ function updateMap() var weight = 2; if (newRouteIndices.length > 0) { // if newRouteIndices is not empty, we're plotting multiple routes - //DBG.write("Multiple clinched routes!"); var nextSegment = 0; for (var route = 0; route < newRouteIndices.length; route++) { var start = newRouteIndices[route]; @@ -362,7 +450,6 @@ function updateMap() else { end = newRouteIndices[route+1]-1; } - //DBG.write("route = " + route + ", start = " + start + ", end = " + end); // support for clinch colors from systems.csv var unclinchedColor = "rgb(200,200,200)"; //"#cccccc"; var clinchedColor = "rgb(255,128,128)"; //"#ff8080"; @@ -388,40 +475,36 @@ function updateMap() var edgePoints = new Array(2); edgePoints[0] = new google.maps.LatLng(waypoints[i].lat, waypoints[i].lon); edgePoints[1] = new google.maps.LatLng(waypoints[i+1].lat, waypoints[i+1].lon); - var segmentLength = Mileage(waypoints[i].lat, - waypoints[i].lon, - waypoints[i+1].lat, - waypoints[i+1].lon); + var segmentLength = distanceInMiles(waypoints[i].lat, + waypoints[i].lon, + waypoints[i+1].lat, + waypoints[i+1].lon); totalMiles += segmentLength; - //DBG.write("i = " + i); var color = unclinchedColor; var opacity = 0.3; if (segments[nextSegment] == clinched[nextClinchedCheck]) { - //DBG.write("Clinched!"); color = clinchedColor; zIndex = zIndex + 10; nextClinchedCheck++; clinchedMiles += segmentLength; opacity = 0.85; } - connections[nextSegment] = new google.maps.Polyline( - {path: edgePoints, strokeColor: color, strokeWeight: weight, strokeOpacity: opacity, - zIndex : zIndex, map: map}); - nextSegment++; + connections[nextSegment] = new google.maps.Polyline({ + path: edgePoints, + strokeColor: color, + strokeWeight: weight, + strokeOpacity: opacity, + zIndex: zIndex, + map: map + }); + edgeListener(nextSegment); + nextSegment++; } } - // set up listener for changes to zoom level and adjust strokeWeight in response - //DBG.write("Setting up zoom_changed"); + // set up listener for changes to zoom level and adjust + // strokeWeight in response google.maps.event.clearListeners(map, 'zoom_changed'); google.maps.event.addListener(map, 'zoom_changed', zoomChange); -// google.maps.event.addListener(map, 'zoom_changed', function() { -// var level = map.getZoom(); -// var weight = Math.floor(level); -// DBG.write("Zoom level " + level + ", weight = " + weight); -// for (var i=0; i<connections.length; i++) { -// connections[i].setOptions({strokeWeight: weight}); -// } -// }); } else { // single route @@ -429,10 +512,10 @@ function updateMap() var edgePoints = new Array(2); edgePoints[0] = new google.maps.LatLng(waypoints[i].lat, waypoints[i].lon); edgePoints[1] = new google.maps.LatLng(waypoints[i+1].lat, waypoints[i+1].lon); - var segmentLength = Mileage(waypoints[i].lat, - waypoints[i].lon, - waypoints[i+1].lat, - waypoints[i+1].lon); + var segmentLength = distanceInMiles(waypoints[i].lat, + waypoints[i].lon, + waypoints[i+1].lat, + waypoints[i+1].lon); totalMiles += segmentLength; var color = "#cccccc"; if (segments[i] == clinched[nextClinchedCheck]) { @@ -440,7 +523,14 @@ function updateMap() nextClinchedCheck++; clinchedMiles += segmentLength; } - connections[i] = new google.maps.Polyline({path: edgePoints, strokeColor: color, strokeWeight: 10, strokeOpacity: 0.75, map: map}); + connections[i] = new google.maps.Polyline({ + path: edgePoints, + strokeColor: color, + strokeWeight: 10, + strokeOpacity: 0.75, + map: map + }); + edgeListener(i); } } if (document.getElementById('controlboxinfo') != null) { @@ -448,14 +538,49 @@ function updateMap() } } else if (genEdges) { - connections[0] = new google.maps.Polyline({path: polypoints, strokeColor: "#0000FF", strokeWeight: 10, strokeOpacity: 0.75, map: map}); - //map.addOverlay(connections[0]); + connections[0] = new google.maps.Polyline({ + path: polypoints, + strokeColor: "#0000FF", + strokeWeight: 10, + strokeOpacity: 0.75, + map: map + }); + google.maps.event.addListener(connections[0], 'click', function(){edgeClick(0);}); } // don't think this should not be needed, but an attempt to get // hidden waypoints to be hidden when first created showHiddenClicked(); } +// find a color to use to draw an edge in a graph, where colors represent +// the number of concurrent routes on a segment +function getGraphEdgeColor(edge) { + // count the commas, which tell us how many concurrent routes are + // represented, as they will be comma-separated, then use that to + // choose a color to indicate the number of routes following the + // edge + concurrent = edge.label.split(",").length; + color = ""; + switch (concurrent) { + case 1: + color = "#0000FF"; + break; + case 2: + color = "#00FF00"; + break; + case 3: + color = "#FF00FF"; + break; + case 4: + color = "#FFFF00"; + break; + default: + color = "#FF0000"; + break; + } + return color; +} + function zoomChange() { var level = map.getZoom(); @@ -464,23 +589,38 @@ function zoomChange() { else if (level < 12) newWeight = 6; else if (level < 15) newWeight = 10; else newWeight = 16; - //DBG.write("zoomChange: Zoom level " + level + ", newWeight = " + newWeight); for (var i=0; i<connections.length; i++) { - //connections[i].setMap(null); connections[i].setOptions({strokeWeight: newWeight}); } } -function AddMarker(marker, markerinfo, i) { +// variable that would be set by any code that wishes to register +// an additional function to be called on a marker click +var labelClickCallback = null; + +// set that variable +function registerMarkerClickListener(func) { + + labelClickCallback = func; +} + +function addMarker(marker, markerinfo, i) { marker.setMap(map); google.maps.event.addListener(marker, 'click', function() { infowindow.setContent(markerinfo); infowindow.open(map, marker); + if (labelClickCallback != null) { + labelClickCallback(i); + } }); } -function LabelClick(i, label, lat, lon, errors) { +// note: there is also a labelClickHDX used when selecting start and +// end vertices for HDX algorithm visualizations +// this one is only called by the HB when someone clicks on +// a waypoint in the table (not on the map) +function labelClick(i, label, lat, lon, errors) { map.panTo(new google.maps.LatLng(lat, lon)); //infowindow.setContent(info); @@ -488,14 +628,81 @@ function LabelClick(i, label, lat, lon, errors) { infowindow.open(map, markers[i]); } -function MarkerInfo(i, wpt) { +// handle clicks on edges +function edgeClick(i){ + + var v1 = waypoints[graphEdges[i].v1]; + var v2 = waypoints[graphEdges[i].v2]; + var midlat = (parseFloat(v1.lat) + parseFloat(v2.lat))/2.0; + var midlon = (parseFloat(v1.lon) + parseFloat(v2.lon))/2.0; + map.panTo(new google.maps.LatLng(midlat, midlon)); + infowindow.setContent(edgeInfo(i)); + infowindow.setPosition(new google.maps.LatLng(midlat, midlon)); + infowindow.open(map); +} + +function markerInfo(i, wpt) { + + var intersections = ""; + if (wpt.hasOwnProperty('intersecting')) { + intersections = "<p>Intersecting/Concurrent Routes:<br />"; + for (var j = 0; j < wpt.intersecting.length; j++) { + r = wpt.intersecting[j]; + intersections+="<a href=\"/hb/?r=" + r.root + "\">" + r.region + " " + r.route + " " + r.banner; + if (r.city != "") { + intersections+="(" + r.city + ")"; + } + intersections += "</a><br />"; + } + intersections += "</p>"; + } + return '<p style="line-height:160%;"><span style="font-size:24pt;color:black;">' + wpt.label + '</span><br><b>Waypoint ' + i + '<\/b><br><b><a target="_blank" href="http://www.openstreetmap.org/?lat='+wpt.lat+'&lon='+wpt.lon+'">Coords.:<\a><\/b> ' + wpt.lat + '°, ' + wpt.lon + '°<\/p>' + intersections; + +} - return '<p style="line-height:160%;"><span style="font-size:24pt;">' + wpt.label + '</span><br><b>Waypoint ' + (i+1) + '<\/b><br><b>Coords.:<\/b> ' + wpt.lat + '°, ' + wpt.lon + '°<\/p>'; +function edgeInfo(i){ + return '<p style="line-height:160%;"><span style="font-size:24pt; color:black">' + + graphEdges[i].label + '</span><br><b>Edge Number: ' + (i) + + '<\/b><br><b>Endpoints:<\/b> ' + + waypoints[graphEdges[i].v1].label + ' <-> ' + + waypoints[graphEdges[i].v2].label + + '<br><b>Distance: </b>' + + edgeLengthInMiles(graphEdges[i]).toFixed(4) + ' mi</p>'; +} + + +// compute the length of an edge in miles +function edgeLengthInMiles(e) { + + if (!e.hasOwnProperty("length")) { + let len = 0.0; + if (e.via == null) { + // no intermediate points: easy case + len = distanceInMiles(waypoints[e.v1].lat, waypoints[e.v1].lon, + waypoints[e.v2].lat, waypoints[e.v2].lon); + } + else { + // account for intermediate points in "via" array + len = distanceInMiles(waypoints[e.v1].lat, waypoints[e.v1].lon, + parseFloat(e.via[0]), parseFloat(e.via[1])); + for (var pos = 0; pos < e.via.length - 2; pos += 2) { + len += distanceInMiles(parseFloat(e.via[pos]), + parseFloat(e.via[pos+1]), + parseFloat(e.via[pos+2]), + parseFloat(e.via[pos+3])); + } + len += distanceInMiles(parseFloat(e.via[e.via.length-2]), + parseFloat(e.via[e.via.length-1]), + waypoints[e.v2].lat, waypoints[e.v2].lon); + } + e.length = len; + } + return e.length; } // compute distance in miles between two lat/lon points -function Mileage(lat1, lon1, lat2, lon2) { +function distanceInMiles(lat1, lon1, lat2, lon2) { if(lat1 == lat2 && lon1 == lon2) return 0.; @@ -506,7 +713,7 @@ function Mileage(lat1, lon1, lat2, lon2) { } // compute distance in feet between two lat/lon points -function Feet(lat1, lon1, lat2, lon2) { +function distanceInFeet(lat1, lon1, lat2, lon2) { if(lat1 == lat2 && lon1 == lon2) return 0.; @@ -523,12 +730,11 @@ function showHiddenClicked() { if (document.getElementById('showHidden') != null) { showHidden = document.getElementById('showHidden').checked; } - //DBG.write("showHiddenClicked: showHidden is " + showHidden); if (showHidden) { // add in the hidden markers for (var i = 0; i < waypoints.length; i++) { if (!waypoints[i].visible) { - AddMarker(markers[i], markerinfo[i], i); + addMarker(markers[i], markerinfo[i], i); } } } @@ -542,6 +748,24 @@ function showHiddenClicked() { } } +// GraphEdge constructor, vertex numbers can come in as strings or +// numbers, will store as numbers +function GraphEdge(v1, v2, label, via) { + + if (typeof v1 === 'string') { + this.v1 = parseInt(v1); + this.v2 = parseInt(v2); + } + else { + this.v1 = v1; + this.v2 = v2; + } + this.label = label; + this.via = via; + + return this; +} + // callback for when the hideMarkers checkbox is clicked function showMarkersClicked() { @@ -549,7 +773,7 @@ function showMarkersClicked() { if (showThem) { for (var i = 0; i < waypoints.length; i++) { if (waypoints[i].visible) { - AddMarker(markers[i], markerinfo[i], i); + addMarker(markers[i], markerinfo[i], i); } } } @@ -560,9 +784,18 @@ function showMarkersClicked() { } } +// listen for clicks on edges +function edgeListener(i){ + google.maps.event.addListener(connections[i], + 'click', + function(e){ + edgeClick(i); + }); +} + function redirect(url) { - var win = window.open(url); - win.focus(); + var win = window.open(url); + win.focus(); } // JS debug window by Mike Maddox from diff --git a/lib/tmphpfuncs.php b/lib/tmphpfuncs.php index 631562d9..eecf3537 100644 --- a/lib/tmphpfuncs.php +++ b/lib/tmphpfuncs.php @@ -42,7 +42,7 @@ $gmaps_api_key = chop(fgets($tmconffile)); fclose($tmconffile); -if (array_key_exists("dbname", $_GET)) { +if (array_key_exists("dbname", $_GET) && ctype_alpha($_GET['dbname'])) { $tmdbname = $_GET['dbname']; } @@ -96,6 +96,31 @@ function tmdb_query($sql_command) { die("<h1 style=\"color: red\">Query failed: ".$sql_command."</h1>"); } +function orClauseBuilder($param, $name, $tablename = 'r') { + $array = array(); + if (is_array($_GET[$param])) { + foreach ($_GET[$param] as $p) { + $array = array_merge($array, explode(',',$p)); + } + } + else { + $array = explode(",", $_GET[$param]); + } + $array = array_diff($array, array("null")); + $clause = "("; + $i = 0; + foreach($array as $item) { + $clause.="{$tablename}.{$name} = '{$item}'"; + $i++; + if($i < sizeof($array)) $clause .= " or "; + } + $clause .= ")"; + if ($i == 0) { + return "TRUE"; + } + return $clause; +} + // function to call to free the DB instance (or just put this code // at the bottom of a page @@ -171,13 +196,31 @@ function tm_user_select() { echo "</select>\n"; } + + +// function to generate a units selection "select" object +function tm_units_select() { + global $tmunits; + global $tm_supported_units; + echo "<select name=\"units\">\n"; + foreach ($tm_supported_units as $unit => $conv) { + echo "<option value=\"".$unit."\""; + if ($unit == $tmunits) { + echo " selected=\"selected\""; + } + echo ">".$unit."</option>\n"; + } + echo "</select>\n"; +} + // function to generate a user selection input form -function tm_user_select_form() { - // TODO: action should come as a parameter - echo "<form id=\"userselect\" action=\".\"><p>\n"; +function tm_user_select_form($action = "\".\"") { + echo "<form id=\"userselect\" action=".$action."><p>\n"; echo "<label>Current User: </label>\n"; tm_user_select(); - echo "<input type=\"submit\" value=\"Select User\" />\n"; + echo "<label>Units: </label>\n"; + tm_units_select(); + echo "<input type=\"submit\" value=\"Apply\" />\n"; echo "</p></form>\n"; } @@ -324,6 +367,43 @@ function tm_fetch_user_row_with_rank($res, $rankBy) { return $row; } +// additional metric/non-metric units support functions + +// simply return the string representation +function tm_echo_units() { + global $tmunits; + echo $tmunits; +} + +// convert to the currently-selected units +function tm_convert_distance($mileage) { + + global $tmunits; + global $tm_supported_units; + return number_format($mileage * $tm_supported_units[$tmunits], 2, '.', ''); +} + +// validate a string as a possible "root": must be letters, followed by +// a period, followed by some number of letters and numbers. No other +// characters allowed, and no longer than 32 total characters in length. +function tm_validate_root($root) { + + if (strlen($root) > 32) { + return "toolong.root"; + } + $array = explode('.', $root); + if (count($array) != 2) { + return "noregion.root"; + } + if (!ctype_alpha($array[0])) { + return "badregion.root"; + } + if (!ctype_alnum($array[1])) { + return "badroute.root"; + } + return $root; +} + // functions from http://stackoverflow.com/questions/834303/startswith-and-endswith-functions-in-php function startsWith($haystack, $needle) { diff --git a/lib/tmphpuser.php b/lib/tmphpuser.php index b51135c2..dffa86ea 100644 --- a/lib/tmphpuser.php +++ b/lib/tmphpuser.php @@ -7,18 +7,56 @@ This has to be done before any output is generated to avoid a warning from setcookie, so this file should be required as the first line of any other php file that needs to use it. + + Also take care of the $tmunits variable based on the units= + QS parameter and/or the "units" cookie. */ // u= is the user, stored in $tmuser variable, can also come from the // lastuser cookie, and will be stored in that cookie when specified +// note: must be alphanumeric (plus underscores) or is ignored define("TM_NO_USER", "null"); $tmuser = TM_NO_USER; if (array_key_exists("u", $_GET)) { - $tmuser = $_GET['u']; - setcookie("lastuser", $tmuser, time() + (86400 * 30), "/"); + $tmusertemp = str_replace("_", "", $_GET['u']); + if (ctype_alnum($tmusertemp)) { + $tmuser = $_GET['u']; + setcookie("lastuser", $tmuser, time() + (86400 * 30), "/"); + } } else if (isset($_COOKIE['lastuser'])) { header("Location: ?u=" . $_COOKIE['lastuser'] . "&" . parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY)); /* Redirect browser */ exit; } + +// units= is the units preference, stored in $tmunits variable, can +// also come from units cookie, and will be stored in that cookie +// when specified +$tmunits = "miles"; +// associative array of supported units and their conversions from miles +$tm_supported_units = array( + "miles"=>1.0, + "km"=>1.609344, + "ft"=>5280, + "meters"=>1609.344 +); + + +if (array_key_exists("units", $_GET)) { + $unitsparam = strtolower($_GET['units']); + if (array_key_exists($unitsparam, $tm_supported_units)) { + $tmunits = $unitsparam; + setcookie("units", $unitsparam, time() + (86400 * 30), "/"); + } + else { + // default to miles for unknown units + $tmunits = "miles"; + setcookie("units", "miles", time() + (86400 * 30), "/"); + } +} +else if (isset($_COOKIE['units'])) { + header("Location: ?units=" .$_COOKIE['units'] . "&" . parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY)); /* Redirect browser */ + exit; +} + ?> diff --git a/lib/waypoints.js.php b/lib/waypoints.js.php new file mode 100644 index 00000000..36ad2ba4 --- /dev/null +++ b/lib/waypoints.js.php @@ -0,0 +1,279 @@ +<?php +/** + * Returns the WaypointsFromSQL() JS function used to define waypoints for map drawing. + * URL params: + * u - Traveler Name + * + * For a singular route: + * r - root of desired route, if singular + * + * For many routes: + * rg - code of region to search in + * sys - code of system to search in + * + */ + require $_SERVER['DOCUMENT_ROOT']."/lib/tmphpfuncs.php"; + + if(!array_key_exists('r', $_GET) && !array_key_exists('sys', $_GET) && !array_key_exists('rg', $_GET) && !array_key_exists('rte', $_GET)) + { + echo "Missing parameter: one of r, rg, sys, or rte MUST be set."; + http_response_code(400); + exit(); + } + + function select_route_set () { + // later get this from a QS parameter probably + // idea: option to include devel routes as a debugging aid + $activeClause = "(systems.level='preview' OR systems.level='active')"; + $regions = tm_qs_multi_or_comma_to_array("rg"); + + // restrict to waypoints matching routes whose region is given in the "rg=" query string parameter + // build strings needed for later queries + $select_regions = ""; + $where_regions = ""; + $num_regions = 0; + foreach ($regions as $region) { + if ($num_regions == 0) { + $select_regions = " and (routes.region='$region'"; + $where_regions = " where (region='$region'"; + } + else { + $select_regions = $select_regions." or routes.region='$region'"; + $where_regions = $where_regions." or region='$region'"; + } + $num_regions = $num_regions + 1; + } + if ($num_regions > 0) { + $select_regions = $select_regions.")"; + $where_regions = $where_regions.")"; + } + + // select based on system? + $systems = tm_qs_multi_or_comma_to_array("sys"); + + // restrict to waypoints matching routes whose system is given in the "sys=" query string parameter + $select_systems = ""; + $where_systems = ""; + $num_systems = 0; + foreach ($systems as $system) { + if ($num_systems == 0) { + $select_systems = " and (routes.systemName='$system'"; + $where_systems = " where (routes.systemName='$system'"; + } + else { + $select_systems = $select_systems." or routes.systemName='$system'"; + $where_systems = $where_systems." or routes.systemName='$system'"; + } + $num_systems = $num_systems + 1; + } + if ($num_systems > 0) { + $select_systems = $select_systems.")"; + $where_systems = $where_systems.")"; + } + + if (array_key_exists("rte", $_GET)) { + $rteClause = " where (routes.route like '".$_GET['rte']."' or route regexp '".$_GET['rte']."[a-z]')"; + $rteClause = str_replace("*", "%", $rteClause); + if (array_key_exists('rg', $_GET)) $rteClause .= " AND ".orClauseBuilder('rg', 'region','routes'); + if (array_key_exists('sys', $_GET)) $rteClause .= " AND ".orClauseBuilder('sys', 'systemName','routes'); + $sql_command = <<<SQL +SELECT + waypoints.pointName, waypoints.latitude, waypoints.longitude, waypoints.root, + systems.tier, systems.color, systems.systemname +FROM waypoints + JOIN routes ON routes.root = waypoints.root + JOIN systems ON routes.systemname = systems.systemname AND $activeClause $rteClause + ORDER BY root, waypoints.pointId; +SQL; + } elseif (($num_systems == 0) && ($num_regions == 0)) { + // for now, put in a default to usai, do something better later + $select_systems = " and (routes.systemName='usai')"; + $where_systems = " where (routes.systemName='usai')"; + $sql_command = <<<SQL +SELECT + waypoints.pointName, waypoints.latitude, waypoints.longitude, waypoints.root, + systems.tier, systems.color, systems.systemname +FROM waypoints + JOIN routes ON routes.root = waypoints.root + {$select_regions}{$select_systems} + JOIN systems ON routes.systemname = systems.systemname AND $activeClause +ORDER BY root, waypoints.pointId; +SQL; + } else { + $sql_command = <<<SQL +SELECT + waypoints.pointName, waypoints.latitude, waypoints.longitude, waypoints.root, + systems.tier, systems.color, systems.systemname +FROM waypoints + JOIN routes ON routes.root = waypoints.root $select_regions $select_systems + JOIN systems ON routes.systemname = systems.systemname AND $activeClause +ORDER BY root, waypoints.pointId; +SQL; + } + + $res = tmdb_query($sql_command); + + $routenum = 0; + $pointnum = 0; + $lastRoute = ""; + while ($row = $res->fetch_assoc()) { + if (!($row['root'] == $lastRoute)) { + echo <<<JS +newRouteIndices[$routenum] = $pointnum; +routeTier[$routenum] = {$row['tier']}; +routeColor[$routenum] = '{$row['color']}'; +routeSystem[$routenum] = '{$row['systemname']}';\n +JS; + $lastRoute = $row['root']; + $routenum = $routenum + 1; + } + //echo "waypoints[".$pointnum."] = new Waypoint(\"".$row['pointName']."\",".$row['latitude'].",".$row['longitude']."); // Route = ".$row['root']." (".$row['color'].")\n"; + echo "waypoints[$pointnum] = new Waypoint(\"{$row['pointName']}\",{$row['latitude']},{$row['longitude']})\n"; + $pointnum = $pointnum + 1; + } + + // check for query string parameter for traveler clinched mapping of route + if (array_key_exists("u",$_GET)) { + //echo "// select_systems: ".$select_systems."\n"; + //echo "// where_systems: ".$where_systems."\n"; + echo "traveler = '".$_GET['u']."';\n"; + // retrieve list of segments for this region or regions + if(isset($rteClause)) { + $sql_command = <<<SQL +SELECT + segments.segmentId, segments.root +FROM segments + JOIN routes ON routes.root = segments.root + JOIN systems ON routes.systemname = systems.systemname AND $activeClause $rteClause +ORDER BY root, segments.segmentId; +SQL; + } else { + $sql_command = <<<SQL +SELECT + segments.segmentId, segments.root +FROM segments + JOIN routes ON routes.root = segments.root + JOIN systems ON routes.systemname = systems.systemname AND $activeClause $where_regions $select_systems +ORDER BY root, segments.segmentId; +SQL; + } + $res = tmdb_query($sql_command); + $segmentIndex = 0; + while ($row = $res->fetch_assoc()) { + echo "segments[$segmentIndex] = {$row['segmentId']}; // route={$row['root']}\n"; + $segmentIndex = $segmentIndex + 1; + } + if(isset($rteClause)) { + $sql_command = <<<SQL +SELECT + segments.segmentId, segments.root +FROM segments + RIGHT JOIN clinched ON segments.segmentId = clinched.segmentId + JOIN routes ON routes.root = segments.root + JOIN systems ON routes.systemname = systems.systemname AND $activeClause $rteClause AND clinched.traveler='{$_GET['u']}' + ORDER BY root, segments.segmentId; +SQL; + } else { + $sql_command = <<<SQL +SELECT + segments.segmentId, segments.root +FROM segments + RIGHT JOIN clinched ON segments.segmentId = clinched.segmentId + JOIN routes ON routes.root = segments.root + JOIN systems ON routes.systemname = systems.systemname AND $activeClause $where_regions $select_systems AND clinched.traveler='{$_GET['u']}' + ORDER BY root, segments.segmentId; +SQL; + } + $res = tmdb_query($sql_command); + $segmentIndex = 0; + while ($row = $res->fetch_assoc()) { + echo "clinched[$segmentIndex] = {$row['segmentId']}; // route={$row['root']}\n"; + $segmentIndex = $segmentIndex + 1; + } + echo "mapClinched = true;\n"; + } + + // insert custom color code if needed + tm_generate_custom_colors_array(); + } + + function select_single_route () + { + $routeparam = strtolower($_GET['r']); + + if (array_key_exists('u', $_GET)) { + $tmuser = $_GET['u']; + } else { + $tmuser = ""; + } + + if ($routeparam != "") { + // select all waypoints matching the root given in the "r=" query string parameter + $sql_command = "SELECT pointName, latitude, longitude FROM waypoints WHERE root = '" . $routeparam . "';"; + $res = tmdb_query($sql_command); + $pointnum = 0; + while ($row = $res->fetch_assoc()) { + echo "waypoints[$pointnum] = new Waypoint(\"{$row['pointName']}\",{$row['latitude']},{$row['longitude']});\n"; + if ($row['pointName'][0] === '+') { + $pointnum = $pointnum + 1; + continue; + } + $sql_command = "SELECT DISTINCT w.root, r.route, r.region, r.banner, r.abbrev, r.city FROM waypoints AS w LEFT JOIN routes AS r ON w.root = r.root WHERE w.latitude='".$row['latitude']."' AND w.longitude='".$row['longitude']."';"; + $res2 = tmdb_query($sql_command); + if ($res2->num_rows > 1) { + echo "waypoints[$pointnum].intersecting = new Array();\n"; + while ($match_row = $res2->fetch_assoc()) { + if ($match_row['root'] != $routeparam) { + echo "waypoints[$pointnum].intersecting.push(new Route(\"".$match_row['root']."\",\"".$match_row['route']."\",\"".$match_row['region']."\",\"".$match_row['banner']."\",\"".$match_row['abbrev']."\",\"".$match_row['city']."\"));\n"; + } + } + } + $res2->free(); + $pointnum = $pointnum + 1; + } + $res->free(); + } else { + // nothing to select waypoints, we're done + echo "return;\n"; + } + // check for query string parameter for traveler clinched mapping of route + if ($tmuser != "") { + echo "traveler = '$tmuser';\n"; + if ($routeparam != "") { + // retrieve list of segments for this route + echo "// SQL: select segmentId from segments where root = '" . $routeparam . "';\n"; + $sql_command = "SELECT segmentId FROM segments WHERE root = '$routeparam';"; + $res = tmdb_query($sql_command); + $segmentIndex = 0; + while ($row = $res->fetch_assoc()) { + echo "segments[$segmentIndex] = {$row['segmentId']};\n"; + $segmentIndex = $segmentIndex + 1; + } + $res->free(); + $sql_command = <<<SQL +SELECT + segments.segmentId +FROM segments + RIGHT JOIN clinched ON segments.segmentId = clinched.segmentId +WHERE segments.root='$routeparam' AND clinched.traveler = '$tmuser'; +SQL; + $res = tmdb_query($sql_command); + $segmentIndex = 0; + while ($row = $res->fetch_assoc()) { + echo "clinched[$segmentIndex] = {$row['segmentId']};\n"; + $segmentIndex = $segmentIndex + 1; + } + $res->free(); + } + echo "mapClinched = true;\n"; + } + } +?> + +function waypointsFromSQL() { + <?php + if (array_key_exists('r', $_GET)) { select_single_route(); } + else { select_route_set(); } + ?> + genEdges = true; +} diff --git a/shields/clinched.php b/shields/clinched.php index 321f92b0..d4de6a56 100644 --- a/shields/clinched.php +++ b/shields/clinched.php @@ -13,6 +13,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="/css/travelMapping.css" /> <link rel="stylesheet" type="text/css" href="/fonts/roadgeek.css" /> + <link rel="shortcut icon" type="image/png" href="/favicon.png"> </head> <body> <?php require $_SERVER['DOCUMENT_ROOT']."/lib/tmheader.php"; ?> @@ -104,4 +105,4 @@ <?php $tmdb->close(); ?> -</html> \ No newline at end of file +</html> diff --git a/shields/shieldgen.php b/shields/shieldgen.php index 24956712..d620e41a 100644 --- a/shields/shieldgen.php +++ b/shields/shieldgen.php @@ -20,8 +20,60 @@ function generate($r, $force_reload = false) } switch ($row['systemName']) { + case 'canab': case 'canqca': //uses different shields for 1, 2, 3 digits + $routeNum = $row['route']; + $routeNum = str_replace("AB", "", $routeNum); + $routeNum = str_replace("A-", "", $routeNum); + if (strlen($routeNum) > 1) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + if (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide3.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + case 'cansph': + $region = explode(".", $r)[0]; + $routeNum = str_replace(strtoupper($region), "", $row['route']); + if (strlen($routeNum) > 2) { + if (file_exists("{$dir}/template_can" . $region . "_wide.svg")) { + $svg = file_get_contents("{$dir}/template_can" . $region . "_wide.svg"); + } else { + $svg = file_get_contents("{$dir}/generic_wide.svg"); + } + } else { + if (file_exists("{$dir}/template_can" . $region . ".svg")) { + $svg = file_get_contents("{$dir}/template_can" . $region . ".svg"); + } else { + $svg = file_get_contents("{$dir}/generic.svg"); + } + } + $region = strtoupper($region); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + $svg = str_replace("***SYS***", $region, $svg); + break; + case 'cantch': //do nothing break; + + case 'canyt': + $routeNum = str_replace("YT", "", $row['route']); //gets rid of the extra YT on BC ones + if (file_exists("{$dir}/template_canyt" . $routeNum . ".svg")) { + $svg = file_get_contents("{$dir}/template_canyt" . $routeNum . ".svg"); + } + else { + $svg = file_get_contents("{$dir}/generic_wide.svg"); + } + break; + + case 'mexd': + $routeNum = str_replace("MEX", "", $row['route']); + $routeNum = str_replace("D", "", $routeNum); //handled by template + if (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_mexd_wide.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; case 'usai': case 'usaif': @@ -68,14 +120,9 @@ function generate($r, $force_reload = false) $routeNum = str_replace("KY", "", $row['route']); $svg = str_replace("***NUMBER***", $routeNum, $svg); break; - - case 'usamt': - $routeNum = str_replace("MT", "", $row['route']); - if (strlen($routeNum) > 3) { - $svg = file_get_contents("{$dir}/template_usamt_wide4.svg"); - } elseif (strlen($routeNum) > 2) { - $svg = file_get_contents("{$dir}/template_usamt_wide.svg"); - } + + case 'usamts': + $routeNum = str_replace("SR", "", $row['route']); $svg = str_replace("***NUMBER***", $routeNum, $svg); break; @@ -89,7 +136,7 @@ function generate($r, $force_reload = false) $svg = file_get_contents("{$dir}/generic_wide.svg"); } } else { - if (file_exists("template_usa" . $region . ".svg")) { + if (file_exists("{$dir}/template_usa" . $region . ".svg")) { $svg = file_get_contents("{$dir}/template_usa" . $region . ".svg"); } else { $svg = file_get_contents("{$dir}/generic.svg"); @@ -98,6 +145,191 @@ function generate($r, $force_reload = false) $region = strtoupper($region); $svg = str_replace("***NUMBER***", $routeNum, $svg); $svg = str_replace("***SYS***", $region, $svg); + $svg = str_replace("***LETTER***", "", $svg); //hack to kill off the suffix for usaar + break; + + case 'belb': case 'hunm': case 'lvaa': case 'lvap': case 'nldp': case 'nldr': case 'pola': case 'pols': case 'svkd': case 'svkr': + // replace placeholder + $svg = str_replace("***NUMBER***", $row['route'], $svg); + break; + + case 'andcg': + // replace placeholder, use wide svg file for 4-digit numbers + if (strlen($row['route']) > 3) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + $svg = str_replace("***NUMBER***", $row['route'], $svg); + break; + + case 'itaa': + // replace placeholder, use wide svg file for 5-/7-digit numbers + if (strlen($row['route']) > 4) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide5.svg"); + } + if (strlen($row['route']) > 6) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide7.svg"); + } + $svg = str_replace("***NUMBER***", $row['route'], $svg); + break; + + case 'alakt': case 'alavt': case 'canmbw': case 'chea': case 'czed': case 'czei': case 'czeii': case 'deua': case 'dnksr': case 'deub': case 'estp': case 'estt': case 'finkt': case 'hunf': case 'islth': case 'ltuk': case 'poldk': case 'poldw': case 'svki': case 'swel': + // replace placeholder, remove prefix + $routeNum = str_replace("A", "", $row['route']); + $routeNum = str_replace("B", "", $routeNum); + $routeNum = str_replace("DK", "", $routeNum); + $routeNum = str_replace("DW", "", $routeNum); + $routeNum = str_replace("D", "", $routeNum); + $routeNum = str_replace("F", "", $routeNum); + $routeNum = str_replace("I", "", $routeNum); + $routeNum = str_replace("Kt", "", $routeNum); + $routeNum = str_replace("K", "", $routeNum); + $routeNum = str_replace("L", "", $routeNum); + $routeNum = str_replace("Rte", "", $routeNum); + $routeNum = str_replace("SR", "", $routeNum); + $routeNum = str_replace("TH", "", $routeNum); + $routeNum = str_replace("T", "", $routeNum); + $routeNum = str_replace("Vt", "", $routeNum); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'nlds': + // replace placeholder, remove prefix and suffix + $routeNum = substr($row['route'], 1, 3); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'autb': case 'luxn': + // replace placeholder, remove prefix, use wide svg file for 3-digit numbers + $routeNum = str_replace("B", "", $row['route']); + $routeNum = str_replace("L", "", $routeNum); + $routeNum = str_replace("N", "", $routeNum); + if (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'cheh': case 'dnkpr': case 'finvt': case 'norrv': case 'swer': + // replace placeholder, remove prefix, use wide svg files for 2-/3-digit numbers + $routeNum = str_replace("Fv", "", $row['route']); + $routeNum = str_replace("H", "", $routeNum); + $routeNum = str_replace("N", "", $routeNum); + $routeNum = str_replace("PR", "", $routeNum); + $routeNum = str_replace("Rv", "", $routeNum); + $routeNum = str_replace("R", "", $routeNum); + $routeNum = str_replace("Vt", "", $routeNum); + if (strlen($routeNum) > 1) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + if (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide3.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'beln0': case 'beln1': case 'beln2': case 'beln3': case 'beln4': case 'beln5': case 'beln6': case 'beln7': case 'beln8': case 'beln9': case 'beln': + // replace placeholder, remove prefix, use wide svg files for 2-/3-digit numbers (Belgian workaround till beln is merged again) + $routeNum = str_replace("N", "", $row['route']); + $svg = file_get_contents("{$dir}/template_beln.svg"); + if (strlen($routeNum) > 1) { + $svg = file_get_contents("{$dir}/template_beln_wide.svg"); + } + if (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_beln_wide3.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'norfv0': case 'norfv1': case 'norfv2': case 'norfv3': case 'norfv4': case 'norfv5': case 'norfv6': case 'norfv7': case 'norfv8': case 'norfv9': case 'norfv': + // replace placeholder, remove prefix, use wide svg files for 2-/3-digit numbers (Norwegian workaround till norfv is merged again) + $routeNum = str_replace("Fv", "", $row['route']); + $svg = file_get_contents("{$dir}/template_norfv.svg"); + if (strlen($routeNum) > 1) { + $svg = file_get_contents("{$dir}/template_norfv_wide.svg"); + } + if (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_norfv_wide3.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'roudn': + // replace placeholder, remove prefix, use wide svg file for 4-digit numbers + $routeNum = str_replace("DN", "", $row['route']); + if (strlen($routeNum) > 3) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'prta': case 'prtip': case 'prtic': + // replace placeholder, add blank after prefix + $routeNum = str_replace("A", "A ", $row['route']); + $routeNum = str_replace("IC", "IC ", $routeNum); + $routeNum = str_replace("IP", "IP ", $routeNum); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'fraa': case 'fran': case 'frht': case 'spmn': case 'mtqa': case 'glpn': case 'gufn': case 'reun': case 'mara': case 'tuna': case 'mtqn': + // replace placeholder, add blank after prefix, use wide svg files + $routeNum = str_replace("A", "A ", $row['route']); + $routeNum = str_replace("N", "N ", $routeNum); + //$routeNum = str_replace("T", "T", $routeNum); //no blank required! + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide" . strlen($routeNum) . ".svg"); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'nclt': + // replace placeholder, add blank after prefix, use wide svg files + $routeNum = str_replace("T", "RT ", $row['route']); + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide" . strlen($routeNum) . ".svg"); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'espn': + // replace placeholder, add hyphen after prefix, use wide svg files + $routeNum = str_replace("N", "N-", $row['route']); + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide" . strlen($routeNum) . ".svg"); + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; + + case 'bela': case 'belr': case 'eure': case 'luxa': case 'luxb': case 'roua': + // replace placeholder, use wide svg file for 3-digit numbers + if (strlen($row['route']) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + $svg = str_replace("***NUMBER***", $row['route'], $svg); + break; + + case 'nlda': + // replace placeholder, use wide svg files for 3-/4-digit numbers + if (strlen($row['route']) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + if (strlen($row['route']) > 3) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide4.svg"); + } + $svg = str_replace("***NUMBER***", $row['route'], $svg); + break; + + case 'espa': + // replace placeholder, use wide svg files for 3-/4-/5-digit numbers (Spain is simplified: national (blue) motorway signs are generally used for national and regional motorways, numbering w/o "-" (e.g. A1 instead of A-1)) + if (strlen($row['route']) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide3.svg"); + } + if (strlen($row['route']) > 3) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide4.svg"); + } + if (strlen($row['route']) > 4) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide5.svg"); + } + $svg = str_replace("***NUMBER***", $row['route'], $svg); + break; + + case 'deubwl': case 'deubyst': case 'deubbl': case 'deuhel': case 'deumvl': case 'deunil': case 'deunwl': case 'deurpl': case 'deusll': case 'deusns': case 'deustl': case 'deushl': case 'deuthl': + // replace placeholder, use wide svg files (German Landesstrassen) + $svg = file_get_contents("{$dir}/template_deul" . strlen($row['route']) . ".svg"); + $svg = str_replace("***NUMBER***", $row['route'], $svg); break; case 'gbnm':case 'nirm': @@ -109,15 +341,21 @@ function generate($r, $force_reload = false) break; case 'gbnam':case 'niram': - $routeNum = str_replace("M", "", $row['route']);; + $routeNum = str_replace("M", "", $row['route']); $routeNum = str_replace("A", "", $routeNum); if (strlen($routeNum) > 2) { $svg = file_get_contents("{$dir}/template_gbnam_wide.svg"); } $svg = str_replace("***NUMBER***", $routeNum, $svg); break; + + case 'twnf': + $routeNum = str_replace("F", "", $row['route']); + $routeNum = str_replace("A", "甲", $routeNum); //suffix - hope there's no unicode issues + $svg = str_replace("***NUMBER***", $routeNum, $svg); + break; - case 'usasf': case 'usanp': case 'eursf': case 'usakyp': case 'gbrtr': + case 'usasf': case 'usanp': case 'cannf': case 'eursf': case 'usakyp': case 'gbrtr': $lines = explode(',',preg_replace('/(?!^)[A-Z]{3,}(?=[A-Z][a-z])|[A-Z][a-z]/', ',$0', $row['route'])); $index = 0; foreach($lines as $line) { @@ -131,11 +369,111 @@ function generate($r, $force_reload = false) $index++; } break; + + case 'usaar': + $matches = []; + $routeNum = str_replace('AR', "", $row['route']); + if (preg_match('/(?<number>[0-9]+)(?<letter>[A-Za-z]+)/', $routeNum, $matches)) { + $svg = str_replace("***NUMBER***", $matches['number'], $svg); + $svg = str_replace("***LETTER***", $matches['letter'], $svg); + break; + } + else { + $svg = str_replace("***NUMBER***", $routeNum, $svg); + $svg = str_replace("***LETTER***", "", $svg); + break; + } + + case 'usanh': + $matches = []; + $routeNum = str_replace('NH', "", $row['route']); + if (preg_match('/(?<number>[0-9]+)(?<letter>[A-Za-z]+)/', $routeNum, $matches)) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide4.svg"); + $svg = str_replace("***NUMBER***", $matches['number'], $svg); + $svg = str_replace("***LETTER***", $matches['letter'], $svg); + break; + } + elseif (strlen($routeNum) > 2) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + $svg = str_replace("***NUMBER***", $routeNum, $svg); + + break; + + case 'usanes': + $matches = []; + $routeNum = str_replace('NE', "", $row['route']); + if ($routeNum[0] == 'L') { + $svg_path = "{$dir}/template_usanes_link.svg"; + $svg = file_get_contents($svg_path); + $routeNum = str_replace('L', "", $routeNum); + preg_match('/(?<number>[0-9]+)(?<letter>[A-Za-z]+)/', $routeNum, $matches); + } + else { //S + $svg_path = "{$dir}/template_usanes_spur.svg"; + $svg = file_get_contents($svg_path); + $routeNum = str_replace('S', "", $routeNum); + preg_match('/(?<number>[0-9]+)(?<letter>[A-Za-z]+)/', $routeNum, $matches); + } + $svg = str_replace("***NUMBER***", $matches['number'], $svg); + $svg = str_replace("***LETTER***", $matches['letter'], $svg); + break; + + //the following cases are meant to fall through to the default + //TODO: fix this + + case 'usatx': case 'usatxl': case 'usatxs': + if ($row['root'] == 'tx.nasa1' or $row['systemName'] != 'usatx' or $row['banner'] != "") { + $system = ""; + $num = ""; + $svg_path = "{$dir}/template_usatx_aux.svg"; + + $sys_map['Lp'] = "LOOP"; + $sys_map['Spr'] = "SPUR"; + $sys_map['Bus'] = "BUS"; + $sys_map['Trk'] = "TRUCK"; + + if ($row['root'] == 'tx.nasa1') { + $system = "NASA"; + $num = "1"; + } elseif ($row['root'] == 'tx.lp008') { + $system = "BELTWAY"; + $num = "8"; + } else { + $matches = []; + preg_match('/(TX|)(?<system>[A-Za-z]+)(?<number>[0-9]+)/', $row['route'], $matches); + + if(array_key_exists($matches['system'], $sys_map)) $system = $sys_map[$matches['system']]; + else $system = $sys_map[$row['banner']]; + + $num = $matches['number']; + + if (strlen($num) >= 3) { + $svg_path = "{$dir}/template_usatx_aux_wide.svg"; + } + } + + $svg = file_get_contents($svg_path); + $svg = str_replace("***NUMBER***", $num, $svg); + $svg = str_replace("***SYS***", $system, $svg); + break; + } default: $region = strtoupper(explode(".", $r)[0]); $routeNum = str_replace($region, "", $row['route']); - if (strlen($routeNum) > 2) { + if (strlen($routeNum) > 3) { + if (file_exists("{$dir}/template_" . $row['systemName'] . "_wide4.svg")) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide4.svg"); + } + elseif (file_exists("{$dir}/template_" . $row['systemName'] . "_wide.svg")) { + $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); + } + else { + $svg = file_get_contents("{$dir}/generic_wide.svg"); + } + } + elseif (strlen($routeNum) > 2) { if (file_exists("{$dir}/template_" . $row['systemName'] . "_wide.svg")) { $svg = file_get_contents("{$dir}/template_" . $row['systemName'] . "_wide.svg"); } else { diff --git a/shields/template_alakt.svg b/shields/template_alakt.svg new file mode 100644 index 00000000..5718f297 --- /dev/null +++ b/shields/template_alakt.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="160px" version="1.1" viewBox="0 0 160 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="160" y="0" x="0" fill="#0091ff"/> + <rect rx="10" ry="10" height="112" width="152" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="140" y="10.25" x="10.25" fill="#0091ff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_alavt.svg b/shields/template_alavt.svg new file mode 100644 index 00000000..2c91d973 --- /dev/null +++ b/shields/template_alavt.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="120px" version="1.1" viewBox="0 0 120 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="120" y="0" x="0" fill="#ff163c"/> + <rect rx="10" ry="10" height="112" width="112" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="100" y="10.25" x="10.25" fill="#ff163c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="60">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_alba.svg b/shields/template_alba.svg new file mode 100644 index 00000000..a0313912 --- /dev/null +++ b/shields/template_alba.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1" viewBox="0 0 300 300"> + <path id="pathOttagono" d="m25 25 125-20 125 20 20 125-20 125-125 20-125-20-20-125 20-125z" stroke="#fff" stroke-width="10" fill="#08842c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="180px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Engschrift'" fill="#fff"> + <tspan x="155" y="210">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_andcg.svg b/shields/template_andcg.svg new file mode 100644 index 00000000..c59fb9db --- /dev/null +++ b/shields/template_andcg.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350" height="150" viewBox="0 0 350 150" version="1.1"> + <g fill-rule="evenodd"> + <rect rx="16" ry="16" height="150" width="350" y="0" x="0" fill="#000"/> + <rect rx="12" ry="12" height="134" width="334" y="8" x="8" fill="#fe0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="170px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#fff"> + <tspan y="130" x="175">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_andcg_wide.svg b/shields/template_andcg_wide.svg new file mode 100644 index 00000000..94d64b45 --- /dev/null +++ b/shields/template_andcg_wide.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350" height="150" viewBox="0 0 350 150" version="1.1"> + <g fill-rule="evenodd"> + <rect rx="16" ry="16" height="150" width="350" y="0" x="0" fill="#000"/> + <rect rx="12" ry="12" height="134" width="334" y="8" x="8" fill="#fe0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#fff"> + <tspan y="100" x="175">***NUMBER***</tspan> + </text> + </g> +</svg> \ No newline at end of file diff --git a/shields/template_auta.svg b/shields/template_auta.svg new file mode 100644 index 00000000..e35f4366 --- /dev/null +++ b/shields/template_auta.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" version="1.1"> + <rect ry="10" height="120" width="120" y="0" x="0" fill="#276FB7"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="90" x="60">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_auta_wide.svg b/shields/template_auta_wide.svg new file mode 100644 index 00000000..9b4930fe --- /dev/null +++ b/shields/template_auta_wide.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="170" height="120" viewBox="0 0 170 120" version="1.1"> + <rect ry="10" height="120" width="170" y="0" x="0" fill="#276FB7"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="90" x="85">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_autb.svg b/shields/template_autb.svg new file mode 100644 index 00000000..e35f4366 --- /dev/null +++ b/shields/template_autb.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" version="1.1"> + <rect ry="10" height="120" width="120" y="0" x="0" fill="#276FB7"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="90" x="60">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_autb_wide.svg b/shields/template_autb_wide.svg new file mode 100644 index 00000000..9b4930fe --- /dev/null +++ b/shields/template_autb_wide.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="170" height="120" viewBox="0 0 170 120" version="1.1"> + <rect ry="10" height="120" width="170" y="0" x="0" fill="#276FB7"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="90" x="85">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_auts.svg b/shields/template_auts.svg new file mode 100644 index 00000000..e35f4366 --- /dev/null +++ b/shields/template_auts.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" version="1.1"> + <rect ry="10" height="120" width="120" y="0" x="0" fill="#276FB7"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="90" x="60">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_auts_wide.svg b/shields/template_auts_wide.svg new file mode 100644 index 00000000..9b4930fe --- /dev/null +++ b/shields/template_auts_wide.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="170" height="120" viewBox="0 0 170 120" version="1.1"> + <rect ry="10" height="120" width="170" y="0" x="0" fill="#276FB7"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="90" x="85">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_bela.svg b/shields/template_bela.svg new file mode 100644 index 00000000..0167cc4f --- /dev/null +++ b/shields/template_bela.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="86.4" version="1.1" viewBox="0 0 86.4 68.3"> + <path fill="#fff" d="m7.13 0h72.7c3.64 0 6.62 3.53 6.62 7.84v52.7c0 4.31-2.98 7.84-6.62 7.84h-73.1c-3.72 0-6.7-3.5-6.7-7.8v-53.1c-0.00000178-4.29 3.49-7.4 7.13-7.4z"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path d="m7.73 2.75h70.9c3.49 0 5.41 2.27 5.41 6.22v50.6c0 3.95-2.17 5.93-5.66 5.93h-70.6c-3.49 0-5.41-2.39-5.41-6.34v-50.9c0-3.89 1.92-5.51 5.36-5.51z"/> + <path fill="#fff" d="m8.44 5.33h69.5c3.29 0 3.99 1.26 3.99 4.91v48.2c0 3.65-1.52 4.55-4.8 4.55h-67.8c-3.29 0-4.8-1.2-4.8-4.79v-49.1c0-3.59 0.708-3.77 3.94-3.77z"/> + <path d="m8.44 5.33h69.5c3.29 0 3.99 1.26 3.99 4.91v48.2c0 3.65-1.52 4.55-4.8 4.55h-67.8c-3.29 0-4.8-1.2-4.8-4.79v-49.1c0-3.59 0.708-3.77 3.94-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Engschrift'" fill="#000"> + <tspan y="55" x="60">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_bela_wide.svg b/shields/template_bela_wide.svg new file mode 100644 index 00000000..7019f676 --- /dev/null +++ b/shields/template_bela_wide.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="102" version="1.1" viewBox="0 0 102 68.3"> + <path fill="#0071b3" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path fill="#fff" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path fill="#fff" d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z"/> + <path d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Engschrift'" fill="#000"> + <tspan y="55" x="67">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_belb.svg b/shields/template_belb.svg new file mode 100644 index 00000000..719dff5e --- /dev/null +++ b/shields/template_belb.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="102" version="1.1" viewBox="0 0 101.952 68.347"> + <path fill="#0071b3" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path fill="#fff" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path fill="#fff" d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z"/> + <path d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Engschrift'" fill="#000"> + <tspan y="55" x="67">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_beln.svg b/shields/template_beln.svg new file mode 100644 index 00000000..4f15f8fe --- /dev/null +++ b/shields/template_beln.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="102" version="1.1" viewBox="0 0 101.952 68.347"> + <path fill="#0071b3" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path fill="#0071b3" d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z"/> + <path d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <polygon points="37.5 24.5 37.5 54.8 33.7 54.8 25.6 34 25.6 55.1 22.1 55.1 22.1 24.5 26.6 24.5 33.8 43.9 33.8 24.5" fill="#fff" transform="translate(7.53)"/> + <g fill="#fff" transform="translate(4.63)"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="55" x="90">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_beln_wide.svg b/shields/template_beln_wide.svg new file mode 100644 index 00000000..98fdfc79 --- /dev/null +++ b/shields/template_beln_wide.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="102" version="1.1" viewBox="0 0 101.952 68.347"> + <path fill="#0071b3" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <path fill="#0071b3" d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z"/> + <path d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <polygon points="37.5 54.8 33.7 54.8 25.6 34 25.6 55.1 22.1 55.1 22.1 24.5 26.6 24.5 33.8 43.9 33.8 24.5 37.5 24.5" fill="#fff" transform="translate(-1.59)"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="55" x="90">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_beln_wide3.svg b/shields/template_beln_wide3.svg new file mode 100644 index 00000000..8bc038d4 --- /dev/null +++ b/shields/template_beln_wide3.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="67.6" width="119" version="1.1" viewBox="0 0 119.42222 67.587757"> + <path fill="#0071b3" d="m0.114 34v-26.4c0-4.13 3.93-7.47 8.6-7.47h102c4.82 0 8.74 3.34 8.74 7.47l0.0943 26.4 0.0943 26c0 4.13-4.16 7.59-8.98 7.59h-102c-4.72 0-8.65-3.34-8.65-7.39v-26.3l0.0466 0.159z"/> + <path d="m0.111 34v-26.4c0-4.13 3.93-7.47 8.6-7.47h102c4.82 0 8.74 3.34 8.74 7.47l0.0943 26.4 0.0943 26c0 4.13-4.16 7.59-8.98 7.59h-102c-4.72 0-8.65-3.34-8.65-7.39v-26.3l0.0466 0.159z" stroke="#0071b3" stroke-miterlimit="3.86" stroke-width=".129" fill="none"/> + <path fill="#fff" d="m117 33.9 0.0465 26.2c0 3.06-3.13 5.72-6.74 5.72h-102c-3.56 0-6.46-2.66-6.46-5.72l0.0466-26v-26.9c0-2.9 2.67-5.25 6.03-5.25h102c3.56 0 6.74 2.46 6.74 5.61v26.3h-0.0465z"/> + <path d="m117 33.9 0.0465 26.2c0 3.06-3.13 5.73-6.73 5.73h-102c-3.55 0-6.45-2.66-6.45-5.73l0.0466-26v-26.9c0-2.9 2.67-5.25 6.03-5.25h102c3.55 0 6.73 2.46 6.73 5.61v26.4h-0.0465z" stroke="#fff" stroke-miterlimit="3.86" stroke-width=".216" fill="none"/> + <path fill="#0071b3" d="m115 33.8 0.0465 26.2c0 2.15-2.25 4.02-4.72 4.02h-102c-2.48 0-4.58-1.79-4.58-3.94v-26.1l0.0466-26.4c0-2.15 2.1-3.94 4.58-3.94h102c2.48 0 4.49 1.83 4.49 3.98l0.0943 26.2z"/> + <path d="m115 33.8 0.0465 26.2c0 2.15-2.25 4.02-4.72 4.02h-102c-2.48 0-4.58-1.79-4.58-3.94v-26.1l0.0466-26.4c0-2.15 2.1-3.94 4.58-3.94h102c2.48 0 4.49 1.83 4.49 3.98l0.0943 26.2z" stroke="#0071b3" stroke-miterlimit="3.86" stroke-width=".216" fill="none"/> + <polygon points="25.5 54.8 21.7 54.8 13.6 34 13.6 55.1 10.1 55.1 10.1 24.5 14.6 24.5 21.8 43.9 21.8 24.5 25.5 24.5" fill="#fff" transform="translate(-1.59)"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="55" x="90">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_belr.svg b/shields/template_belr.svg new file mode 100644 index 00000000..0167cc4f --- /dev/null +++ b/shields/template_belr.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="86.4" version="1.1" viewBox="0 0 86.4 68.3"> + <path fill="#fff" d="m7.13 0h72.7c3.64 0 6.62 3.53 6.62 7.84v52.7c0 4.31-2.98 7.84-6.62 7.84h-73.1c-3.72 0-6.7-3.5-6.7-7.8v-53.1c-0.00000178-4.29 3.49-7.4 7.13-7.4z"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path d="m7.73 2.75h70.9c3.49 0 5.41 2.27 5.41 6.22v50.6c0 3.95-2.17 5.93-5.66 5.93h-70.6c-3.49 0-5.41-2.39-5.41-6.34v-50.9c0-3.89 1.92-5.51 5.36-5.51z"/> + <path fill="#fff" d="m8.44 5.33h69.5c3.29 0 3.99 1.26 3.99 4.91v48.2c0 3.65-1.52 4.55-4.8 4.55h-67.8c-3.29 0-4.8-1.2-4.8-4.79v-49.1c0-3.59 0.708-3.77 3.94-3.77z"/> + <path d="m8.44 5.33h69.5c3.29 0 3.99 1.26 3.99 4.91v48.2c0 3.65-1.52 4.55-4.8 4.55h-67.8c-3.29 0-4.8-1.2-4.8-4.79v-49.1c0-3.59 0.708-3.77 3.94-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Engschrift'" fill="#000"> + <tspan y="55" x="60">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_belr_wide.svg b/shields/template_belr_wide.svg new file mode 100644 index 00000000..7019f676 --- /dev/null +++ b/shields/template_belr_wide.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="68.3" width="102" version="1.1" viewBox="0 0 102 68.3"> + <path fill="#0071b3" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path fill="#fff" d="m8.41 0h85.7c4.3 0 7.82 3.53 7.82 7.84v52.7c0 4.31-3.52 7.84-7.82 7.84h-86.4c-4.28 0-7.8-3.5-7.8-7.8v-53.1c0-4.29 4.12-7.4 8.41-7.4z"/> + <path fill="#fff" d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path d="m9.13 2.75h83.7c4.12 0 6.38 2.27 6.38 6.22v50.6c0 3.95-2.56 5.93-6.68 5.93h-83.3c-4.12 0-6.38-2.39-6.38-6.34v-50.9c0-3.89 2.27-5.51 6.32-5.51z"/> + <path fill="#fff" d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z"/> + <path d="m9.96 5.33h82c3.88 0 4.71 1.26 4.71 4.91v48.2c0 3.65-1.79 4.55-5.67 4.55h-80c-3.9 0-5.69-1.2-5.69-4.8v-49.1c0-3.59 0.835-3.77 4.65-3.77z" stroke-miterlimit="3.86" stroke-width="0" fill="none"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Engschrift'" fill="#000"> + <tspan y="55" x="67">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_canab.svg b/shields/template_canab.svg new file mode 100644 index 00000000..dea82cb9 --- /dev/null +++ b/shields/template_canab.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="600.22" width="450.23" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 450.23 600.224"><metadata id="metadata514"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs id="defs512"><clipPath id="clipPath546" clipPathUnits="userSpaceOnUse"><path id="path548" d="m253.8 378h108v30.321h-108v-30.321z"/></clipPath></defs><path id="path5" d="m0.61477 38.481v523.26c0.03998 20.92 16.946 37.84 37.86 37.87h373.28c20.909-0.03 37.817-16.955 37.859-37.868v-523.26c-0.05-20.919-16.95-37.837-37.86-37.868h-373.28c-20.919 0.03076-37.825 16.949-37.865 37.869" stroke="#000" stroke-width=".99956" fill="#fff"/><text id="routenum" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="scale(1.0012 .99882)" line-height="125%" font-size="301.98px" y="457.19986" x="224.94469" font-family="Roadgeek 2005 Blend C3B" fill="#000000"><tspan id="tspan3326" y="457.19986" x="224.9447" font-family="'Roadgeek 2014 Series EM'" fill="#000000">***NUMBER***</tspan></text> +<rect id="rect11" height="581.12" width="427.6" y="9.557" x="11.317" fill="none"/><path id="path13" fill-rule="evenodd" d="m423.59 442.61v-265.24h-396.94v265.24s-5.6752 44.326 34.729 65.069l163.74 77.917 163.74-77.917c40.402-20.743 34.725-65.068 34.725-65.068m-41.11 52.36-157.35 74.87-157.73-75.04c-30.347-15.59-26.896-49.04-26.749-50.46l0.10486-0.82054v-251.91h368.75v251.82l0.0932 0.92055c0.15729 1.4237 3.6002 34.865-27.119 50.635"/><g id="g542" transform="matrix(3.489 0 0 -3.489 -852.8 1460.8)"><g id="g544" clip-path="url(#clipPath546)"><g id="g550" transform="translate(273.64 384.78)"><path id="path552" d="m0 0c1.359 0.496 3.084 1.22 4.903 2.173 0.245-2.076 0.512-3.584 0.809-4.694-1.332 0.482-3.232 1.256-5.712 2.521m19.642-5.323c-1.051 0.156-2.432 1.59-2.85 3.948-0.753 4.245-0.307 8.434 0.94 14.675 0.236 1.181 1.043 3.227-1.521 3.621-0.814 0.125-0.391-0.276-0.62-1.356-0.986-4.649-4.788-7.998-8.605-10.244-0.399 5.321-0.235 11.232 0.766 14.857 0.845 3.057 1.851 2.494 0.604 3.138-1.312 0.677-2.722-0.218-3.863-2.495-1.14-2.276-6.397-14.645-14.791-22.993-4.296-4.272-8.182-2.072-8.96-1.415-0.633 0.535-0.867-0.29-0.083-1.136 3.476-3.746 8.551-1.598 10.399 0.25 5.107 5.107 11.046 16.097 13.448 20.759-0.222-2.626-0.296-7.03 0.193-12.19-2.6-1.267-4.931-2.012-6.029-2.299-1.191-0.312-1.927-0.798-1.949-1.35-0.024-0.603 0.776-1.114 1.931-1.662 2.058-0.975 8.082-3.823 9.568-4.686 1.271-0.738 1.892-0.161 2.268 0.634 0.492 1.038-0.857 1.637-2.164 2.028-0.502 1.747-0.905 4.1-1.172 6.69 3.063 1.885 6.079 4.396 7.818 7.533-0.438-2.622-1.561-11.54 1.254-15.31 0.62-0.83 1.99-1.738 3.327-1.605 0.628 0.063 0.947 0.476 0.884 0.606s-0.424-0.052-0.793 0.002"/></g><g id="g554" transform="translate(299.44 384.35)"><path id="path556" d="m0 0c-0.987-0.1-2.035-0.191-3.139-0.275 0.415 3.144 2.051 7.514 4.088 6.811 1.175-0.405 0.555-4.086-0.949-6.536m-2.584-2.166c-0.357-0.055-0.652-0.05-0.885-0.008 0.139 0.122 0.227 0.298 0.227 0.508 0 0.133 0.004 0.273 0.012 0.418 0.552 0.024 1.416 0.087 2.444 0.186-0.539-0.593-1.147-1.004-1.798-1.104m12.558 7.474c1.3 1.206 1.945 1.121 2.116 0.795 0.368-0.701-1.162-3.171-4.091-4.524 0.252 1.331 0.952 2.781 1.975 3.729m39.848-7.515c-4.02 0-5.058 3.125-5.252 4.673-0.129 1.027 0.093 2.515-1.684 2.317-1.243-0.138-2.367-2.559-3.943-4.598-1.353-1.75-1.958-1.583-1.643-0.081 0.393 1.883 1.962 6.297 3.759 6.62 0.831 0.149 1.127-1.313 1.51-0.399 0.383 0.915 0.032 2.891-1.828 2.891-1.302 0-2.865-1.38-4.146-2.953-1.117-1.37-6.762-9.678-9.129-7.885-1.107 0.839-1.016 4.253-0.32 8.277 2.808 1.083 5.146 0.728 6.467 0.094 0.652-0.313 0.743-0.267 0.463 0.451-0.41 1.055-2.67 2.702-6.202 1.945-0.083-0.018-0.167-0.038-0.251-0.059 0.284 1.306 0.615 2.633 0.976 3.923 0.33 1.182 1.3 3.228-1.232 3.622-0.805 0.125-0.463-0.265-0.729-1.356-0.49-2.008-1.106-4.611-1.553-7.228-2.081-1.198-4.019-3.2-5.438-5.835 0.246 1.215 0.627 2.558 0.654 3.466 0.027 0.954-0.627 1.166-0.882 1.239-0.554 0.159-1.226-0.117-1.889-1.052-1.551-2.185-3.514-5.641-6.499-7.092-2.139-1.04-3.078 0.007-3.132 1.62 0.423 0.128 0.802 0.263 1.121 0.404 3.878 1.719 5.209 4.311 4.225 5.889-0.935 1.499-3.609 1.044-5.721-1.18-1.039-1.096-1.841-2.979-1.934-4.695-0.895-0.193-1.925-0.365-3.074-0.519 1.821 2.955 1.663 6.951-1 7.623-3.092 0.782-4.654-2.221-5.317-4.717 0.204 2.497 0.604 5.539 1.167 8.361 0.237 1.182 1.044 3.228-1.52 3.621-0.814 0.126-0.688-0.253-0.621-1.355 0.091-1.48-1.547-10.438-0.691-14.374-1.104-0.356-1.551-1.185-0.132-2.061 0.977-0.602 3.129-0.803 5.303 0.269 0.78 0.384 1.454 0.925 2.017 1.56 1.295 0.167 2.656 0.375 3.897 0.622 0.213-1.724 1.338-3.046 3.952-2.803 3.717 0.345 7.018 4.911 8.264 7.112-0.225-2.359-1.759-7.509 0.858-7.244 1.025 0.104 0.579 0.266 0.643 1.153 0.225 3.103 2.81 5.734 5.365 7.346-0.443-3.8-0.289-7.195 1.434-8.272 3.171-1.983 7.662 3.238 10.134 6.431-1.259-2.835-1.971-6.469-0.08-7.022 2.216-0.649 3.964 3.029 6.009 5.844 0.239-2.02 1.586-5.501 7.018-5.501 2.441 0 4.514 0.689 6.05 1.779h-2.418c-0.902-0.539-1.928-0.871-3.026-0.871m2.746 10.666v-9.795h0.28c2.129 1.272 3.558 3.705 3.555 5.709-0.002 1.728-0.919 1.641-0.815 1.885 0.298 0.694 2.463 0.296 2.588-2.147 0.106-2.071-0.977-4.077-2.91-5.447h7.098v9.795h-9.796z"/></g></g></g></svg> diff --git a/shields/template_canab_wide.svg b/shields/template_canab_wide.svg new file mode 100644 index 00000000..cc5bcb59 --- /dev/null +++ b/shields/template_canab_wide.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="600.22" width="450.23" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 450.23 600.224"><metadata id="metadata514"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs id="defs512"><clipPath id="clipPath546" clipPathUnits="userSpaceOnUse"><path id="path548" d="m253.8 378h108v30.321h-108v-30.321z"/></clipPath></defs><path id="path5" d="m0.61477 38.481v523.26c0.03998 20.92 16.946 37.84 37.86 37.87h373.28c20.909-0.03 37.817-16.955 37.859-37.868v-523.26c-0.05-20.919-16.95-37.837-37.86-37.868h-373.28c-20.919 0.03076-37.825 16.949-37.865 37.869" stroke="#000" stroke-width=".99956" fill="#fff"/><text id="routenum" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="scale(1.0012 .99882)" line-height="125%" font-size="301.98px" y="457.19986" x="224.94469" font-family="Roadgeek 2005 Blend C3B" fill="#000000"><tspan id="tspan3326" y="457.19986" x="224.9447" font-family="'Roadgeek 2014 Series C'" fill="#000000">***NUMBER***</tspan></text> +<rect id="rect11" height="581.12" width="427.6" y="9.557" x="11.317" fill="none"/><path id="path13" fill-rule="evenodd" d="m423.59 442.61v-265.24h-396.94v265.24s-5.6752 44.326 34.729 65.069l163.74 77.917 163.74-77.917c40.402-20.743 34.725-65.068 34.725-65.068m-41.11 52.36-157.35 74.87-157.73-75.04c-30.347-15.59-26.896-49.04-26.749-50.46l0.10486-0.82054v-251.91h368.75v251.82l0.0932 0.92055c0.15729 1.4237 3.6002 34.865-27.119 50.635"/><g id="g542" transform="matrix(3.489 0 0 -3.489 -852.8 1460.8)"><g id="g544" clip-path="url(#clipPath546)"><g id="g550" transform="translate(273.64 384.78)"><path id="path552" d="m0 0c1.359 0.496 3.084 1.22 4.903 2.173 0.245-2.076 0.512-3.584 0.809-4.694-1.332 0.482-3.232 1.256-5.712 2.521m19.642-5.323c-1.051 0.156-2.432 1.59-2.85 3.948-0.753 4.245-0.307 8.434 0.94 14.675 0.236 1.181 1.043 3.227-1.521 3.621-0.814 0.125-0.391-0.276-0.62-1.356-0.986-4.649-4.788-7.998-8.605-10.244-0.399 5.321-0.235 11.232 0.766 14.857 0.845 3.057 1.851 2.494 0.604 3.138-1.312 0.677-2.722-0.218-3.863-2.495-1.14-2.276-6.397-14.645-14.791-22.993-4.296-4.272-8.182-2.072-8.96-1.415-0.633 0.535-0.867-0.29-0.083-1.136 3.476-3.746 8.551-1.598 10.399 0.25 5.107 5.107 11.046 16.097 13.448 20.759-0.222-2.626-0.296-7.03 0.193-12.19-2.6-1.267-4.931-2.012-6.029-2.299-1.191-0.312-1.927-0.798-1.949-1.35-0.024-0.603 0.776-1.114 1.931-1.662 2.058-0.975 8.082-3.823 9.568-4.686 1.271-0.738 1.892-0.161 2.268 0.634 0.492 1.038-0.857 1.637-2.164 2.028-0.502 1.747-0.905 4.1-1.172 6.69 3.063 1.885 6.079 4.396 7.818 7.533-0.438-2.622-1.561-11.54 1.254-15.31 0.62-0.83 1.99-1.738 3.327-1.605 0.628 0.063 0.947 0.476 0.884 0.606s-0.424-0.052-0.793 0.002"/></g><g id="g554" transform="translate(299.44 384.35)"><path id="path556" d="m0 0c-0.987-0.1-2.035-0.191-3.139-0.275 0.415 3.144 2.051 7.514 4.088 6.811 1.175-0.405 0.555-4.086-0.949-6.536m-2.584-2.166c-0.357-0.055-0.652-0.05-0.885-0.008 0.139 0.122 0.227 0.298 0.227 0.508 0 0.133 0.004 0.273 0.012 0.418 0.552 0.024 1.416 0.087 2.444 0.186-0.539-0.593-1.147-1.004-1.798-1.104m12.558 7.474c1.3 1.206 1.945 1.121 2.116 0.795 0.368-0.701-1.162-3.171-4.091-4.524 0.252 1.331 0.952 2.781 1.975 3.729m39.848-7.515c-4.02 0-5.058 3.125-5.252 4.673-0.129 1.027 0.093 2.515-1.684 2.317-1.243-0.138-2.367-2.559-3.943-4.598-1.353-1.75-1.958-1.583-1.643-0.081 0.393 1.883 1.962 6.297 3.759 6.62 0.831 0.149 1.127-1.313 1.51-0.399 0.383 0.915 0.032 2.891-1.828 2.891-1.302 0-2.865-1.38-4.146-2.953-1.117-1.37-6.762-9.678-9.129-7.885-1.107 0.839-1.016 4.253-0.32 8.277 2.808 1.083 5.146 0.728 6.467 0.094 0.652-0.313 0.743-0.267 0.463 0.451-0.41 1.055-2.67 2.702-6.202 1.945-0.083-0.018-0.167-0.038-0.251-0.059 0.284 1.306 0.615 2.633 0.976 3.923 0.33 1.182 1.3 3.228-1.232 3.622-0.805 0.125-0.463-0.265-0.729-1.356-0.49-2.008-1.106-4.611-1.553-7.228-2.081-1.198-4.019-3.2-5.438-5.835 0.246 1.215 0.627 2.558 0.654 3.466 0.027 0.954-0.627 1.166-0.882 1.239-0.554 0.159-1.226-0.117-1.889-1.052-1.551-2.185-3.514-5.641-6.499-7.092-2.139-1.04-3.078 0.007-3.132 1.62 0.423 0.128 0.802 0.263 1.121 0.404 3.878 1.719 5.209 4.311 4.225 5.889-0.935 1.499-3.609 1.044-5.721-1.18-1.039-1.096-1.841-2.979-1.934-4.695-0.895-0.193-1.925-0.365-3.074-0.519 1.821 2.955 1.663 6.951-1 7.623-3.092 0.782-4.654-2.221-5.317-4.717 0.204 2.497 0.604 5.539 1.167 8.361 0.237 1.182 1.044 3.228-1.52 3.621-0.814 0.126-0.688-0.253-0.621-1.355 0.091-1.48-1.547-10.438-0.691-14.374-1.104-0.356-1.551-1.185-0.132-2.061 0.977-0.602 3.129-0.803 5.303 0.269 0.78 0.384 1.454 0.925 2.017 1.56 1.295 0.167 2.656 0.375 3.897 0.622 0.213-1.724 1.338-3.046 3.952-2.803 3.717 0.345 7.018 4.911 8.264 7.112-0.225-2.359-1.759-7.509 0.858-7.244 1.025 0.104 0.579 0.266 0.643 1.153 0.225 3.103 2.81 5.734 5.365 7.346-0.443-3.8-0.289-7.195 1.434-8.272 3.171-1.983 7.662 3.238 10.134 6.431-1.259-2.835-1.971-6.469-0.08-7.022 2.216-0.649 3.964 3.029 6.009 5.844 0.239-2.02 1.586-5.501 7.018-5.501 2.441 0 4.514 0.689 6.05 1.779h-2.418c-0.902-0.539-1.928-0.871-3.026-0.871m2.746 10.666v-9.795h0.28c2.129 1.272 3.558 3.705 3.555 5.709-0.002 1.728-0.919 1.641-0.815 1.885 0.298 0.694 2.463 0.296 2.588-2.147 0.106-2.071-0.977-4.077-2.91-5.447h7.098v9.795h-9.796z"/></g></g></g></svg> diff --git a/shields/template_canab_wide3.svg b/shields/template_canab_wide3.svg new file mode 100644 index 00000000..da00f2f1 --- /dev/null +++ b/shields/template_canab_wide3.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="600.22" width="450.23" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 450.23 600.224"><metadata id="metadata514"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs id="defs512"><clipPath id="clipPath546" clipPathUnits="userSpaceOnUse"><path id="path548" d="m253.8 378h108v30.321h-108v-30.321z"/></clipPath></defs><path id="path5" d="m0.61477 38.481v523.26c0.03998 20.92 16.946 37.84 37.86 37.87h373.28c20.909-0.03 37.817-16.955 37.859-37.868v-523.26c-0.05-20.919-16.95-37.837-37.86-37.868h-373.28c-20.919 0.03076-37.825 16.949-37.865 37.869" stroke="#000" stroke-width=".99956" fill="#fff"/><text id="routenum" style="text-anchor:middle;text-align:center" xml:space="preserve" transform="scale(1.0012 .99882)" line-height="125%" font-size="301.98px" y="457.19986" x="224.94469" font-family="Roadgeek 2005 Blend C3B" fill="#000000"><tspan id="tspan3326" y="457.19986" x="224.9447" font-family="'Roadgeek 2014 Series B'" fill="#000000">***NUMBER***</tspan></text> +<rect id="rect11" height="581.12" width="427.6" y="9.557" x="11.317" fill="none"/><path id="path13" fill-rule="evenodd" d="m423.59 442.61v-265.24h-396.94v265.24s-5.6752 44.326 34.729 65.069l163.74 77.917 163.74-77.917c40.402-20.743 34.725-65.068 34.725-65.068m-41.11 52.36-157.35 74.87-157.73-75.04c-30.347-15.59-26.896-49.04-26.749-50.46l0.10486-0.82054v-251.91h368.75v251.82l0.0932 0.92055c0.15729 1.4237 3.6002 34.865-27.119 50.635"/><g id="g542" transform="matrix(3.489 0 0 -3.489 -852.8 1460.8)"><g id="g544" clip-path="url(#clipPath546)"><g id="g550" transform="translate(273.64 384.78)"><path id="path552" d="m0 0c1.359 0.496 3.084 1.22 4.903 2.173 0.245-2.076 0.512-3.584 0.809-4.694-1.332 0.482-3.232 1.256-5.712 2.521m19.642-5.323c-1.051 0.156-2.432 1.59-2.85 3.948-0.753 4.245-0.307 8.434 0.94 14.675 0.236 1.181 1.043 3.227-1.521 3.621-0.814 0.125-0.391-0.276-0.62-1.356-0.986-4.649-4.788-7.998-8.605-10.244-0.399 5.321-0.235 11.232 0.766 14.857 0.845 3.057 1.851 2.494 0.604 3.138-1.312 0.677-2.722-0.218-3.863-2.495-1.14-2.276-6.397-14.645-14.791-22.993-4.296-4.272-8.182-2.072-8.96-1.415-0.633 0.535-0.867-0.29-0.083-1.136 3.476-3.746 8.551-1.598 10.399 0.25 5.107 5.107 11.046 16.097 13.448 20.759-0.222-2.626-0.296-7.03 0.193-12.19-2.6-1.267-4.931-2.012-6.029-2.299-1.191-0.312-1.927-0.798-1.949-1.35-0.024-0.603 0.776-1.114 1.931-1.662 2.058-0.975 8.082-3.823 9.568-4.686 1.271-0.738 1.892-0.161 2.268 0.634 0.492 1.038-0.857 1.637-2.164 2.028-0.502 1.747-0.905 4.1-1.172 6.69 3.063 1.885 6.079 4.396 7.818 7.533-0.438-2.622-1.561-11.54 1.254-15.31 0.62-0.83 1.99-1.738 3.327-1.605 0.628 0.063 0.947 0.476 0.884 0.606s-0.424-0.052-0.793 0.002"/></g><g id="g554" transform="translate(299.44 384.35)"><path id="path556" d="m0 0c-0.987-0.1-2.035-0.191-3.139-0.275 0.415 3.144 2.051 7.514 4.088 6.811 1.175-0.405 0.555-4.086-0.949-6.536m-2.584-2.166c-0.357-0.055-0.652-0.05-0.885-0.008 0.139 0.122 0.227 0.298 0.227 0.508 0 0.133 0.004 0.273 0.012 0.418 0.552 0.024 1.416 0.087 2.444 0.186-0.539-0.593-1.147-1.004-1.798-1.104m12.558 7.474c1.3 1.206 1.945 1.121 2.116 0.795 0.368-0.701-1.162-3.171-4.091-4.524 0.252 1.331 0.952 2.781 1.975 3.729m39.848-7.515c-4.02 0-5.058 3.125-5.252 4.673-0.129 1.027 0.093 2.515-1.684 2.317-1.243-0.138-2.367-2.559-3.943-4.598-1.353-1.75-1.958-1.583-1.643-0.081 0.393 1.883 1.962 6.297 3.759 6.62 0.831 0.149 1.127-1.313 1.51-0.399 0.383 0.915 0.032 2.891-1.828 2.891-1.302 0-2.865-1.38-4.146-2.953-1.117-1.37-6.762-9.678-9.129-7.885-1.107 0.839-1.016 4.253-0.32 8.277 2.808 1.083 5.146 0.728 6.467 0.094 0.652-0.313 0.743-0.267 0.463 0.451-0.41 1.055-2.67 2.702-6.202 1.945-0.083-0.018-0.167-0.038-0.251-0.059 0.284 1.306 0.615 2.633 0.976 3.923 0.33 1.182 1.3 3.228-1.232 3.622-0.805 0.125-0.463-0.265-0.729-1.356-0.49-2.008-1.106-4.611-1.553-7.228-2.081-1.198-4.019-3.2-5.438-5.835 0.246 1.215 0.627 2.558 0.654 3.466 0.027 0.954-0.627 1.166-0.882 1.239-0.554 0.159-1.226-0.117-1.889-1.052-1.551-2.185-3.514-5.641-6.499-7.092-2.139-1.04-3.078 0.007-3.132 1.62 0.423 0.128 0.802 0.263 1.121 0.404 3.878 1.719 5.209 4.311 4.225 5.889-0.935 1.499-3.609 1.044-5.721-1.18-1.039-1.096-1.841-2.979-1.934-4.695-0.895-0.193-1.925-0.365-3.074-0.519 1.821 2.955 1.663 6.951-1 7.623-3.092 0.782-4.654-2.221-5.317-4.717 0.204 2.497 0.604 5.539 1.167 8.361 0.237 1.182 1.044 3.228-1.52 3.621-0.814 0.126-0.688-0.253-0.621-1.355 0.091-1.48-1.547-10.438-0.691-14.374-1.104-0.356-1.551-1.185-0.132-2.061 0.977-0.602 3.129-0.803 5.303 0.269 0.78 0.384 1.454 0.925 2.017 1.56 1.295 0.167 2.656 0.375 3.897 0.622 0.213-1.724 1.338-3.046 3.952-2.803 3.717 0.345 7.018 4.911 8.264 7.112-0.225-2.359-1.759-7.509 0.858-7.244 1.025 0.104 0.579 0.266 0.643 1.153 0.225 3.103 2.81 5.734 5.365 7.346-0.443-3.8-0.289-7.195 1.434-8.272 3.171-1.983 7.662 3.238 10.134 6.431-1.259-2.835-1.971-6.469-0.08-7.022 2.216-0.649 3.964 3.029 6.009 5.844 0.239-2.02 1.586-5.501 7.018-5.501 2.441 0 4.514 0.689 6.05 1.779h-2.418c-0.902-0.539-1.928-0.871-3.026-0.871m2.746 10.666v-9.795h0.28c2.129 1.272 3.558 3.705 3.555 5.709-0.002 1.728-0.919 1.641-0.815 1.885 0.298 0.694 2.463 0.296 2.588-2.147 0.106-2.071-0.977-4.077-2.91-5.447h7.098v9.795h-9.796z"/></g></g></g></svg> diff --git a/shields/template_canmbw.svg b/shields/template_canmbw.svg new file mode 100644 index 00000000..0072f89e --- /dev/null +++ b/shields/template_canmbw.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 801 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-37.5 -293.86)"> + <g id="g3638"> + <path id="rect2816" d="m63 294.36h750c13.85 0 25 11.15 25 25l-100 550c0 13.85-11.15 25-25 25h-550c-13.85 0-25-11.15-25-25l-100-550c0-13.85 11.15-25 25-25z" stroke="#000" fill="#fff"/> + <path id="rect3590" d="m103.4 509.77h666.19c8.31 0 16 6.69 16 15l-63 340.19c0 8.31-6.69 15-15 15h-540.19c-8.31 0-15-6.69-15-15l-63-340.19c0-8.31 5.69-15 14-15z" stroke="#000" stroke-width="9.8079" fill="#fff"/> + <path id="rect3592" fill="#006a4d" d="m63 304.36h750c8.31 0 15 6.69 15 15l-30 160c0 8.31-9.69 15-18 15h-685c-8.31 0-16-6.69-16-15l-31-160c0-8.31 6.69-15 15-15z"/> + </g> + <g id="text3646" fill="#fff"> + <path id="path3657" d="m235.6 477.78-34.269-58.35h-47.931v58.35h-29.407v-155.14h94.703c6.792 0.00015 13.198 1.3123 19.219 3.9363 6.0201 2.47 11.191 5.9432 15.514 10.42 4.4764 4.3224 7.9497 9.4164 10.42 15.282 2.6241 5.866 3.9362 12.118 3.9363 18.755-0.00017 10.497-3.0103 19.913-9.0304 28.249-6.0204 8.1814-14.125 14.047-24.313 17.598l35.427 60.897h-34.269m2.7786-106.74c-0.00013-2.4697-0.54041-4.8624-1.6208-7.178-0.92633-2.3154-2.3156-4.3221-4.1679-6.0203-1.6982-1.8523-3.7821-3.2416-6.2518-4.1679-2.3156-1.0804-4.8626-1.6207-7.6411-1.6208h-65.297v38.205h65.297c2.7785 0.00009 5.3255-0.463 7.6411-1.3893 2.4697-1.0805 4.5537-2.4698 6.2518-4.1679 1.8523-1.8523 3.2415-3.9362 4.1679-6.2518 1.0804-2.3154 1.6207-4.7852 1.6208-7.4096"/> + <path id="path3659" d="m389.84 421.28c-0.00012 8.1814-1.4666 15.823-4.3994 22.923-2.9331 7.1008-6.8694 13.353-11.809 18.755-4.9398 5.2484-10.651 9.4163-17.135 12.504-6.3291 2.933-12.967 4.3994-19.913 4.3994-7.1009-0.00001-13.816-1.4665-20.145-4.3994-6.329-3.0873-11.886-7.2552-16.671-12.504-4.7854-5.4028-8.5673-11.655-11.346-18.755-2.7786-7.1008-4.1679-14.742-4.1679-22.923-0.00002-8.49 1.3121-16.363 3.9363-23.618 2.7786-7.2551 6.4833-13.507 11.114-18.755 4.7853-5.4027 10.342-9.5706 16.671-12.504 6.3289-3.0872 13.198-4.6308 20.608-4.631 6.792 0.00012 13.353 1.5438 19.682 4.631 6.4833 3.0874 12.195 7.3325 17.135 12.735 4.9396 5.4029 8.8759 11.732 11.809 18.987 3.0872 7.2553 4.6308 14.974 4.631 23.155m-31.491 0c-0.00009-4.1678-0.61756-8.1041-1.8524-11.809-1.235-3.7047-2.8558-6.8692-4.8625-9.4935-2.0068-2.7785-4.3223-4.9396-6.9464-6.4834-2.6243-1.5436-5.3257-2.3154-8.1042-2.3155-3.0874 0.00008-5.9431 0.77191-8.5673 2.3155-2.4699 1.5437-4.7082 3.7049-6.7149 6.4834-1.8524 2.6243-3.3189 5.7888-4.3994 9.4935-1.0806 3.7048-1.6209 7.6412-1.6208 11.809-0.00005 4.0136 0.54023 7.7955 1.6208 11.346 1.0805 3.5504 2.547 6.6378 4.3994 9.2619 2.0067 2.6242 4.245 4.7082 6.7149 6.2518 2.6242 1.5437 5.4799 2.3155 8.5673 2.3155 2.7785 0.00003 5.4799-0.7718 8.1042-2.3155 2.6241-1.5436 4.9396-3.6276 6.9464-6.2518 2.0067-2.6242 3.6275-5.7115 4.8625-9.2619 1.2348-3.5504 1.8523-7.3323 1.8524-11.346"/> + <path id="path3661" d="m493.04 477.78v-7.178c-2.7787 1.8524-5.4029 3.396-7.8726 4.631-2.4699 1.0806-4.8626 1.9296-7.178 2.547-2.3156 0.61746-4.7082 1.0034-7.178 1.1577-2.3156 0.30873-4.8626 0.4631-7.6411 0.4631-6.9465 0-12.967-0.84901-18.061-2.547-4.9398-1.8524-9.4935-4.7853-13.661-8.7988-3.5504-3.5504-6.329-7.6411-8.3357-12.272-2.0068-4.7853-3.0102-9.8022-3.0101-15.051v-76.179h31.027v65.76c-0.00006 5.4028 1.698 9.9566 5.0941 13.661 3.396 3.7048 8.0269 5.5572 13.893 5.5572 2.7785 0.00003 5.4027-0.46306 7.8726-1.3893 2.6241-1.0805 4.8624-2.4698 6.7149-4.1679 2.0067-1.698 3.6275-3.6276 4.8625-5.7887 1.2348-2.1611 1.8523-4.3994 1.8524-6.7149v-66.918h31.027v113.23h-29.407"/> + <path id="path3663" d="m601.87 391.87v42.373c-0.00007 5.2485 0.84894 9.262 2.547 12.041 1.698 2.6242 5.4027 3.7048 11.114 3.2417 4.0134-0.3087 6.8692-1.0805 8.5673-2.3155 1.8523-1.2349 4.0906-3.2416 6.7149-6.0203l-8.1042 32.185c-2.6243 1.0806-4.631 2.0068-6.0203 2.7786-1.3894 0.77183-2.7015 1.3893-3.9363 1.8524-1.0806 0.46309-2.3927 0.77182-3.9363 0.92619-1.3894 0.30873-3.4733 0.4631-6.2518 0.4631-10.651 0-18.524-3.0101-23.618-9.0304-4.9397-6.0202-7.4096-14.588-7.4096-25.702v-52.793h-21.302v-26.86h21.302v-33.111l30.333-12.041v44.689h28.944v27.323h-28.944"/> + <path id="path3665" d="m679.99 431.01c1.698 6.4834 4.6309 11.577 8.7988 15.282 4.1678 3.5504 8.7216 5.3256 13.661 5.3256 6.4833 0.00003 12.272-3.4732 17.366-10.42l21.302 18.524c-5.866 6.9465-11.886 11.963-18.061 15.051-6.1747 3.0873-13.044 4.631-20.608 4.631-7.2552 0-14.125-1.4665-20.608-4.3994-6.4834-3.0873-12.195-7.2552-17.135-12.504-4.9397-5.2484-8.876-11.423-11.809-18.524-2.933-7.2551-4.3994-15.051-4.3994-23.386-0.00002-8.1813 1.3893-15.822 4.1679-22.923 2.9329-7.1007 6.7921-13.275 11.577-18.524 4.7853-5.4027 10.342-9.6478 16.671-12.735 6.3289-3.0872 12.967-4.6308 19.913-4.631 9.2619 0.00012 17.752 2.7015 25.47 8.1042 7.8725 5.2485 13.893 12.349 18.061 21.302 2.161 5.2485 3.7818 10.728 4.8625 16.44 1.0804 5.5572 1.6207 11.886 1.6208 18.987v4.3994h-70.854m38.669-25.702c-2.1612-5.7115-4.631-9.725-7.4096-12.041-2.6243-2.4698-6.0975-3.7047-10.42-3.7048-4.1679 0.00009-8.0271 1.3894-11.577 4.1679-3.3961 2.6243-5.9431 6.4834-7.6411 11.577h37.048"/> + </g> + <text id="text3652" style="text-anchor:middle;text-align:center" font-family="Lucida Bright" font-weight="bold" xml:space="preserve" font-size="397.18px" line-height="100%" stroke="#000000" y="828.31317" x="438.73062" stroke-width="33.098px" fill="none"><tspan id="tspan3654" style="text-anchor:middle;text-align:center" font-weight="normal" font-size="397.18px" line-height="100%" y="828.31317" x="438.73062" font-family="'Roadgeek 2014 Series EM'" fill="#000000">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_canmbw_wide.svg b/shields/template_canmbw_wide.svg new file mode 100644 index 00000000..7abc0708 --- /dev/null +++ b/shields/template_canmbw_wide.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 801 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-37.5 -293.86)"> + <g id="g3638"> + <path id="rect2816" d="m63 294.36h750c13.85 0 25 11.15 25 25l-100 550c0 13.85-11.15 25-25 25h-550c-13.85 0-25-11.15-25-25l-100-550c0-13.85 11.15-25 25-25z" stroke="#000" fill="#fff"/> + <path id="rect3590" d="m103.4 509.77h666.19c8.31 0 16 6.69 16 15l-63 340.19c0 8.31-6.69 15-15 15h-540.19c-8.31 0-15-6.69-15-15l-63-340.19c0-8.31 5.69-15 14-15z" stroke="#000" stroke-width="9.8079" fill="#fff"/> + <path id="rect3592" fill="#006a4d" d="m63 304.36h750c8.31 0 15 6.69 15 15l-30 160c0 8.31-9.69 15-18 15h-685c-8.31 0-16-6.69-16-15l-31-160c0-8.31 6.69-15 15-15z"/> + </g> + <g id="text3646" fill="#fff"> + <path id="path3657" d="m235.6 477.78-34.269-58.35h-47.931v58.35h-29.407v-155.14h94.703c6.792 0.00015 13.198 1.3123 19.219 3.9363 6.0201 2.47 11.191 5.9432 15.514 10.42 4.4764 4.3224 7.9497 9.4164 10.42 15.282 2.6241 5.866 3.9362 12.118 3.9363 18.755-0.00017 10.497-3.0103 19.913-9.0304 28.249-6.0204 8.1814-14.125 14.047-24.313 17.598l35.427 60.897h-34.269m2.7786-106.74c-0.00013-2.4697-0.54041-4.8624-1.6208-7.178-0.92633-2.3154-2.3156-4.3221-4.1679-6.0203-1.6982-1.8523-3.7821-3.2416-6.2518-4.1679-2.3156-1.0804-4.8626-1.6207-7.6411-1.6208h-65.297v38.205h65.297c2.7785 0.00009 5.3255-0.463 7.6411-1.3893 2.4697-1.0805 4.5537-2.4698 6.2518-4.1679 1.8523-1.8523 3.2415-3.9362 4.1679-6.2518 1.0804-2.3154 1.6207-4.7852 1.6208-7.4096"/> + <path id="path3659" d="m389.84 421.28c-0.00012 8.1814-1.4666 15.823-4.3994 22.923-2.9331 7.1008-6.8694 13.353-11.809 18.755-4.9398 5.2484-10.651 9.4163-17.135 12.504-6.3291 2.933-12.967 4.3994-19.913 4.3994-7.1009-0.00001-13.816-1.4665-20.145-4.3994-6.329-3.0873-11.886-7.2552-16.671-12.504-4.7854-5.4028-8.5673-11.655-11.346-18.755-2.7786-7.1008-4.1679-14.742-4.1679-22.923-0.00002-8.49 1.3121-16.363 3.9363-23.618 2.7786-7.2551 6.4833-13.507 11.114-18.755 4.7853-5.4027 10.342-9.5706 16.671-12.504 6.3289-3.0872 13.198-4.6308 20.608-4.631 6.792 0.00012 13.353 1.5438 19.682 4.631 6.4833 3.0874 12.195 7.3325 17.135 12.735 4.9396 5.4029 8.8759 11.732 11.809 18.987 3.0872 7.2553 4.6308 14.974 4.631 23.155m-31.491 0c-0.00009-4.1678-0.61756-8.1041-1.8524-11.809-1.235-3.7047-2.8558-6.8692-4.8625-9.4935-2.0068-2.7785-4.3223-4.9396-6.9464-6.4834-2.6243-1.5436-5.3257-2.3154-8.1042-2.3155-3.0874 0.00008-5.9431 0.77191-8.5673 2.3155-2.4699 1.5437-4.7082 3.7049-6.7149 6.4834-1.8524 2.6243-3.3189 5.7888-4.3994 9.4935-1.0806 3.7048-1.6209 7.6412-1.6208 11.809-0.00005 4.0136 0.54023 7.7955 1.6208 11.346 1.0805 3.5504 2.547 6.6378 4.3994 9.2619 2.0067 2.6242 4.245 4.7082 6.7149 6.2518 2.6242 1.5437 5.4799 2.3155 8.5673 2.3155 2.7785 0.00003 5.4799-0.7718 8.1042-2.3155 2.6241-1.5436 4.9396-3.6276 6.9464-6.2518 2.0067-2.6242 3.6275-5.7115 4.8625-9.2619 1.2348-3.5504 1.8523-7.3323 1.8524-11.346"/> + <path id="path3661" d="m493.04 477.78v-7.178c-2.7787 1.8524-5.4029 3.396-7.8726 4.631-2.4699 1.0806-4.8626 1.9296-7.178 2.547-2.3156 0.61746-4.7082 1.0034-7.178 1.1577-2.3156 0.30873-4.8626 0.4631-7.6411 0.4631-6.9465 0-12.967-0.84901-18.061-2.547-4.9398-1.8524-9.4935-4.7853-13.661-8.7988-3.5504-3.5504-6.329-7.6411-8.3357-12.272-2.0068-4.7853-3.0102-9.8022-3.0101-15.051v-76.179h31.027v65.76c-0.00006 5.4028 1.698 9.9566 5.0941 13.661 3.396 3.7048 8.0269 5.5572 13.893 5.5572 2.7785 0.00003 5.4027-0.46306 7.8726-1.3893 2.6241-1.0805 4.8624-2.4698 6.7149-4.1679 2.0067-1.698 3.6275-3.6276 4.8625-5.7887 1.2348-2.1611 1.8523-4.3994 1.8524-6.7149v-66.918h31.027v113.23h-29.407"/> + <path id="path3663" d="m601.87 391.87v42.373c-0.00007 5.2485 0.84894 9.262 2.547 12.041 1.698 2.6242 5.4027 3.7048 11.114 3.2417 4.0134-0.3087 6.8692-1.0805 8.5673-2.3155 1.8523-1.2349 4.0906-3.2416 6.7149-6.0203l-8.1042 32.185c-2.6243 1.0806-4.631 2.0068-6.0203 2.7786-1.3894 0.77183-2.7015 1.3893-3.9363 1.8524-1.0806 0.46309-2.3927 0.77182-3.9363 0.92619-1.3894 0.30873-3.4733 0.4631-6.2518 0.4631-10.651 0-18.524-3.0101-23.618-9.0304-4.9397-6.0202-7.4096-14.588-7.4096-25.702v-52.793h-21.302v-26.86h21.302v-33.111l30.333-12.041v44.689h28.944v27.323h-28.944"/> + <path id="path3665" d="m679.99 431.01c1.698 6.4834 4.6309 11.577 8.7988 15.282 4.1678 3.5504 8.7216 5.3256 13.661 5.3256 6.4833 0.00003 12.272-3.4732 17.366-10.42l21.302 18.524c-5.866 6.9465-11.886 11.963-18.061 15.051-6.1747 3.0873-13.044 4.631-20.608 4.631-7.2552 0-14.125-1.4665-20.608-4.3994-6.4834-3.0873-12.195-7.2552-17.135-12.504-4.9397-5.2484-8.876-11.423-11.809-18.524-2.933-7.2551-4.3994-15.051-4.3994-23.386-0.00002-8.1813 1.3893-15.822 4.1679-22.923 2.9329-7.1007 6.7921-13.275 11.577-18.524 4.7853-5.4027 10.342-9.6478 16.671-12.735 6.3289-3.0872 12.967-4.6308 19.913-4.631 9.2619 0.00012 17.752 2.7015 25.47 8.1042 7.8725 5.2485 13.893 12.349 18.061 21.302 2.161 5.2485 3.7818 10.728 4.8625 16.44 1.0804 5.5572 1.6207 11.886 1.6208 18.987v4.3994h-70.854m38.669-25.702c-2.1612-5.7115-4.631-9.725-7.4096-12.041-2.6243-2.4698-6.0975-3.7047-10.42-3.7048-4.1679 0.00009-8.0271 1.3894-11.577 4.1679-3.3961 2.6243-5.9431 6.4834-7.6411 11.577h37.048"/> + </g> + <text id="text3652" style="text-anchor:middle;text-align:center" font-family="Lucida Bright" font-weight="bold" xml:space="preserve" font-size="397.18px" line-height="100%" stroke="#000000" y="828.31317" x="438.73062" stroke-width="33.098px" fill="none"><tspan id="tspan3654" style="text-anchor:middle;text-align:center" font-weight="normal" font-size="290px" line-height="100%" font-stretch="narrower" y="800" x="438.73062" font-family="'Roadgeek 2014 Series EM'" fill="#000000">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_cannba.svg b/shields/template_cannba.svg new file mode 100644 index 00000000..ba628556 --- /dev/null +++ b/shields/template_cannba.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="601" width="601" version="1.1" xml:space="preserve" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 601.00003 601.00003" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata4"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g3818"><rect id="rect3793" style="color:#000000" rx="37.5" ry="37.5" height="600" width="600" stroke="#999" y=".49425" x=".50575" fill="#fff"/><rect id="rect3795" style="color:#000000" rx="25" ry="25" height="575.5" width="575.5" y="12.75" x="12.75"/></g><rect id="rect3816" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="25.5" x="25.5" fill="#006a4d"/><path id="path21" fill="#fff" d="m516.18 123.2 21.193-13.615-12.9-17.514-7.4344 3.6622 6.5593 11.738-12.571 8.3861 5.1528 7.3428zm1.7772 274.64-10.062-137.1-17.396-11.106 20.528-51.311-33.521 4.5137 13.355-19.753 6.7533-43.725 9.203-7.831-21.884-22.608h-43.195l-52.87 32.847 13.918-39.179-19.282-32.055-29.663 6.6186-14.474-14.474 6.6099-16.427-121.26 38.732-21.732-11.392v-13.198h-104.11v19.408h-21.177v40.699l-31.289 25.91h-15.914v14.112h20.469l22.346-12.412 10.121 24.848v274.39l-15.038 15.232 38.459 27.399 1.6921 43.557 13.24 17.312 7.0809-11.199 9.009 9.4056 42.159-7.5357-8.0703 13.227 122.54-15.99-11.418-12.597-7.1995-7.9313-11.325-12.487-5.5408-6.1131 2.619-4.6312 18.633-32.914-13.472 37.428 12.613 11.03 9.7333-21.134-4.2776 25.908 23.424 20.478 119.65-26.633 10.879 12.454 27.196-50.175-3.0652 45.191 9.9866-19.972v-9.5479l97.57-50.94-52.55-38.33zm24.342-304.33 12.462-9.6913v-15.275h-10.912l3.216 13.337-8.6394 3.7549 3.8735 7.8731zm-330.79 28.65v33.225c0 1.0691 0.22741 1.7762 0.68222 2.1469 0.45483 0.3535 1.3892 0.65635 2.8205 0.90101v1.3472h-22.364v-1.3472c1.5746-0.27807 2.5974-0.61432 3.0695-1.0023 0.46776-0.40417 0.70272-1.0778 0.70272-2.0456v-46.664c0-1.0357-0.24789-1.7427-0.74151-2.1469-0.49253-0.38692-1.5035-0.707-3.0318-0.95166v-1.3472h28.03v1.3472c-0.73287 0.10993-1.33 0.29424-1.7848 0.56367-0.46345 0.28669-0.71563 0.62296-0.75767 1.0444 0 0.37075 0.15197 0.75767 0.47205 1.1284 0.30286 0.38691 0.859 0.85035 1.6339 1.3979l42.462 30.699v-31.735c0-1.0691-0.23603-1.7762-0.69839-2.1469-0.47206-0.3535-1.4992-0.67359-3.0738-0.95166v-1.3472h22.364v1.3472c-1.4733 0.27807-2.4336 0.62294-2.8539 1.0357-0.43757 0.41279-0.64882 1.1026-0.64882 2.0628v46.664c0 1.0357 0.22742 1.7427 0.68223 2.1469 0.45482 0.38691 1.3892 0.69083 2.8205 0.90101v1.3472h-25.774v-1.3472c0.77491-0.1013 1.3806-0.29424 1.8193-0.56367 0.42895-0.27808 0.64881-0.60679 0.64881-0.98508 0-0.3783-0.15951-0.76631-0.47206-1.1618-0.31255-0.39554-0.83311-0.85035-1.5574-1.372l-44.45-32.191zm81.565 37.62v-1.3472c1.566-0.27807 2.5931-0.61432 3.0652-1.0185 0.47205-0.39554 0.70701-1.0778 0.70701-2.0542v-46.681c0-1.0185-0.2522-1.718-0.7415-2.1135-0.49686-0.38693-1.5067-0.69839-3.0318-0.94305v-1.3472h52.928c8.7902 0 15.645 1.2459 20.545 3.7388 4.9006 2.4929 7.359 5.9525 7.359 10.382 0 2.5424-0.88378 4.7659-2.6351 6.6692-1.76 1.9109-4.4124 3.52-7.9733 4.8165 4.4458 1.5919 7.7211 3.4855 9.8432 5.6917s3.1913 4.8499 3.1913 7.9151c0 5.1366-2.7957 9.1438-8.3861 12.007-5.5828 2.8625-13.472 4.2863-23.677 4.2863h-51.194zm48.499-46.613h-27.483v12.125h29.588c4.698 0 8.1673-0.48823 10.407-1.4733 2.2568-0.97645 3.3852-2.4842 3.3852-4.5137 0-2.2655-1.1791-3.8562-3.52-4.7659-2.3571-0.90856-6.4741-1.372-12.377-1.372zm-1.9529 22.094h-25.53v15.089h24.948c7.8558 0 13.245-0.56366 16.184-1.6921 2.9304-1.137 4.4037-3.0813 4.4037-5.8264 0-2.6437-1.5832-4.5633-4.7325-5.7682-3.1492-1.205-8.2428-1.802-15.273-1.802z"/><text id="text3898" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="279.4px" line-height="100%" y="400.50003" x="298.83652" font-family="Sans" fill="#000000"><tspan id="tspan3900" font-weight="bold" y="400.50003" x="298.83652" font-family="'Helvetica World','Helvetica''Arial','Liberation Sans','Sans'" fill="#000000">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_cannbc_wide.svg b/shields/template_cannbc_wide.svg new file mode 100644 index 00000000..445ffd5e --- /dev/null +++ b/shields/template_cannbc_wide.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="601" width="601" version="1.1" xml:space="preserve" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 601.00003 601.00003" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata4"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g3818"><rect id="rect3793" style="color:#000000" rx="37.5" ry="37.5" height="600" width="600" stroke="#999" y=".49425" x=".50575" fill="#fff"/><rect id="rect3795" style="color:#000000" rx="25" ry="25" height="575.5" width="575.5" y="12.75" x="12.75"/></g><rect id="rect3816" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="25.5" x="25.5" fill="#003478"/><path id="path21" fill="#fff" d="m516.18 123.2 21.193-13.615-12.9-17.514-7.4344 3.6622 6.5593 11.738-12.571 8.3861 5.1528 7.3428zm1.7772 274.64-10.062-137.1-17.396-11.106 20.528-51.311-33.521 4.5137 13.355-19.753 6.7533-43.725 9.203-7.831-21.884-22.608h-43.195l-52.87 32.847 13.918-39.179-19.282-32.055-29.663 6.6186-14.474-14.474 6.6099-16.427-121.26 38.732-21.732-11.392v-13.198h-104.11v19.408h-21.177v40.699l-31.289 25.91h-15.914v14.112h20.469l22.346-12.412 10.121 24.848v274.39l-15.038 15.232 38.459 27.399 1.6921 43.557 13.24 17.312 7.0809-11.199 9.009 9.4056 42.159-7.5357-8.0703 13.227 122.54-15.99-11.418-12.597-7.1995-7.9313-11.325-12.487-5.5408-6.1131 2.619-4.6312 18.633-32.914-13.472 37.428 12.613 11.03 9.7333-21.134-4.2776 25.908 23.424 20.478 119.65-26.633 10.879 12.454 27.196-50.175-3.0652 45.191 9.9866-19.972v-9.5479l97.57-50.94-52.55-38.33zm24.342-304.33 12.462-9.6913v-15.275h-10.912l3.216 13.337-8.6394 3.7549 3.8735 7.8731zm-330.79 28.65v33.225c0 1.0691 0.22741 1.7762 0.68222 2.1469 0.45483 0.3535 1.3892 0.65635 2.8205 0.90101v1.3472h-22.364v-1.3472c1.5746-0.27807 2.5974-0.61432 3.0695-1.0023 0.46776-0.40417 0.70272-1.0778 0.70272-2.0456v-46.664c0-1.0357-0.24789-1.7427-0.74151-2.1469-0.49253-0.38692-1.5035-0.707-3.0318-0.95166v-1.3472h28.03v1.3472c-0.73287 0.10993-1.33 0.29424-1.7848 0.56367-0.46345 0.28669-0.71563 0.62296-0.75767 1.0444 0 0.37075 0.15197 0.75767 0.47205 1.1284 0.30286 0.38691 0.859 0.85035 1.6339 1.3979l42.462 30.699v-31.735c0-1.0691-0.23603-1.7762-0.69839-2.1469-0.47206-0.3535-1.4992-0.67359-3.0738-0.95166v-1.3472h22.364v1.3472c-1.4733 0.27807-2.4336 0.62294-2.8539 1.0357-0.43757 0.41279-0.64882 1.1026-0.64882 2.0628v46.664c0 1.0357 0.22742 1.7427 0.68223 2.1469 0.45482 0.38691 1.3892 0.69083 2.8205 0.90101v1.3472h-25.774v-1.3472c0.77491-0.1013 1.3806-0.29424 1.8193-0.56367 0.42895-0.27808 0.64881-0.60679 0.64881-0.98508 0-0.3783-0.15951-0.76631-0.47206-1.1618-0.31255-0.39554-0.83311-0.85035-1.5574-1.372l-44.45-32.191zm81.565 37.62v-1.3472c1.566-0.27807 2.5931-0.61432 3.0652-1.0185 0.47205-0.39554 0.70701-1.0778 0.70701-2.0542v-46.681c0-1.0185-0.2522-1.718-0.7415-2.1135-0.49686-0.38693-1.5067-0.69839-3.0318-0.94305v-1.3472h52.928c8.7902 0 15.645 1.2459 20.545 3.7388 4.9006 2.4929 7.359 5.9525 7.359 10.382 0 2.5424-0.88378 4.7659-2.6351 6.6692-1.76 1.9109-4.4124 3.52-7.9733 4.8165 4.4458 1.5919 7.7211 3.4855 9.8432 5.6917s3.1913 4.8499 3.1913 7.9151c0 5.1366-2.7957 9.1438-8.3861 12.007-5.5828 2.8625-13.472 4.2863-23.677 4.2863h-51.194zm48.499-46.613h-27.483v12.125h29.588c4.698 0 8.1673-0.48823 10.407-1.4733 2.2568-0.97645 3.3852-2.4842 3.3852-4.5137 0-2.2655-1.1791-3.8562-3.52-4.7659-2.3571-0.90856-6.4741-1.372-12.377-1.372zm-1.9529 22.094h-25.53v15.089h24.948c7.8558 0 13.245-0.56366 16.184-1.6921 2.9304-1.137 4.4037-3.0813 4.4037-5.8264 0-2.6437-1.5832-4.5633-4.7325-5.7682-3.1492-1.205-8.2428-1.802-15.273-1.802z"/><text id="text3898" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="243.81px" line-height="100%" y="388" x="300.67859" font-family="Sans" fill="#000000"><tspan id="tspan3900" font-weight="bold" y="388" x="300.67859" font-family="'Helvetica World','Helvetica''Arial','Liberation Sans','Sans'" fill="#000000">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_cannbl_wide.svg b/shields/template_cannbl_wide.svg new file mode 100644 index 00000000..f8cf8485 --- /dev/null +++ b/shields/template_cannbl_wide.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="601" width="601" version="1.1" xml:space="preserve" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 601.00003 601.00003" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata4"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g3818"><rect id="rect3793" style="color:#000000" rx="37.5" ry="37.5" height="600" width="600" stroke="#999" y=".49425" x=".50575" fill="#fff"/><rect id="rect3795" style="color:#000000" rx="25" ry="25" height="575.5" width="575.5" y="12.75" x="12.75"/></g><path id="path21" fill="#fff" d="m516.18 123.2 21.193-13.615-12.9-17.514-7.4344 3.6622 6.5593 11.738-12.571 8.3861 5.1528 7.3428zm1.7772 274.64-10.062-137.1-17.396-11.106 20.528-51.311-33.521 4.5137 13.355-19.753 6.7533-43.725 9.203-7.831-21.884-22.608h-43.195l-52.87 32.847 13.918-39.179-19.282-32.055-29.663 6.6186-14.474-14.474 6.6099-16.427-121.26 38.732-21.732-11.392v-13.198h-104.11v19.408h-21.177v40.699l-31.289 25.91h-15.914v14.112h20.469l22.346-12.412 10.121 24.848v274.39l-15.038 15.232 38.459 27.399 1.6921 43.557 13.24 17.312 7.0809-11.199 9.009 9.4056 42.159-7.5357-8.0703 13.227 122.54-15.99-11.418-12.597-7.1995-7.9313-11.325-12.487-5.5408-6.1131 2.619-4.6312 18.633-32.914-13.472 37.428 12.613 11.03 9.7333-21.134-4.2776 25.908 23.424 20.478 119.65-26.633 10.879 12.454 27.196-50.175-3.0652 45.191 9.9866-19.972v-9.5479l97.57-50.94-52.55-38.33zm24.342-304.33 12.462-9.6913v-15.275h-10.912l3.216 13.337-8.6394 3.7549 3.8735 7.8731zm-330.79 28.65v33.225c0 1.0691 0.22741 1.7762 0.68222 2.1469 0.45483 0.3535 1.3892 0.65635 2.8205 0.90101v1.3472h-22.364v-1.3472c1.5746-0.27807 2.5974-0.61432 3.0695-1.0023 0.46776-0.40417 0.70272-1.0778 0.70272-2.0456v-46.664c0-1.0357-0.24789-1.7427-0.74151-2.1469-0.49253-0.38692-1.5035-0.707-3.0318-0.95166v-1.3472h28.03v1.3472c-0.73287 0.10993-1.33 0.29424-1.7848 0.56367-0.46345 0.28669-0.71563 0.62296-0.75767 1.0444 0 0.37075 0.15197 0.75767 0.47205 1.1284 0.30286 0.38691 0.859 0.85035 1.6339 1.3979l42.462 30.699v-31.735c0-1.0691-0.23603-1.7762-0.69839-2.1469-0.47206-0.3535-1.4992-0.67359-3.0738-0.95166v-1.3472h22.364v1.3472c-1.4733 0.27807-2.4336 0.62294-2.8539 1.0357-0.43757 0.41279-0.64882 1.1026-0.64882 2.0628v46.664c0 1.0357 0.22742 1.7427 0.68223 2.1469 0.45482 0.38691 1.3892 0.69083 2.8205 0.90101v1.3472h-25.774v-1.3472c0.77491-0.1013 1.3806-0.29424 1.8193-0.56367 0.42895-0.27808 0.64881-0.60679 0.64881-0.98508 0-0.3783-0.15951-0.76631-0.47206-1.1618-0.31255-0.39554-0.83311-0.85035-1.5574-1.372l-44.45-32.191zm81.565 37.62v-1.3472c1.566-0.27807 2.5931-0.61432 3.0652-1.0185 0.47205-0.39554 0.70701-1.0778 0.70701-2.0542v-46.681c0-1.0185-0.2522-1.718-0.7415-2.1135-0.49686-0.38693-1.5067-0.69839-3.0318-0.94305v-1.3472h52.928c8.7902 0 15.645 1.2459 20.545 3.7388 4.9006 2.4929 7.359 5.9525 7.359 10.382 0 2.5424-0.88378 4.7659-2.6351 6.6692-1.76 1.9109-4.4124 3.52-7.9733 4.8165 4.4458 1.5919 7.7211 3.4855 9.8432 5.6917s3.1913 4.8499 3.1913 7.9151c0 5.1366-2.7957 9.1438-8.3861 12.007-5.5828 2.8625-13.472 4.2863-23.677 4.2863h-51.194zm48.499-46.613h-27.483v12.125h29.588c4.698 0 8.1673-0.48823 10.407-1.4733 2.2568-0.97645 3.3852-2.4842 3.3852-4.5137 0-2.2655-1.1791-3.8562-3.52-4.7659-2.3571-0.90856-6.4741-1.372-12.377-1.372zm-1.9529 22.094h-25.53v15.089h24.948c7.8558 0 13.245-0.56366 16.184-1.6921 2.9304-1.137 4.4037-3.0813 4.4037-5.8264 0-2.6437-1.5832-4.5633-4.7325-5.7682-3.1492-1.205-8.2428-1.802-15.273-1.802z"/><text id="text3898" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="208.98px" line-height="100%" y="375.5" x="300.65308" font-family="Sans" fill="#000000"><tspan id="tspan3900" font-weight="bold" y="375.5" x="300.65308" font-family="'Helvetica World','Helvetica''Arial','Liberation Sans','Sans'd" fill="#000000">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_cannf.svg b/shields/template_cannf.svg new file mode 100644 index 00000000..1e797de9 --- /dev/null +++ b/shields/template_cannf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="640" height="480" viewBox="0 0 640 480"><g transform="scale(-1-1)"><rect width="640" height="480" x="-640" y="-480" rx="30" fill="#006b5d"/><rect ry="26.13" rx="26.26" y="-473.2" x="-632.56" height="466.4" width="625.12" fill="none" stroke="#fff" stroke-linejoin="round" stroke-linecap="square" stroke-width="14.88"/></g><text x="315.42" y="152.87" font-family="'Roadgeek 2014 Series EM'" letter-spacing="0" word-spacing="0" text-anchor="middle" text-align="center" fill="#fff" line-height="100%" font-size="160"><tspan x="315.42" y="152.87"><tspan line-height="84%">***NUMBER1***</tspan></tspan><tspan x="315.42" y="272.87" line-height="84%">***NUMBER2***</tspan><tspan x="315.42" y="392.87"><tspan line-height="84%">***NUMBER3***</tspan></tspan></text></svg> \ No newline at end of file diff --git a/shields/template_cannsf_wide.svg b/shields/template_cannsf_wide.svg new file mode 100644 index 00000000..d9abb839 --- /dev/null +++ b/shields/template_cannsf_wide.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg559" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 751" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs561"> + <clipPath id="clipPath3700"> + <rect id="rect3702" rx="56.897" ry="56.897" height="806.9" width="1200" stroke="#0047b6" y="-1.4076" x=".68612" stroke-width="2.069" fill="none"/> + </clipPath> + </defs> + <rect id="rect3704" rx="37.5" ry="37.5" height="750" width="600" stroke="#000" y=".5" x=".5" fill="#fff"/> + <g id="g3710"> + <g id="g3634" transform="matrix(.48250 0 0 .4825 10.169 10)" clip-path="url(#clipPath3700)"> + <rect id="rect692" fill-rule="evenodd" height="600" width="1200" y="0" x="0" fill="#fff"/> + <path id="path691" fill="#0047b6" d="m1200 600v-64l-1058-536h-142v65l1056 535h144z"/> + <use id="use3091" xlink:href="#path691" transform="matrix(-1,0,0,1,1200,0)" height="600" width="1200" y="0" x="0"/> + <path id="path2161" d="m500.08 181.73 201.18-0.54666s0.41114 60.801-1.0638 127.24c-1.9234 86.645-77.123 136.44-99.527 135.16-26.123-1.4726-98.051-53.334-101.1-134.19-2.2511-59.597 0.51411-127.67 0.51411-127.67z" fill-rule="evenodd" stroke="#000" stroke-width="2.88" fill="#fdd44f"/> + <g stroke="#000" fill="#d21034"> + <path id="path2506" d="m653.02 223.19c-1.8099 6.3348-2.2379 5.1989-11.288 7.6875-9.2759 2.4886-12.94 11.085-12.488 20.588 0.45252 7.9185 2.7666 13.343 11.138 21.488 9.0496 8.5972 13.762 13.144 13.762 23.325-2.2624-5.6559-6.5438-5.9176-9.9375-7.275-3.1674-1.1312-3.3875-5.1564-1.125-8.55-6.3347 1.3574-5.9024 6.9976-3.1875 9.7125-2.0362 0.45252-2.2475 0.88885-2.7 2.925-2.941 0.90492-4.9738 0.24238-7.4625-2.925-1.1312 4.5248 1.3276 6.1125 5.4 6.1125-6.1086 3.3937-5.2035 11.729 0 13.312-3.6199-3.8461-0.42485-7.8988 1.8375-10.388-0.67873 5.656 5.2039 6.0925 6.7875 2.925-4.0723 0.2263-3.631-7.0125 2.025-7.0125 5.2035 0 8.4012 5.4489 8.175 10.2-0.22634 4.7511-4.3391 12.451-13.162 12.225-7.6922-0.22632-11.758-5.2277-14.925-9.3-0.67874-2.9412-1.345-5.6526-2.25-7.4625-2.7148-5.8822-10.19-13.574-12-20.588-1.2445-4.6668-15.18-2.6949-23.85-1.0125 1.993-2.194 3.3369-4.3614 3.2625-5.775-7.6922-2.7149-12.663-7.9202-14.925-13.35-2.0362-5.4297-6.7676-13.565-10.388-15.375-3.8461-2.0362-6.795-4.2963-5.4375-7.2375 1.1312-2.7149 1.3562-4.5301 0.225-5.8875-0.33937-0.39592-0.72555-0.78696-1.125-1.0875 0.0263-2.1257-3.0798-4.0875-5.2125-4.0875 1.5837 1.5838 2.0263 2.4652 1.8 4.275-0.90495 1.5838-0.44751 1.3426-0.9 2.7-0.72968-1.8241-2.4907-3.3434-3.975-3.0375-0.007-0.006-0.0308 0.006-0.0375 0-1.4983-1.2845-4.3437-2.5653-6.6375 0.5625 3.2497 0.6094 3.2585 0.6991 4.2 1.6875-0.12795 0.41979-0.077 1.0025 0.1125 1.95-1.8767-0.75066-3.4208-0.55061-3.9 0.825-1.3942-0.44566-3.6588 0.64268-4.725 2.775 2.061-0.31712 3.7028-0.40395 4.875 0.1125 0.4638 1.4438 1.3945 2.6102 2.8125 2.1375 2.2624-0.67862 3.1875-1.8 3.1875-1.8 0.45249 1.3574-1.1424 4.2688 2.025 5.4-2.7149 0-5.6612 0.0289-5.8875 1.6125-0.11576 0.69483-0.38891 1.6856-0.375 2.7-1.8675-0.14237-4.8892 0.1721-5.7375-1.3125 1.3574 4.0724 3.8826 4.955 7.05 4.05 2.2624 1.3575 2.4725-0.21506 2.925-2.025 1.3574 0.2262 3.4063-1.3936 4.5375-0.2625 1.1312 1.1312 2.96 5.465 3.4125 7.275 0.45247 1.5837 1.35-1.6063 1.35-2.7375-0.00001 3.3936 0.225 6.7875 0.225 6.7875 0.45247-1.1312 1.125-3.1875 1.125-3.1875-0.00002 2.715-0.22873 6.1375 0.45 8.4 0.98981-1.7817 1.7988-2.6754 1.9875-3.9375-0.28676 4.3274-1.2867 6.3797-0.6375 10.275 1.1312-1.1311 2.0575-2.9139 2.9625-4.95-1.8099 4.5248-1.3574 6.9976 0 9.7125 0.21857-0.98349 0.66055-1.6449 1.05-2.25-0.2685 2.0695 0.10225 4.2826 1.6125 5.625-0.00002-1.793 0.74071-1.9395 1.05-2.475-0.23412 2.0295 0.0807 2.5636 1.4625 4.5375 1.1878 1.7816 2.745 2.5231 3.1125 4.5-0.35786 0.31908-0.73728 0.61911-1.0875 0.9375-2.2624 2.0361-14.686 9.2439-17.175 12.638-2.2624 0.45252-4.9776 0.66385-6.7875 2.7-2.4887 0-7.275-0.675-7.275-0.675-0.93789-2.2508-3.0652-2.783-4.1625-1.6125-2.6793-1.2423-5.2875 1.2237-5.2875 4.35 1.541-0.96312 3.0508-1.276 4.3125-0.7875 0.28495 0.95112 1.3775 1.4841 4.05 0.975l2.7 0.4875c-2.4886 1.8099-3.1413 1.7938-4.725 2.925-2.7149 0-6.155 0.20773-5.25 3.375-1.5837 2.0362-2.2224 5.0089-0.4125 7.95 0.87405-1.9666 1.9336-4.7651 3.6375-5.3625 0.27521-0.0294 0.51556-0.0434 0.8625-0.075 2.4887-0.22622 3.1862-0.92504 3.4125-3.1875 2.0362-0.67871 2.9138-0.17888 4.95-1.7625-0.22625 2.9412-1.0875 4.95-1.0875 4.95-1.865 0.93258-2.9364 2.3269-2.25 3.675-0.69451 1.813-0.7067 5.2722 1.7625 6.7125 0.17911-1.7911 0.25669-3.5324 1.1625-4.65 0.84838 0.13849 1.649-0.13367 2.25-0.975 1.3574-1.81 1.3537-2.5012 0.675-4.5375 0.67873-1.8098 1.8301-4.2701 3.1875-5.175 1.1312-0.67871 2.0275-0.90864 1.575 0.675-0.90494 4.2986 1.5812 4.2951 0.45 7.4625 2.9411-3.1674 4.73-5.1926 3.825-8.8125 1.1312 3.3937 1.8375 4.05 1.8375 4.05 1.3574-2.0361 0.90247-3.8538 0.45-5.4375 1.3574 2.4886 1.8 3.4125 1.8 3.4125 0.90497-1.3574 1.5762-1.3762 1.35-3.4125 1.3575 1.8099 2.5063 2.0225 3.6375 2.475-1.1312-1.5836 0.22625-2.2401 0-4.05 0.67872 2.9412 3.3614 4.055 5.85 3.15-2.2624-1.3574-1.5713-2.7313-2.25-3.8625 1.3575 1.5837 2.9526 3.19 4.7625 2.7375-1.3574-1.1311-0.0325-2.7288-0.9375-4.3125 1.3574 2.2624 2.3064 3.19 5.7 2.7375-1.6968-0.94266-0.90299-2.0425-1.5-3.0375 1.5098 1.4338 3.456 2.1613 6.675 2.3625-0.67868-1.3574 0.45-2.2463 0.45-2.925 0.67873 2.2624 0.90125 2.0188 0.675 3.15 2.2624-2.0362 3.8588-2.6938 4.5375-3.825 1.8099 3.3937 4.0751 5.4301 6.3375 6.7875 3.3936 2.2624 9.7364 1.3301 12.225 4.95 0.72691 0.9692 1.0867 2.1357 1.2 3.4125-3.0841-0.015-5.3186-0.47962-7.9875 0.1875-2.9412-2.7149-7.4826-2.8987-10.65-0.8625s-6.1202 6.5425-11.55 3.375c-2.9412-1.8098-0.8687-5.4326 0.2625-6.3375-4.0723 0.45252-6.8098 4.0627-2.7375 8.5875-2.7148-1.5838-5.2289 0.92984-9.075-4.5 0.22621 4.9773 3.184 9.275 10.65 7.0125-6.3347 1.5836-2.7353 7.2474-9.975 5.4375 2.9412 3.6199 7.2601 1.7848 9.975-2.2875-0.90495 3.1674-1.1312 2.95 0 5.2125 2.2624-2.7148 3.1739 0.23364 5.6625-1.35-1.3574 2.4886-0.006 5.165 1.125 6.975 1.1312 1.5837 1.8087 1.8263 0.225 3.8625-5.656-0.45251-13.785-1.3537-16.5-0.675-2.4886-2.0361-3.1388-2.9188-5.175-4.05 0.45249-3.3936-0.47756-4.9924-2.2875-4.0875-0.43789 0.19464-0.7826 0.34513-1.0875 0.4875-0.009-0.16136-0.0142-0.32432-0.0375-0.4875-1.5837-0.90492-5.8825-2.2686-6.7875 1.125 1.5837-0.00001 4.0438 0.93127 5.175 2.0625-1.921-1.0672-2.8528-0.93904-3.9 0.6-1.5373-0.49483-5.1732 0.21988-3.7875 4.575 1.3574-0.90494 2.505-0.45 3.8625-0.45-0.35185 0.35189-0.63942 0.81183-0.825 1.3125-2.3243-0.53451-6.1588 0.12656-5.5125 5.5125 2.1384-2.1384 4.0854-1.8788 5.4375-1.65 0.12078 0.40173 0.25426 0.74172 0.45 0.9375 0.90498 0.90504 2.2825 1.1362 3.1875-0.9 2.4886 0 5.8388 0.67872 7.875 0-0.45251 1.1312-2.0213 1.6088-2.7 2.2875-2.7457 0.63366-3.8897 2.0537-3.1125 3.7125-1.0988 1.8374-1.4892 5.3177 1.7625 7.35 0-2.0362 0.47758-3.4039 2.2875-4.9875 1.5837-0.45252 2.4775-1.1125 2.025-3.375 1.3574-1.3574 2.4663-4.3186 4.05-3.1875 2.2624 2.0363-0.43856 3.6277 4.3125 5.4375-0.45247-1.3573 3.1525-1.3425 2.7-2.7 1.1312 2.9412 2.2763 3.365 4.3125 5.175 0.90498-1.3574 2.9287-2.4675 2.25-3.825 1.5837 3.3937 4.0862 3.8138 4.3125 5.85 2.2624-2.4886 2.9638-3.36 2.7375-6.075 1.5837 4.0724 2.9138 5.4113 4.95 3.375 1.81-2.0361 2.25-2.7 2.25-2.7 2.4887 1.5836 5.2026 0.47109 7.0125-3.375-3.3936 1.5837-5.6501 1.7736-7.9125-0.2625-0.90495-2.7149-2.0287-3.3939-1.35-6.7875 0.4525-3.3936 3.4053-9.4899 11.55-9.0375 0.0891 0.005 0.17531-0.00046 0.2625 0 0.23891 1.5219 0.70363 3.0244 1.5 4.5375 2.4887 4.0723 4.8099 7.899 3 10.388-1.5837 2.4887-7.2524 3.6028-4.5375 9.9375 0.45247-3.3936 0.66258-3.8188 2.925-4.95-0.00002 3.1674-0.4274 5.4277 2.2875 7.2375-0.67873-2.9411 0.18253-4.3051 1.0875-5.6625 1.8099 2.9412 2.9464 4.0974 5.8875 2.2875-1.5836-0.90494-5.8636-3.3889-3.375-7.6875 2.4886 2.9412 4.9801 3.8288 6.3375 3.15 1.5838-0.67871 3.1713-0.45886 6.1125-5.6625-0.67871 3.8462-0.23735 6.3238 2.025 8.8125-2.4886 1.8099-3.8588 6.3264-4.5375 8.3625-0.45252 2.0362-1.34 2.06-3.15 2.5125-1.5837 0.4525-1.3762-2.025-3.4125-2.025-1.2828 0.00001-2.2796 1.1422-2.7375 2.5125-0.12919-0.041-0.2589-0.0222-0.4125-0.0375-2.2624 0-5.4136 3.1664-2.925 7.0125 1.3574-2.2623 2.2425-1.835 3.6-2.2875 0.0424-0.0508 0.0721-0.0943 0.1125-0.15 0.23597 0.64863 0.50933 1.0609 1.0125 1.3125-1.2307 0.68373-1.6134 1.5948-1.3875 2.625-0.14047 0.0166-0.25941 0.041-0.4125 0.075-1.5837 1.8099-1.8236 4.5276 2.475 6.3375-0.20421-1.6333-0.38091-2.3664 0.4125-3.4875 0.56034 0.009 1.0077-0.46174 1.8375-0.6-2.4886 2.4887-2.6922 6.1439 2.7375 7.275-0.2157-2.373-0.64208-3.3165 0.3-4.575 1.0596 0.41043 2.0654 0.25683 2.625-0.8625 0.90503-2.0362-0.2262-4.3026 0-6.1125 0.2262-1.5837 3.4075-2.0162 4.3125-3.6 1.1312 2.2624 1.3875 4.05 1.3875 4.05-0.67663 2.2557-0.70055 5.1885 2.6625 3.4125 0.1632 0.87838-0.10734 2.0496-0.6375 3.375 3.8993-1.026 4.6226-3.1902 4.05-6.1125 0.37327-0.66717 0.41884-1.4401 0.225-2.7-0.45241-2.9412-2.4689-2.0649-3.6-1.6125 0.22619-1.5837 0.64253-2.9487-0.2625-5.4375 3.3936 1.3575 5.2363 1.1449 7.725-2.475-2.7148-0.2262-3.1726-1.7987-5.8875-2.025 4.7511-0.00001 7.7201-0.91509 8.625-4.9875-2.0362 1.1312-3.1801-0.6738-4.5375-0.9 2.2623-0.67872 5.2051-0.47133 6.5625-3.4125-1.8099 1.1312-3.215-2.025-5.025-2.025 3.1674-1.1312 4.5689-1.5637 5.7-3.6-1.8099 0.22632-3.4376-2.9362-5.7-0.9 2.0362-2.4887 7.0463-0.92132 7.725-3.8625-2.0362 0.2262-3.8563-0.21506-4.9875-2.025-0.90503-1.8098-1.1539-3.8625-2.7375-3.8625 2.0362 0.2263 3.1875 0 3.1875 0-2.7148-1.5836-4.3149-3.8402-3.8625-7.9125-2.9411 3.6199-7.8976 6.79-10.612 6.3375-2.7149-0.4524-5.8887-2.2664-5.6625-6.1125 0.22624-3.3936 0.9375-4.0713 0.9375-7.0125 2.9412 2.4886 7.4615 4.3187 14.475 3.1875 11.538-1.5836 18.528-10.657 18.075-23.1-0.45248-12.217-3.6179-18.547-14.025-28.275-9.7284-9.0496-11.547-13.115-12-21.712-0.45248-9.2759 3.8352-15.143 8.8125-16.5 3.3937-1.1312 5.2224 2.6864 3.4125 5.175-1.5838 2.2624-2.0338 6.3589-0.45 9.3 1.8099-0.4524 2.0514-1.3789 4.0875-2.9625-3.6199 3.3936-4.7711 8.1515-3.1875 12.45 1.81 4.5249 6.5513 4.0875 8.5875 4.0875-3.1674-5.8822 1.6125-7.9239 1.6125-12.675 0.6787 5.656 3.3864 7.6662 8.1375 4.725-3.6199-0.2262-4.2799-4.525-3.375-6.7875 0.67875-2.0362 2.0362-2.4975 0-5.2125 4.0724 1.3576 5.4-2.0076 5.4-5.175-1.5837 2.7149-4.5264 3.3787-6.5625 2.7-1.8098-0.9049-2.9213-1.5638-3.6-3.6-0.67874-1.5836-1.5938-4.7637-4.9875-4.5375 2.9412-2.0362 4.0662-4.9701 1.125-8.1375z" stroke-width=".99874"/> + <path id="path2499" d="m515.82 198.51v-1.9835h1.9836 3.4712c-4.463-6.6945 2.7274-8.9259 4.215-4.9588 0.99176-1.4876 1.9835-5.9507-2.4794-7.1903-3.7192-0.99187-7.4383 4.215-5.7027 8.678-2.4794-3.9671-8.4301-6.9423-11.901-6.9423 0 3.4711 2.9753 9.6697 6.9424 11.901-4.7109-1.7356-9.6698 1.9836-8.678 5.7027 1.2397 4.463 5.7027 3.4712 7.1904 2.7274-3.9671-1.7356-1.7356-8.926 4.9589-4.463v-3.4712z" stroke-width=".99874"/> + <path id="path2501" d="m526.99 210.14c2.2315 2.9754 4.7109 2.9754 6.6945 3.2232-0.49589-1.9835-0.49589-4.463-3.2233-6.4465 1.9836 0.49588 3.4712 0.49588 5.4548-0.49587h-8.926v8.926c0.49589-1.7356 0.74384-3.2234 0-5.2068z" stroke-width=".99874"/> + <path id="path2510" d="m608.92 233.57c-1.8099 2.2625-4.3026 4.0863-6.1125 4.3125-2.0362 0.22631-4.9838-0.23375-5.6625 1.35-0.90498 1.3574-1.5988 1.575-4.0875 1.575s-3.82 0.45132-4.725 0.225c-1.1312-0.2262-1.3587 1.6051 0.225 2.9625-0.45247 2.0361 0.4525 3.6314 0 4.7625-0.45247 1.1312-0.46117 2.2488 1.575 2.475 0.43432 0.0434 0.83303 0.10101 1.2375 0.15-0.24089 0.99361-0.0125 2.3122 1.0125 3.45-0.0766 0.005-0.14801-0.005-0.225 0-3.3936 0.2262-9.4962-3.8365-7.9125-8.5875-2.4886 1.3574-3.6136 4.5177-1.125 8.1375 2.4887 3.6199 5.4152 3.4138 9.4875 3.1875 4.1804-0.21999 7.31-0.64908 9.975 1.2 0.0103 0.66529-0.43763 1.1889-1.8375 1.5-1.1832 0.26288-3.7336 0.4355-5.8875 0.4125-1.0095-1.0398-2.0544-1.7432-2.25-3.1125-0.35977 0.53964-0.56499 1.92-0.525 2.925-0.25832-0.0561-0.46599-0.1446-0.6-0.225-1.3574-0.67872-2.0262-1.135-1.8 0.675 0.22624 2.0361 0.23245 4.0813-1.125 5.2125 2.0362 0.45252 1.5663-0.21757 3.15-1.575 3.3936 0.6786 8.6113 0.90875 11.1-0.675-1.1312 2.715-1.3664 4.9875-5.2125 4.9875s-4.9813 0.43634-6.1125 2.925c-3.1674 0.45253-4.0726 1.1189-6.7875 2.25-2.7149 1.1312-6.0988 0.6774-8.5875 0.225 0.90497 2.2623 3.1726 4.3125 5.8875 4.3125-2.2624 0.6787-3.1863 3.4051-3.4125 4.7625-0.22626 1.5838-2.2726 2.9201-4.9875 3.825 4.5248 0.22629 6.8039-0.91269 10.65-5.4375 4.0724-4.7511 3.3964-2.4713 6.3375-3.15-2.0362 1.3574-3.6325 1.6-4.5375 3.8625-1.1312 2.2623-1.3388 3.1488-3.375 3.375 2.9412 2.0361 4.9813 1.5886 6.1125-0.9 0.90497-2.4887 3.4001-4.3112 5.6625-4.5375-3.1674 1.81-3.1875 2.0488-3.1875 4.5375 0.00001 2.4886-0.89256 5.1812-2.25 4.05 1.3574 2.7149 3.1413 2.9711 4.725 1.3875 1.3575-1.8099 1.6038-3.4051 3.1875-4.7625-1.3575 2.2623-2.735 5.2076-3.1875 6.1125-0.67871 1.1312-0.67003 2.2451-1.575 3.15 2.0362 0.22631 5.2075-0.21756 6.1125-1.575 0.9898-1.3858 3.3575-6.0681 4.0875-9.3375-0.66921 4.1096-0.9 5.4599-0.9 6.8625 0.00001 1.3574-0.7125 3.375-0.7125 3.375 2.7149-0.00002 4.7612-1.1089 4.9875-4.05 0.22624-2.9412-0.004-4.0726 0.675-6.7875 0.00001 3.6199 0.45 4.0726 0.45 6.7875 0.00001 2.7149 1.3738 3.8213 3.8625 4.5-1.1312-2.4887 0.68245-3.1713-0.675-6.1125-1.1312-2.9411-1.1287-3.3651-0.45-5.175 1.1312 3.1674 1.8012 2.9113 1.575 5.4-0.22621 2.4885 2.7176 4.9924 6.3375 4.0875-2.0362-2.0362-2.705-6.5664-1.8-12.675 0.22627 7.466 4.0676 9.9586 7.6875 6.1125-2.715-0.67872-3.6412-2.0402-2.9625-6.1125 2.0362 2.0361 4.3101 1.3649 4.7625-1.35-3.1674-0.67872-4.0525-3.4051-3.6-4.7625 0.67875-1.5836 0.64493-2.4676-0.7125-3.825 2.7148 0.6787 5.6601 1.1049 6.1125-2.0625-2.2623 0-4.0488-0.66254-4.275-2.925-0.22635-2.2623-0.47755-4.0801-2.2875-5.4375 2.9412 0.6787 3.8538 0.46737 5.4375-2.7-2.715 0.4524-4.9862-0.69753-5.2125-3.4125-0.22622-2.7149 1.3661-5.6539-1.575-7.2375 1.3574-1.1312 1.5737-2.2389 1.8-4.275-1.1313 1.1312-2.2376 2.7037-4.5 2.025-0.90497-3.6198-3.3901-6.7887-7.4625-6.5625 0.90498-1.8099 1.1312-1.825 0-4.0875zm-8.175 16.762c0 1.0738-0.27939 2.9832 0.225 4.875-2.616-0.48302-5.1432-0.55343-7.9125-0.4125 0.54743-1.3084 0.7372-2.5362 1.2-3.3 0.59915-0.0625 1.1792-0.19588 1.7625-0.4875 2.0362-1.1312 2.9151 0.004 4.725-0.675z" stroke-width=".99874"/> + </g> + <g stroke="#000" stroke-width=".99874" fill="none"> + <path id="path2518" d="m600.76 247.61c-0.22624 1.8098 1.8099 4.2985 3.1674 5.2035"/> + <path id="path2520" d="m620.45 259.83c-2.7149-1.5838-3.3936-2.9412-4.5248-5.4299"/> + <path id="path2522" d="m620.9 270.24c-0.90504-1.1311-2.2625-1.8098-2.715-3.6198"/> + <path id="path2524" d="m620.45 280.19c0.67872-3.8461-0.67872-6.3348-2.7149-7.6922"/> + <path id="path2526" d="m615.69 280.19c-0.22625-2.0361-0.22625-4.9773-0.45247-5.656"/> + <path id="path2528" d="m599.63 271.59c-2.7149 0.67883-4.5248 0.67883-6.561 1.3576-2.0362 0.4524-1.3575 0.90491-4.0723 2.4886-2.7149 1.81-4.0724 2.4887-7.0135 3.1675"/> + <path id="path2530" d="m603.7 304.85c3.6199 3.1674 6.561 7.0135 7.0135 10.86"/> + <path id="path2532" d="m591.03 301.69c2.7149 0.90492 3.3936 0.90492 4.9773 0.67872"/> + <path id="path2534" d="m548.73 234.49c2.2624 0.90492 5.656 3.3936 6.7872 5.656"/> + <path id="path2536" d="m555.06 233.36c0.67871 1.81 1.3574 3.1674 2.0362 4.5248"/> + <path id="path2538" d="m649.86 245.35c1.1312-1.81 2.2625-2.4887 2.2625-4.2986"/> + <path id="path2540" d="m650.31 253.27c-0.45252 3.6198 0 6.3348 4.7511 7.6922"/> + </g> + <path id="path2542" d="m597.59 243.09c0.4525-0.90502 1.1312-1.81 1.1312-1.81 1.1312 1.1311 3.6199 1.81 2.7149 3.3936-2.7149 0.45252-4.5248-0.67871-5.4298-1.5836h1.5837z" stroke="#000" stroke-width=".99874"/> + <g stroke="#000" stroke-width=".99874" fill="none"> + <path id="path2544" d="m611.85 243.54c2.2624 0.22631 5.8823 1.81 7.2398 2.9412"/> + <path id="path2546" d="m632.89 337.43c2.0362-0.2262 2.7149 0.45252 4.2985-0.67871 0 1.81-0.4524 3.1674-0.2262 4.5248"/> + <path id="path2548" d="m614.34 335.17c0.22625 2.2624 3.1674 4.9773 5.656 4.0723"/> + <path id="path2550" d="m560.04 336.53c1.5837 0.67871 2.2624 2.0362 2.9412 2.9412 0.45248 1.1311 1.5837 2.0362 3.1674 2.9411"/> + <path id="path2552" d="m556.19 341.28c2.0362-1.1311 3.6199-1.1311 4.5248 0.45252 0.90497 1.3574 1.5837 1.3574 3.1674 1.81"/> + <path id="path2554" d="m619.31 372.95c2.2624-0.67871 3.3937-1.3574 4.2986-3.3936"/> + <path id="path2556" d="m622.25 377.93c-0.22632-2.0362 0.2262-2.4887 1.3574-3.1674 1.3574-0.90491 2.2625-2.0362 2.7149-2.9411"/> + </g> + <g stroke="#000" fill="#d21034"> + <path id="path2559" d="m523.92 284.17c8.5168 1.8066 4.6455 8.7749 0.51618 6.9683 0.51617 1.8066 3.097 5.936 7.2264 3.6132 3.6132-2.0646 2.5808-8.5167-2.0647-10.84 4.6455 1.2904 11.098-1.0323 13.678-3.6131-2.5808-2.5809-9.0329-4.6455-13.678-3.6132 4.6455-2.0648 5.6778-8.7749 2.0647-10.581-4.1293-2.3228-6.7102 1.8066-7.2264 3.3551 4.1293-1.5485 8.0006 5.1616-0.51618 6.9683v7.7426z" stroke-width=".99874"/> + <path id="path2561" d="m515.44 286.79c-2.5808-0.25801-4.3874 0.77429-6.7102 2.3229 0.77425-2.839 2.0647-4.3875 4.3874-5.4198-3.8712 0.51616-5.6778-1.2904-7.2264-2.5809 1.5485-1.0323 3.3551-2.8389 7.2264-2.5808-2.3227-1.0323-3.6132-2.3228-4.3874-5.1617 2.3228 1.5484 4.1294 2.3228 6.7102 2.0646v11.356z" stroke-width=".99874"/> + <path id="path2564" d="m661.17 376.75c2.499 1.8173 6.5879-1.1359 2.9533-4.9977 1.3629-2.2717 2.2716-4.5435 3.1803-6.8151 5.9064 0.90865 5.6792-4.9978 2.2718-5.4521v-0.45433c1.3629-1.1359 4.9977-2.7261 7.0422 0.68155 1.8174 2.9532-1.5902 7.4965-6.1335 7.4965 4.089 0.90878 4.9978 3.6347 5.9064 6.5879-2.9533 0.90877-5.9064 1.5902-8.8596-1.1358 2.4988 3.6347 0.68156 9.0868-2.726 9.314-3.1804 0-4.089-2.2717-4.3162-4.089 0.22715-0.45446 0.45436-0.90878 0.68144-1.1359z" stroke-width=".99874"/> + <path id="path2566" d="m647.41 366.06c2.0252-1.5824 3.6865-2.065 5.9414-1.7881-3.0183-1.515-3.4177-3.8528-3.9004-5.5142 1.8038 0.22146 3.9159-0.20574 6.4004 1.9303-1.1315-1.9699-1.1632-3.5759-0.40771-6.0008 0.87807 2.1677 1.4163 3.3781 4.1537 5.3163-1.7129 2.7652-3.2279 5.7833-5.3918 8.4931-2.7094-2.1638-4.2878-2.3576-6.7958-2.4366z" stroke-width=".99874"/> + <path id="path2571" d="m604.23 422.54c-1.1726 0.39096-2.3453 0.97722-3.3225 1.3681l-0.58632 0.19549-0.58632-0.19549c-0.97721-0.39087-2.1498-0.97713-3.3225-1.3681h-0.39088c0.19545 2.1499-0.39088 3.3225-1.5635 5.0815 1.9544-0.58636 3.127-1.3681 3.9088-3.1271-0.19543 2.7362 1.1726 4.1043 1.9544 5.4724 0.78176-1.3681 2.1498-2.7362 1.9544-5.4724 0.78177 1.759 1.9544 2.5407 4.1042 3.1271-1.1726-1.759-1.9544-2.9316-1.759-5.0815h-0.39087z" stroke-width=".99874"/> + </g> + <path id="path4525" d="m517.57 198.04 166.89-0.46913s0.34106 52.178-0.88209 109.2c-1.5958 74.356-71.123 116.54-82.563 115.99-21.682-1.0414-81.338-45.769-83.871-115.15-1.8674-51.144 0.42649-109.56 0.42649-109.56z" stroke="#d21034" stroke-width="3.6" fill="none"/> + <path id="path2569" d="m608.53 411.5c1.1726-0.39087 4.4951-2.3453 2.7362-5.6678-1.5635-2.5408-6.4495-1.759-8.2085 1.759 0.9772-3.5179-0.78177-8.4039-2.7362-10.554-1.9544 2.1498-3.5179 7.0359-2.7362 10.554-1.759-3.5179-6.645-4.2998-8.013-1.759-1.9544 3.3224 1.3681 5.2769 2.5407 5.6678-1.1726-3.127 3.5179-5.6678 5.0815 2.9316l3.127 1.1727c0.78176-0.19548 1.9544-0.78184 3.127-1.1727 1.5635-8.5993 6.2541-6.0586 5.0815-2.9316z" stroke="#000" stroke-width=".99874" fill="#d21034"/> + <path id="path5496" d="m525.3 204.5 150.7-0.44197s0.30814 49.156-0.79637 102.87c-1.4411 70.05-64.224 109.79-74.553 109.27-19.579-0.981-73.448-43.119-75.735-108.48-1.6863-48.182 0.38508-103.22 0.38508-103.22z" stroke="#d21034" stroke-width="3.6" fill="none"/> + <g stroke="#000"> + <path id="path2336" d="m539.1 376.75c-2.499 1.8173-6.5879-1.1359-2.9533-4.9977-1.3629-2.2717-2.2716-4.5435-3.1803-6.8151-5.9064 0.90865-5.6792-4.9978-2.2718-5.4521v-0.45433c-1.3629-1.1359-4.9977-2.7261-7.0422 0.68155-1.8174 2.9532 1.5902 7.4965 6.1335 7.4965-4.089 0.90878-4.9978 3.6347-5.9064 6.5879 2.9533 0.90877 5.9064 1.5902 8.8596-1.1358-2.4988 3.6347-0.68157 9.0868 2.726 9.314 3.1804 0 4.089-2.2717 4.3162-4.089-0.22715-0.45446-0.45435-0.90878-0.68144-1.1359z" stroke-width=".99874" fill="#d21034"/> + <path id="path2338" d="m552.38 366.55c-1.9396-1.6862-3.5734-2.2551-5.8397-2.0966 3.0934-1.355 3.6147-3.6687 4.1836-5.3026-1.8129 0.12675-3.8998-0.41039-6.4927 1.5926 1.2331-1.908 1.3488-3.5101 0.72121-5.9712-0.99033 2.1188-1.5912 3.2993-4.4263 5.0916 1.5659 2.851 2.9208 5.9443 4.9399 8.7636 2.819-2.019 4.4054-2.1299 6.914-2.0776z" stroke-width=".99874" fill="#d21034"/> + <path id="path6644" d="m515.64 196.11 169.98-0.0832s1.1129 54.493-0.11025 111.51c-1.5958 74.356-73.053 117.31-84.492 116.76-21.682-1.0414-82.882-46.927-85.415-116.31-1.8674-51.144 0.0406-111.88 0.0406-111.88z" stroke-width="1.2" fill="none"/> + </g> + <g stroke="#000" fill="#d21034"> + <path id="path2346" d="m685.83 197.96v-1.9835h-1.9835-3.4713c4.463-6.6945-2.7274-8.926-4.215-4.9588-0.99174-1.4876-1.9835-5.9507 2.4795-7.1904 3.7192-0.99187 7.4383 4.215 5.7027 8.678 2.4794-3.9671 8.4301-6.9423 11.901-6.9423 0 3.4711-2.9753 9.6697-6.9424 11.901 4.7109-1.7356 9.6698 1.9836 8.678 5.7027-1.2397 4.463-5.7026 3.4712-7.1903 2.7274 3.9671-1.7356 1.7356-8.926-4.9589-4.463v-3.4712z" stroke-width=".99874"/> + <path id="path2348" d="m673.61 210.45c-2.2315 2.9754-4.711 2.9754-6.6945 3.2232 0.49586-1.9835 0.49586-4.463 3.2233-6.4465-1.9836 0.49586-3.4712 0.49586-5.4548-0.49588h8.926v8.926c-0.49593-1.7356-0.74383-3.2234 0-5.2069z" stroke-width=".99874"/> + <path id="path2362" d="m674.06 284.17c-8.5168 1.8066-4.6455 8.7749-0.51618 6.9683-0.51616 1.8066-3.097 5.936-7.2264 3.6132-3.6132-2.0646-2.5808-8.5167 2.0647-10.84-4.6455 1.2904-11.098-1.0323-13.678-3.6131 2.5808-2.5809 9.0329-4.6455 13.678-3.6132-4.6455-2.0648-5.6778-8.7749-2.0647-10.581 4.1294-2.3228 6.7102 1.8066 7.2264 3.3551-4.1293-1.5485-8.0006 5.1616 0.51618 6.9683v7.7426z" stroke-width=".99874"/> + <path id="path2364" d="m685.78 286.79c2.5808-0.25801 4.3874 0.77429 6.7102 2.3229-0.77425-2.839-2.0647-4.3875-4.3874-5.4198 3.8712 0.51616 5.6778-1.2904 7.2264-2.5809-1.5485-1.0323-3.3551-2.8389-7.2264-2.5808 2.3228-1.0323 3.6132-2.3228 4.3874-5.1617-2.3228 1.5484-4.1294 2.3228-6.7102 2.0646v11.356z" stroke-width=".99874"/> + <path id="path2378" d="m592.21 208.39c-1.1726 0.39087-4.4951 2.3453-2.7362 5.6678 1.5635 2.5408 6.4495 1.759 8.2085-1.759-0.9772 3.5179 0.78177 8.4039 2.7362 10.554 1.9544-2.1498 3.5179-7.0358 2.7362-10.554 1.759 3.5179 6.645 4.2998 8.013 1.759 1.9544-3.3224-1.3681-5.2769-2.5407-5.6678 1.1726 3.127-3.5179 5.6678-5.0815-2.9316l-3.127-1.1727c-0.78176 0.19549-1.9544 0.78184-3.127 1.1727-1.5635 8.5993-6.2541 6.0586-5.0814 2.9316z" stroke-width=".99874"/> + <path id="path2380" d="m596.51 196.51c1.1726-0.39095 2.3453-0.97721 3.3225-1.3681l0.58632-0.19549 0.58632 0.19549c0.97721 0.39087 2.1499 0.97713 3.3225 1.3681h0.39089c-0.19544-2.1499 0.39089-3.3225 1.5635-5.0815-1.9544 0.58636-3.127 1.3681-3.9088 3.127 0.19543-2.7362-1.1726-4.1043-1.9544-5.4724-0.78176 1.3681-2.1498 2.7362-1.9544 5.4724-0.78177-1.759-1.9544-2.5407-4.1042-3.127 1.1726 1.759 1.9544 2.9316 1.759 5.0815h0.39088z" stroke-width=".99874"/> + </g> + <g stroke="#000" fill="none"> + <path id="path8584" d="m519.46 199.58 163.07-0.0807s1.0677 52.836-0.10576 108.12c-1.531 72.095-70.084 113.74-81.059 113.21-20.801-1.0096-79.514-45.5-81.944-112.77-1.7915-49.589 0.0389-108.47 0.0389-108.47z" stroke-width="1.2"/> + <path id="path8586" d="m524.04 202.92 153.31-0.0786s1.0037 51.461-0.0994 105.31c-1.4393 70.219-65.888 110.78-76.206 110.26-19.556-0.98333-74.753-44.316-77.038-109.84-1.6842-48.299 0.0366-105.65 0.0366-105.65z" stroke-width="1.2"/> + <path id="path8588" d="m527.1 206.54 146.88-0.0759s0.96164 49.676-0.0952 101.65c-1.3789 67.783-63.125 106.94-73.009 106.44-18.736-0.94921-71.618-42.779-73.807-106.03-1.6136-46.623 0.0351-101.99 0.0351-101.99z" stroke-width="1.2"/> + </g> + </g> + <path id="rect3706" d="m40.398 11.588h519.71c15.731 0 28.395 12.177 28.395 27.302l0.0001 261.11h-577.01l0.50623-261.11c0-15.125 12.664-27.302 28.395-27.302z" stroke="#0047b6" stroke-width="2.9941" fill="none"/> + </g> + <path id="path3769" d="m546.55 741.64h-631.04v-314.09c0-155.06 251.89-278.28 315.41-279.19 59.426-0.84476 315.63 124.1 315.63 279.19l-0.00001 314.09z" transform="matrix(-.91911 0 0 -.71637 512.34 847.28)" fill="#0047b6"/> + <text id="text3772" style="text-anchor:middle;text-align:center" xml:space="preserve" font-size="357.14px" line-height="100%" y="621" x="312.7019" font-family="Roadgeek 2005 Series C" fill="#ffffff"><tspan id="tspan3774" style="letter-spacing:25.675" y="621" x="312.7019" font-family="'Roadgeek 2014 Series C'" fill="#ffffff">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_canqca.svg b/shields/template_canqca.svg new file mode 100644 index 00000000..7ea00147 --- /dev/null +++ b/shields/template_canqca.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="289.02" width="217" version="1.0" xml:space="preserve" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 217 289.0195313"><metadata id="metadata16"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g5"><path id="path7" fill-rule="evenodd" fill="#fff" d="m216.5 0.5v168c0 90-108 120-108 120s-108-30-108-120v-168h216z"/><path id="path9" d="m216.5 0.5v168c0 90-108 120-108 120s-108-30-108-120v-168h216z" stroke="#000" stroke-miterlimit="3.8637" fill="none"/></g><path id="path11" fill-rule="evenodd" fill="#003f87" d="m210.5 168.5c0 78.97-88.87 109.64-102 113.74-13.133-4.1-102-34.77-102-113.74v-84h204v84z"/><g id="g13" fill="#af1e2d"><polygon id="polygon15" points="6.5 6.5 210.5 6.5 210.5 78.5 6.5 78.5"/></g><path id="path19" fill-rule="evenodd" fill="#fff" d="m108.5 217.46c1.57 1.57 2.93 3.04 4.02 4.67 3.04 4.53 4.07 9.46 2.37 13.45-3.39 8.43-4.69 10.57-4.69 17.29h2.41c0.15-7.39 3.24-12.33 7.84-13.82 2.03-0.7 4.65-0.35 7.06 1.88 2.98 2.76 3.85 10.36-4.9 11.82 0.93-1.24 0.85-3.95-1-4.91-1.42-0.64-3.02-0.39-3.76 0.16-1.21 0.65-2.37 2.75-2.37 4.87l4.16-0.01v4.18l-8.62-0.01c0.11 2.15 1.41 3.87 3.83 4.83-0.31 0.9-1.77 2.75-3.78 2.62-0.39 1.95-0.77 3.05-2.57 4.82-1.8-1.77-2.18-2.87-2.57-4.82-2.01 0.13-3.47-1.72-3.78-2.62 2.42-0.96 3.72-2.68 3.83-4.83l-8.614 0.01-0.002-4.18 4.156 0.01c0-2.12-1.16-4.22-2.365-4.87-0.747-0.55-2.345-0.8-3.761-0.16-1.851 0.96-1.93 3.67-1.005 4.91-8.745-1.46-7.877-9.06-4.898-11.82 2.407-2.23 5.032-2.58 7.057-1.88 4.602 1.49 7.692 6.43 7.842 13.82h2.41c0-6.72-1.3-8.86-4.68-17.29-1.71-3.99-0.68-8.92 2.36-13.45 1.09-1.63 2.45-3.1 4.02-4.67z"/><text id="text1342" style="text-anchor:middle;text-align:center" line-height="125.00000%" font-size="146px" y="202.79219" x="108.49201" font-family="Roadgeek 2005 Series EM" xml:space="preserve" fill="#ffffff"><tspan id="tspan1344" style="text-anchor:middle;text-align:center" font-size="146px" line-height="125.00000%" y="202.79219" x="108.49201" font-family="'Roadgeek 2014 Series EM'">***NUMBER***</tspan></text> +<path id="path16" d="m21.307 24.879s123.08-8.782 175.22-5.516l0.036-2.119s-134.04-0.939-175.22 5.518l-0.043 2.117z" fill="#fff"/><g id="g18" fill="#fff"><polygon id="polygon20" points="130.81 40.479 19 67.805 45.326 67.805"/><polygon id="polygon22" points="53.102 67.805 75.16 67.805 137.15 38.93 132.87 39.976"/></g><g id="g24" fill="#fff"><polygon id="polygon26" points="139.46 39.214 105.89 67.805 138.72 67.805"/><polygon id="polygon28" points="142.01 67.805 175.03 67.805 139.8 38.93 139.61 39.09"/></g><g fill="#fff"><rect id="rect30" height="6.5" width="1.25" y="22.544" x="38"/><rect id="rect32" height="6.5" width="1.25" y="21.108" x="67.875"/><rect id="rect34" height="6.5" width="1.25" y="19.294" x="97.25"/><rect id="rect36" height="6.5" width="1.25" y="18.858" x="127.75"/><rect id="rect38" height="6.5" width="1.25" y="18.379" x="156.07"/><rect id="rect40" height="6.5" width="1.25" y="18.379" x="186.28"/><path id="path42" d="m21.384 29.923v30.199h10.861l26.226-4.238 6.357-23.046 23.577-1.325 7.417 30.729h9.536l8.213-5.562 7.682-27.285h39.735l8.213 27.814 10.595 6.357h13.511l3.179-39.205c0.01-0.001-145.15-0.265-175.09 5.562zm77.116 25.371l-5.5-24.25h3.25l5.75 19.75-3.5 4.5zm7.39-11.332l-4.555-13.334h10.333l-5.78 13.334z"/></g></svg> diff --git a/shields/template_canqca_wide.svg b/shields/template_canqca_wide.svg new file mode 100644 index 00000000..6828ca2f --- /dev/null +++ b/shields/template_canqca_wide.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="289.02" width="217" version="1.0" xml:space="preserve" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 217 289.0195313"><metadata id="metadata16"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g5"><path id="path7" fill-rule="evenodd" fill="#fff" d="m216.5 0.5v168c0 90-108 120-108 120s-108-30-108-120v-168h216z"/><path id="path9" d="m216.5 0.5v168c0 90-108 120-108 120s-108-30-108-120v-168h216z" stroke="#000" stroke-miterlimit="3.8637" fill="none"/></g><path id="path11" fill-rule="evenodd" fill="#003f87" d="m210.5 168.5c0 78.97-88.87 109.64-102 113.74-13.133-4.1-102-34.77-102-113.74v-84h204v84z"/><g id="g13" fill="#af1e2d"><polygon id="polygon15" points="6.5 6.5 210.5 6.5 210.5 78.5 6.5 78.5"/></g><path id="path19" fill-rule="evenodd" fill="#fff" d="m108.5 217.46c1.57 1.57 2.93 3.04 4.02 4.67 3.04 4.53 4.07 9.46 2.37 13.45-3.39 8.43-4.69 10.57-4.69 17.29h2.41c0.15-7.39 3.24-12.33 7.84-13.82 2.03-0.7 4.65-0.35 7.06 1.88 2.98 2.76 3.85 10.36-4.9 11.82 0.93-1.24 0.85-3.95-1-4.91-1.42-0.64-3.02-0.39-3.76 0.16-1.21 0.65-2.37 2.75-2.37 4.87l4.16-0.01v4.18l-8.62-0.01c0.11 2.15 1.41 3.87 3.83 4.83-0.31 0.9-1.77 2.75-3.78 2.62-0.39 1.95-0.77 3.05-2.57 4.82-1.8-1.77-2.18-2.87-2.57-4.82-2.01 0.13-3.47-1.72-3.78-2.62 2.42-0.96 3.72-2.68 3.83-4.83l-8.614 0.01-0.002-4.18 4.156 0.01c0-2.12-1.16-4.22-2.365-4.87-0.747-0.55-2.345-0.8-3.761-0.16-1.851 0.96-1.93 3.67-1.005 4.91-8.745-1.46-7.877-9.06-4.898-11.82 2.407-2.23 5.032-2.58 7.057-1.88 4.602 1.49 7.692 6.43 7.842 13.82h2.41c0-6.72-1.3-8.86-4.68-17.29-1.71-3.99-0.68-8.92 2.36-13.45 1.09-1.63 2.45-3.1 4.02-4.67z"/><text id="text1342" style="text-anchor:middle;text-align:center" line-height="125.00000%" font-size="146px" y="202.79219" x="108.49201" font-family="Roadgeek 2005 Series EM" xml:space="preserve" fill="#ffffff"><tspan id="tspan1344" style="text-anchor:middle;text-align:center" font-size="146px" line-height="125.00000%" y="202.79219" x="108.49201" font-family="'Roadgeek 2014 Series D'">***NUMBER***</tspan></text> +<path id="path16" d="m21.307 24.879s123.08-8.782 175.22-5.516l0.036-2.119s-134.04-0.939-175.22 5.518l-0.043 2.117z" fill="#fff"/><g id="g18" fill="#fff"><polygon id="polygon20" points="130.81 40.479 19 67.805 45.326 67.805"/><polygon id="polygon22" points="53.102 67.805 75.16 67.805 137.15 38.93 132.87 39.976"/></g><g id="g24" fill="#fff"><polygon id="polygon26" points="139.46 39.214 105.89 67.805 138.72 67.805"/><polygon id="polygon28" points="142.01 67.805 175.03 67.805 139.8 38.93 139.61 39.09"/></g><g fill="#fff"><rect id="rect30" height="6.5" width="1.25" y="22.544" x="38"/><rect id="rect32" height="6.5" width="1.25" y="21.108" x="67.875"/><rect id="rect34" height="6.5" width="1.25" y="19.294" x="97.25"/><rect id="rect36" height="6.5" width="1.25" y="18.858" x="127.75"/><rect id="rect38" height="6.5" width="1.25" y="18.379" x="156.07"/><rect id="rect40" height="6.5" width="1.25" y="18.379" x="186.28"/><path id="path42" d="m21.384 29.923v30.199h10.861l26.226-4.238 6.357-23.046 23.577-1.325 7.417 30.729h9.536l8.213-5.562 7.682-27.285h39.735l8.213 27.814 10.595 6.357h13.511l3.179-39.205c0.01-0.001-145.15-0.265-175.09 5.562zm77.116 25.371l-5.5-24.25h3.25l5.75 19.75-3.5 4.5zm7.39-11.332l-4.555-13.334h10.333l-5.78 13.334z"/></g></svg> diff --git a/shields/template_canqca_wide3.svg b/shields/template_canqca_wide3.svg new file mode 100644 index 00000000..93b23b75 --- /dev/null +++ b/shields/template_canqca_wide3.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="289.02" width="217" version="1.0" xml:space="preserve" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 217 289.0195313"><metadata id="metadata16"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g5"><path id="path7" fill-rule="evenodd" fill="#fff" d="m216.5 0.5v168c0 90-108 120-108 120s-108-30-108-120v-168h216z"/><path id="path9" d="m216.5 0.5v168c0 90-108 120-108 120s-108-30-108-120v-168h216z" stroke="#000" stroke-miterlimit="3.8637" fill="none"/></g><path id="path11" fill-rule="evenodd" fill="#003f87" d="m210.5 168.5c0 78.97-88.87 109.64-102 113.74-13.133-4.1-102-34.77-102-113.74v-84h204v84z"/><g id="g13" fill="#af1e2d"><polygon id="polygon15" points="6.5 6.5 210.5 6.5 210.5 78.5 6.5 78.5"/></g><path id="path19" fill-rule="evenodd" fill="#fff" d="m108.5 217.46c1.57 1.57 2.93 3.04 4.02 4.67 3.04 4.53 4.07 9.46 2.37 13.45-3.39 8.43-4.69 10.57-4.69 17.29h2.41c0.15-7.39 3.24-12.33 7.84-13.82 2.03-0.7 4.65-0.35 7.06 1.88 2.98 2.76 3.85 10.36-4.9 11.82 0.93-1.24 0.85-3.95-1-4.91-1.42-0.64-3.02-0.39-3.76 0.16-1.21 0.65-2.37 2.75-2.37 4.87l4.16-0.01v4.18l-8.62-0.01c0.11 2.15 1.41 3.87 3.83 4.83-0.31 0.9-1.77 2.75-3.78 2.62-0.39 1.95-0.77 3.05-2.57 4.82-1.8-1.77-2.18-2.87-2.57-4.82-2.01 0.13-3.47-1.72-3.78-2.62 2.42-0.96 3.72-2.68 3.83-4.83l-8.614 0.01-0.002-4.18 4.156 0.01c0-2.12-1.16-4.22-2.365-4.87-0.747-0.55-2.345-0.8-3.761-0.16-1.851 0.96-1.93 3.67-1.005 4.91-8.745-1.46-7.877-9.06-4.898-11.82 2.407-2.23 5.032-2.58 7.057-1.88 4.602 1.49 7.692 6.43 7.842 13.82h2.41c0-6.72-1.3-8.86-4.68-17.29-1.71-3.99-0.68-8.92 2.36-13.45 1.09-1.63 2.45-3.1 4.02-4.67z"/><text id="text1342" style="text-anchor:middle;text-align:center" line-height="125.00000%" font-size="146px" y="202.79219" x="108.49201" font-family="Roadgeek 2005 Series EM" xml:space="preserve" fill="#ffffff"><tspan id="tspan1344" style="text-anchor:middle;text-align:center" font-size="146px" line-height="125.00000%" y="202.79219" x="108.49201" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> +<path id="path16" d="m21.307 24.879s123.08-8.782 175.22-5.516l0.036-2.119s-134.04-0.939-175.22 5.518l-0.043 2.117z" fill="#fff"/><g id="g18" fill="#fff"><polygon id="polygon20" points="130.81 40.479 19 67.805 45.326 67.805"/><polygon id="polygon22" points="53.102 67.805 75.16 67.805 137.15 38.93 132.87 39.976"/></g><g id="g24" fill="#fff"><polygon id="polygon26" points="139.46 39.214 105.89 67.805 138.72 67.805"/><polygon id="polygon28" points="142.01 67.805 175.03 67.805 139.8 38.93 139.61 39.09"/></g><g fill="#fff"><rect id="rect30" height="6.5" width="1.25" y="22.544" x="38"/><rect id="rect32" height="6.5" width="1.25" y="21.108" x="67.875"/><rect id="rect34" height="6.5" width="1.25" y="19.294" x="97.25"/><rect id="rect36" height="6.5" width="1.25" y="18.858" x="127.75"/><rect id="rect38" height="6.5" width="1.25" y="18.379" x="156.07"/><rect id="rect40" height="6.5" width="1.25" y="18.379" x="186.28"/><path id="path42" d="m21.384 29.923v30.199h10.861l26.226-4.238 6.357-23.046 23.577-1.325 7.417 30.729h9.536l8.213-5.562 7.682-27.285h39.735l8.213 27.814 10.595 6.357h13.511l3.179-39.205c0.01-0.001-145.15-0.265-175.09 5.562zm77.116 25.371l-5.5-24.25h3.25l5.75 19.75-3.5 4.5zm7.39-11.332l-4.555-13.334h10.333l-5.78 13.334z"/></g></svg> diff --git a/shields/template_cansk.svg b/shields/template_cansk.svg new file mode 100644 index 00000000..32f52e5c --- /dev/null +++ b/shields/template_cansk.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 750" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <rect id="rect7555-7" rx="29.95" ry="29.96" height="749" width="599" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <path id="path5807-2" fill="#003882" d="m300 720-228.31-92.91c-24.941-10.14-41.69-36.74-41.69-60.34v-336.75h540v336.75c0 23.599-16.749 50.196-41.688 60.344l-228.31 92.91z"/> + <text id="text3048" style="word-spacing:0px;letter-spacing:0px" xml:space="preserve" font-size="365px" line-height="125%" y="545.62" x="300.79062" font-family="'Roadgeek 2014 Series C'" fill="#ffffff"><tspan id="tspan3050" y="545.62" x="300.79062" style="text-anchor:middle;text-align:center" fill="#ffffff">***NUMBER***</tspan></text> + <path id="rect3294" fill="#003882" d="m30 30h540v180h-540v-180z"/> + <g id="g3948" fill="#fff" transform="translate(-1.3853)"> + <g id="g3903"> + <path id="path3121" opacity=".6" d="m112.44 127.9 46.714 0.32217 4.8325 52.191-55.09 0.64433z"/> + <path id="path3123" opacity=".6" d="m111.15 115.01c4.2059-18.451 12.882-35.959 35.116-50.58l-18.37-11.595c-36.691 12.665-43.005 34.124-47.68 56.057 8.3969-4.5354 19.108-3.0372 30.928 6.1211z"/> + <path id="path3125" opacity=".6" d="m113.08 123.71 45.747 0.64433c1.1242-6.6934-2.1164-19.499 33.505-18.041-3.67-17.403-9.56-33.534-25.14-44.132-51.18 12.079-50.94 55.582-54.12 61.532z"/> + </g> + <g id="g3903-1" transform="translate(165.11)"> + <path id="path3121-5" opacity=".6" d="m112.44 127.9 46.714 0.32217 4.8325 52.191-55.09 0.64433z"/> + <path id="path3123-1" opacity=".6" d="m111.15 115.01c4.2059-18.451 12.882-35.959 35.116-50.58l-18.37-11.595c-36.691 12.665-43.005 34.124-47.68 56.057 8.3969-4.5354 19.108-3.0372 30.928 6.1211z"/> + <path id="path3125-0" opacity=".6" d="m113.08 123.71 45.747 0.64433c1.1242-6.6934-2.1164-19.499 33.505-18.041-3.67-17.403-9.56-33.534-25.14-44.132-51.18 12.079-50.94 55.582-54.12 61.532z"/> + </g> + <g id="g3903-9" transform="translate(330.22)"> + <path id="path3121-7" opacity=".6" d="m112.44 127.9 46.714 0.32217 4.8325 52.191-55.09 0.64433z"/> + <path id="path3123-3" opacity=".6" d="m111.15 115.01c4.2059-18.451 12.882-35.959 35.116-50.58l-18.37-11.595c-36.691 12.665-43.005 34.124-47.68 56.057 8.3969-4.5354 19.108-3.0372 30.928 6.1211z"/> + <path id="path3125-08" opacity=".6" d="m113.08 123.71 45.747 0.64433c1.1242-6.6934-2.1164-19.499 33.505-18.041-3.67-17.403-9.56-33.534-25.14-44.132-51.18 12.079-50.94 55.582-54.12 61.532z"/> + </g> + </g> +</svg> diff --git a/shields/template_cansk_wide.svg b/shields/template_cansk_wide.svg new file mode 100644 index 00000000..32f52e5c --- /dev/null +++ b/shields/template_cansk_wide.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 750" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <rect id="rect7555-7" rx="29.95" ry="29.96" height="749" width="599" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <path id="path5807-2" fill="#003882" d="m300 720-228.31-92.91c-24.941-10.14-41.69-36.74-41.69-60.34v-336.75h540v336.75c0 23.599-16.749 50.196-41.688 60.344l-228.31 92.91z"/> + <text id="text3048" style="word-spacing:0px;letter-spacing:0px" xml:space="preserve" font-size="365px" line-height="125%" y="545.62" x="300.79062" font-family="'Roadgeek 2014 Series C'" fill="#ffffff"><tspan id="tspan3050" y="545.62" x="300.79062" style="text-anchor:middle;text-align:center" fill="#ffffff">***NUMBER***</tspan></text> + <path id="rect3294" fill="#003882" d="m30 30h540v180h-540v-180z"/> + <g id="g3948" fill="#fff" transform="translate(-1.3853)"> + <g id="g3903"> + <path id="path3121" opacity=".6" d="m112.44 127.9 46.714 0.32217 4.8325 52.191-55.09 0.64433z"/> + <path id="path3123" opacity=".6" d="m111.15 115.01c4.2059-18.451 12.882-35.959 35.116-50.58l-18.37-11.595c-36.691 12.665-43.005 34.124-47.68 56.057 8.3969-4.5354 19.108-3.0372 30.928 6.1211z"/> + <path id="path3125" opacity=".6" d="m113.08 123.71 45.747 0.64433c1.1242-6.6934-2.1164-19.499 33.505-18.041-3.67-17.403-9.56-33.534-25.14-44.132-51.18 12.079-50.94 55.582-54.12 61.532z"/> + </g> + <g id="g3903-1" transform="translate(165.11)"> + <path id="path3121-5" opacity=".6" d="m112.44 127.9 46.714 0.32217 4.8325 52.191-55.09 0.64433z"/> + <path id="path3123-1" opacity=".6" d="m111.15 115.01c4.2059-18.451 12.882-35.959 35.116-50.58l-18.37-11.595c-36.691 12.665-43.005 34.124-47.68 56.057 8.3969-4.5354 19.108-3.0372 30.928 6.1211z"/> + <path id="path3125-0" opacity=".6" d="m113.08 123.71 45.747 0.64433c1.1242-6.6934-2.1164-19.499 33.505-18.041-3.67-17.403-9.56-33.534-25.14-44.132-51.18 12.079-50.94 55.582-54.12 61.532z"/> + </g> + <g id="g3903-9" transform="translate(330.22)"> + <path id="path3121-7" opacity=".6" d="m112.44 127.9 46.714 0.32217 4.8325 52.191-55.09 0.64433z"/> + <path id="path3123-3" opacity=".6" d="m111.15 115.01c4.2059-18.451 12.882-35.959 35.116-50.58l-18.37-11.595c-36.691 12.665-43.005 34.124-47.68 56.057 8.3969-4.5354 19.108-3.0372 30.928 6.1211z"/> + <path id="path3125-08" opacity=".6" d="m113.08 123.71 45.747 0.64433c1.1242-6.6934-2.1164-19.499 33.505-18.041-3.67-17.403-9.56-33.534-25.14-44.132-51.18 12.079-50.94 55.582-54.12 61.532z"/> + </g> + </g> +</svg> diff --git a/shields/template_canyt1.svg b/shields/template_canyt1.svg new file mode 100644 index 00000000..65e0f7bc --- /dev/null +++ b/shields/template_canyt1.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#ec2302"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3768" d="m331.59 170.59-0.28479 234.88c-0.0243 20 20 15 40 20 3.4926 0.87316 3.4175 9 0 9h-135c-4.1337 0-3.3262-8.1685 0-9 20-5 40 0 40-20v-185c0-4.714-4.448-9.2792-10-10-9.7036-1.2597-22.942 1.333-30.379 1.0913-3.9936-0.12977-8.2928-2.0008-8.7785-5.4022-0.6008-4.207 4.3126-9.1796 8.5534-9.4538 30.392-1.9651 55.727-14.287 84.184-27.911 5.0703-2.4275 11.712-4.172 11.705 1.8007z" fill="#ec2302"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt10.svg b/shields/template_canyt10.svg new file mode 100644 index 00000000..756c173b --- /dev/null +++ b/shields/template_canyt10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3780" d="m413.61 380.65c-6.4301 16.875-14.324 28.5-25.594 28.046-11.921-0.48085-21.155-10.465-25.546-26.318-7.3495-26.534-10.294-53.983-10-81.279 0.38869-36.03-0.50982-59.169 6.8487-80.803 4.4866-13.19 13.978-27.679 26.852-27.765 13.103-0.0872 22.277 12.499 27.701 27.89 7.4169 21.045 8.8178 45.375 9.144 68.363 0.71406 50.32-0.68962 68.992-9.4058 91.866zm53.165-15.901c5.9353-24.276 9.4297-44.381 8.0387-80.99-0.84162-22.15-4.816-50.185-11.141-64.217-7.0647-15.672-17.118-28.715-28.222-37.248-15.12-11.619-32.629-17.185-49.55-16.891-12.576 0.21824-25.121 6.0752-36.63 13.829-10.998 7.4092-21.873 17.041-30 30.577-8.3074 13.836-14.003 31.494-17.749 49.381-4.8031 22.933-5.2002 54.586-2.2509 73.544 3.7895 24.358 7.4674 37.511 15 52.896 7.8006 15.932 18.308 29.473 30 38.222 10.561 7.9027 22.743 9.9792 34.457 11.538 9.3363 1.2423 18.889 0.91923 28.09-1.8042 11.413-3.3781 20.944-6.4714 32.872-17.806 14.327-13.614 22.8-33.495 27.087-51.028z"/> + <path id="path3768" d="m230.37 168.97-0.28479 234.88c-0.0243 20 20 15 40 20 3.4926 0.8732 3.4174 9 0 9h-135c-4.1337 0-3.3262-8.1684 0-9 20-5 40 0 40-20v-185c0-4.714-4.448-9.2792-10-10-9.7036-1.2597-22.942 1.333-30.379 1.0913-3.9936-0.12977-8.2928-2.0008-8.7785-5.4022-0.6008-4.207 4.3126-9.1796 8.5534-9.4538 30.392-1.9651 55.727-14.287 84.184-27.911 5.0703-2.4275 11.712-4.172 11.705 1.8007z"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt11.svg b/shields/template_canyt11.svg new file mode 100644 index 00000000..463a5c49 --- /dev/null +++ b/shields/template_canyt11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#0609a6"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3768" d="m241.59 170.59-0.28479 234.88c-0.0243 20 20 15 40 20 3.4926 0.87316 3.4175 9 0 9h-135c-4.1337 0-3.3262-8.1685 0-9 20-5 40 0 40-20v-185c0-4.714-4.448-9.2792-10-10-9.7036-1.2597-22.942 1.333-30.379 1.0913-3.9936-0.12977-8.2928-2.0008-8.7785-5.4022-0.6008-4.207 4.3126-9.1796 8.5534-9.4538 30.392-1.9651 55.727-14.287 84.184-27.911 5.0703-2.4275 11.712-4.172 11.705 1.8007z" fill="#0609a6"/> + <path id="path3757" d="m421.59 170.59-0.28479 234.88c-0.0243 20 20 15 40 20 3.4926 0.87316 3.4175 9 0 9h-135c-4.1337 0-3.3262-8.1685 0-9 20-5 40 0 40-20v-185c0-4.714-4.448-9.2792-10-10-9.7036-1.2597-22.942 1.333-30.379 1.0913-3.9936-0.12977-8.2928-2.0008-8.7785-5.4022-0.6008-4.207 4.3126-9.1796 8.5534-9.4538 30.392-1.9651 55.727-14.287 84.184-27.911 5.0703-2.4275 11.712-4.172 11.705 1.8007z" fill="#0609a6"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt2.svg b/shields/template_canyt2.svg new file mode 100644 index 00000000..5b34abcf --- /dev/null +++ b/shields/template_canyt2.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#f29500"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3786" d="m226.56 437.32h143.93c8.7425 0 18.182-6.1409 22.49-14.078 5.9097-10.889 4.5901-25.98 0-37.541-1.6229-4.0874-4.8099-8.6765-8.9959-9.3852-6.6185-1.1205-11.287 9.3852-17.992 9.3852h-67.469c-3.3526 0-6.8686-6.912-4.4979-9.3852l80.963-84.466c7.1119-7.4196 11.183-17.943 13.494-28.156 2.4114-10.656 2.1102-22.122 0-32.848-2.2958-11.669-6.6114-23.217-13.494-32.848-6.3111-8.8313-15.202-15.844-24.49-21.463-9.0146-5.4534-19.128-9.455-29.486-11.385-13.265-2.4721-27.118-1.9526-40.481 0-10.81 1.5794-21.578 4.6054-31.486 9.3852-8.8319 4.261-17.408 9.715-24.289 16.893-6.8805 7.1783-12.469 15.961-16.193 25.34-2.9256 7.3687-4.498 15.487-4.498 23.463 0 7.9759 0.42183 16.715 4.498 23.463 3.997 6.6166 10.88 11.605 17.992 14.078 7.1119 2.4732 15.315 2.2664 22.49 0 5.1739-1.6343 10.213-4.9032 13.494-9.3852 2.8779-3.931 4.5597-9.1318 4.4979-14.078-0.0831-6.6547-5.7727-12.161-6.5228-18.77-0.7097-6.2526-0.0448-12.856 2.0249-18.77 1.8538-5.2978 4.9432-10.345 8.9959-14.078 5.0267-4.6295 11.441-7.8917 17.992-9.3852 6.5804-1.5002 13.936-1.8916 20.196 0.70303 7.2658 3.0117 13.183 9.4504 17.587 16.19 3.9536 6.0514 5.9788 13.435 7.1967 20.647 0.98856 5.8538 1.2556 12.034 0 17.832-1.5371 7.0975-3.4094 13.627-8.9959 19.709l-103.45 112.62c-6.0489 6.5851-11.16 14.673-13.494 23.463-1.6009 6.0298-2.682 13.174 0 18.77 3.3526 6.9953 10.495 14.078 17.992 14.078z" stroke="#000" stroke-width=".91885px" fill="#f29500"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt3.svg b/shields/template_canyt3.svg new file mode 100644 index 00000000..83d74a1c --- /dev/null +++ b/shields/template_canyt3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#a6293b"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3769" d="m215.33 388.64c0.39908-30.507 49.069-27.943 49.157-0.31574 0.0712 22.237 10.198 31.7 35.949 30.944 16.959-0.49777 28.898-28.121 28.942-54.159 0.0535-31.841-16.463-58.488-45.595-58.471-7.998 0.005-18.022-5.0585-18.56-13.038-0.4141-6.131 5.5737-14.913 16.664-15.655 17.527-1.1719 34.619-27.418 37.433-48.709 2.7347-20.685-6.9154-43.399-24.068-43.955-11.501-0.37287-21.052 11.598-21.597 26.931-1.3103 36.902-48.173 35.492-48.13-2.8051 0.026-23.166 34.3-51.103 72.743-51.748 17.46-0.29307 37.834 1.2164 56.686 18.505 20.05 21.393 16.012 61.166 8.3757 80.748-5.5528 14.239-16.388 23.084-16.512 31.554-0.135 9.2759 14.379 14.488 24.829 26.112 15.904 17.691 14.687 35.453 13.206 58.224-1.2408 19.074-14.594 38.65-30.482 52.324-20.076 17.278-35.186 18.841-66.119 18.09-32.54-0.79013-73.261-28.779-72.924-54.578z" fill="#a6293b"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt37.svg b/shields/template_canyt37.svg new file mode 100644 index 00000000..71899dbe --- /dev/null +++ b/shields/template_canyt37.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#a6293b"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3769" d="m121.29 388.64c0.39908-30.507 49.069-27.943 49.157-0.31574 0.0712 22.237 10.198 31.7 35.949 30.944 16.959-0.49777 28.898-28.121 28.942-54.159 0.0535-31.841-16.463-58.488-45.595-58.471-7.998 0.005-18.022-5.0585-18.56-13.038-0.4141-6.131 5.5737-14.913 16.664-15.655 17.527-1.1719 34.619-27.418 37.433-48.709 2.7347-20.685-6.9154-43.399-24.068-43.955-11.501-0.37287-21.052 11.598-21.597 26.931-1.3103 36.902-48.173 35.492-48.13-2.8051 0.026-23.166 34.3-51.103 72.743-51.748 17.46-0.29307 37.834 1.2164 56.686 18.505 20.05 21.393 16.012 61.166 8.3757 80.748-5.5528 14.239-16.388 23.084-16.512 31.554-0.135 9.2759 14.379 14.488 24.829 26.112 15.904 17.691 14.687 35.453 13.206 58.224-1.2408 19.074-14.594 38.65-30.482 52.324-20.076 17.278-35.186 18.841-66.119 18.09-32.54-0.79013-73.261-28.779-72.924-54.578z" fill="#a6293b"/> + <path id="path3771" d="m343.35 411.77c24.99-70.997 43.921-118.64 78.579-196.74 4.0958-9.2301 1.7716-13.255-3.5787-13.255h-60c-7.1801 0-10.054 2.5804-15 10-10 15-25 21.171-25 0v-30c0-13.269 6.9561-20 25-20h110c20 0 30.253 10.087 25 25-30.708 87.173-62.251 180.1-75 230-2.7674 10.832-5.5149 20-18 20h-32c-10.792 0-16.297-7.1102-10-25z" fill="#a6293b"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt4.svg b/shields/template_canyt4.svg new file mode 100644 index 00000000..500a3cfe --- /dev/null +++ b/shields/template_canyt4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#a6293b"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3789" d="m239.06 342.27c-3.4443 0-6.0715-4.487-4.656-8.8514 11.262-34.726 27.342-68.119 54.501-107.07 2.5498-3.6573 8.4712-2.299 8.4712 3.0187v112.91zm58.316 30.162v35.381c0 7.4143-13.222 6.4158-18.443 9.4179-6.5283 4.1445-7.6793 19.577 3.6561 19.577h89.427c8.7677 0 9.9345-15.976 2.9421-19.258-5.2332-2.4566-15.457-1.842-15.457-10.055v-35.063h30.28c15.008 0 14.372-30.162 0.039-30.162h-30.319v-153.06c0-25.23-41.207-31.49-55.597-18.232-46.156 42.526-84.559 104.22-102.87 176.25-3.2844 12.92 3.1356 25.21 18.007 25.21z" fill="#a6293b"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt5.svg b/shields/template_canyt5.svg new file mode 100644 index 00000000..e47f11b4 --- /dev/null +++ b/shields/template_canyt5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#0609a6"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3780" d="m251.66 307.94c15-5 26.3-11.098 40-10 12.652 1.0138 26.77 5.3365 35 15 8.911 10.463 10 26.256 10 40s-2.2651 28.64-10 40c-8.0689 11.851-20.766 23.285-35 25-8.9109 1.0733-18.986-3.3376-25-10-8.1302-9.0068-2.2511-25.663-10-35-4.7601-5.7356-12.553-9.6902-20-10-8.9675-0.373-19.968 2.5679-25 10-6.5407 9.6608-5.6556 24.796 0 35 7.6222 13.752 25.185 19.735 40 25 12.661 4.4998 26.572 5.4906 40 5 16.985-0.62059 34.297-3.4956 50-10 11.104-4.5993 21.873-11.146 30-20 8.3074-9.0501 14.003-20.599 17.749-32.299 4.8032-15 6.1007-33.903 2.2509-48.103-4.285-15.806-7.4674-24.535-15-34.598-7.8006-10.421-18.168-19.574-30-25-9.2153-4.2257-19.862-5-30-5s-20.237 2.2683-30 5c-8.6433 2.4184-16.032 10.373-25 10-3.7236-0.15488-10-1.2732-10-5v-45c0-4.714 5.286-10 10-10h60c22.669 0 39.399-15.882 55-40 5.1338-7.9362-1.499-14.827-10-15-4.7238-0.0962-22.866 10-35 10h-95c-4.714 0-10 5-10 10v115c0 25 16.485 12.838 25 10z" fill="#0609a6"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt6.svg b/shields/template_canyt6.svg new file mode 100644 index 00000000..ed6d8422 --- /dev/null +++ b/shields/template_canyt6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#0a9875"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3780" d="m275.19 313.14c5.9401-11.154 14.324-23.353 30.096-23.055 11.926 0.22483 20.255 12.734 24.646 23.103 7.3495 17.355 7.5496 28.565 7.2989 43.151-0.247 14.374-1.2909 28.101-8.6495 42.251-4.4866 8.6276-12.642 18.188-22.351 18.749-10.68 0.61765-21.377-7.5862-26.801-17.653-7.4169-13.765-10.088-26.206-10.945-40.004-0.97108-15.644 0.68963-35.248 6.7047-46.543zm-68.29 6.4053c0.1491 18.963 1.0751 37.623 5.9677 55.521 3.8268 13.999 8.6359 20.729 14.961 29.907 7.0647 10.251 17.118 18.782 28.222 24.363 15.12 7.5999 32.629 11.24 49.55 11.048 12.576-0.14275 25.121-3.9737 36.63-9.045 10.998-4.8462 21.873-11.146 30-20 8.3074-9.0501 14.003-20.599 17.749-32.299 4.8031-15 5.2002-35.704 2.2509-48.103-3.7895-15.932-7.4674-24.535-15-34.598-7.8006-10.421-18.168-19.574-30-25-9.2153-4.2257-19.862-4.923-30-5-6.8939-0.0523-13.807 1.2466-20.45 3.09-7.6613 2.126-14.452 6.7539-22.048 9.0996-2.6546 0.81968-4.0384 1.5371-4.0384-2.1897 0-15 7.2834-31.307 13.984-43.749 4.7187-8.7623 16.163-20.035 26.894-28.759 11.365-9.239 21.425-13.367 33.261-16.553 17.149-4.6168 29.849-7.2871 32.081-11.669 4.2898-8.4224-1.499-14.827-10-15-4.7238-0.0962-23.999 0.61092-35.955 2.6785-12.885 2.2283-34.265 12.739-43.749 18.463-9.7101 5.8605-29.139 20.005-40.559 33.238-13.76 15.944-25.413 34.357-32.469 54.2-5.6824 15.98-7.388 36.583-7.2797 50.357z" fill="#0a9875"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt7.svg b/shields/template_canyt7.svg new file mode 100644 index 00000000..3e8e753b --- /dev/null +++ b/shields/template_canyt7.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#a6293b"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3771" d="m244.82 413c24.99-70.997 43.921-118.64 78.579-196.74 4.09-9.23 1.77-13.26-3.58-13.26h-60c-7.1801 0-10.054 2.5804-15 10-10 15-25 21.171-25 0v-30c0-13.269 6.9561-20 25-20h110c20 0 30.253 10.087 25 25-30.708 87.173-62.251 180.1-75 230-2.7674 10.832-5.5149 20-18 20h-32c-10.792 0-16.297-7.1102-10-25z" fill="#a6293b"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt8.svg b/shields/template_canyt8.svg new file mode 100644 index 00000000..d0f2a024 --- /dev/null +++ b/shields/template_canyt8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375" fill="#a6293b"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3769" d="m217.81 385.67c0.39908-30.507 49.069-27.943 49.157-0.31574 0.0712 22.237 10.198 31.7 35.949 30.944 16.959-0.49777 28.898-28.121 28.942-54.159 0.0535-31.841-21.075-55.893-28.874-55.876-7.998 0.0178-34.742-7.6531-35.281-15.633-0.4141-6.131 22.27-24.285 33.385-24.303 11.472-0.0188 17.898-18.769 20.713-40.06 2.7347-20.685-6.9154-43.399-24.068-43.955-11.501-0.37287-21.052 11.598-21.597 26.931-1.3103 36.902-48.173 35.492-48.13-2.8051 0.026-23.166 34.3-51.103 72.743-51.748 17.46-0.29307 37.834 1.2164 56.686 18.505 20.05 21.393 16.012 61.166 8.3757 80.748-5.5528 14.239-16.388 23.084-16.512 31.554-0.135 9.2759 14.379 14.488 24.829 26.112 15.904 17.691 14.687 35.453 13.206 58.224-1.2408 19.074-14.594 38.65-30.482 52.324-20.076 17.278-35.186 18.841-66.119 18.09-32.54-0.79013-73.261-28.779-72.924-54.578z" fill="#a6293b"/> + <path id="path3769-3" d="m380.03 385.67c-0.39908-30.507-49.069-27.943-49.157-0.31574-0.0712 22.237-10.198 31.7-35.949 30.944-16.959-0.49777-28.898-28.121-28.942-54.159-0.0535-31.841 25.688-55.605 34.64-55.876 7.9943-0.24192 28.977-7.6531 29.516-15.633 0.4141-6.131-19.387-24.287-30.502-24.303-12.914-0.0188-20.781-18.769-23.596-40.06-2.7347-20.685 6.9154-43.399 24.068-43.955 11.501-0.37287 21.052 11.598 21.597 26.931 1.3103 36.902 48.173 35.492 48.13-2.8051-0.026-23.166-34.3-51.103-72.743-51.748-17.46-0.29307-37.834 1.2164-56.686 18.505-20.05 21.393-16.012 61.166-8.3757 80.748 5.5528 14.239 16.388 23.084 16.512 31.554 0.135 9.2759-14.379 14.488-24.829 26.112-15.904 17.691-14.687 35.453-13.206 58.224 1.2408 19.074 14.594 38.65 30.482 52.324 20.076 17.278 35.186 18.841 66.119 18.09 32.54-0.79013 73.261-28.779 72.924-54.578z" fill="#a6293b"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_canyt9.svg b/shields/template_canyt9.svg new file mode 100644 index 00000000..09542232 --- /dev/null +++ b/shields/template_canyt9.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3607" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3778"> + <rect id="rect3617" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="0.5" x="0.5" fill="#fff"/> + <rect id="rect4130" rx="28.125" ry="28.125" height="581.25" width="581.25" y="10.375" x="9.375"/> + <rect id="rect3776" style="color:#000000" rx="12.5" ry="12.5" height="550" width="550" y="26" x="25" fill="#fff"/> + <path id="path3780" d="m325.81 287.86c-5.9401 11.154-14.324 23.353-30.096 23.055-11.926-0.22483-20.255-12.734-24.646-23.103-7.3495-17.355-7.5496-28.565-7.2989-43.151 0.247-14.374 1.2909-28.101 8.6495-42.251 4.4866-8.6276 12.642-18.188 22.351-18.749 10.68-0.61765 21.377 7.5862 26.801 17.653 7.4169 13.765 10.088 26.206 10.945 40.004 0.97108 15.644-0.68963 35.248-6.7047 46.543zm68.29-6.4053c-0.1491-18.963-1.0751-37.623-5.9677-55.521-3.8268-13.999-8.6359-20.729-14.961-29.907-7.0647-10.251-17.118-18.782-28.222-24.363-15.12-7.5999-32.629-11.24-49.55-11.048-12.576 0.14275-25.121 3.9737-36.63 9.045-10.998 4.8462-21.873 11.146-30 20-8.3074 9.0501-14.003 20.599-17.749 32.299-4.8031 15-5.2002 35.704-2.2509 48.103 3.7895 15.932 7.4674 24.535 15 34.598 7.8006 10.421 18.168 19.574 30 25 9.2153 4.2257 19.862 4.923 30 5 6.8939 0.0523 13.807-1.2466 20.45-3.09 7.6613-2.126 14.452-6.7539 22.048-9.0996 2.6546-0.81968 4.0384-1.5371 4.0384 2.1897 0 15-7.2834 31.307-13.984 43.749-4.7187 8.7623-16.163 20.035-26.894 28.759-11.365 9.239-21.425 13.367-33.261 16.553-17.149 4.6168-29.849 7.2871-32.081 11.669-4.2898 8.4224 1.499 14.827 10 15 4.7238 0.0962 23.999-0.61092 35.955-2.6785 12.885-2.2283 34.265-12.739 43.749-18.463 9.7101-5.8605 29.139-20.005 40.559-33.238 13.76-15.944 25.413-34.357 32.469-54.2 5.6824-15.98 7.388-36.583 7.2797-50.357z"/> + </g> + <text id="text4140" style="text-anchor:middle;text-align:center" font-family="Roadgeek 2005 Series D" xml:space="preserve" font-size="12px" line-height="100%" stroke="#000000" y="93" x="299" stroke-width="1px" fill="none"><tspan id="tspan4142" y="93" x="299"/></text> +</svg> diff --git a/shields/template_chea.svg b/shields/template_chea.svg new file mode 100644 index 00000000..914f7456 --- /dev/null +++ b/shields/template_chea.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="150px" height="88px" viewBox="0 0 150 87.998" version="1.1"> + <g fill-rule="evenodd"> + <path d="m9.32 1.35h131c4.04 0 7.32 3.21 7.32 7.17v71.3c0 3.96-3.28 7.17-7.32 7.17h-131c-3.72 0-7-3.2-7-7.2v-71.3c0-3.94 3.28-7.15 7.32-7.15z" stroke="#000" stroke-miterlimit="10" fill="#fff"/> + <path d="m96.5 32.1c0-3.16 1.11-5.87 3.33-8.1 2.21-2.24 4.9-3.35 8.1-3.35 3.23 0 5.94 1.12 8.17 3.35 2.21 2.23 3.32 4.95 3.32 8.14 0.202 2.12-0.424 4.39-1.86 6.82l-13 22.3h15.6v5.89h-22.9v-5.89l14.6-25c0.771-1.06 1.15-2.66 1.15-4.77 0-1.35-0.469-2.51-1.42-3.48-0.95-0.961-2.11-1.44-3.49-1.44s-2.54 0.48-3.49 1.44c-0.949 0.961-1.43 2.12-1.43 3.48v1.63h-6.55v-0.9h-1.9z" fill="#fff"/> + <path d="m11 44zm-3.63 0.2v-27.7c0-0.97 0.727-1.7 2.18-2.18l64-10c0-0.049 0.485-0.073 1.46-0.073s1.46 0.024 1.46 0.073l64 10.1c1.45 0.484 2.18 1.21 2.18 2.18v55.3c0 0.971-0.728 1.7-2.18 2.18l-64.5 10c0 0.048-0.485 0.072-1.46 0.072s-1.46-0.024-1.46-0.072l-64-10.1c-1.46-0.484-2.18-1.21-2.18-2.18" fill="#D40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="80px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="71" x="75">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_cheh.svg b/shields/template_cheh.svg new file mode 100644 index 00000000..13bbc811 --- /dev/null +++ b/shields/template_cheh.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="815" height="1030" viewBox="0 0 815 1030" version="1.1"> + <g fill-rule="evenodd"> + <rect x="0" y="0" width="815" height="1030" fill="#0062ac"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="1030" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan x="407" y="860">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_cheh_wide.svg b/shields/template_cheh_wide.svg new file mode 100644 index 00000000..b8945a6d --- /dev/null +++ b/shields/template_cheh_wide.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="1240" height="1030" viewBox="0 0 1240 1030" version="1.1"> + <g fill-rule="evenodd"> + <rect x="0" y="0" width="1240" height="1030" fill="#0062ac"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="1030" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan x="620" y="860">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_czed.svg b/shields/template_czed.svg new file mode 100644 index 00000000..28f3ee4a --- /dev/null +++ b/shields/template_czed.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="10" ry="10" height="192" width="320" y="0" x="0" fill="#cd151d"/> + <rect rx="10" ry="10" height="184" width="312" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="172" width="300" y="10.25" x="10.25" fill="#cd151d"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="150" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_czei.svg b/shields/template_czei.svg new file mode 100644 index 00000000..c2fd8d4e --- /dev/null +++ b/shields/template_czei.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="10" ry="10" height="192" width="320" y="0" x="0" fill="#01498e"/> + <rect rx="10" ry="10" height="184" width="312" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="172" width="300" y="10.25" x="10.25" fill="#01498e"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="150" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_czeii.svg b/shields/template_czeii.svg new file mode 100644 index 00000000..c2fd8d4e --- /dev/null +++ b/shields/template_czeii.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="10" ry="10" height="192" width="320" y="0" x="0" fill="#01498e"/> + <rect rx="10" ry="10" height="184" width="312" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="172" width="300" y="10.25" x="10.25" fill="#01498e"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="150" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_deua.svg b/shields/template_deua.svg new file mode 100644 index 00000000..0a58931a --- /dev/null +++ b/shields/template_deua.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="120" viewBox="0 0 200 120" version="1.1"> + <rect rx="10" ry="10" height="120" width="200" stroke="#000" y=".25" x=".25" fill="#fff"/> + <path fill="#003ABD" d="m7 60v-38q0-2 3-3l88-13.9q0-0.1 2-0.1t2 0.1l88 13.9q3 1 3 3v76q0 2-3 3l-88 14t-2 0-2 0l-88-14q-3-1-3-3"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="92" x="100">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_deub.svg b/shields/template_deub.svg new file mode 100644 index 00000000..a3dfc2ad --- /dev/null +++ b/shields/template_deub.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="-100 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="22.2" ry="22.2" height="120" width="200" y="0" x="-100" fill="#F0CA00"/> + <rect rx="18" ry="18" height="112" width="192" y="4.25" x="-95.8"/> + <rect rx="11" ry="11" height="97.5" width="178" y="11.2" x="-88.8" fill="#F0CA00"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000000"> + <tspan y="90" x="0">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_deul2.svg b/shields/template_deul2.svg new file mode 100644 index 00000000..82da1bf0 --- /dev/null +++ b/shields/template_deul2.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="120px" version="1.1" viewBox="0 0 120 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="120" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="112" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="60">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_deul3.svg b/shields/template_deul3.svg new file mode 100644 index 00000000..3ca252b3 --- /dev/null +++ b/shields/template_deul3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="0 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="200" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="192" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="100">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_deul4.svg b/shields/template_deul4.svg new file mode 100644 index 00000000..b4fd24e3 --- /dev/null +++ b/shields/template_deul4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="245px" version="1.1" viewBox="0 0 245 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="245" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="237" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="122">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_deul5.svg b/shields/template_deul5.svg new file mode 100644 index 00000000..bd59ab92 --- /dev/null +++ b/shields/template_deul5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="290px" version="1.1" viewBox="0 0 290 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="290" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="282" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="145">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_deul6.svg b/shields/template_deul6.svg new file mode 100644 index 00000000..49738a9b --- /dev/null +++ b/shields/template_deul6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="330px" version="1.1" viewBox="0 0 330 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="330" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="322" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="165">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_dnkpr.svg b/shields/template_dnkpr.svg new file mode 100644 index 00000000..aeda929e --- /dev/null +++ b/shields/template_dnkpr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="120px" version="1.1" viewBox="0 0 120 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="120" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="112" y="4.25" x="4.25" fill="#ffd610"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="60">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_dnkpr_wide.svg b/shields/template_dnkpr_wide.svg new file mode 100644 index 00000000..62316642 --- /dev/null +++ b/shields/template_dnkpr_wide.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="160px" version="1.1" viewBox="0 0 160 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="160" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="152" y="4.25" x="4.25" fill="#ffd610"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_dnksr.svg b/shields/template_dnksr.svg new file mode 100644 index 00000000..5e6c76b2 --- /dev/null +++ b/shields/template_dnksr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="0 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="200" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="192" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="100">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espa.svg b/shields/template_espa.svg new file mode 100644 index 00000000..64c4775d --- /dev/null +++ b/shields/template_espa.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="260px" height="135px" version="1.1" viewBox="0 0 260 135"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="260" height="135" x="0" y="0" fill="#00309a"/> + <rect rx="10" ry="10" width="252" height="127" x="4.25" y="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" width="240" height="115" x="10.25" y="10.25" fill="#00309a"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="130">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espa_wide3.svg b/shields/template_espa_wide3.svg new file mode 100644 index 00000000..7461186d --- /dev/null +++ b/shields/template_espa_wide3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="320px" height="135px" version="1.1" viewBox="0 0 320 135"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="320" height="135" x="0" y="0" fill="#00309a"/> + <rect rx="10" ry="10" width="312" height="127" x="4.25" y="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" width="300" height="115" x="10.25" y="10.25" fill="#00309a"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espa_wide4.svg b/shields/template_espa_wide4.svg new file mode 100644 index 00000000..fabec373 --- /dev/null +++ b/shields/template_espa_wide4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="380px" height="135px" version="1.1" viewBox="0 0 380 135"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="380" height="135" x="0" y="0" fill="#00309a"/> + <rect rx="10" ry="10" width="372" height="127" x="4.25" y="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" width="360" height="115" x="10.25" y="10.25" fill="#00309a"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="190">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espa_wide5.svg b/shields/template_espa_wide5.svg new file mode 100644 index 00000000..8c00c5a2 --- /dev/null +++ b/shields/template_espa_wide5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="440px" height="135px" version="1.1" viewBox="0 0 440 135"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="440" height="135" x="0" y="0" fill="#00309a"/> + <rect rx="10" ry="10" width="432" height="127" x="4.25" y="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" width="420" height="115" x="10.25" y="10.25" fill="#00309a"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="220">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espn_wide3.svg b/shields/template_espn_wide3.svg new file mode 100644 index 00000000..33943a3d --- /dev/null +++ b/shields/template_espn_wide3.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ff0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espn_wide4.svg b/shields/template_espn_wide4.svg new file mode 100644 index 00000000..928afa1e --- /dev/null +++ b/shields/template_espn_wide4.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ff0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espn_wide5.svg b/shields/template_espn_wide5.svg new file mode 100644 index 00000000..46cf175a --- /dev/null +++ b/shields/template_espn_wide5.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="100px" version="1.1" viewBox="0 0 300 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="300" height="100" x="0" y="0" fill="#ff0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="150" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_espn_wide6.svg b/shields/template_espn_wide6.svg new file mode 100644 index 00000000..8f1e5ee4 --- /dev/null +++ b/shields/template_espn_wide6.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ff0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_estp.svg b/shields/template_estp.svg new file mode 100644 index 00000000..88f36ddf --- /dev/null +++ b/shields/template_estp.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="240px" version="1.1" viewBox="0 0 240 192"> + <g fill-rule="evenodd"> + <rect rx="10" ry="10" height="192" width="240" y="0" x="0" fill="#ef2b2f"/> + <rect rx="10" ry="10" height="184" width="232" y="2" x="2" fill="#ffffff"/> + <rect rx="10" ry="10" height="172" width="220" y="8" x="8" fill="#ef2b2f"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="150" x="118">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_estt.svg b/shields/template_estt.svg new file mode 100644 index 00000000..b2f8a7d0 --- /dev/null +++ b/shields/template_estt.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="0 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="200" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="192" y="4.25" x="4.25" fill="#f8e415"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="100">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_eure.svg b/shields/template_eure.svg new file mode 100644 index 00000000..aa6b5a86 --- /dev/null +++ b/shields/template_eure.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="240" height="150" viewBox="0 0 240 150" version="1.1"> + <rect ry="20" height="150" width="240" y="0" x="0" fill="#007f00"/> + <rect rx="17" ry="17" height="144" width="234" y="3" x="3" fill="#fff"/> + <rect rx="10" ry="10" height="130" width="220" y="10" x="10" fill="#007f00"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="107" x="120">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_finkt.svg b/shields/template_finkt.svg new file mode 100644 index 00000000..5c227496 --- /dev/null +++ b/shields/template_finkt.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="120px" version="1.1" viewBox="0 0 120 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="120" y="0" x="0" fill="#ffd90f"/> + <rect rx="10" ry="10" height="112" width="112" y="4.25" x="4.25" fill="#000000"/> + <rect rx="10" ry="10" height="100" width="100" y="10.25" x="10.25" fill="#ffd90f"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000000"> + <tspan y="94" x="60">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_finvt.svg b/shields/template_finvt.svg new file mode 100644 index 00000000..96c873ed --- /dev/null +++ b/shields/template_finvt.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="160px" version="1.1" viewBox="0 0 160 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="160" y="0" x="0" fill="#ff163c"/> + <rect rx="10" ry="10" height="112" width="152" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="140" y="10.25" x="10.25" fill="#ff163c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_finvt_wide.svg b/shields/template_finvt_wide.svg new file mode 100644 index 00000000..96c873ed --- /dev/null +++ b/shields/template_finvt_wide.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="160px" version="1.1" viewBox="0 0 160 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="160" y="0" x="0" fill="#ff163c"/> + <rect rx="10" ry="10" height="112" width="152" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="140" y="10.25" x="10.25" fill="#ff163c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fraa_wide3.svg b/shields/template_fraa_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_fraa_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fraa_wide4.svg b/shields/template_fraa_wide4.svg new file mode 100644 index 00000000..7d92eadd --- /dev/null +++ b/shields/template_fraa_wide4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="250" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fraa_wide5.svg b/shields/template_fraa_wide5.svg new file mode 100644 index 00000000..0d905baf --- /dev/null +++ b/shields/template_fraa_wide5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="100px" version="1.1" viewBox="0 0 300 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="300" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="300" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="150" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fraa_wide6.svg b/shields/template_fraa_wide6.svg new file mode 100644 index 00000000..f57d12a1 --- /dev/null +++ b/shields/template_fraa_wide6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="350" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fran_wide3.svg b/shields/template_fran_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_fran_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fran_wide4.svg b/shields/template_fran_wide4.svg new file mode 100644 index 00000000..7d92eadd --- /dev/null +++ b/shields/template_fran_wide4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="250" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fran_wide5.svg b/shields/template_fran_wide5.svg new file mode 100644 index 00000000..0d905baf --- /dev/null +++ b/shields/template_fran_wide5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="100px" version="1.1" viewBox="0 0 300 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="300" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="300" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="150" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_fran_wide6.svg b/shields/template_fran_wide6.svg new file mode 100644 index 00000000..f57d12a1 --- /dev/null +++ b/shields/template_fran_wide6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="350" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_frht_wide3.svg b/shields/template_frht_wide3.svg new file mode 100644 index 00000000..45ee201e --- /dev/null +++ b/shields/template_frht_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#175dcf"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_frht_wide4.svg b/shields/template_frht_wide4.svg new file mode 100644 index 00000000..56a6b90e --- /dev/null +++ b/shields/template_frht_wide4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="250" height="100" x="0" y="0" fill="#175dcf"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_frht_wide5.svg b/shields/template_frht_wide5.svg new file mode 100644 index 00000000..4b7e4983 --- /dev/null +++ b/shields/template_frht_wide5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="100px" version="1.1" viewBox="0 0 300 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="300" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="300" height="100" x="0" y="0" fill="#175dcf"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="150" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_glpn_wide3.svg b/shields/template_glpn_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_glpn_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_glpn_wide4.svg b/shields/template_glpn_wide4.svg new file mode 100644 index 00000000..7d92eadd --- /dev/null +++ b/shields/template_glpn_wide4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="250" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_glpn_wide6.svg b/shields/template_glpn_wide6.svg new file mode 100644 index 00000000..f57d12a1 --- /dev/null +++ b/shields/template_glpn_wide6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="350" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_gufn_wide3.svg b/shields/template_gufn_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_gufn_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_gufn_wide6.svg b/shields/template_gufn_wide6.svg new file mode 100644 index 00000000..f57d12a1 --- /dev/null +++ b/shields/template_gufn_wide6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="350" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_hunf.svg b/shields/template_hunf.svg new file mode 100644 index 00000000..7d7b0622 --- /dev/null +++ b/shields/template_hunf.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" y="0px" x="0px" width="208px" height="160px" viewBox="0 0 208 160" version="1.1"> + <g transform="scale(2) translate(0, 0) rotate(0)"> + <g transform="scale(1) translate(0,0) rotate(0)"> + <path d="m52 0h-52v53.3c0.588 5.79 4.47 10.7 9.97 12.6l42 10.2 42-10.1c5.49-1.92 9.38-6.85 9.97-12.6v-53.4h-52z" fill="#008000"/> + <path d="m52 2h-50v49.8c0 6.01 4.12 11.2 9.97 12.6l40 9.6 40-9.61c5.9-1.4 10-6.6 10-12.6v-49.8h-50z" fill="#fff"/> + <path d="m52 7h-45v44.8c-0.158 3.38 1.83 6.5 4.97 7.78l40 9.3 38.9-9.33c3.6-0.9 6.1-4.2 6.1-7.8v-44.8h-45z" fill="#008000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="55" x="99">***NUMBER***</tspan> + </text> + </g> + </g> +</svg> diff --git a/shields/template_hunm.svg b/shields/template_hunm.svg new file mode 100644 index 00000000..3ba093ce --- /dev/null +++ b/shields/template_hunm.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" y="0px" x="0px" width="208px" height="160px" viewBox="0 0 208 160" version="1.1"> + <g transform="scale(2) translate(0, 0) rotate(0)"> + <g transform="scale(1) translate(0,0) rotate(0)"> + <path d="m52 0h-52v53.3c0.588 5.79 4.47 10.7 9.97 12.6l42 10.2 42-10.1c5.49-1.92 9.38-6.85 9.97-12.6v-53.4h-52z" fill="#00008B"/> + <path d="m52 2h-50v49.8c0 6.01 4.12 11.2 9.97 12.6l40 9.6 40-9.61c5.9-1.4 10-6.6 10-12.6v-49.8h-50z" fill="#fff"/> + <path d="m52 7h-45v44.8c-0.158 3.38 1.83 6.5 4.97 7.78l40 9.3 38.9-9.33c3.6-0.9 6.1-4.2 6.1-7.8v-44.8h-45z" fill="#00008B"/> + <text letter-spacing="10px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="60px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Engschrift'" fill="#fff"> + <tspan y="55" x="92">***NUMBER***</tspan> + </text> + </g> + </g> +</svg> diff --git a/shields/template_islth.svg b/shields/template_islth.svg new file mode 100644 index 00000000..e1c6da21 --- /dev/null +++ b/shields/template_islth.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2998" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(20 -243.79)"> + <rect id="rect3006" style="color:#000000" rx="50" ry="50" height="400" width="800" y="243.79" x="-20"/> + <rect id="rect3008" style="color:#000000" rx="25" ry="25" height="350" width="750" y="268.79" x="5" fill="#fff"/> + <text id="text3779" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="335.08px" line-height="100%" y="604.45825" x="378.36389" font-family="'Roadgeek 2005 Series C'" fill="#000000"><tspan id="tspan3781" font-weight="bold" y="604.45825" x="378.36389" font-family="'Roadgeek 2005 Transport Medium'" fill="#000000">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_itaa.svg b/shields/template_itaa.svg new file mode 100644 index 00000000..a0313912 --- /dev/null +++ b/shields/template_itaa.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1" viewBox="0 0 300 300"> + <path id="pathOttagono" d="m25 25 125-20 125 20 20 125-20 125-125 20-125-20-20-125 20-125z" stroke="#fff" stroke-width="10" fill="#08842c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="180px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Engschrift'" fill="#fff"> + <tspan x="155" y="210">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_itaa_wide5.svg b/shields/template_itaa_wide5.svg new file mode 100644 index 00000000..a9d950e3 --- /dev/null +++ b/shields/template_itaa_wide5.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1" viewBox="0 0 300 300"> + <path id="pathOttagono" d="m25 25 125-20 125 20 20 125-20 125-125 20-125-20-20-125 20-125z" stroke="#fff" stroke-width="10" fill="#08842c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Engschrift'" fill="#fff"> + <tspan x="155" y="198">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_itaa_wide7.svg b/shields/template_itaa_wide7.svg new file mode 100644 index 00000000..5a0020c9 --- /dev/null +++ b/shields/template_itaa_wide7.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1" viewBox="0 0 300 300"> + <path id="pathOttagono" d="m25 25 125-20 125 20 20 125-20 125-125 20-125-20-20-125 20-125z" stroke="#fff" stroke-width="10" fill="#08842c"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="80px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Engschrift'" fill="#fff"> + <tspan x="155" y="170">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_ltua.svg b/shields/template_ltua.svg new file mode 100644 index 00000000..e48ef4a3 --- /dev/null +++ b/shields/template_ltua.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100" viewBox="0 0 150 100" version="1.1"> + <g fill-rule="evenodd"> + <rect rx="5" ry="5" height="100" width="150" y="0" x="0" fill="#da251d"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="80px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="74" x="75">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_ltua_wide.svg b/shields/template_ltua_wide.svg new file mode 100644 index 00000000..e48ef4a3 --- /dev/null +++ b/shields/template_ltua_wide.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100" viewBox="0 0 150 100" version="1.1"> + <g fill-rule="evenodd"> + <rect rx="5" ry="5" height="100" width="150" y="0" x="0" fill="#da251d"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="80px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#fff"> + <tspan y="74" x="75">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_ltuk.svg b/shields/template_ltuk.svg new file mode 100644 index 00000000..f4d70df5 --- /dev/null +++ b/shields/template_ltuk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="100" viewBox="0 0 150 100" version="1.1"> + <g fill-rule="evenodd"> + <rect rx="5" ry="5" height="100" width="150" y="0" x="0" fill="#000"/> + <rect rx="5" ry="5" height="96" width="146" y="2" x="2" fill="#fcdb00"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="80px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="74" x="75">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_luxa.svg b/shields/template_luxa.svg new file mode 100644 index 00000000..cae11d39 --- /dev/null +++ b/shields/template_luxa.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="180px" version="1.1" viewBox="0 0 180 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="180" y="0" x="0" fill="#1410cc"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="90">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_luxa_wide.svg b/shields/template_luxa_wide.svg new file mode 100644 index 00000000..a5c35f45 --- /dev/null +++ b/shields/template_luxa_wide.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="250px" version="1.1" viewBox="0 0 250 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="250" y="0" x="0" fill="#1410cc"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="125">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_luxb.svg b/shields/template_luxb.svg new file mode 100644 index 00000000..cae11d39 --- /dev/null +++ b/shields/template_luxb.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="180px" version="1.1" viewBox="0 0 180 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="180" y="0" x="0" fill="#1410cc"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="90">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_luxb_wide.svg b/shields/template_luxb_wide.svg new file mode 100644 index 00000000..a5c35f45 --- /dev/null +++ b/shields/template_luxb_wide.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="250px" version="1.1" viewBox="0 0 250 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="250" y="0" x="0" fill="#1410cc"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="125">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_luxn.svg b/shields/template_luxn.svg new file mode 100644 index 00000000..19e1b2d3 --- /dev/null +++ b/shields/template_luxn.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="180px" version="1.1" viewBox="0 0 180 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="180" y="0" x="0" fill="#ed1d24"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="88">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_luxn_wide.svg b/shields/template_luxn_wide.svg new file mode 100644 index 00000000..daa30172 --- /dev/null +++ b/shields/template_luxn_wide.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="250px" version="1.1" viewBox="0 0 250 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="250" y="0" x="0" fill="#ed1d24"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="140px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="106" x="127">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_lvaa.svg b/shields/template_lvaa.svg new file mode 100644 index 00000000..3e5ed0ad --- /dev/null +++ b/shields/template_lvaa.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#cc3333"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_lvap.svg b/shields/template_lvap.svg new file mode 100644 index 00000000..32b61f86 --- /dev/null +++ b/shields/template_lvap.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#2c286d"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_mara_wide3.svg b/shields/template_mara_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_mara_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_mara_wide5.svg b/shields/template_mara_wide5.svg new file mode 100644 index 00000000..0d905baf --- /dev/null +++ b/shields/template_mara_wide5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="100px" version="1.1" viewBox="0 0 300 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="300" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="300" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="150" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_mexd.svg b/shields/template_mexd.svg new file mode 100644 index 00000000..787f22d7 --- /dev/null +++ b/shields/template_mexd.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3755" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 798.25 1064.1" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-90.929 -189)"> + <g id="g4749"> + <path id="path4549" d="m106.25 0-106.25 106.25v265.72c13.586 23.46 21.375 50.71 21.375 79.78s-7.789 56.28-21.375 79.75c0 251.96 168.31 464.58 398.62 531.6 230.32-67.02 398.63-279.65 398.63-531.6-13.586-23.465-21.375-50.685-21.375-79.75s7.7885-56.316 21.375-79.781v-265.72l-106.28-106.25c-41.94 27.675-92.18 43.781-146.19 43.781-54 0-104.22-16.111-146.16-43.781 0 0.0047843-0.02-0.0047836-0.03 0-41.93 27.675-92.15 43.781-146.15 43.781-54.01 0-104.25-16.106-146.19-43.781z" transform="translate(91.429 189.5)" stroke="#000" fill="#fff"/> + <path id="rect4435" d="m398.59 41.406c-43.288 24.075-93.111 37.812-146.16 37.812-50.749 0-98.578-12.552-140.53-34.719l-76.469 76.469v242c13.65 26.626 21.375 56.804 21.375 88.781 0 31.978-7.725 62.155-21.375 88.781l0.03125 0.0625h-0.03125c0 231.68 152.03 418.77 361.78 485.06l1.4062 0.2238 1.4062-0.2238c209.75-66.24 361.79-253.33 361.79-485.01-13.67-26.64-21.37-56.84-21.37-88.84 0-32.002 7.7053-62.203 21.375-88.844v-241.94l-76.5-76.5c-41.957 22.171-89.777 34.75-140.53 34.75-53.061 0-102.89-13.725-146.19-37.812zm-0.09 39.844c44.236 21.383 93.855 33.406 146.28 33.406 47.323 0 92.364-9.7766 133.22-27.406l48.375 48.375v201h-655.5v-201l48.656-48.656c40.845 17.619 85.881 27.406 133.19 27.406 52.227 0 101.67-11.898 145.78-33.125zm-320.44 290.81h641.12c-9.15 24.84-14.18 51.68-14.18 79.69 0 34.637 7.6789 67.468 21.375 96.938 0.004 0.009-0.004 0.0226 0 0.0312-0.0134 211.8-136.43 374.66-326.19 439.59-0.76615 0.34524-0.61757 0.16327-2.0654 0.65503-2.6616-1.1921-2.8438-1.1105-4.872-1.9988-187.77-65.81-322.36-227.89-322.36-438.28 13.689-29.47 21.339-62.31 21.339-96.94 0-28.011-4.9979-54.852-14.156-79.688z" transform="translate(91.429 189.5)"/> + <g id="text4593"> + <path id="path4702" d="m276.31 505.24v-104.66l-21.091 66.173-21.618-66.173v104.66h-22.409v-176.64h22.409l21.618 62.482 21.091-62.482h22.146v176.64h-22.146"/> + <path id="path4704" d="m336.83 505.24v-176.64h65.119v22.937h-42.71v45.346h28.473v23.464h-28.473v61.955h45.082v22.937h-67.492"/> + <path id="path4706" d="m480.34 505.24-17.4-53.255-17.137 53.255h-24.255l29.791-90.428-28.473-86.21h24.782l15.291 49.037 16.346-49.037h23.991l-28.473 86.21 29.791 90.428h-24.255"/> + <path id="path4708" d="m532.5 505.24v-176.64h22.409v176.64h-22.409"/> + <path id="path4710" d="m664.43 463.58c-0.00009 3.5152-0.088 6.4152-0.26364 8.7001-0.00009 2.2849-0.088 4.3061-0.26364 6.0637-0.17585 1.5819-0.43949 3.0758-0.79092 4.4819-0.3516 1.4061-0.791 2.9-1.3182 4.4819-1.4062 6.5031-4.9213 11.688-10.546 15.555-5.6244 3.691-12.391 5.5364-20.3 5.5364-8.9638 0-16.346-1.8455-22.146-5.5364-5.6243-3.8667-9.8426-9.9304-12.655-18.191-2.4606-7.3819-4.3061-16.873-5.5364-28.473-1.2303-11.776-1.8455-24.782-1.8455-39.019-0.00002-4.0424 0.0879-8.4363 0.26364-13.182 0.17574-4.7454 0.43938-9.4909 0.79091-14.236 0.52727-4.9211 1.0545-9.5788 1.5818-13.973 0.52726-4.3938 1.1424-8.3484 1.8455-11.864 2.2848-13.533 6.2394-23.2 11.864-29 5.8-5.7999 13.973-8.6999 24.518-8.7001 10.018 0.00018 18.103 2.9881 24.255 8.9637 6.1515 5.8002 9.6667 14.149 10.546 25.046h-22.937c-0.35158-3.6908-1.5819-6.4151-3.6909-8.1728-1.9334-1.9332-4.394-2.8999-7.3819-2.9-4.0425 0.00016-7.2062 1.4062-9.491 4.2182-2.2849 2.8123-4.1304 7.1184-5.5364 12.918-0.87884 3.5153-1.5819 7.1184-2.1091 10.809-0.35156 3.5153-0.70308 7.2941-1.0546 11.336-0.1758 3.8668-0.35155 8.1729-0.52728 12.918-0.00003 4.7456-0.00003 10.018 0 15.818-0.00003 6.1517-0.00003 11.6 0 16.346 0.17573 4.5698 0.35148 8.788 0.52728 12.655 0.35148 3.691 0.703 7.2941 1.0546 10.809 0.52724 3.3395 1.2303 6.8546 2.1091 10.546 1.406 5.8001 3.1636 10.282 5.2728 13.446 2.2848 2.9879 5.2727 4.4819 8.9637 4.4819 4.0424 0.00002 7.0303-1.6697 8.9637-5.0091 1.9333-3.3394 2.9-8.9637 2.9-16.873h22.937"/> + <path id="path4712" d="m774.51 416.65c-0.0001 4.7456-0.0001 10.37 0 16.873-0.0001 6.3274-0.35162 12.918-1.0546 19.773-0.52737 6.8546-1.5819 13.621-3.1637 20.3-1.4062 6.5031-3.691 12.391-6.8546 17.664-2.988 5.097-6.9426 9.2274-11.864 12.391-4.7456 3.1637-10.721 4.7455-17.927 4.7455-7.3819 0-13.534-1.5818-18.455-4.7455-4.7455-3.1637-8.7001-7.294-11.864-12.391-2.9879-5.2728-5.2728-11.161-6.8546-17.664-1.4061-6.6788-2.3728-13.446-2.9-20.3-0.52729-6.8546-0.79093-13.446-0.79092-19.773-0.00001-6.3273-0.00001-11.952 0-16.873-0.00001-5.0969-0.00001-10.809 0-17.137-0.00001-6.503 0.26363-13.094 0.79092-19.773 0.70302-6.6787 1.8454-13.182 3.4273-19.509 1.5818-6.5029 3.8667-12.215 6.8546-17.137 2.9879-5.0968 6.8546-9.1393 11.6-12.127 4.9212-3.1635 10.985-4.7453 18.191-4.7455 7.2061 0.00018 13.182 1.582 17.927 4.7455 4.9212 2.9881 8.8758 7.0305 11.864 12.127 3.1636 5.0972 5.4484 10.897 6.8546 17.4 1.5817 6.3275 2.6363 12.831 3.1637 19.509 0.70294 6.679 1.0545 13.27 1.0546 19.773-0.0001 6.3274-0.0001 11.952 0 16.873m-23.464 0c-0.00007-2.4605-0.0879-5.8-0.26364-10.018-0.00007-4.2181-0.17583-8.7879-0.52727-13.709-0.35159-5.0969-0.87887-10.194-1.5818-15.291-0.7031-5.2726-1.7577-10.018-3.1637-14.236-1.2304-4.2181-2.8122-7.6454-4.7455-10.282-1.9334-2.6362-4.3062-3.9544-7.1182-3.9546-3.3395 0.00016-6.1516 1.4062-8.4364 4.2182-2.1092 2.6365-3.8668 6.1517-5.2728 10.546-1.2304 4.2184-2.197 8.9639-2.9 14.236-0.52731 5.2729-0.96671 10.458-1.3182 15.555-0.1758 4.9214-0.26368 9.4911-0.26364 13.709 0.17572 4.0426 0.2636 7.1184 0.26364 9.2274-0.00004 1.9334-0.0879 5.0092-0.26364 9.2274-0.00004 4.0425 0.0878 8.6123 0.26364 13.709 0.35148 5.0971 0.79088 10.37 1.3182 15.818 0.703 5.4486 1.6697 10.37 2.9 14.764 1.406 4.394 3.1636 8.085 5.2728 11.073 2.2848 2.8122 5.097 4.2182 8.4364 4.2182 3.3394 0.00002 6.0636-1.406 8.1728-4.2182 2.109-2.9879 3.7788-6.6788 5.0091-11.073 1.406-4.394 2.3727-9.3152 2.9-14.764 0.5272-5.4485 0.87872-10.721 1.0546-15.818 0.35145-5.097 0.43933-9.6667 0.26364-13.709-0.00007-4.2181-0.00007-7.2939 0-9.2274"/> + </g> + </g> + <text id="text4597" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" transform="scale(1 .99999)" line-height="125%" font-size="527.28px" y="986.75238" x="490.1087" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan4599" y="986.75238" x="490.1087">***NUMBER***</tspan></text> + </g> + <g id="text4861"> + <path id="path4885" d="m436.4 886.8c0 10.7-1.6 20.1-4.9 28.2-3.2 8-7.8 14.4-13.8 19-2 1.9-4.4 3.3-7.1 4.3-2.6 1-5.3 1.5-8.1 1.7h-38.4v-106.2h34.3c2.6 0 4.9 0.1 6.8 0.3 2 0.1 3.8 0.4 5.4 0.8s3 1 4.3 1.7 2.6 1.6 4.1 2.7c5.6 4.9 9.9 11.4 12.9 19.5s4.5 17.4 4.5 28m-17.1 0c0-7.2-0.8-13.6-2.4-19.2-1.5-5.6-3.5-9.8-6.2-12.5-1.4-1.3-3-2.3-4.8-3.2-1.8-0.8-3.8-1.3-6-1.3h-19v72.4h16.8c2.7 0 5-0.3 6.8-1 1.9-0.6 3.6-1.7 5.1-3.2 3.2-3.2 5.6-7.5 7.1-13 1.7-5.6 2.6-11.9 2.6-19"/> + </g> +</svg> diff --git a/shields/template_mexd_wide.svg b/shields/template_mexd_wide.svg new file mode 100644 index 00000000..28f09e95 --- /dev/null +++ b/shields/template_mexd_wide.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg3755" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 798.25 1064.1" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-90.929 -189)"> + <g id="g4749"> + <path id="path4549" d="m106.25 0-106.25 106.25v265.72c13.586 23.46 21.375 50.71 21.375 79.78s-7.789 56.28-21.375 79.75c0 251.96 168.31 464.58 398.62 531.6 230.32-67.02 398.63-279.65 398.63-531.6-13.586-23.465-21.375-50.685-21.375-79.75s7.7885-56.316 21.375-79.781v-265.72l-106.28-106.25c-41.94 27.675-92.18 43.781-146.19 43.781-54 0-104.22-16.111-146.16-43.781 0 0.0047843-0.02-0.0047836-0.03 0-41.93 27.675-92.15 43.781-146.15 43.781-54.01 0-104.25-16.106-146.19-43.781z" transform="translate(91.429 189.5)" stroke="#000" fill="#fff"/> + <path id="rect4435" d="m398.59 41.406c-43.288 24.075-93.111 37.812-146.16 37.812-50.749 0-98.578-12.552-140.53-34.719l-76.469 76.469v242c13.65 26.626 21.375 56.804 21.375 88.781 0 31.978-7.725 62.155-21.375 88.781l0.03125 0.0625h-0.03125c0 231.68 152.03 418.77 361.78 485.06l1.4062 0.2238 1.4062-0.2238c209.75-66.24 361.79-253.33 361.79-485.01-13.67-26.64-21.37-56.84-21.37-88.84 0-32.002 7.7053-62.203 21.375-88.844v-241.94l-76.5-76.5c-41.957 22.171-89.777 34.75-140.53 34.75-53.061 0-102.89-13.725-146.19-37.812zm-0.09 39.844c44.236 21.383 93.855 33.406 146.28 33.406 47.323 0 92.364-9.7766 133.22-27.406l48.375 48.375v201h-655.5v-201l48.656-48.656c40.845 17.619 85.881 27.406 133.19 27.406 52.227 0 101.67-11.898 145.78-33.125zm-320.44 290.81h641.12c-9.15 24.84-14.18 51.68-14.18 79.69 0 34.637 7.6789 67.468 21.375 96.938 0.004 0.009-0.004 0.0226 0 0.0312-0.0134 211.8-136.43 374.66-326.19 439.59-0.76615 0.34524-0.61757 0.16327-2.0654 0.65503-2.6616-1.1921-2.8438-1.1105-4.872-1.9988-187.77-65.81-322.36-227.89-322.36-438.28 13.689-29.47 21.339-62.31 21.339-96.94 0-28.011-4.9979-54.852-14.156-79.688z" transform="translate(91.429 189.5)"/> + <g id="text4593"> + <path id="path4702" d="m276.31 505.24v-104.66l-21.091 66.173-21.618-66.173v104.66h-22.409v-176.64h22.409l21.618 62.482 21.091-62.482h22.146v176.64h-22.146"/> + <path id="path4704" d="m336.83 505.24v-176.64h65.119v22.937h-42.71v45.346h28.473v23.464h-28.473v61.955h45.082v22.937h-67.492"/> + <path id="path4706" d="m480.34 505.24-17.4-53.255-17.137 53.255h-24.255l29.791-90.428-28.473-86.21h24.782l15.291 49.037 16.346-49.037h23.991l-28.473 86.21 29.791 90.428h-24.255"/> + <path id="path4708" d="m532.5 505.24v-176.64h22.409v176.64h-22.409"/> + <path id="path4710" d="m664.43 463.58c-0.00009 3.5152-0.088 6.4152-0.26364 8.7001-0.00009 2.2849-0.088 4.3061-0.26364 6.0637-0.17585 1.5819-0.43949 3.0758-0.79092 4.4819-0.3516 1.4061-0.791 2.9-1.3182 4.4819-1.4062 6.5031-4.9213 11.688-10.546 15.555-5.6244 3.691-12.391 5.5364-20.3 5.5364-8.9638 0-16.346-1.8455-22.146-5.5364-5.6243-3.8667-9.8426-9.9304-12.655-18.191-2.4606-7.3819-4.3061-16.873-5.5364-28.473-1.2303-11.776-1.8455-24.782-1.8455-39.019-0.00002-4.0424 0.0879-8.4363 0.26364-13.182 0.17574-4.7454 0.43938-9.4909 0.79091-14.236 0.52727-4.9211 1.0545-9.5788 1.5818-13.973 0.52726-4.3938 1.1424-8.3484 1.8455-11.864 2.2848-13.533 6.2394-23.2 11.864-29 5.8-5.7999 13.973-8.6999 24.518-8.7001 10.018 0.00018 18.103 2.9881 24.255 8.9637 6.1515 5.8002 9.6667 14.149 10.546 25.046h-22.937c-0.35158-3.6908-1.5819-6.4151-3.6909-8.1728-1.9334-1.9332-4.394-2.8999-7.3819-2.9-4.0425 0.00016-7.2062 1.4062-9.491 4.2182-2.2849 2.8123-4.1304 7.1184-5.5364 12.918-0.87884 3.5153-1.5819 7.1184-2.1091 10.809-0.35156 3.5153-0.70308 7.2941-1.0546 11.336-0.1758 3.8668-0.35155 8.1729-0.52728 12.918-0.00003 4.7456-0.00003 10.018 0 15.818-0.00003 6.1517-0.00003 11.6 0 16.346 0.17573 4.5698 0.35148 8.788 0.52728 12.655 0.35148 3.691 0.703 7.2941 1.0546 10.809 0.52724 3.3395 1.2303 6.8546 2.1091 10.546 1.406 5.8001 3.1636 10.282 5.2728 13.446 2.2848 2.9879 5.2727 4.4819 8.9637 4.4819 4.0424 0.00002 7.0303-1.6697 8.9637-5.0091 1.9333-3.3394 2.9-8.9637 2.9-16.873h22.937"/> + <path id="path4712" d="m774.51 416.65c-0.0001 4.7456-0.0001 10.37 0 16.873-0.0001 6.3274-0.35162 12.918-1.0546 19.773-0.52737 6.8546-1.5819 13.621-3.1637 20.3-1.4062 6.5031-3.691 12.391-6.8546 17.664-2.988 5.097-6.9426 9.2274-11.864 12.391-4.7456 3.1637-10.721 4.7455-17.927 4.7455-7.3819 0-13.534-1.5818-18.455-4.7455-4.7455-3.1637-8.7001-7.294-11.864-12.391-2.9879-5.2728-5.2728-11.161-6.8546-17.664-1.4061-6.6788-2.3728-13.446-2.9-20.3-0.52729-6.8546-0.79093-13.446-0.79092-19.773-0.00001-6.3273-0.00001-11.952 0-16.873-0.00001-5.0969-0.00001-10.809 0-17.137-0.00001-6.503 0.26363-13.094 0.79092-19.773 0.70302-6.6787 1.8454-13.182 3.4273-19.509 1.5818-6.5029 3.8667-12.215 6.8546-17.137 2.9879-5.0968 6.8546-9.1393 11.6-12.127 4.9212-3.1635 10.985-4.7453 18.191-4.7455 7.2061 0.00018 13.182 1.582 17.927 4.7455 4.9212 2.9881 8.8758 7.0305 11.864 12.127 3.1636 5.0972 5.4484 10.897 6.8546 17.4 1.5817 6.3275 2.6363 12.831 3.1637 19.509 0.70294 6.679 1.0545 13.27 1.0546 19.773-0.0001 6.3274-0.0001 11.952 0 16.873m-23.464 0c-0.00007-2.4605-0.0879-5.8-0.26364-10.018-0.00007-4.2181-0.17583-8.7879-0.52727-13.709-0.35159-5.0969-0.87887-10.194-1.5818-15.291-0.7031-5.2726-1.7577-10.018-3.1637-14.236-1.2304-4.2181-2.8122-7.6454-4.7455-10.282-1.9334-2.6362-4.3062-3.9544-7.1182-3.9546-3.3395 0.00016-6.1516 1.4062-8.4364 4.2182-2.1092 2.6365-3.8668 6.1517-5.2728 10.546-1.2304 4.2184-2.197 8.9639-2.9 14.236-0.52731 5.2729-0.96671 10.458-1.3182 15.555-0.1758 4.9214-0.26368 9.4911-0.26364 13.709 0.17572 4.0426 0.2636 7.1184 0.26364 9.2274-0.00004 1.9334-0.0879 5.0092-0.26364 9.2274-0.00004 4.0425 0.0878 8.6123 0.26364 13.709 0.35148 5.0971 0.79088 10.37 1.3182 15.818 0.703 5.4486 1.6697 10.37 2.9 14.764 1.406 4.394 3.1636 8.085 5.2728 11.073 2.2848 2.8122 5.097 4.2182 8.4364 4.2182 3.3394 0.00002 6.0636-1.406 8.1728-4.2182 2.109-2.9879 3.7788-6.6788 5.0091-11.073 1.406-4.394 2.3727-9.3152 2.9-14.764 0.5272-5.4485 0.87872-10.721 1.0546-15.818 0.35145-5.097 0.43933-9.6667 0.26364-13.709-0.00007-4.2181-0.00007-7.2939 0-9.2274"/> + </g> + </g> + <text id="text4597" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" transform="scale(1 .99999)" line-height="125%" font-size="527.28px" y="986.75238" x="490.1087" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan id="tspan4599" y="986.75238" x="490.1087">***NUMBER***</tspan></text> + </g> + <g id="text4861"> + <path id="path4885" d="m436.4 886.8c0 10.7-1.6 20.1-4.9 28.2-3.2 8-7.8 14.4-13.8 19-2 1.9-4.4 3.3-7.1 4.3-2.6 1-5.3 1.5-8.1 1.7h-38.4v-106.2h34.3c2.6 0 4.9 0.1 6.8 0.3 2 0.1 3.8 0.4 5.4 0.8s3 1 4.3 1.7 2.6 1.6 4.1 2.7c5.6 4.9 9.9 11.4 12.9 19.5s4.5 17.4 4.5 28m-17.1 0c0-7.2-0.8-13.6-2.4-19.2-1.5-5.6-3.5-9.8-6.2-12.5-1.4-1.3-3-2.3-4.8-3.2-1.8-0.8-3.8-1.3-6-1.3h-19v72.4h16.8c2.7 0 5-0.3 6.8-1 1.9-0.6 3.6-1.7 5.1-3.2 3.2-3.2 5.6-7.5 7.1-13 1.7-5.6 2.6-11.9 2.6-19"/> + </g> +</svg> diff --git a/shields/template_mtqa_wide3.svg b/shields/template_mtqa_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_mtqa_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_mtqn_wide3.svg b/shields/template_mtqn_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_mtqn_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_mtqn_wide6.svg b/shields/template_mtqn_wide6.svg new file mode 100644 index 00000000..f57d12a1 --- /dev/null +++ b/shields/template_mtqn_wide6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="350" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_nclt_wide4.svg b/shields/template_nclt_wide4.svg new file mode 100644 index 00000000..7d92eadd --- /dev/null +++ b/shields/template_nclt_wide4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="250" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_nlda.svg b/shields/template_nlda.svg new file mode 100644 index 00000000..baef34a1 --- /dev/null +++ b/shields/template_nlda.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="165" width="300" version="1.1" viewBox="0 0 300 165"> + <g transform="translate(-734 -426)"> + <g transform="matrix(.997 0 0 .994 3.4e3 -842)"> + <g transform="translate(.0077 1.23e3)"> + <path d="m-2.65e3 47.8h263c8.09 0 14.6 6.37 14.6 14.3v128c0 7.91-6.51 14.3-14.6 14.3h-263c-8.09 0-14.6-6.37-14.6-14.3v-128c0-7.91 6.51-14.3 14.6-14.3z" stroke="#fff" stroke-width="8.04" fill="#ea2127"/> + <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m-2.65e3 43.8c-10.2 0-18.6 8.18-18.6 18.3v128c0 10.1 8.41 18.3 18.6 18.3h263c10.2 0 18.6-8.18 18.6-18.3v-128c0-10.1-8.41-18.3-18.6-18.3z" stroke="#505050" fill="none"/> + </g></g></g> + <text letter-spacing="10px" text-anchor="middle" word-spacing="10px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#fff"> + <tspan y="130" x="145">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_nlda_wide.svg b/shields/template_nlda_wide.svg new file mode 100644 index 00000000..11eaf0d0 --- /dev/null +++ b/shields/template_nlda_wide.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="165" width="400" version="1.1" viewBox="0 0 400 165"> + <g transform="translate(-254 -345)"> + <g transform="matrix(.997 0 0 .994 2.51e3 277)"> + <g transform="translate(-.0077 703)"> + <path d="m-2.24e3 -631h358c9.47 0 17.1 6.37 17.1 14.3v128c0 7.91-7.62 14.3-17.1 14.3h-358c-9.47 0-17.1-6.37-17.1-14.3v-128c0-7.91 7.62-14.3 17.1-14.3z" stroke="#fff" stroke-width="8.03" fill="#ea2127"/> + <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m-2.24e3 -635c-11.3 0-21.1 7.77-21.1 18.2v128c0 10.5 9.83 18.3 21.1 18.3h358c11.3 0 21.1-7.8 21.1-18.3v-128c0-10.5-9.83-18.2-21.1-18.2z" stroke="#505050" fill="none"/> + </g></g></g> + <text letter-spacing="10px" text-anchor="middle" word-spacing="10px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#fff"> + <tspan y="130" x="200">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_nlda_wide4.svg b/shields/template_nlda_wide4.svg new file mode 100644 index 00000000..fc8e62dd --- /dev/null +++ b/shields/template_nlda_wide4.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="165" width="500" version="1.1" viewBox="0 0 500 165"> + <g transform="translate(-131 -307)"> + <g transform="translate(3.03e3 -275)"> + <g transform="translate(-1.15e3 1.19e3)"> + <path d="m-1.73e3 -609h457c9.45 0 17.1 6.33 17.1 14.2v128c0 7.86-7.61 14.2-17.1 14.2h-457c-9.45 0-17.1-6.33-17.1-14.2v-128c0-7.86 7.61-14.2 17.1-14.2z" stroke="#fff" stroke-width="8" fill="#ea2127"/> + <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m-1.73e3 -613c-11.2 0-21 7.76-21 18.2v128c0 10.4 9.78 18.1 21 18.1h457c11.2 0 21.1-7.73 21.1-18.1v-128c0-10.4-9.81-18.2-21.1-18.2z" stroke="#505050" fill="none"/> + </g></g></g> + <text letter-spacing="10px" text-anchor="middle" word-spacing="10px" text-align="center" font-size="140px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#fff"> + <tspan y="130" x="235">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_nldp.svg b/shields/template_nldp.svg new file mode 100644 index 00000000..12a68a7a --- /dev/null +++ b/shields/template_nldp.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="220" height="120" viewBox="0 0 220 120" version="1.1"> + <rect ry="10" height="120" width="220" y="0" x="0" fill="#f7bd00"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="90" x="110">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_nldr.svg b/shields/template_nldr.svg new file mode 100644 index 00000000..4a3fc6f5 --- /dev/null +++ b/shields/template_nldr.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="170" height="120" viewBox="0 0 170 120" version="1.1"> + <rect ry="10" height="120" width="170" y="0" x="0" fill="#f7bd00"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="90" x="85">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_nlds.svg b/shields/template_nlds.svg new file mode 100644 index 00000000..5b1c2fe4 --- /dev/null +++ b/shields/template_nlds.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="301" width="620" version="1.1" viewBox="0 0 620 301"> + <g transform="translate(-362 -238)"> + <path d="m362 478 75.1 26 76.7 19.3 77.7 10.4 79.4 4.34 80.2-4.34 77.7-10.4 76.8-19.3 75-26v-180l-75-26.3-76.8-18.3-77.7-11.3-80.2-4.34-79.4 4.34-77.7 11.3-76.7 18.3-75.1 26.3v180" stroke="#646464" fill="#fff"/> + <path d="m384 442 1.75 10.4 3.47 8.67 6.1 6.26 9.6 5.06 57.6 19.3 63.7 13 69.8 8.67 75 2.65 75.9-2.65 69.8-8.67 63.7-13 57.6-19.3 8.73-5.06 6.97-6.26 3.5-8.67 1.72-10.4v-107l-1.72-10.6-3.5-7.71-6.97-6.99-8.73-4.34-57.6-20.2-63.7-13-69.8-8.67-75.9-2.65-75 2.65-69.8 8.67-63.7 13-57.6 20.2-9.6 4.34-6.1 6.99-3.47 7.71-1.75 10.6v107z" stroke="#231f20" stroke-width="19.6" fill="#fff"/> + <g> + <path d="m511 429c-0.00009 9.44-3.56 16.8-10.7 22-7.12 5.2-17.2 7.8-30.4 7.8-8.48 0-16.2-0.684-23.2-2.05-6.84-1.51-13.4-3.83-19.7-6.98l9.24-21.8c1.09 0.274 2.87 0.821 5.34 1.64 2.46 0.684 5.2 1.44 8.21 2.26 3.15 0.821 6.36 1.57 9.65 2.26 3.42 0.684 6.57 1.03 9.44 1.03 6.43 0.00002 11-0.616 13.8-1.85 2.74-1.23 4.11-3.01 4.11-5.34-0.00006-1.37-0.205-2.53-0.616-3.49-0.274-0.958-1.03-1.78-2.26-2.46-1.23-0.821-3.01-1.57-5.34-2.26-2.19-0.821-5.2-1.78-9.03-2.87-7.53-1.92-13.5-3.83-18.1-5.75-4.52-2.05-8.14-4.17-10.9-6.36-3.42-2.74-6.16-6.02-8.21-9.85-1.92-3.83-2.87-7.94-2.87-12.3-0.00001-8.76 3.49-15.6 10.5-20.5 7.12-4.93 16.6-7.39 28.5-7.39 6.57 0.0001 13 0.821 19.3 2.46 6.43 1.51 13 4.04 19.7 7.6l-9.03 21.8c-4.65-2.74-9.58-4.79-14.8-6.16-5.06-1.37-9.99-2.05-14.8-2.05-5.2 0.00008-8.96 0.547-11.3 1.64-2.33 0.958-3.49 2.67-3.49 5.13-0.00003 1.23 0.205 2.33 0.616 3.28 0.547 0.821 1.44 1.57 2.67 2.26 1.23 0.684 2.94 1.37 5.13 2.05 2.33 0.684 5.27 1.37 8.83 2.05 13.8 2.74 23.9 6.84 30.2 12.3 6.29 5.34 9.44 12.7 9.44 22"/> + </g> + </g> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="240px" line-height="100%" y="0" x="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="220" x="330">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_norfv.svg b/shields/template_norfv.svg new file mode 100644 index 00000000..cd67ceba --- /dev/null +++ b/shields/template_norfv.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="120px" version="1.1" viewBox="0 0 120 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="120" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="112" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="60">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_norfv_wide.svg b/shields/template_norfv_wide.svg new file mode 100644 index 00000000..f1b80a40 --- /dev/null +++ b/shields/template_norfv_wide.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="160px" version="1.1" viewBox="0 0 160 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="160" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="152" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_norfv_wide3.svg b/shields/template_norfv_wide3.svg new file mode 100644 index 00000000..5e6c76b2 --- /dev/null +++ b/shields/template_norfv_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="0 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="200" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="192" y="4.25" x="4.25" fill="#fff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="100">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_norrv.svg b/shields/template_norrv.svg new file mode 100644 index 00000000..65ed4811 --- /dev/null +++ b/shields/template_norrv.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="120px" version="1.1" viewBox="0 0 120 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="120" y="0" x="0" fill="#019165"/> + <rect rx="10" ry="10" height="112" width="112" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="100" y="10.25" x="10.25" fill="#019165"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="60">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_norrv_wide.svg b/shields/template_norrv_wide.svg new file mode 100644 index 00000000..9e4977a6 --- /dev/null +++ b/shields/template_norrv_wide.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="160px" version="1.1" viewBox="0 0 160 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="160" y="0" x="0" fill="#019165"/> + <rect rx="10" ry="10" height="112" width="152" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="140" y="10.25" x="10.25" fill="#019165"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_norrv_wide3.svg b/shields/template_norrv_wide3.svg new file mode 100644 index 00000000..dcfd3285 --- /dev/null +++ b/shields/template_norrv_wide3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="0 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="200" y="0" x="0" fill="#019165"/> + <rect rx="10" ry="10" height="112" width="192" y="4.25" x="4.25" fill="#ffffff"/> + <rect rx="10" ry="10" height="100" width="180" y="10.25" x="10.25" fill="#019165"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="100">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_pola.svg b/shields/template_pola.svg new file mode 100644 index 00000000..fc871c22 --- /dev/null +++ b/shields/template_pola.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#ed2224"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_poldk.svg b/shields/template_poldk.svg new file mode 100644 index 00000000..fc871c22 --- /dev/null +++ b/shields/template_poldk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#ed2224"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_poldw.svg b/shields/template_poldw.svg new file mode 100644 index 00000000..a0a46c0d --- /dev/null +++ b/shields/template_poldw.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="200px" version="1.1" viewBox="0 0 200 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="200" y="0" x="0" fill="#000"/> + <rect rx="0" ry="0" height="112" width="192" y="4.25" x="4.25" fill="#fafd4a"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="120px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000"> + <tspan y="100" x="100">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_pols.svg b/shields/template_pols.svg new file mode 100644 index 00000000..fc871c22 --- /dev/null +++ b/shields/template_pols.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#ed2224"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_prta.svg b/shields/template_prta.svg new file mode 100644 index 00000000..7743f9a2 --- /dev/null +++ b/shields/template_prta.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="240px" height="100px" version="1.1" viewBox="0 0 240 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="240" height="100" x="0" y="0" fill="#0000ff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan x="120" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_prtic.svg b/shields/template_prtic.svg new file mode 100644 index 00000000..42331edb --- /dev/null +++ b/shields/template_prtic.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="240px" height="100px" version="1.1" viewBox="0 0 240 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="240" height="100" x="0" y="0" fill="#000000"/> + <rect rx="0" ry="0" width="236" height="96" x="2" y="2" fill="#ffffff"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#000000"> + <tspan x="120" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_prtip.svg b/shields/template_prtip.svg new file mode 100644 index 00000000..a8fe1a07 --- /dev/null +++ b/shields/template_prtip.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="240px" height="100px" version="1.1" viewBox="0 0 240 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="240" height="100" x="0" y="0" fill="#ff0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan x="120" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_reun_wide3.svg b/shields/template_reun_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_reun_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_reun_wide4.svg b/shields/template_reun_wide4.svg new file mode 100644 index 00000000..7d92eadd --- /dev/null +++ b/shields/template_reun_wide4.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="250px" height="100px" version="1.1" viewBox="0 0 250 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="250" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="250" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="125" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_reun_wide5.svg b/shields/template_reun_wide5.svg new file mode 100644 index 00000000..0d905baf --- /dev/null +++ b/shields/template_reun_wide5.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="100px" version="1.1" viewBox="0 0 300 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="300" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="300" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="150" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_reun_wide6.svg b/shields/template_reun_wide6.svg new file mode 100644 index 00000000..f57d12a1 --- /dev/null +++ b/shields/template_reun_wide6.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="350px" height="100px" version="1.1" viewBox="0 0 350 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="350" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="350" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="175" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_roua.svg b/shields/template_roua.svg new file mode 100644 index 00000000..ea32531a --- /dev/null +++ b/shields/template_roua.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="140px" version="1.1" viewBox="0 0 140 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="140" y="0" x="0" fill="#008000"/> + <rect rx="0" ry="0" height="116" width="136" y="2" x="2" fill="#ffffff"/> + <rect rx="0" ry="0" height="112" width="132" y="4" x="4" fill="#008000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="110px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="97" x="70">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_roua_wide.svg b/shields/template_roua_wide.svg new file mode 100644 index 00000000..180903eb --- /dev/null +++ b/shields/template_roua_wide.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="180px" version="1.1" viewBox="0 0 180 120"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="120" width="180" y="0" x="0" fill="#008000"/> + <rect rx="0" ry="0" height="116" width="176" y="2" x="2" fill="#ffffff"/> + <rect rx="0" ry="0" height="112" width="172" y="4" x="4" fill="#008000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="110px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="97" x="90">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_roudn.svg b/shields/template_roudn.svg new file mode 100644 index 00000000..a9ae8041 --- /dev/null +++ b/shields/template_roudn.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="600px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" height="600px"> + <path stroke-linejoin="round" stroke="#000" d="m305 67.1c47.7 0.42 127-31.3 170-57.1l115 115c-21.2 30.1-33.6 66.8-33.6 106 0 28.5 6.43 55.4 17.9 79.5 9.92 20.8 15.7 44.6 15.7 69.2 0 88.4-71.6 160-160 160h-25.1c-42.3 0-80.1 19.5-105 50-24.8-30.5-62.5-50-105-50h-25.1c-88.4 0-160-71.6-160-160 0-24.6 5.76-48.3 15.7-69.2 11.5-24.1 17.9-51 17.9-79.5-0.001-39.6-12.4-76.2-33.6-106l115-115c42.3 22.2 130 57 180 57.1z" fill="#DC0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="480px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Engschrift'" fill="#ffffff"> + <tspan y="460" x="300">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_roudn_wide.svg b/shields/template_roudn_wide.svg new file mode 100644 index 00000000..19ad9dd8 --- /dev/null +++ b/shields/template_roudn_wide.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="600px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" height="600px"> + <path stroke-linejoin="round" stroke="#000" d="m305 67.1c47.7 0.42 127-31.3 170-57.1l115 115c-21.2 30.1-33.6 66.8-33.6 106 0 28.5 6.43 55.4 17.9 79.5 9.92 20.8 15.7 44.6 15.7 69.2 0 88.4-71.6 160-160 160h-25.1c-42.3 0-80.1 19.5-105 50-24.8-30.5-62.5-50-105-50h-25.1c-88.4 0-160-71.6-160-160 0-24.6 5.76-48.3 15.7-69.2 11.5-24.1 17.9-51 17.9-79.5-0.001-39.6-12.4-76.2-33.6-106l115-115c42.3 22.2 130 57 180 57.1z" fill="#DC0000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="300px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Engschrift'" fill="#ffffff"> + <tspan y="400" x="300">***NUMBER***</tspan> + </text> +</svg> diff --git a/shields/template_spmn_wide3.svg b/shields/template_spmn_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_spmn_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_svkd.svg b/shields/template_svkd.svg new file mode 100644 index 00000000..b1972048 --- /dev/null +++ b/shields/template_svkd.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#d92a27"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_svki.svg b/shields/template_svki.svg new file mode 100644 index 00000000..3bbcfc5c --- /dev/null +++ b/shields/template_svki.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#2c286d"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="180px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_svkr.svg b/shields/template_svkr.svg new file mode 100644 index 00000000..b1972048 --- /dev/null +++ b/shields/template_svkr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="192px" width="320px" version="1.1" viewBox="0 0 320 192"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" height="192" width="320" y="0" x="0" fill="#ffffff"/> + <rect rx="10" ry="10" height="180" width="308" y="6" x="6" fill="#d92a27"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="160px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan y="157" x="160">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_swel.svg b/shields/template_swel.svg new file mode 100644 index 00000000..93a69e37 --- /dev/null +++ b/shields/template_swel.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="240px" version="1.1" viewBox="0 0 240 120"> + <g fill-rule="evenodd"> + <rect rx="5" ry="5" height="120" width="240" y="0" x="0" fill="#ffffff"/> + <rect rx="5" ry="5" height="112" width="232" y="4.25" x="4.25" fill="#0C479D"/> + <text letter-spacing="10px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="120">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_swer.svg b/shields/template_swer.svg new file mode 100644 index 00000000..630ccf8e --- /dev/null +++ b/shields/template_swer.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="140px" version="1.1" viewBox="0 0 140 120"> + <g fill-rule="evenodd"> + <rect rx="5" ry="5" height="120" width="140" y="0" x="0" fill="#ffffff"/> + <rect rx="5" ry="5" height="112" width="132" y="4.25" x="4.25" fill="#0C479D"/> + <text letter-spacing="10px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="70">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_swer_wide.svg b/shields/template_swer_wide.svg new file mode 100644 index 00000000..5029a5d2 --- /dev/null +++ b/shields/template_swer_wide.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="120px" width="190px" version="1.1" viewBox="0 0 190 120"> + <g fill-rule="evenodd"> + <rect rx="5" ry="5" height="120" width="190" y="0" x="0" fill="#ffffff"/> + <rect rx="5" ry="5" height="112" width="182" y="4.25" x="4.25" fill="#0C479D"/> + <text letter-spacing="10px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="100px" line-height="100%" y="60" x="100" font-family="'Roadgeek 2005 Mittelschrift'" fill="#ffffff"> + <tspan y="94" x="95">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_tuna_wide3.svg b/shields/template_tuna_wide3.svg new file mode 100644 index 00000000..ecc4af44 --- /dev/null +++ b/shields/template_tuna_wide3.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="100px" version="1.1" viewBox="0 0 200 100"> + <g fill-rule="evenodd"> + <rect rx="0" ry="0" width="200" height="100" x="0" y="0" fill="#ffffff"/> + <rect rx="10" ry="10" width="200" height="100" x="0" y="0" fill="#d40000"/> + <text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="90px" line-height="100%" x="0" y="0" font-family="'Roadgeek 2005 Transport Heavy'" fill="#ffffff"> + <tspan x="100" y="80">***NUMBER***</tspan> + </text> + </g> +</svg> diff --git a/shields/template_twnf.svg b/shields/template_twnf.svg new file mode 100644 index 00000000..135a5996 --- /dev/null +++ b/shields/template_twnf.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="700pt" width="700pt" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 700 700"> + <metadata id="metadata20"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g stroke-width=".09375"> + <path id="path4" d="m320.6 17.6c5.4-1.3 11-1.3 16.5-2.6 9.2 0 18.5-0.2 27.7 0.1 3.1 1.5 6.6 0.4 9.8 1.3 24.2 4 48.4 11.2 69 25 6.2 4 12.1 8.5 17.8 13.2 4.3 2.6 6.9 7.2 11.2 9.8 2.2 1.4 3.8 3.6 5.2 5.8 10.7 10.5 19.5 22.9 27.2 35.8 3.4 6.7 7 13.4 9.4 20.6 1.2 3.5 2.1 7.1 3.7 10.5 3.7 0 7.6-0.6 11.1 0.8 3.7 0.5 7.6-0.6 11.2 0.7 15.5 1.7 30.7 6 45.2 11.8 4.6 2 8.9 4.7 13.7 6.3 5.7 3.3 11.2 6.8 16.9 10.1 4.9 3.3 9.5 7.2 14.4 10.6 3.6 2.7 6.1 6.7 10 9 2.2 1.4 3.8 3.6 5.2 5.8 2.6 3 5.8 5.6 8.4 8.6 3.6 5.1 7.5 9.9 11 15 2.7 4.6 5.4 9.2 8.4 13.6 2 5.7 5.2 10.8 7.7 16.3 5.6 13.3 9 27.3 11.6 41.4 0.2 2.1-0.1 4.3 0.7 6.3 1.1 4.5-0.6 9.4 1.3 13.8 0.2 5.8 0.2 11.7 0 17.6-1.2 2.6-0.9 5.4-0.9 8.2-2.8 20-8.9 39.7-18.3 57.7-1.7 3.3-3.3 6.7-5.1 9.9-3.8 5.3-6.6 11.2-10.8 16.3-2.8 4.1-6.1 7.8-9.1 11.8-4.7 4.9-9.6 9.7-14.5 14.6-4.7 3.7-9.4 7.4-14.2 10.9 0 1.6-0.1 3.1 0.1 4.6 2.8 8.7 5 17.7 6.3 26.8 1.1 3.1 0.1 6.5 1.5 9.6 0.2 10.2 0.2 20.4 0 30.6-1.4 3.1-0.4 6.5-1.5 9.6-5.6 38.4-24.5 74.6-52.6 101.4-6.1 6.4-13.4 11.3-20.2 16.8-6.7 3.5-12.3 8.7-19.3 11.7-6.2 3.3-12.6 6.2-19.2 8.8-6.3 1.8-12.2 5-18.7 6.3-6.1 2.3-12.6 2.9-19 4-3.7 1.3-7.9-0.2-11.6 1.5-4.3 0.3-8.5 0-12.8 0.1-3.4-0.1-7 0.5-10.2-0.9-3.7-0.4-7.5 0.5-11-0.9-4.1-0.1-8-1.2-12-2-6.7-0.6-13-3-19.4-4.6-16-4.9-31.5-12.1-45.1-21.9-1.8-1.3-3.5-2.8-5.5-3.8-2.4-0.4-4.3 1.5-6.2 2.7-23 16.2-50.3 26.5-78.2 29.8-4.4 1.5-9.3-0.4-13.6 1.5-5.6 0.1-11.4 0.7-16.9-0.9-3.1-0.2-6.4 0.4-9.5-0.4-2.5-1-5.3-0.3-7.8-1.2-10.1-1.3-20-4.2-29.7-7.3-18.2-6.9-35.9-15.7-50.9-28.1-3.7-3-7.6-5.7-10.8-9.2-5.1-5.6-11.1-10.3-15.5-16.5-14.8-16.2-25.6-35.8-32.3-56.7-3.3-11.9-6.9-24-7.6-36.4-1.9-4.6 0.3-9.8-1.7-14.4-0.2-3.9-0.2-7.8 0-11.6 1.5-3.6 0.7-7.5 0.9-11.2 1.5-9.7 2.7-19.6 6.1-28.9 0.9-2.8 2.5-5.7 1.8-8.7-4.5-5-10.7-8.1-15.2-13.1-6.1-6.6-13.1-12.3-18.5-19.5-5.4-5.7-9.3-12.7-13.8-19.2-3.2-6.1-7.2-11.9-9.5-18.5-7.3-16-12.3-33.2-14.3-50.7-1.1-2.9-0.3-6.2-0.7-9.2-1.4-3.2-0.8-6.8-0.9-10.2 0.1-3.6-0.2-7.2 0.1-10.8 1.8-4 0.1-8.5 1.5-12.6 2.7-22.1 10.1-43.6 20.8-63.2 2.9-4.2 4.9-8.9 8.2-12.8 3.2-4.5 5.8-9.4 9.6-13.5 2.4-4.1 6.7-6.6 9.2-10.7 1.5-2.5 4-4 6.3-5.7 8.8-9.2 19.6-15.9 30.3-22.7 6-3.1 11.5-6.9 17.9-9.1 17.6-8 36.5-14.1 55.9-15 5.5-1.8 11.4-0.6 17.1-0.9 8.5-24.2 21.2-47.4 39.3-65.8 2.3-3.6 5.5-6.5 8.6-9.4 3.2-1.7 5.2-4.8 8.2-6.8 23.2-18.8 51-32.4 80.6-37.4m-3 32.2c-21 4.8-40.7 14.9-57.2 28.6-27.9 22.8-47.9 56.2-51.8 92.3-10.8-1.5-21.6-2.6-32.5-2-25.8 1.2-51.2 9.5-72.7 23.7-23 15.2-41.7 37.1-52.6 62.4-12.4 28.9-16.2 61.8-8 92.3 10.5 40.8 38.7 77.5 77.4 95-1.4 3.8-3.3 7.3-5.1 11-11 25.2-14.7 53.6-10 80.8 3.6 22.8 13 44.7 26.9 63.1 15 20.3 35.8 36 58.8 46.4 42 18.2 92.6 13.7 131.7-9.9 10.6-6.3 19.9-14.5 28.6-23.3 3.2 1.8 5.4 5.1 8.3 7.5 8.9 8 18.9 14.9 29.5 20.4 29.9 15.7 65.3 20.3 98.2 12.8 30-6.5 57.1-23.5 77.5-46.3 38.3-43.6 46.1-111.7 17.5-162.4 10.3-5.4 20.4-11.3 29.2-18.9 15.7-12.6 28.2-28.9 37.2-46.8 13.4-26.8 18-57.8 13.2-87.4-5.1-29.4-18.6-57.7-40.2-78.7-29.8-29.3-72.7-45.6-114.5-41.5-4.5 0.3-8.8 1.6-13.3 1.8-1.7-12-4.7-23.8-9.4-35-15.1-38-47.5-68.5-86.2-81.7-25.7-9.1-54-10-80.5-4.2z" stroke="#fff" fill="#fff"/> + <path id="path6" d="m317.6 49.8c26.5-5.8 54.8-4.9 80.5 4.2 38.7 13.2 71.1 43.7 86.2 81.7 4.7 11.2 7.7 23 9.4 35 4.5-0.2 8.8-1.5 13.3-1.8 41.8-4.1 84.7 12.2 114.5 41.5 21.6 21 35.1 49.3 40.2 78.7 4.8 29.6 0.2 60.6-13.2 87.4-9 17.9-21.5 34.2-37.2 46.8-8.8 7.6-18.9 13.5-29.2 18.9 28.6 50.7 20.8 118.8-17.5 162.4-20.4 22.8-47.5 39.8-77.5 46.3-32.9 7.5-68.3 2.9-98.2-12.8-10.6-5.5-20.6-12.4-29.5-20.4-2.9-2.4-5.1-5.7-8.3-7.5-8.7 8.8-18 17-28.6 23.3-39.1 23.6-89.7 28.1-131.7 9.9-23-10.4-43.8-26.1-58.8-46.4-13.9-18.4-23.3-40.3-26.9-63.1-4.7-27.2-1-55.6 10-80.8 1.8-3.7 3.7-7.2 5.1-11-38.7-17.5-66.9-54.2-77.4-95-8.2-30.5-4.4-63.4 8-92.3 10.9-25.3 29.6-47.2 52.6-62.4 21.5-14.2 46.9-22.5 72.7-23.7 10.9-0.6 21.7 0.5 32.5 2 3.9-36.1 23.9-69.5 51.8-92.3 16.5-13.7 36.2-23.8 57.2-28.6m26.2 28.7c-23.5 1.5-46.4 10.7-64.4 25.9-15.8 13.2-27.9 30.9-34.3 50.5-7 20.2-7.5 42.5-2.2 63.1-4.9-2.3-9.4-5.5-14.5-7.4-33.2-15.4-73.9-12.5-104.8 7-33.1 20.1-53.9 58.7-52.7 97.4 0.5 22.2 7.8 44.3 20.7 62.4 10.6 14.7 24.8 26.9 41 35.1 13.6 6.5 28.4 10.9 43.5 11.6-3.6 3.5-7.5 6.6-10.8 10.3-14.6 15.6-24.6 35.5-28.3 56.6-3.9 21.8-1.1 44.8 7.9 65 14.8 34 47.5 59.3 84.1 64.9 36.5 6.3 75.4-7.3 100.3-34.6 9.2-10.2 16.8-21.9 21.8-34.7 0.8 1.4 1.5 2.7 2.2 4.1 11.2 26.2 33.2 47.6 59.7 58.3 18.8 7.8 39.9 10.1 60 7 18-3 35.2-10.3 49.7-21.3 16.7-12.5 29.7-29.7 37-49.2 13.5-34.4 8.2-75.6-13.8-105.4-5.4-7.9-12.3-14.5-19.2-21 5.6-0.8 11.2-1.2 16.7-2.5 35.4-7.3 66.1-33.1 79.6-66.6 14.8-35 9.8-77.6-12.8-108.2-12.6-17.4-30.3-31-50.3-38.7-17.3-6.7-36.3-8.7-54.7-6.7-16.2 2.4-31.9 8.1-45.9 16.7 8.9-33.5 1-70.8-20.7-97.7-22.2-28.4-58.9-44.5-94.8-41.9z" stroke="#007a36" fill="#007a36"/> + <path id="path8" d="m343.8 78.5c35.9-2.6 72.6 13.5 94.8 41.9 21.7 26.9 29.6 64.2 20.7 97.7 14-8.6 29.7-14.3 45.9-16.7 18.4-2 37.4 0 54.7 6.7 20 7.7 37.7 21.3 50.3 38.7 22.6 30.6 27.6 73.2 12.8 108.2-13.5 33.5-44.2 59.3-79.6 66.6-5.5 1.3-11.1 1.7-16.7 2.5 6.9 6.5 13.8 13.1 19.2 21 22 29.8 27.3 71 13.8 105.4-7.3 19.5-20.3 36.7-37 49.2-14.5 11-31.7 18.3-49.7 21.3-20.1 3.1-41.2 0.8-60-7-26.5-10.7-48.5-32.1-59.7-58.3-0.7-1.4-1.4-2.7-2.2-4.1-5 12.8-12.6 24.5-21.8 34.7-24.9 27.3-63.8 40.9-100.3 34.6-36.6-5.6-69.3-30.9-84.1-64.9-9-20.2-11.8-43.2-7.9-65 3.7-21.1 13.7-41 28.3-56.6 3.3-3.7 7.2-6.8 10.8-10.3-15.1-0.7-29.9-5.1-43.5-11.6-16.2-8.2-30.4-20.4-41-35.1-12.9-18.1-20.2-40.2-20.7-62.4-1.2-38.7 19.6-77.3 52.7-97.4 30.9-19.5 71.6-22.4 104.8-7 5.1 1.9 9.6 5.1 14.5 7.4-5.3-20.6-4.8-42.9 2.2-63.1 6.4-19.6 18.5-37.3 34.3-50.5 18-15.2 40.9-24.4 64.4-25.9" stroke="#fff" fill="#fff"/> + <path id="path14" d="m407.4 310.7c13.2-2.5 27.6-1.3 39.1 5.8 9.6 5.9 16.3 15.7 19.8 26.2 4.7 13.9 5.7 28.8 5.6 43.3-0.3 16.8-2.9 34-11.1 48.8-5.8 10.5-14.8 19.8-26.5 23.4-14.1 4.3-30.4 2.6-42.5-6-9.7-6.8-15.8-17.5-19.5-28.6-5.1-16.3-5.9-33.5-5-50.4 1.1-15.3 3.9-31.2 12.7-44.2 6.3-9.4 16.3-16.1 27.4-18.3z" stroke="#fff" fill="#fff"/> + </g> + <text id="text2997" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="354.67px" y="503.80768" x="352.8215" font-family="'Roadgeek 2014 Series EM'" line-height="125%" fill="#000000"><tspan id="tspan2999" x="352.8215" y="503.80768">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usaar.svg b/shields/template_usaar.svg new file mode 100644 index 00000000..d0ae51a7 --- /dev/null +++ b/shields/template_usaar.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata7"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="rect1872" style="color:#000000" d="m37.5 0h525c20.78 0 37.5 16.725 37.5 37.5v525c0 20.775-16.725 37.5-37.5 37.5h-525c-20.775 0-37.5-16.72-37.5-37.5v-525c0-20.775 16.725-37.5 37.5-37.5z"/> + <path id="path3797" fill="#fff" d="m91.76 534.55v-40.451h-28.268-28.268v-149.81-149.81l-10.986-82.291c-6.042-45.266-11.155-83.398-11.362-84.743l-0.376-2.447h257.9 257.9l3.3158 1.5513c5.2867 2.4733 7.6976 5.6125 9.2753 12.077 1.1736 4.8087 1.2501 5.9964 0.63112 9.7865-0.38745 2.3725-1.0746 7.1027-1.527 10.512-0.65122 4.9077-1.4548 7.6243-3.8597 13.049-2.8865 6.5105-3.0481 7.1744-3.2553 13.375l-0.21804 4.5243 2.4914 3.7942 2.4914 1.7942h24.869 24.869v15.836 15.836l0.1151 1.083c-1.5771 4.254-1.8845 6.0136-1.8845 10.789l-3.9992 11.706-6.5912 16.556c-7.6315 16.484-8.6426 19.066-9.0554 23.123-0.63099 6.2018-5.1558 26.673-7.5378 34.102-1.0664 3.3262-3.0312 10.34-4.3663 15.586-2.5189 9.8983-2.1889 11.203-9.5516 22.134-1.7596 2.6124-5.5915 8.3705-5.6057 11.332-0.004 0.857-1.6535 6.7841-6.1093 15.616-4.4686 8.857-8.4804 17.666-8.9465 19.646-0.99056 4.2063-16.809 33.215-28.818 52.847-6.8405 11.183-8.7158 14.922-15.499 30.905-4.8476 11.422-8.0643 19.912-8.6518 22.835-0.51428 2.5588-1.3604 6.5608-1.8801 8.8933-0.71617 3.214-0.9481 8.5496-0.95802 22.038l-0.0131 15.797 2.1692 8.6695c1.1931 3.6682 2.7668 9.1443 3.4971 12.169 0.73038 3.0248 1.7457 8.3387 2.2564 9.3643 0.78911 1.585 0.90061 4.5425 0.74306 31.029l-0.18543 29.165-2.0885 6.2724c-1.1488 2.3498-3.3395 5.7575-4.8684 7.5727-1.5288 1.8152-2.7797 3.4941-2.7797 3.731 0 0.6043-1.6885 2.2918-2.3107 2.3093-0.2838 0.008-1.2227 0.5886-2.0865 1.2903-1.5503 1.2595-3.9343 1.2761-186.1 1.2904h-184.54v-40.451z"/> + <text id="text4692" style="text-anchor:middle;text-align:center" xml:space="preserve" font-size="434.15px" line-height="125%" y="446.09152" x="258.92001" font-family="'Roadgeek 2014 Series B'"><tspan id="tspan4694" y="446.09152" x="258.92001">***NUMBER***</tspan></text> + <text id="text3763" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="186.01px" line-height="100%" y="275" x="479.33929" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan3765" y="275" x="479.33929">***LETTER***</tspan></text> + </g> +</svg> diff --git a/shields/template_usaar_wide.svg b/shields/template_usaar_wide.svg new file mode 100644 index 00000000..dad7864e --- /dev/null +++ b/shields/template_usaar_wide.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 600" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata7"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <g id="g3759"> + <path id="rect1872" style="color:#000000" d="m37.5 0h675c20.78 0 37.5 16.725 37.5 37.5v525c0 20.775-16.725 37.5-37.5 37.5h-675c-20.775 0-37.5-16.72-37.5-37.5v-525c0-20.775 16.725-37.5 37.5-37.5z"/> + <path id="path3797" fill="#fff" d="m112.44 534.55v-40.451h-35.642-35.642v-149.81-149.81l-13.856-82.3c-7.618-45.256-14.065-83.388-14.326-84.733l-0.474-2.447h325.18 325.18l4.1808 1.5513c6.6658 2.4733 9.7057 5.6125 11.695 12.077 1.4797 4.8087 1.5762 5.9964 0.79576 9.7865-0.48852 2.3725-1.3549 7.1027-1.9253 10.512-0.8211 4.9077-1.8343 7.6243-4.8665 13.049-3.6395 6.5105-3.8432 7.1744-4.1045 13.375l-0.27492 4.5243 3.1413 3.7942 3.1413 1.7942h31.357 31.357v15.836 15.836l0.14513 1.083c-1.9886 4.254-2.3761 6.0136-2.3761 10.789l-5.0425 11.706-8.3106 16.556c-9.6223 16.484-10.897 19.066-11.418 23.123-0.79559 6.2018-6.5007 26.673-9.5042 34.102-1.3446 3.3262-3.822 10.34-5.5053 15.586-3.176 9.8983-2.7599 11.203-12.043 22.134-2.2187 2.6124-7.0501 8.3705-7.068 11.332-0.005 0.857-2.0849 6.7841-7.703 15.616-5.6343 8.857-10.693 17.666-11.28 19.646-1.249 4.2063-21.194 33.215-36.336 52.847-8.625 11.183-10.989 14.922-19.542 30.905-6.1122 11.422-10.168 19.912-10.909 22.835-0.64844 2.5588-1.7152 6.5608-2.3706 8.8933-0.90299 3.214-1.1954 8.5496-1.2079 22.038l-0.0165 15.797 2.7351 8.6695c1.5043 3.6682 3.4885 9.1443 4.4094 12.169 0.92091 3.0248 2.2012 8.3387 2.845 9.3643 0.99496 1.585 1.1356 4.5425 0.9369 31.029l-0.2338 29.165-2.6334 6.2724c-1.4485 2.3498-4.2106 5.7575-6.1384 7.5727-1.9277 1.8152-3.5048 3.4941-3.5048 3.731 0 0.6043-2.129 2.2918-2.9135 2.3093-0.35783 0.008-1.5417 0.5886-2.6308 1.2903-1.9547 1.2595-4.9606 1.2761-234.64 1.2904h-232.66v-40.451z"/> + </g> + <text id="text2987" style="word-spacing:0px;letter-spacing:0px;text-anchor:end;text-align:end" xml:space="preserve" font-size="447.76px" line-height="100%" y="450" x="569.49927" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan2989" y="450" x="569.49927" font-family="'Roadgeek 2014 Series B'" fill="#000000">***NUMBER***</tspan></text> + <text id="text3763" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="186.01px" line-height="100%" y="275" x="609.33954" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan3765" y="275" x="609.33954">***LETTER***</tspan></text> + </g> +</svg> diff --git a/shields/template_usaas_wide.svg b/shields/template_usaas_wide.svg new file mode 100644 index 00000000..ac864923 --- /dev/null +++ b/shields/template_usaas_wide.svg @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 300 300" xml:space="preserve" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 300 300"><g id="svg2350"><path id="path2744" d="m12.786 299.75c-3.997-0.625-7.083-2.968-8.598-6.526-1.569-3.685-1.703-6.958-2.07-50.671-0.147-17.554-0.475-54.32-0.727-81.705-0.252-27.37-0.577-65.52-0.722-84.759s-0.395-41.676-0.556-49.861c-0.342-17.345-0.077-19.198 3.237-22.652 3.804-3.965-9.214-3.656 146.11-3.478l138.79 0.159 2.939 1.532c3.834 1.998 5.529 4.485 6.104 8.96 0.233 1.812 0.556 20.645 0.717 41.85 0.16 21.205 0.402 53.146 0.537 70.981 0.316 41.869 0.669 78.396 1.207 125.27 0.468 40.728 0.497 40.117-2.092 44.193-1.639 2.582-5.221 4.479-9.167 4.855-1.751 0.166-27.547 0.439-57.323 0.605s-61.525 0.381-70.553 0.477c-22.279 0.237-81.129 0.73-116.36 0.977-15.909 0.12-30.072 0.03-31.484-0.19z" fill="#006400"/><path id="path2742" d="m214.27 269.34c79.103-0.446 72.471-0.315 73.687-1.462 0.971-0.917 1.03-1.477 1.03-9.773 0-12.029 0.87-11.156-11.347-11.393-5.212-0.101-9.849-0.389-10.304-0.641-0.494-0.273-0.936-1.332-1.096-2.627-0.147-1.193-0.37-25.41-0.497-53.815-0.213-48.174-0.172-51.699 0.606-52.426 0.653-0.611 2.492-0.816 8.5-0.951 6.711-0.15 7.795-0.293 8.696-1.145 1.113-1.051 1.322-3.012 0.549-5.135-0.266-0.728-0.716-2.868-1-4.757-0.691-4.597-4.004-15.858-6.791-23.093-2.336-6.062-7.533-16.008-10.771-20.613-1.872-2.664-2.503-3.61-4.775-7.169-3.643-5.703-16.015-19.161-22.48-24.454-1.616-1.324-4.482-3.687-6.369-5.25-1.886-1.564-4.27-3.3-5.297-3.856-1.026-0.557-3.023-1.784-4.438-2.726-4.947-3.299-16.775-9.326-22.847-11.641-5.493-2.095-8.598-3.094-17.638-5.675-1.482-0.423-5.34-1.145-8.574-1.604-3.233-0.458-6.981-1.068-8.329-1.354-2.812-0.597-24.973-0.239-31.846 0.514-4.795 0.525-10.467 1.506-11.112 1.921-0.223 0.144-1.451 0.458-2.73 0.699-3.831 0.722-8.527 2.02-11.39 3.146-1.482 0.583-3.577 1.325-4.655 1.648-5.187 1.555-19.577 8.664-24.832 12.267-1.273 0.874-3.923 2.612-5.889 3.865-3.475 2.214-10.666 7.97-12.149 9.725-0.404 0.479-3.127 3.126-6.051 5.885-5.204 4.909-12.651 14.02-17.182 21.021-1.238 1.912-2.9 4.396-3.694 5.519-4.26 6.03-13.875 30.877-15.216 39.323-0.312 1.965-0.897 5.102-1.301 6.972-0.556 2.579-0.601 3.657-0.185 4.468 0.302 0.588 0.596 1.107 0.654 1.154 0.058 0.046 3.94 0.219 8.628 0.383 8.43 0.295 8.533 0.312 9.459 1.607 0.894 1.25 0.947 2.851 1.174 35.49 0.131 18.8 0.303 42.454 0.382 52.565 0.082 10.498-0.053 18.986-0.314 19.791-0.257 0.789-0.92 1.517-1.512 1.657-0.579 0.138-5.104 0.345-10.056 0.458-11.889 0.273-11.093-0.525-11.063 11.109l0.022 8.73 1.368 1.227 1.368 1.227 71.122-0.252c39.127-0.15 96.047-0.41 126.5-0.58z"/><path id="path2740" d="m49.172 247.66c-5.639-0.328-5.616-0.287-5.573-9.948 0.018-3.938-0.125-27.333-0.317-51.99s-0.206-45.623-0.032-46.591c0.191-1.064 0.745-1.999 1.398-2.364 0.822-0.459 26.414-0.601 106.82-0.591 98.358 0.012 105.8 0.073 106.56 0.871 0.743 0.774 0.834 3.065 0.933 23.437 0.264 54.823 0.23 84.561-0.097 85.112-0.194 0.327-0.896 0.811-1.559 1.072-0.722 0.286-33.624 0.579-81.896 0.729-44.379 0.139-89.95 0.312-101.27 0.385-11.301 0.08-22.54 0.02-24.958-0.12z" fill="#006400"/><path id="path2728" d="m25.395 128.47c-0.688-0.717-0.607-2.77 0.265-6.689 0.882-3.962 2.982-11.083 3.916-13.275 0.359-0.843 1.246-3.141 1.971-5.106 1.96-5.315 5.168-11.859 8.172-16.668 1.466-2.348 3.29-5.303 4.052-6.566 4.003-6.637 15.392-19.103 24.076-26.354 6.876-5.741 14.861-11.167 21.549-14.642 9.693-5.036 19.62-8.669 30.315-11.095 2.695-0.611 5.781-1.314 6.859-1.562 3.857-0.888 14.854-1.622 23.762-1.586 12.058 0.049 20.727 0.863 27.682 2.601 1.078 0.269 4.054 0.98 6.614 1.58 16.977 3.976 38.204 15.404 53.22 28.652 7.04 6.211 16.499 17.505 20.529 24.51 1.03 1.791 2.52 4.125 3.31 5.186 2.191 2.942 9.061 17.854 10.872 23.603 3.394 10.768 3.688 11.875 3.688 13.854 0 1.12-0.31 2.479-0.688 3.019-0.677 0.964-2.935 0.982-125.18 1.015-82.006 0.03-124.65-0.13-124.98-0.47z" fill="#006400"/></g><g id="Layer_2"><g id="g12" fill="#fff"><path id="path14" d="m86.043 87.621l-2.438-7.251h-7.72l-2.438 7.251h-4.174l8.532-25.843h3.879l8.532 25.843h-4.173zm-6.242-18.668l-2.548 7.251h4.95l-2.402-7.251z"/><path id="path16" d="m109.31 87.621v-14.966l-5.726 14.966-5.725-14.966v14.966h-3.916v-25.843h3.916l5.725 14.503 5.726-14.503h3.915v25.843h-3.91z"/><path id="path18" d="m119.14 87.621v-25.843h14.59v4.088h-10.675v6.326h7.203v4.166h-7.203v7.097h11.451v4.166h-15.37z"/><path id="path20" d="m151.28 87.621l-3.99-11.263h-4.691v11.263h-3.916v-25.843h8.163c0.96 0 1.785 0.058 2.475 0.174 0.689 0.115 1.342 0.328 1.958 0.636 0.541 0.283 1.039 0.649 1.496 1.099 0.455 0.45 0.85 0.964 1.182 1.543s0.59 1.196 0.775 1.852 0.277 1.305 0.277 1.948c0 0.694-0.092 1.369-0.277 2.025s-0.443 1.273-0.775 1.852-0.738 1.099-1.219 1.562-1.004 0.823-1.57 1.08l4.359 12.073h-4.25zm-0.19-18.591c0-0.54-0.135-1.054-0.406-1.543-0.271-0.488-0.652-0.874-1.145-1.157-0.32-0.179-0.616-0.302-0.887-0.366s-0.727-0.097-1.367-0.097h-4.691v6.326h4.691c0.615 0 1.065-0.025 1.348-0.077 0.283-0.051 0.585-0.167 0.905-0.347 0.492-0.282 0.874-0.675 1.145-1.176 0.28-0.503 0.41-1.023 0.41-1.563z"/><path id="path22" d="m159.7 87.621v-25.843h3.989v25.843h-3.99z"/><path id="path24" d="m178.46 88.084c-1.847 0-3.374-0.373-4.58-1.119-1.207-0.746-2.204-1.915-2.992-3.51-0.567-1.157-1.01-2.507-1.33-4.05-0.32-1.542-0.48-3.124-0.48-4.744 0-2.057 0.246-4.024 0.739-5.901 0.492-1.877 1.169-3.395 2.031-4.551 0.739-0.951 1.631-1.671 2.678-2.16 1.047-0.488 2.272-0.733 3.676-0.733 1.871 0 3.417 0.424 4.636 1.273s2.247 2.186 3.084 4.011l-3.656 1.62c-0.346-0.54-0.659-0.99-0.942-1.35s-0.579-0.642-0.887-0.849c-0.308-0.206-0.641-0.347-0.997-0.424-0.357-0.077-0.77-0.116-1.237-0.116-1.01 0-1.854 0.245-2.53 0.733-0.678 0.489-1.226 1.312-1.644 2.469-0.32 0.771-0.561 1.685-0.721 2.739-0.16 1.055-0.24 2.134-0.24 3.24 0 1.415 0.136 2.771 0.406 4.069 0.271 1.299 0.652 2.359 1.146 3.182 0.443 0.669 0.96 1.17 1.552 1.504 0.591 0.334 1.316 0.501 2.179 0.501 0.837 0 1.563-0.238 2.18-0.714 0.615-0.476 1.169-1.24 1.662-2.295l3.73 1.466c-1.49 3.806-3.97 5.709-7.47 5.709z"/><path id="path26" d="m205.9 87.621l-2.438-7.251h-7.72l-2.438 7.251h-4.174l8.533-25.843h3.878l8.533 25.843h-4.17zm-6.24-18.668l-2.549 7.251h4.95l-2.4-7.251z"/><path id="path28" d="m227.18 87.621l-9.456-17.511v17.511h-3.915v-25.843h3.915l9.013 16.508v-16.508h3.916v25.843h-3.47z"/></g><g id="g30" fill="#fff"><path id="path32" d="m112.68 114.05c0 1.183-0.209 2.276-0.628 3.279-0.419 1.002-1.022 1.877-1.81 2.623-0.689 0.643-1.496 1.138-2.419 1.485s-1.915 0.521-2.973 0.521c-2.143 0-3.971-0.598-5.485-1.793-1.515-1.196-2.691-2.783-3.528-4.764l3.731-1.427c0.517 1.234 1.231 2.179 2.143 2.835 0.911 0.656 1.958 0.984 3.14 0.984 1.157 0 2.087-0.367 2.789-1.1s1.053-1.639 1.053-2.719c0-0.849-0.216-1.543-0.646-2.083-0.431-0.54-0.991-0.996-1.681-1.369-0.689-0.373-1.447-0.7-2.271-0.983-0.825-0.283-1.644-0.591-2.457-0.926-0.369-0.154-0.825-0.373-1.367-0.656s-1.065-0.675-1.57-1.176-0.936-1.125-1.293-1.871-0.535-1.659-0.535-2.739c0-1.26 0.197-2.333 0.591-3.221 0.394-0.887 0.929-1.607 1.607-2.16 0.677-0.552 1.489-0.958 2.438-1.215 0.948-0.257 1.977-0.386 3.084-0.386 1.748 0 3.208 0.476 4.377 1.427 1.169 0.952 2.062 2.237 2.678 3.857l-3.472 1.08c-0.197-0.411-0.456-0.784-0.776-1.119-0.271-0.283-0.646-0.54-1.126-0.771s-1.065-0.359-1.754-0.386c-0.443-0.025-0.905 0.007-1.385 0.097s-0.905 0.25-1.274 0.482c-0.369 0.231-0.665 0.547-0.886 0.945-0.222 0.399-0.309 0.894-0.259 1.485 0.049 0.797 0.381 1.408 0.998 1.832 0.615 0.424 1.367 0.791 2.253 1.1 0.887 0.308 1.84 0.624 2.863 0.945 1.021 0.322 1.963 0.785 2.826 1.389 0.862 0.604 1.582 1.415 2.161 2.43 0.59 1.02 0.88 2.37 0.88 4.07z"/><path id="path34" d="m131.44 121.49l-2.438-7.251h-7.72l-2.438 7.251h-4.174l8.532-25.843h3.879l8.532 25.843h-4.17zm-6.24-18.67l-2.548 7.251h4.95l-2.4-7.25z"/><path id="path36" d="m154.71 121.49v-14.966l-5.726 14.966-5.725-14.966v14.966h-3.916v-25.84h3.916l5.725 14.503 5.726-14.503h3.914v25.843h-3.91z"/><path id="path38" d="m181.56 108.61c0 2.058-0.234 4.025-0.702 5.901-0.468 1.877-1.133 3.395-1.994 4.551-1.38 1.929-3.374 2.893-5.984 2.893-1.749 0-3.189-0.373-4.321-1.119-1.133-0.746-2.068-1.915-2.808-3.51-0.517-1.105-0.936-2.449-1.256-4.031s-0.48-3.144-0.48-4.687c0-2.134 0.24-4.114 0.721-5.94 0.48-1.826 1.139-3.356 1.977-4.59 0.738-0.977 1.618-1.703 2.641-2.179 1.021-0.476 2.247-0.714 3.676-0.714 1.575 0 2.918 0.373 4.025 1.119 1.108 0.746 2.057 1.916 2.845 3.51 0.517 1.157 0.923 2.507 1.219 4.05s0.44 3.13 0.44 4.75zm-3.91 0c0-1.466-0.124-2.822-0.37-4.069s-0.615-2.308-1.107-3.182c-0.395-0.668-0.844-1.157-1.349-1.466s-1.127-0.488-1.865-0.54c-0.961-0.051-1.761 0.181-2.401 0.694-0.641 0.515-1.17 1.35-1.588 2.507-0.32 0.771-0.561 1.704-0.721 2.796-0.16 1.093-0.24 2.179-0.24 3.259 0 1.389 0.123 2.726 0.37 4.011 0.245 1.286 0.615 2.34 1.107 3.163 0.394 0.669 0.862 1.17 1.404 1.504 0.541 0.334 1.206 0.501 1.994 0.501 0.911 0 1.668-0.257 2.271-0.771 0.604-0.514 1.114-1.35 1.533-2.507 0.123-0.334 0.246-0.739 0.369-1.215s0.228-0.977 0.314-1.504 0.153-1.061 0.203-1.601c0.06-0.55 0.09-1.08 0.09-1.59z"/><path id="path40" d="m201.62 121.49l-2.438-7.251h-7.72l-2.438 7.251h-4.174l8.533-25.843h3.878l8.533 25.843h-4.17zm-6.24-18.67l-2.549 7.251h4.95l-2.4-7.25z"/></g><text id="text42" font-size="111.87" font-family="'Roadgeek 2014 Series D'" transform="matrix(.9874 0 0 1 51.54 228.7)" fill="#FFFFFF">***NUMBER***</text> +</g></svg> diff --git a/shields/template_usadc_wide.svg b/shields/template_usadc_wide.svg new file mode 100644 index 00000000..bce84e31 --- /dev/null +++ b/shields/template_usadc_wide.svg @@ -0,0 +1,17 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="750" width="600" viewbox="0 0 600 750" version="1.1"> + <g id="layer1"> + <g> + <rect id="rect2029" rx="37.5" ry="37.5" height="749.72" width="599.72" stroke="#000" y=".13882" x=".13904" stroke-width=".27766" fill="#fff"/> + <rect id="rect4704" rx="28.125" ry="25.137" height="731.25" width="581.25" y="9.375" x="9.3751"/> + <rect id="rect5591" rx="12.5" ry="12.5" height="700" width="550" y="25" x="25" fill="#fff"/> + </g> + <g> + <path id="path2026" d="m235.69 24.484l-208.18 223.92 33.559 37.14c8.308 10.46 33.967 36.67 35.894 36.67 0.721 0 3.727 1.67 6.687 3.7 6.53 4.48 16.03 8.4 24.69 10.17 15.59 3.2 33.73 8.37 37.44 10.66 2.22 1.38 4.92 2.5 5.99 2.5 2.99 0 12.61 10.3 13.43 14.38l0.72 3.63h12.73 12.74l-0.86-3.53c-2.85-11.83-15.7-28.86-23.19-30.72-2.02-0.51-7.61-2.54-12.42-4.52s-10.75-3.97-13.19-4.43c-11.09-3.7-30.58-7.7-34.14-9.71-11.3-1.72-37.115-27.51-37.115-27.51-9.765-11.82-20.571-22.69-30.811-34.08l185.05-199.15c0-0.001 293.96 269.99 293.96 269.99l-22.05 28.02 19.71 15.66 36.16-45.84-321.17-296.98-15.63 0.034-7.62 701.08m24.62-0.28l-1.37-700.84m-23.25 701.12l-0.1-4.74c-0.05-2.3-0.57-7.08-1.16-10.62s-2.07-12.8-3.29-20.59c-0.99-7.56-1.22-11.11-2.88-18.5-0.89-3.59-4.16-13.39-5.89-17.14-9.38-20.23-9.85-21.64-9.85-29.97 0-4.54 0.51-9.59 1.13-11.22 0.61-1.62 1.85-5.27 2.75-8.1 0.86-3.04 3.45-5.73 5.16-9.49 1.71-3.77 2.54-8.61 2.54-8.62 0.01 0.01 2.79 0.01 14.16 0.01h14.16c-0.01 0-1.91 11.39-8.23 19.98-6.99 9.49-8.4 16.03-5.31 24.51 1.16 3.18 2.72 7.81 3.46 10.28 0.74 2.48 2.93 7.72 4.87 11.65 2.25 4.56 3.86 10.39 4.42 16.09 0.49 4.92 1.61 11.79 2.5 15.27l1.86 7.44 83.06-105.19 19.19 15.21-97.93 123.46"/> + <g> + <path id="text1874" d="m249.31 234.85c0 10.05-1.52 18.88-4.55 26.49-3.04 7.62-7.39 13.61-13.06 17.99-1.89 1.79-4.11 3.13-6.64 4.03-2.54 0.89-5.1 1.44-7.69 1.64h-5.67-30.45v-100h32.24c2.49 0 4.65 0.08 6.49 0.23s3.51 0.42 5 0.82c1.5 0.4 2.84 0.94 4.03 1.64s2.49 1.54 3.88 2.53c5.28 4.58 9.33 10.68 12.17 18.29 2.83 7.61 4.25 16.39 4.25 26.34zm-16.12 0c0-6.76-0.72-12.78-2.16-18.06-1.45-5.27-3.41-9.2-5.9-11.79-1.29-1.19-2.79-2.19-4.48-2.98-1.69-0.8-3.58-1.2-5.67-1.2h-17.91v68.06h15.82c2.59 0 4.75-0.3 6.49-0.89 1.75-0.6 3.31-1.6 4.71-2.99 2.98-2.98 5.25-7.09 6.79-12.31 1.54-5.23 2.31-11.17 2.31-17.84z"/> + <path id="text1878" d="m50.179 578.83c0.405-12.04 1.934-23.07 4.588-33.07 2.654-10.01 6.84-19.91 12.559-29.7 4.286-7.76 9.592-14.96 15.918-21.59 6.326-6.64 13.062-12.61 20.206-17.92 1.84-1.01 3.47-2.08 4.9-3.21 1.43-1.12 2.86-2.19 4.29-3.22l11.02-5.81 10.1-5.82 9.81-5.51c4.08-2.66 7.39-5.97 9.94-9.95s3.83-8.12 3.83-12.4c0-3.88-1.02-7.5-3.06-10.87s-4.74-6.28-8.11-8.73-7.3-4.39-11.79-5.82-9.29-2.14-14.39-2.14c-10.41 0-18.83 2.45-25.262 7.35s-10.464 12.04-12.096 21.43l-32.453-7.04c3.47-17.15 11.429-30.57 23.879-40.27 12.45-9.69 27.762-14.54 45.932-14.54 9.8 0 18.93 1.63 27.4 4.9s15.82 7.66 22.05 13.17c6.22 5.51 11.17 11.99 14.85 19.44 3.67 7.45 5.51 15.36 5.51 23.73 0 7.96-1.78 15.77-5.36 23.42-3.57 7.66-8.72 14.45-15.46 20.37-1.63 1.22-3.11 2.34-4.44 3.36-1.32 1.03-2.7 1.84-4.14 2.45l-10.1 6.43-11.02 5.82-10.1 5.82c-4.91 2.86-9.25 5.87-13.02 9.03-3.78 3.17-7.25 6.59-10.41 10.26-3.17 3.68-6.126 7.76-8.882 12.25-2.757 4.49-5.359 9.6-7.807 15.31h100.74v33.07h-139.62zm319.63-143.3c0 14.09-1.89 28.12-5.67 42.1-3.77 13.99-9.13 27.41-16.07 40.27s-15.31 24.8-25.11 35.82c-9.79 11.02-20.61 20.61-32.45 28.78l-15.62-27.56c6.13-4.89 11.59-9.64 16.38-14.23 4.8-4.6 9.14-9.34 13.01-14.24 3.88-4.9 7.45-10.11 10.72-15.62s6.43-11.63 9.49-18.37c-5.92 1.02-10.46 1.73-13.62 2.14-3.17 0.41-6.79 0.61-10.87 0.61-9.59 0-18.63-1.63-27.1-4.89-8.47-3.27-15.87-7.71-22.2-13.32s-11.33-12.25-15-19.9c-3.68-7.66-5.51-15.77-5.51-24.34 0-8.78 1.83-17 5.51-24.66 3.67-7.65 8.62-14.29 14.85-19.9 6.22-5.61 13.57-10.05 22.04-13.32 8.48-3.27 17.61-4.9 27.41-4.9s18.98 1.69 27.56 5.06c8.57 3.37 15.97 7.96 22.19 13.77 6.23 5.82 11.13 12.71 14.7 20.67 3.58 7.96 5.36 16.64 5.36 26.03zm-32.46-2.75c0-3.89-1.02-7.66-3.06-11.34-2.04-3.67-4.74-6.84-8.11-9.49-3.37-2.66-7.3-4.8-11.79-6.43s-9.29-2.45-14.39-2.45-9.85 0.77-14.24 2.3c-4.38 1.53-8.26 3.62-11.63 6.28-3.37 2.65-6.03 5.81-7.97 9.49-1.93 3.67-2.9 7.55-2.9 11.64 0 4.08 0.97 7.9 2.9 11.47 1.94 3.58 4.6 6.69 7.97 9.34 3.37 2.66 7.25 4.75 11.63 6.28 4.39 1.53 9.14 2.29 14.24 2.29s9.95-0.76 14.54-2.29c4.6-1.53 8.58-3.62 11.95-6.28 3.36-2.65 6.02-5.76 7.95-9.34 1.94-3.57 2.91-7.39 2.91-11.47zm212.47 70.41c0 11.44-2.19 21.95-6.58 31.55-4.39 9.59-10.57 17.96-18.53 25.1-7.96 7.15-17.4 12.71-28.32 16.69s-22.91 5.97-35.98 5.97c-8.98 0-17.81-1.02-26.48-3.06-8.68-2.04-16.59-4.9-23.73-8.57l15.92-28.78c4.29 2.24 9.9 4.02 16.84 5.35s14.18 1.99 21.73 1.99c7.36 0 14.25-1.17 20.67-3.52 6.43-2.34 12.05-5.56 16.85-9.64s8.52-8.93 11.17-14.55c2.65-5.61 3.98-11.79 3.98-18.53 0-5.1-0.97-9.79-2.91-14.08-1.93-4.28-4.59-8.06-7.95-11.33-3.37-3.26-7.25-5.82-11.64-7.66-4.39-1.83-9.13-2.75-14.24-2.75-3.67 0-6.89 0.31-9.64 0.92-2.76 0.61-5.36 1.74-7.81 3.37s-4.9 3.82-7.35 6.58-5.21 6.28-8.27 10.56l-32.46-9.18 5.21-105.95h117.89v32.46h-86.35l-2.14 33.68c7.55-2.24 13.46-3.77 17.75-4.59 4.29-0.81 8.98-1.22 14.09-1.22 9.39 0 18.22 1.84 26.48 5.51 8.27 3.67 15.52 8.67 21.74 15 6.23 6.33 11.13 13.68 14.7 22.05s5.36 17.25 5.36 26.63z"/> + <path id="text1882" d="m346.96 263.68c-5.77 14.21-15.47 21.32-29.11 21.32-7.21 0-13.16-1.39-17.87-4.18-4.71-2.78-8.6-7.15-11.67-13.11-2.21-4.32-3.94-9.37-5.19-15.13s-1.87-11.67-1.87-17.72c0-7.69 0.96-15.04 2.88-22.05s4.56-12.68 7.92-17c2.89-3.56 6.37-6.25 10.45-8.07 4.09-1.83 8.86-2.74 14.34-2.74 7.3 0 13.33 1.59 18.08 4.76 4.76 3.17 8.77 8.16 12.04 14.98l-14.27 6.05c-1.35-2.01-2.57-3.69-3.68-5.04-1.1-1.34-2.25-2.4-3.45-3.17s-2.5-1.3-3.89-1.58c-1.4-0.29-3.01-0.44-4.83-0.44-3.94 0-7.23 0.91-9.87 2.74-2.64 1.82-4.78 4.9-6.41 9.22-1.25 2.88-2.19 6.29-2.81 10.23-0.63 3.94-0.94 7.98-0.94 12.11 0 5.28 0.53 10.35 1.59 15.2 1.05 4.85 2.54 8.81 4.46 11.88 1.73 2.5 3.75 4.38 6.06 5.62 2.3 1.25 5.13 1.88 8.49 1.88 3.27 0 6.11-0.89 8.51-2.67 2.4-1.77 4.56-4.63 6.48-8.57l14.56 5.48z"/> + </g> + </g> + </g> +</svg> diff --git a/shields/template_usafl.svg b/shields/template_usafl.svg new file mode 100644 index 00000000..c3f974f4 --- /dev/null +++ b/shields/template_usafl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="600" height="600" viewBox="0 0 600 600"><g transform="translate(0,-1559.9998)"><rect stroke-dasharray="none" rx="37.5" ry="37.5" height="599" width="599" stroke="#000" stroke-miterlimit="4" y="1560" x="0.5" stroke-width="1" fill="#FFF"/><path fill="#000" d="m28.057,2158.6c-2.7857-0.7291-6.7703-2.3271-8.8546-3.551-4.9577-2.9112-12.031-10.159-14.692-15.054-4.8532-8.9291-4.5055,12.68-4.5055-279.99,0-291.24-0.31834-270.63,4.3206-279.8,2.6024-5.1426,10.832-13.334,16.078-16.002,8.8026-4.4783-10.099-4.1921,279.31-4.2291,183.96-0.024,268.51,0.2214,271.02,0.7849,12.728,2.8562,24.704,14.624,28.199,27.708,0.86057,3.2211,1.0439,50.574,1.0515,271.59,0.0101,293.7,0.37572,270.47-4.4048,279.92-4.4034,8.7075-16.13,17.428-25.887,19.252-2.7638,0.5165-95.106,0.7691-270.39,0.7395-247.88-0.042-266.54-0.1362-271.25-1.3707zm541.76-0.5111c13.939-2.9577,24.904-13.798,28.225-27.904,1.0042-4.265,1.1532-38.836,1.1632-269.88,0.008-176.07-0.25391-266.4-0.77952-269.19-1.9654-10.442-9.981-21.429-18.9-25.906-9.512-4.7747,11.794-4.4357-278.8-4.4357-173.43,0-266.9,0.2701-269.64,0.7793-14.214,2.6393-26.128,14.35-29.156,28.66-1.6643,7.8646-1.6842,531.63-0.020514,539.49,3.1075,14.681,14.464,25.687,29.655,28.74,1.7143,0.3446,122.34,0.6589,268.05,0.6984,227.35,0.062,265.68-0.087,270.21-1.0474zm-542.93-10.1c-6.2158-2.5463-12.681-9.1554-15.266-15.607l-1.8763-4.6817-0.22092-264.51c-0.15686-187.81,0.024661-265.96,0.62603-269.5,1.6581-9.7592,7.2859-17.15,16.348-21.47l5.0649-2.4146,266.45-0.2007c296.3-0.2231,271.56-0.6766,280.06,5.1342,2.4702,1.6894,5.571,4.7922,7.2519,7.2566,5.7985,8.5011,5.3283-16.078,5.3181,278.04-0.01,282.53,0.18603,267.9-3.688,275.47-2.3043,4.5025-7.7224,9.6342-12.666,11.997l-4.2857,2.0481-269.22,0.1783-269.22,0.1784-4.6753-1.9153zm541.47-15.425c1.6696-0.9585,3.6858-2.9662,4.4805-4.4616,1.3987-2.6321,1.4447-11.188,1.4447-268.49v-265.77l-1.7559-2.6091c-0.96571-1.435-2.9819-3.3303-4.4804-4.2118l-2.7246-1.6027h-265.32c-250.34,0-265.46,0.076-267.79,1.3537-1.3591,0.7445-3.2876,2.5001-4.2857,3.9013l-1.8147,2.5477-0.19818,265.96-0.19818,265.96,1.6464,2.9333c0.9055,1.6133,2.9232,3.6747,4.4838,4.5809l2.8375,1.6476,265.32,0.01h265.32l3.0358-1.7428zm-122.64-29.032c-8.7856-4.8912-15.974-9.1789-15.974-9.5283,0-1.144,11.38-21.312,12.026-21.312,0.34597,0,6.5487,3.3023,13.784,7.3385l13.155,7.3384,10.028-0.4336,10.028-0.4336,17.633-17.149c9.698-9.4321,18.427-17.908,19.399-18.834,1.6895-1.6122,1.8164-2.6189,2.9349-23.299l1.169-21.614-2.6598-15.809-2.6598-15.809-12.612-24.188-12.612-24.188-8.0678-43.966-8.0678-43.966,5.4218-27.72c2.982-15.246,5.4773-28.467,5.5452-29.38,0.0679-0.9129-9.4698-33.875-21.195-73.25l-21.318-71.59-9.2111-0.1393c-5.0661-0.077-10-0.1644-10.964-0.1951-1.452-0.046-2.3179,1.1173-5.0395,6.7716l-3.2863,6.8274-107.75-0.01-107.75-0.01-3.1169-7.8871c-1.7143-4.3379-3.4675-8.0245-3.8961-8.1924-0.42855-0.168-29.2-0.2147-63.935-0.1038l-63.156,0.2016,2.8061,15.605,2.8061,15.605,13.593,1.0337,13.593,1.0336,5.239-2.5379,5.239-2.5379,23.176,5.0154,23.176,5.0155,30.112,23.097c16.561,12.703,30.491,23.332,30.955,23.619,0.46403,0.2872,15.595-3.1738,33.624-7.691l32.78-8.2132,16.925,9.3116c9.3087,5.1215,17.044,9.6705,17.19,10.109,0.22441,0.6742-7.037,14.691-10.428,20.128-1.0488,1.682-1.1686,1.6362-13.741-5.2518-6.9755-3.8218-13.299-6.9554-14.053-6.9637-0.75363-0.01-16.25,3.7106-34.436,8.264l-33.065,8.2791-33.259-25.54-33.258-25.54-16.071-3.4999-16.071-3.4999-4.0094,2.087-4.0094,2.0871-27.159-2.0701c-14.937-1.1386-27.242-2.1525-27.343-2.2531-0.33135-0.3292-14.231-77.835-14.231-79.353,0-1.4427,2.1253-1.4788,87.128-1.4788h87.128l3.4406,8.5862,3.4406,8.5862,91.146-0.1983,91.146-0.1983,3.3894-6.947,3.3894-6.947,28.189,0.5585c15.504,0.3072,28.315,0.685,28.47,0.8395,0.15433,0.1546,11.481,37.899,25.17,83.876l24.889,83.595-5.808,29.595-5.808,29.595,7.2752,39.65,7.2752,39.65,12.86,24.926,12.86,24.926,2.7916,16.922c3.2121,19.472,3.2375,20.33,1.5468,52.132l-1.2652,23.798-19.199,18.705c-10.56,10.288-22.428,21.837-26.373,25.664l-7.1738,6.9589-12.696,0.63c-6.9829,0.3466-15.501,0.6346-18.93,0.64l-6.2337,0.01-15.974-8.893z"/><text text-anchor="middle" text-align="center" line-height="100%" font-size="400px" y="2021.5865" x="267.3566" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="2021.5865" x="267.3566">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usafl_wide.svg b/shields/template_usafl_wide.svg new file mode 100644 index 00000000..5ce83986 --- /dev/null +++ b/shields/template_usafl_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="750" height="600" viewBox="0 0 750 600"><g transform="translate(7.881091e-6,-1560)"><rect stroke-dasharray="none" rx="37.352" ry="37.231" height="599" width="749" stroke="#000" stroke-miterlimit="4" y="1560.5" x="0.49999" stroke-width="1" fill="#FFF"/><path fill="#000" d="m204.09,2159.8c94.209-0.1092,248.14-0.1092,342.06,0,93.924,0.1094,16.844,0.1988-171.29,0.1988s-264.98-0.089-170.77-0.1988zm-174.22-0.7123c0.53691-0.2167,1.4155-0.2167,1.9524,0,0.53691,0.2166,0.09763,0.3938-0.97619,0.3938s-1.5131-0.1772-0.9762-0.3938zm690.56-0.4966c6.5101-1.9324,7.4318-2.0995,4.6903-0.8504-1.5008,0.6838-3.9608,1.3896-5.4667,1.5685-2.4074,0.2858-2.3137,0.1992,0.77636-0.7181zm-698.75-2.1c-2.6845-1.2699-4.881-2.5066-4.881-2.7483s1.4744,0.3126,3.2764,1.2318c1.802,0.9193,4.5256,2.1315,6.0524,2.694,1.5268,0.5624,2.2489,1.0471,1.6046,1.077-0.64429,0.03-3.3679-0.9846-6.0524-2.2545zm709.23-1.8354c0.81794-0.5116,2.5751-1.8173,3.9048-2.9016,3.3499-2.7317,5.6949-4.3716,4.7605-3.3292-1.769,1.9732-8.6194,7.2495-9.3572,7.2069-0.43739-0.025-0.12602-0.4645,0.69195-0.9761zm-718.03-3.8879c-1.5119-1.3796-3.6205-3.5602-4.6857-4.8457-1.0652-1.2854,0.25236-0.2312,2.928,2.3427s4.8721,4.7676,4.881,4.8751c0.03572,0.4304-0.48859,0.032-3.1232-2.3721zm14.536-2.4897c-2.5372-1.0429-5.8758-2.905-7.4191-4.138-3.9645-3.1672-8.3259-9.9335-9.3954-14.576-0.68571-2.9767-0.85197-69.965-0.67459-271.79l0.2354-267.84,2.1822-4.4433c2.7744-5.6493,9.2716-11.655,15.197-14.048l4.4879-1.8121h342.84,342.84l4.6857,1.8629c6.4835,2.5776,13.612,9.7221,15.908,15.943l1.6722,4.5313-0.1997,269.17-0.19966,269.17-1.6876,3.6511c-3.2699,7.0746-9.9075,12.751-17.836,15.252-2.4954,0.7873-72.016,0.9843-345.57,0.9789l-342.45-0.01-4.6131-1.8963zm691.5-15.444c1.4362-0.9678,3.3332-2.9884,4.2155-4.4901l1.6041-2.7305,0.19978-263.84c0.13299-175.67-0.0636-264.82-0.58837-266.77-1.0817-4.0168-3.5783-6.9605-7.3596-8.6777-3.0848-1.4009-13.875-1.4471-342.15-1.4637l-338.96-0.017-3.4782,1.757c-4.3754,2.2102-6.7679,5.7671-7.3803,10.972-0.26276,2.2332-0.37368,121.95-0.24651,266.05l0.23123,261.99,1.6041,2.7305c0.88228,1.5017,2.7793,3.5223,4.2155,4.4901l2.6114,1.7596h341.44,341.44l2.6114-1.7596zm-121.87-28.383c-7.9462-4.5024-15.222-8.6116-16.167-9.1317-1.7016-0.9356-1.6584-1.0554,4.1322-11.452,3.2185-5.7788,5.9907-10.646,6.1605-10.816,0.1698-0.1698,6.4552,3.0904,13.968,7.2447l13.659,7.5534,10.015-0.5469,10.015-0.5469,19.484-18.923,19.484-18.922,1.1084-21.762,1.1084-21.762-2.5038-15.242-2.5038-15.242-12.812-24.705-12.812-24.705-8.049-43.931-8.049-43.931,5.6794-28.925,5.6795-28.925-21.396-71.767c-11.768-39.472-21.572-71.942-21.786-72.157-0.21425-0.2143-5.2482-0.5791-11.187-0.8109l-10.797-0.4212-3.481,7.1327-3.481,7.1328-107.71-0.198-107.71-0.198-3.3593-8.1993-3.3593-8.1992-64.196-0.1998-64.196-0.1998,0.46003,2.3c0.25299,1.2649,1.5755,8.5942,2.9388,16.287l2.4788,13.987,11.803,0.9018c16.137,1.2329,16.403,1.2137,21.425-1.544l4.4352-2.4356,22.257,4.8021c12.241,2.6411,23.059,5.1402,24.039,5.5535,0.97981,0.4133,15.384,11.184,32.01,23.935l30.228,23.183,32.952-8.2282,32.953-8.2282,16.975,9.2596c9.3362,5.0928,17.134,9.4183,17.327,9.6122,0.5153,0.5153-10.966,21.509-11.763,21.509-0.37095,0-6.3664-3.1408-13.323-6.9797l-12.649-6.9797-33.926,8.4878c-18.659,4.6682-34.293,8.271-34.741,8.0061-0.44808-0.2648-15.575-11.772-33.615-25.571l-32.8-25.09-15.256-3.2676c-8.3908-1.7972-15.814-3.2676-16.497-3.2676-0.68253,0-2.7788,0.8533-4.6584,1.8963l-3.4174,1.8963-27.394-2.0483-27.394-2.0484-6.8461-37.916c-3.7654-20.854-7.0326-38.882-7.2605-40.064l-0.41436-2.1474h87.479,87.479l3.2956,8.1993,3.2956,8.1993h91.563,91.563l3.2781-7.0547,3.278-7.0546,28.269,0.5242c15.548,0.2883,28.323,0.5638,28.39,0.6123,0.0664,0.048,11.362,37.787,25.102,83.863l24.981,83.775-5.809,29.664-5.809,29.664,7.1382,39.224,7.1382,39.224,12.899,24.984,12.899,24.984,3.1072,18.355,3.1072,18.355-1.3788,28.364-1.3788,28.364-26.097,25.517-26.097,25.517-5.1994,0.4794c-2.8597,0.2637-11.525,0.6823-19.257,0.9303l-14.057,0.4509-14.448-8.1862zm144.47,40.679c3.1101-3.7453,3.3718-3.9869,2.5225-2.3283-0.44233,0.8637-1.6275,2.2668-2.6337,3.1179-1.765,1.493-1.7611,1.4651,0.11123-0.7896zm-738.08-7c-1.2859-2.7476-2.5046-6.3494-2.7084-8.0041-0.31298-2.5415-0.18909-2.3739,0.79813,1.0798,0.64274,2.2486,2.0616,5.8504,3.1531,8.0041s1.7844,3.9158,1.5398,3.9158c-0.24457,0-1.4967-2.2481-2.7826-4.9956zm742.05,1.0911c1.1385-2.3903,1.4992-2.8333,1.4992-1.8411,0,0.4189-0.54653,1.4439-1.2145,2.2775-1.1452,1.4293-1.1614,1.4044-0.28469-0.4364zm2.0057-5.0757c1.0268-4.5564,1.8541-6.4439,1.3691-3.1235-0.25097,1.7179-0.78049,3.6506-1.1767,4.2948-0.48208,0.7839-0.54575,0.3965-0.19239-1.1713zm2.2224-274.09c0-147.31,0.0899-207.7,0.19973-134.18,0.1098,73.515,0.1098,194.04,0,267.84-0.10986,73.799-0.19973,13.651-0.19973-133.66zm-749.72,0c-0.000010661-146.8,0.089863-207.1,0.19971-133.8s0.10985,193.48,0.00000555,267.06c-0.10985,73.6-0.19973,13.6-0.19973-133.3zm0.44986-269c0.03019-1.038,0.37333-2.59,0.76253-3.449,0.49319-1.0884,0.5635-0.6151,0.23199,1.5618-0.55212,3.6257-1.0739,4.6157-0.99452,1.8872zm748.22-0.8c0-1.0737,0.17725-1.5129,0.39389-0.9761,0.21667,0.5369,0.21667,1.4154,0,1.9522-0.21664,0.5369-0.39389,0.098-0.39389-0.9761zm-1.5418-5.2955c-0.52391-1.7486-2.2092-5.0464-3.7451-7.3284-1.6701-2.4817-2.1276-3.5476-1.1381-2.6522,2.016,1.8242,6.5879,10.904,6.1508,12.215-0.17327,0.5198-0.74368-0.4856-1.2676-2.2341zm-744.39-2.2c0-0.419,0.54653-1.4439,1.2145-2.2776,1.1452-1.4292,1.1614-1.4043,0.28469,0.4364-1.1385,2.3903-1.4992,2.8333-1.4992,1.8412zm3.1602-5.8135c2.8424-5.3106,16.734-15.595,20.979-15.531,0.68307,0.01-0.78839,0.8534-3.2699,1.8738-5.6391,2.3186-11.897,7.095-15.372,11.733-2.8631,3.8208-3.7368,4.5404-2.3367,1.9246zm730.55-7.4734c-3.3428-3.0621-3.4444-3.2306-0.70583-1.1708,2.8912,2.1745,5.6399,4.8538,4.9015,4.7777-0.15997-0.017-2.048-1.6396-4.1956-3.6069zm-5.2641-3.8393c-0.2465-0.2465-2.5015-1.2923-5.0111-2.3241-2.5096-1.0317-4.0358-1.8808-3.3915-1.8868,1.3656-0.013,9.3715,3.6032,9.3715,4.2328,0,0.5521-0.40394,0.543-0.96888-0.022zm-702.09-4.7542c0.53691-0.2167,1.4155-0.2167,1.9524,0,0.53691,0.2166,0.09762,0.3938-0.97619,0.3938s-1.5131-0.1772-0.9762-0.3938zm689.58,0c0.53693-0.2167,1.4155-0.2167,1.9524,0,0.53691,0.2166,0.0976,0.3938-0.9762,0.3938s-1.5131-0.1772-0.9762-0.3938zm-514.98-0.8494c94.423-0.1093,248.7-0.1093,342.84,0,94.138,0.1093,16.883,0.1987-171.68,0.1987s-265.58-0.089-171.16-0.1987z"/><text text-anchor="middle" text-align="center" transform="scale(1.0123189,0.987831)" line-height="100%" font-size="400px" y="2046.9088" x="312.21228" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="2046.9088" x="312.21228">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usafl_wide4.svg b/shields/template_usafl_wide4.svg new file mode 100644 index 00000000..e5a50134 --- /dev/null +++ b/shields/template_usafl_wide4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="750" height="600" viewBox="0 0 750 600"><g transform="translate(7.881091e-6,-1560)"><rect stroke-dasharray="none" rx="37.352" ry="37.231" height="599" width="749" stroke="#000" stroke-miterlimit="4" y="1560.5" x="0.49999" stroke-width="1" fill="#FFF"/><path fill="#000" d="m204.09,2159.8c94.209-0.1092,248.14-0.1092,342.06,0,93.924,0.1094,16.844,0.1988-171.29,0.1988s-264.98-0.089-170.77-0.1988zm-174.22-0.7123c0.53691-0.2167,1.4155-0.2167,1.9524,0,0.53691,0.2166,0.09763,0.3938-0.97619,0.3938s-1.5131-0.1772-0.9762-0.3938zm690.56-0.4966c6.5101-1.9324,7.4318-2.0995,4.6903-0.8504-1.5008,0.6838-3.9608,1.3896-5.4667,1.5685-2.4074,0.2858-2.3137,0.1992,0.77636-0.7181zm-698.75-2.1c-2.6845-1.2699-4.881-2.5066-4.881-2.7483s1.4744,0.3126,3.2764,1.2318c1.802,0.9193,4.5256,2.1315,6.0524,2.694,1.5268,0.5624,2.2489,1.0471,1.6046,1.077-0.64429,0.03-3.3679-0.9846-6.0524-2.2545zm709.23-1.8354c0.81794-0.5116,2.5751-1.8173,3.9048-2.9016,3.3499-2.7317,5.6949-4.3716,4.7605-3.3292-1.769,1.9732-8.6194,7.2495-9.3572,7.2069-0.43739-0.025-0.12602-0.4645,0.69195-0.9761zm-718.03-3.8879c-1.5119-1.3796-3.6205-3.5602-4.6857-4.8457-1.0652-1.2854,0.25236-0.2312,2.928,2.3427s4.8721,4.7676,4.881,4.8751c0.03572,0.4304-0.48859,0.032-3.1232-2.3721zm14.536-2.4897c-2.5372-1.0429-5.8758-2.905-7.4191-4.138-3.9645-3.1672-8.3259-9.9335-9.3954-14.576-0.68571-2.9767-0.85197-69.965-0.67459-271.79l0.2354-267.84,2.1822-4.4433c2.7744-5.6493,9.2716-11.655,15.197-14.048l4.4879-1.8121h342.84,342.84l4.6857,1.8629c6.4835,2.5776,13.612,9.7221,15.908,15.943l1.6722,4.5313-0.1997,269.17-0.19966,269.17-1.6876,3.6511c-3.2699,7.0746-9.9075,12.751-17.836,15.252-2.4954,0.7873-72.016,0.9843-345.57,0.9789l-342.45-0.01-4.6131-1.8963zm691.5-15.444c1.4362-0.9678,3.3332-2.9884,4.2155-4.4901l1.6041-2.7305,0.19978-263.84c0.13299-175.67-0.0636-264.82-0.58837-266.77-1.0817-4.0168-3.5783-6.9605-7.3596-8.6777-3.0848-1.4009-13.875-1.4471-342.15-1.4637l-338.96-0.017-3.4782,1.757c-4.3754,2.2102-6.7679,5.7671-7.3803,10.972-0.26276,2.2332-0.37368,121.95-0.24651,266.05l0.23123,261.99,1.6041,2.7305c0.88228,1.5017,2.7793,3.5223,4.2155,4.4901l2.6114,1.7596h341.44,341.44l2.6114-1.7596zm-121.87-28.383c-7.9462-4.5024-15.222-8.6116-16.167-9.1317-1.7016-0.9356-1.6584-1.0554,4.1322-11.452,3.2185-5.7788,5.9907-10.646,6.1605-10.816,0.1698-0.1698,6.4552,3.0904,13.968,7.2447l13.659,7.5534,10.015-0.5469,10.015-0.5469,19.484-18.923,19.484-18.922,1.1084-21.762,1.1084-21.762-2.5038-15.242-2.5038-15.242-12.812-24.705-12.812-24.705-8.049-43.931-8.049-43.931,5.6794-28.925,5.6795-28.925-21.396-71.767c-11.768-39.472-21.572-71.942-21.786-72.157-0.21425-0.2143-5.2482-0.5791-11.187-0.8109l-10.797-0.4212-3.481,7.1327-3.481,7.1328-107.71-0.198-107.71-0.198-3.3593-8.1993-3.3593-8.1992-64.196-0.1998-64.196-0.1998,0.46003,2.3c0.25299,1.2649,1.5755,8.5942,2.9388,16.287l2.4788,13.987,11.803,0.9018c16.137,1.2329,16.403,1.2137,21.425-1.544l4.4352-2.4356,22.257,4.8021c12.241,2.6411,23.059,5.1402,24.039,5.5535,0.97981,0.4133,15.384,11.184,32.01,23.935l30.228,23.183,32.952-8.2282,32.953-8.2282,16.975,9.2596c9.3362,5.0928,17.134,9.4183,17.327,9.6122,0.5153,0.5153-10.966,21.509-11.763,21.509-0.37095,0-6.3664-3.1408-13.323-6.9797l-12.649-6.9797-33.926,8.4878c-18.659,4.6682-34.293,8.271-34.741,8.0061-0.44808-0.2648-15.575-11.772-33.615-25.571l-32.8-25.09-15.256-3.2676c-8.3908-1.7972-15.814-3.2676-16.497-3.2676-0.68253,0-2.7788,0.8533-4.6584,1.8963l-3.4174,1.8963-27.394-2.0483-27.394-2.0484-6.8461-37.916c-3.7654-20.854-7.0326-38.882-7.2605-40.064l-0.41436-2.1474h87.479,87.479l3.2956,8.1993,3.2956,8.1993h91.563,91.563l3.2781-7.0547,3.278-7.0546,28.269,0.5242c15.548,0.2883,28.323,0.5638,28.39,0.6123,0.0664,0.048,11.362,37.787,25.102,83.863l24.981,83.775-5.809,29.664-5.809,29.664,7.1382,39.224,7.1382,39.224,12.899,24.984,12.899,24.984,3.1072,18.355,3.1072,18.355-1.3788,28.364-1.3788,28.364-26.097,25.517-26.097,25.517-5.1994,0.4794c-2.8597,0.2637-11.525,0.6823-19.257,0.9303l-14.057,0.4509-14.448-8.1862zm144.47,40.679c3.1101-3.7453,3.3718-3.9869,2.5225-2.3283-0.44233,0.8637-1.6275,2.2668-2.6337,3.1179-1.765,1.493-1.7611,1.4651,0.11123-0.7896zm-738.08-7c-1.2859-2.7476-2.5046-6.3494-2.7084-8.0041-0.31298-2.5415-0.18909-2.3739,0.79813,1.0798,0.64274,2.2486,2.0616,5.8504,3.1531,8.0041s1.7844,3.9158,1.5398,3.9158c-0.24457,0-1.4967-2.2481-2.7826-4.9956zm742.05,1.0911c1.1385-2.3903,1.4992-2.8333,1.4992-1.8411,0,0.4189-0.54653,1.4439-1.2145,2.2775-1.1452,1.4293-1.1614,1.4044-0.28469-0.4364zm2.0057-5.0757c1.0268-4.5564,1.8541-6.4439,1.3691-3.1235-0.25097,1.7179-0.78049,3.6506-1.1767,4.2948-0.48208,0.7839-0.54575,0.3965-0.19239-1.1713zm2.2224-274.09c0-147.31,0.0899-207.7,0.19973-134.18,0.1098,73.515,0.1098,194.04,0,267.84-0.10986,73.799-0.19973,13.651-0.19973-133.66zm-749.72,0c-0.000010661-146.8,0.089863-207.1,0.19971-133.8s0.10985,193.48,0.00000555,267.06c-0.10985,73.6-0.19973,13.6-0.19973-133.3zm0.44986-269c0.03019-1.038,0.37333-2.59,0.76253-3.449,0.49319-1.0884,0.5635-0.6151,0.23199,1.5618-0.55212,3.6257-1.0739,4.6157-0.99452,1.8872zm748.22-0.8c0-1.0737,0.17725-1.5129,0.39389-0.9761,0.21667,0.5369,0.21667,1.4154,0,1.9522-0.21664,0.5369-0.39389,0.098-0.39389-0.9761zm-1.5418-5.2955c-0.52391-1.7486-2.2092-5.0464-3.7451-7.3284-1.6701-2.4817-2.1276-3.5476-1.1381-2.6522,2.016,1.8242,6.5879,10.904,6.1508,12.215-0.17327,0.5198-0.74368-0.4856-1.2676-2.2341zm-744.39-2.2c0-0.419,0.54653-1.4439,1.2145-2.2776,1.1452-1.4292,1.1614-1.4043,0.28469,0.4364-1.1385,2.3903-1.4992,2.8333-1.4992,1.8412zm3.1602-5.8135c2.8424-5.3106,16.734-15.595,20.979-15.531,0.68307,0.01-0.78839,0.8534-3.2699,1.8738-5.6391,2.3186-11.897,7.095-15.372,11.733-2.8631,3.8208-3.7368,4.5404-2.3367,1.9246zm730.55-7.4734c-3.3428-3.0621-3.4444-3.2306-0.70583-1.1708,2.8912,2.1745,5.6399,4.8538,4.9015,4.7777-0.15997-0.017-2.048-1.6396-4.1956-3.6069zm-5.2641-3.8393c-0.2465-0.2465-2.5015-1.2923-5.0111-2.3241-2.5096-1.0317-4.0358-1.8808-3.3915-1.8868,1.3656-0.013,9.3715,3.6032,9.3715,4.2328,0,0.5521-0.40394,0.543-0.96888-0.022zm-702.09-4.7542c0.53691-0.2167,1.4155-0.2167,1.9524,0,0.53691,0.2166,0.09762,0.3938-0.97619,0.3938s-1.5131-0.1772-0.9762-0.3938zm689.58,0c0.53693-0.2167,1.4155-0.2167,1.9524,0,0.53691,0.2166,0.0976,0.3938-0.9762,0.3938s-1.5131-0.1772-0.9762-0.3938zm-514.98-0.8494c94.423-0.1093,248.7-0.1093,342.84,0,94.138,0.1093,16.883,0.1987-171.68,0.1987s-265.58-0.089-171.16-0.1987z"/><text text-anchor="middle" text-align="center" transform="scale(1.0123189,0.987831)" line-height="100%" font-size="360px" y="2046.9088" x="312.21228" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="2046.9088" x="312.21228">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usaga.svg b/shields/template_usaga.svg new file mode 100644 index 00000000..7577bf99 --- /dev/null +++ b/shields/template_usaga.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="600" height="600" viewBox="0 0 600 600"><rect rx="27.601" ry="27.601" height="598.8" width="598.8" stroke="#000" y="0.60003" x="0.60003" stroke-width="1.2001" fill="#000"/><path stroke-linejoin="miter" d="m90.214,519.39s-14.818-43.709-4.5459-94.632c-3.0408-13.7-14.459-60.469-2.2624-105.89,3.5326-6.7047-9.5776-29.543-10.42-38-3.092-31.02-18.443-212.54-22.149-229.13,121.01-1.115,326.71-0.882,326.71-0.882s-2.4111,21.713-3.1912,25.659c-5.7454,29.059,8.4052,28.433,13.233,28.69,12.436,0.66094,7.1966-0.1127,15.316,2.0774,8.2857,2.9886,6.7086,8.3612,25.773,33.868,17.771,27.097,29.066,28.152,47.092,50.785,30.825,27.859,80.036,73.06,72.644,100.49-20.938,58.734-33.966,97.81-40.459,156.92-3.5996,37.636-20.832,78.236-40.005,77.81-14.808-0.35613-8.9474,4.1844-14.535,12.506-3.2586,4.8536-8.1737,9.4651-15.763,9.5078-7.2676,0.0409-12.838-1.046-17.36-8.4378-6.8563-11.207,2.0688-15.017-17.87-14.228-18.107,0.71636-307.13,2.3031-307.13,2.3031" fill-rule="evenodd" stroke="#000" stroke-linecap="butt" stroke-width="1.67345679px" fill="#FFF"/><text letter-spacing="0" text-anchor="middle" word-spacing="0" text-align="center" line-height="125%" font-size="425" y="449.99777" x="287.32254" font-family="'Roadgeek 2014 Series C'"><tspan y="449.99777" x="287.32254">***NUMBER***</tspan></text></svg> diff --git a/shields/template_usaga_wide.svg b/shields/template_usaga_wide.svg new file mode 100644 index 00000000..37530e1d --- /dev/null +++ b/shields/template_usaga_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="750" height="600" viewBox="0 0 750 600"><rect rx="27.594" ry="27.594" height="598.63" width="748.69" y="0.68485" x="0.65519" stroke-width="1.3417" fill="#000"/><path stroke-linejoin="miter" d="m102.17,519.28s-19.272-43.688-5.9121-94.588c-3.959-13.69-18.809-60.43-2.947-105.83,4.594-6.71-12.456-29.53-13.552-37.99-4.02-31-23.985-212.43-28.805-229.01,157.38-1.115,424.9-0.88159,424.9-0.88159s-3.1357,21.703-4.1502,25.647c-7.4722,29.046,10.931,28.42,17.21,28.676,16.173,0.66063,9.3594-0.11265,19.919,2.0764,10.776,2.9872,8.7248,8.3572,33.519,33.852,23.112,27.084,37.801,28.139,61.244,50.761,40.089,27.846,104.09,73.026,94.476,100.44-27.231,58.706-44.174,97.764-52.618,156.84-4.6815,37.618-27.093,78.199-52.029,77.773-19.259-0.35596-11.636,4.1825-18.903,12.501-4.2379,4.8514-10.63,9.4607-20.501,9.5033-9.4518,0.0409-16.696-1.0456-22.577-8.4338-8.9169-11.201,2.6906-15.01-23.241-14.222-23.549,0.71602-399.44,2.302-399.44,2.302" fill-rule="evenodd" stroke-linecap="butt" stroke-width="1.90797913px" fill="#FFF"/><text text-anchor="middle" text-align="center" line-height="125%" font-size="425" y="449.98483" x="369.33914" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="449.98483" x="369.33914">***NUMBER***</tspan></text></svg> diff --git a/shields/template_usahi.svg b/shields/template_usahi.svg new file mode 100644 index 00000000..1fd1388a --- /dev/null +++ b/shields/template_usahi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/><path d="m302 37.5c-28.7-0.679-56.4 12.1-74.8 34.2-19.5 14.8-33.9 35.4-51.6 51.6-17.8 23.8-37.6 46-52.6 71.9-14.8 17.7-22 39.4-34.5 58-11 19.4-19.1 40.8-29.4 60.3-9.32 27.8-23.8 55-21.3 85.3-0.53 24.6 4.07 48.8 15 70.6 20.3 35.9 54.3 64.9 95.4 73.3 31.4 9.02 63.7 15.8 96.7 16.5 27.7 5.01 56.6 3.86 84.5 1.43 25-2.65 49.9-5.48 74.5-10.9 23.5-5.37 47.4-12.1 70.1-21.8 31.4-14.4 56.6-41.1 73.3-70.9 9.26-22.4 17.4-46.1 15.4-70.9 1.37-26.7-7.84-52-17.7-76.1-10.5-23.3-18.7-47.9-33.5-69.1-14.1-32.2-37.2-59.1-56.6-88-13.6-13.1-24.6-30-38.8-43.2-15.4-18.4-34.2-33.7-52.6-49.6-17.6-13.7-38.4-23.5-61.6-22.7z" fill="#FFF"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-family="'Roadgeek 2014 Series D'" font-size="325px" y="500" x="300.34903" line-height="125%" fill="#000000"><tspan y="500" x="300.34903">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usahi_wide.svg b/shields/template_usahi_wide.svg new file mode 100644 index 00000000..c681e169 --- /dev/null +++ b/shields/template_usahi_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/><path d="m302 37.5c-28.7-0.679-56.4 12.1-74.8 34.2-19.5 14.8-33.9 35.4-51.6 51.6-17.8 23.8-37.6 46-52.6 71.9-14.8 17.7-22 39.4-34.5 58-11 19.4-19.1 40.8-29.4 60.3-9.32 27.8-23.8 55-21.3 85.3-0.53 24.6 4.07 48.8 15 70.6 20.3 35.9 54.3 64.9 95.4 73.3 31.4 9.02 63.7 15.8 96.7 16.5 27.7 5.01 56.6 3.86 84.5 1.43 25-2.65 49.9-5.48 74.5-10.9 23.5-5.37 47.4-12.1 70.1-21.8 31.4-14.4 56.6-41.1 73.3-70.9 9.26-22.4 17.4-46.1 15.4-70.9 1.37-26.7-7.84-52-17.7-76.1-10.5-23.3-18.7-47.9-33.5-69.1-14.1-32.2-37.2-59.1-56.6-88-13.6-13.1-24.6-30-38.8-43.2-15.4-18.4-34.2-33.7-52.6-49.6-17.6-13.7-38.4-23.5-61.6-22.7z" fill="#FFF"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-family="'Roadgeek 2014 Series C'" font-size="325px" y="500" x="300.34903" line-height="125%" fill="#000000"><tspan y="500" x="300.34903">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usahi_wide4.svg b/shields/template_usahi_wide4.svg new file mode 100644 index 00000000..13951e67 --- /dev/null +++ b/shields/template_usahi_wide4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/><path d="m302 37.5c-28.7-0.679-56.4 12.1-74.8 34.2-19.5 14.8-33.9 35.4-51.6 51.6-17.8 23.8-37.6 46-52.6 71.9-14.8 17.7-22 39.4-34.5 58-11 19.4-19.1 40.8-29.4 60.3-9.32 27.8-23.8 55-21.3 85.3-0.53 24.6 4.07 48.8 15 70.6 20.3 35.9 54.3 64.9 95.4 73.3 31.4 9.02 63.7 15.8 96.7 16.5 27.7 5.01 56.6 3.86 84.5 1.43 25-2.65 49.9-5.48 74.5-10.9 23.5-5.37 47.4-12.1 70.1-21.8 31.4-14.4 56.6-41.1 73.3-70.9 9.26-22.4 17.4-46.1 15.4-70.9 1.37-26.7-7.84-52-17.7-76.1-10.5-23.3-18.7-47.9-33.5-69.1-14.1-32.2-37.2-59.1-56.6-88-13.6-13.1-24.6-30-38.8-43.2-15.4-18.4-34.2-33.7-52.6-49.6-17.6-13.7-38.4-23.5-61.6-22.7z" fill="#FFF"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-family="'Roadgeek 2014 Series C'" font-size="293px" y="500" x="300.34903" line-height="125%" fill="#000000"><tspan y="500" x="300.34903">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usaib.svg b/shields/template_usaib.svg index f32afaba..fe304793 100644 --- a/shields/template_usaib.svg +++ b/shields/template_usaib.svg @@ -1,3 +1,3 @@ <svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" sodipodi:modified="true" sodipodi:docname="template_usaib.svg" xml:space="preserve" height="601" sodipodi:version="0.32" width="601" version="1.0" inkscape:output_extension="org.inkscape.output.svg.inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" inkscape:version="0.91 r" viewBox="0 0 600 599.99902" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"><sodipodi:namedview bordercolor="#666666" inkscape:pageshadow="2" guidetolerance="10.0" inkscape:current-layer="Layer_1" pagecolor="#ffffff" gridtolerance="10.0" inkscape:window-maximized="1" inkscape:zoom="1.0983333" objecttolerance="10.0" borderopacity="1.0" width="601px" inkscape:cx="303.55537" inkscape:cy="429.37088" inkscape:window-y="0" inkscape:window-x="0" inkscape:window-height="1027" height="601px" inkscape:pageopacity="0.0" inkscape:window-width="1920" showgrid="false"/><g><g transform="matrix(.99834 0 0 .99834 .49917 .49869)" stroke="#000" fill="#fff"><path d="m80.753 0c34.677 10.583 71.487 16.277 109.63 16.277 38.14 0 74.94-5.694 109.62-16.277 34.68 10.583 71.48 16.277 109.62 16.277s74.95-5.694 109.63-16.277c50.56 63.908 80.75 144.68 80.75 232.5 0 181.42-128.83 332.75-300 367.5-171.17-34.75-300-186.08-300-367.5 0-87.82 30.188-168.59 80.753-232.5z"/><path stroke-linejoin="round" d="m80.753 0c34.677 10.583 71.487 16.277 109.63 16.277 38.14 0 74.94-5.694 109.62-16.277 34.68 10.583 71.48 16.277 109.62 16.277s74.95-5.694 109.63-16.277c50.56 63.908 80.75 144.68 80.75 232.5 0 181.42-128.83 332.75-300 367.5-171.17-34.75-300-186.08-300-367.5 0-87.82 30.188-168.59 80.753-232.5z" stroke-linecap="round"/></g><g fill="#006b54" transform="matrix(1.0071 0 0 1.0103 -2.128 -3.6688)"><path fill="#006b54" d="m15 232.5c0-31.98 4.169-62.98 11.995-92.5h546.02c7.81 29.52 11.98 60.52 11.98 92.5 0 173.11-122.17 317.67-285 352.18-162.83-34.51-285-179.07-285-352.18z"/></g><g fill="#006b54" transform="matrix(1.0125 0 0 1.0271 -3.7638 -3.1017)"><path fill="#006b54" d="m31.324 125c12.255-39.222 31.039-75.56 55.079-107.74 33.097 9.133 67.967 14.012 103.98 14.012 38.06 0 74.84-5.451 109.62-15.617 34.78 10.166 71.56 15.617 109.62 15.617 36.01 0 70.88-4.879 103.98-14.012 24.04 32.18 42.82 68.518 55.08 107.74h-537.36 0.004z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="437.62px" line-height="125%" y="449.9913" x="300.10452" font-family="'Roadgeek 2014 Series D'" sodipodi:linespacing="125%" fill="#ffffff"><tspan sodipodi:role="line" x="300.10452" y="449.9913">***NUMBER***</tspan></text> -<path fill="#fff" d="m170.45 95.768c0 2.361-0.45 4.582-1.34 6.662s-2.11 3.88-3.66 5.4c-1.56 1.52-3.37 2.73-5.43 3.63s-4.27 1.35-6.62 1.35h-18.75v-62.395h20.09c2.15 0 4.12 0.389 5.9 1.165 1.78 0.777 3.3 1.88 4.57 3.307 1.27 1.428 2.27 3.135 3 5.121 0.73 1.987 1.09 4.191 1.09 6.612 0 1.429-0.11 2.687-0.33 3.773-0.22 1.087-0.59 2.142-1.1 3.166-0.5 1.024-1.19 2.064-2.04 3.119-0.86 1.056-1.92 2.235-3.19 3.539 2.41 1.987 4.31 4.269 5.71 6.846s2.1 5.478 2.1 8.705zm-10.1-29.148c0-2.607-0.54-4.5-1.62-5.679-1.07-1.18-2.85-1.77-5.33-1.77h-9.61v16.669h9.61c2.16 0 3.86-0.823 5.1-2.468 1.23-1.646 1.85-3.896 1.85-6.752zm1.15 28.497c0-1.489-0.22-2.87-0.67-4.143-0.44-1.274-1.05-2.391-1.81-3.354-0.76-0.962-1.67-1.708-2.71-2.235-1.05-0.528-2.14-0.792-3.29-0.792h-9.23v19.467h9.23c2.61 0 4.67-0.81 6.19-2.42 1.53-1.62 2.29-3.791 2.29-6.523zm55.43-0.932c0 1.243-0.05 2.361-0.14 3.354-0.1 0.992-0.24 1.908-0.43 2.751-0.19 0.83-0.45 1.66-0.76 2.46-0.32 0.81-0.7 1.62-1.15 2.43-1.58 2.54-3.76 4.64-6.52 6.28-2.76 1.65-5.66 2.47-8.71 2.47-3.17 0-6.17-0.81-8.99-2.42-2.83-1.62-5.03-3.73-6.62-6.33-0.44-0.81-0.83-1.62-1.14-2.43-0.32-0.8-0.57-1.63-0.77-2.46-0.19-0.843-0.33-1.759-0.42-2.751-0.1-0.993-0.15-2.111-0.15-3.354v-43.77h9.14v44.89c0 2.978 0.83 5.365 2.48 7.165s3.81 2.71 6.47 2.71c2.48 0 4.52-0.91 6.14-2.71s2.43-4.187 2.43-7.165v-44.89h9.14v43.77zm46.31 1.583c0 2.547-0.46 4.922-1.38 7.122-0.92 2.21-2.19 4.12-3.81 5.73-1.61 1.61-3.49 2.9-5.61 3.86-2.13 0.97-4.43 1.45-6.91 1.45-2.79 0-5.3-0.53-7.52-1.58-2.22-1.06-4.09-2.49-5.61-4.29-1.53-1.8-2.7-3.88-3.53-6.24-0.82-2.357-1.23-4.809-1.23-7.354h8.95c0 1.304 0.17 2.592 0.52 3.864s0.89 2.42 1.62 3.45c0.73 1.02 1.65 1.84 2.76 2.46s2.46 0.94 4.04 0.94c1.21 0 2.37-0.25 3.48-0.75s2.06-1.18 2.86-2.05c0.79-0.87 1.42-1.88 1.9-3.025 0.47-1.148 0.71-2.344 0.71-3.587 0-1.8-0.38-3.398-1.14-4.794-0.76-1.397-2.09-2.809-4-4.238-0.32-0.311-0.44-0.482-0.38-0.513 0.07-0.031-0.12-0.202-0.57-0.511-0.44-0.31-1.38-0.916-2.81-1.816-1.43-0.901-3.76-2.437-7-4.609-2.6-1.739-4.55-3.773-5.85-6.102-1.3-2.328-1.95-4.889-1.95-7.682 0-2.235 0.41-4.331 1.24-6.286 0.82-1.955 1.98-3.678 3.47-5.168s3.22-2.655 5.19-3.493 4.09-1.258 6.38-1.258c2.28 0 4.39 0.404 6.33 1.211 1.93 0.807 3.61 1.925 5.04 3.354 1.43 1.428 2.57 3.136 3.43 5.122 0.86 1.987 1.32 4.16 1.38 6.518h-8.76c-0.12-2.173-0.89-3.911-2.28-5.215-1.4-1.303-3.11-1.955-5.14-1.955-2.1 0-3.87 0.683-5.33 2.049s-2.19 3.073-2.19 5.121c0 1.552 0.41 2.856 1.23 3.911 0.83 1.055 2.42 2.235 4.76 3.538 6.16 3.477 10.65 7.016 13.47 10.617 2.83 3.601 4.24 7.667 4.24 12.199zm10.67 17.042v-62.395h8.95v62.395h-8.95zm51.91 0l-19.71-41.813v41.813h-9.14v-62.395h9.14l17.52 37.438v-37.438h9.13v62.395h-6.94zm20.79 0v-62.395h29.99v8.756h-20.85v15.737h13.24v8.568h-13.24v20.584h23.33v8.75h-32.47zm75.6-17.042c0 2.547-0.46 4.922-1.38 7.122-0.92 2.21-2.19 4.12-3.8 5.73-1.62 1.61-3.49 2.9-5.62 3.86-2.13 0.97-4.43 1.45-6.9 1.45-2.8 0-5.3-0.53-7.52-1.58-2.22-1.06-4.1-2.49-5.62-4.29s-2.7-3.88-3.52-6.24c-0.83-2.357-1.24-4.809-1.24-7.354h8.95c0 1.304 0.17 2.592 0.52 3.864s0.89 2.42 1.62 3.45c0.73 1.02 1.65 1.84 2.76 2.46s2.46 0.94 4.05 0.94c1.2 0 2.36-0.25 3.47-0.75s2.06-1.18 2.86-2.05c0.79-0.87 1.43-1.88 1.9-3.025 0.48-1.148 0.71-2.344 0.71-3.587 0-1.8-0.38-3.398-1.14-4.794-0.76-1.397-2.09-2.809-4-4.238-0.31-0.311-0.44-0.482-0.38-0.513 0.07-0.031-0.12-0.202-0.57-0.511-0.44-0.31-1.38-0.916-2.81-1.816-1.42-0.901-3.76-2.437-6.99-4.609-2.6-1.739-4.56-3.773-5.86-6.102-1.3-2.328-1.95-4.889-1.95-7.682 0-2.235 0.41-4.331 1.24-6.286 0.82-1.955 1.98-3.678 3.47-5.168s3.22-2.655 5.19-3.493 4.09-1.258 6.38-1.258c2.28 0 4.39 0.404 6.33 1.211s3.62 1.925 5.04 3.354c1.43 1.428 2.57 3.136 3.43 5.122 0.86 1.987 1.32 4.16 1.38 6.518h-8.76c-0.12-2.173-0.88-3.911-2.28-5.215-1.4-1.303-3.11-1.955-5.14-1.955-2.1 0-3.87 0.683-5.33 2.049s-2.19 3.073-2.19 5.121c0 1.552 0.41 2.856 1.24 3.911 0.82 1.055 2.41 2.235 4.76 3.538 6.15 3.477 10.64 7.016 13.47 10.617 2.82 3.601 4.23 7.667 4.23 12.199zm43.14 0c0 2.547-0.46 4.922-1.38 7.122-0.92 2.21-2.19 4.12-3.81 5.73s-3.49 2.9-5.62 3.86c-2.12 0.97-4.42 1.45-6.9 1.45-2.79 0-5.3-0.53-7.52-1.58-2.22-1.06-4.09-2.49-5.61-4.29-1.53-1.8-2.7-3.88-3.53-6.24-0.82-2.357-1.23-4.809-1.23-7.354h8.94c0 1.304 0.18 2.592 0.53 3.864s0.89 2.42 1.62 3.45c0.73 1.02 1.65 1.84 2.76 2.46s2.46 0.94 4.04 0.94c1.21 0 2.37-0.25 3.48-0.75s2.06-1.18 2.85-2.05c0.8-0.87 1.43-1.88 1.91-3.025 0.47-1.148 0.71-2.344 0.71-3.587 0-1.8-0.38-3.398-1.14-4.794-0.76-1.397-2.1-2.809-4-4.238-0.32-0.311-0.44-0.482-0.38-0.513s-0.13-0.202-0.57-0.511c-0.44-0.31-1.38-0.916-2.81-1.816-1.43-0.901-3.76-2.437-7-4.609-2.6-1.739-4.55-3.773-5.85-6.102-1.3-2.328-1.95-4.889-1.95-7.682 0-2.235 0.41-4.331 1.23-6.286 0.83-1.955 1.99-3.678 3.48-5.168s3.22-2.655 5.19-3.493 4.09-1.258 6.37-1.258c2.29 0 4.4 0.404 6.34 1.211 1.93 0.807 3.61 1.925 5.04 3.354 1.43 1.428 2.57 3.136 3.43 5.122 0.86 1.987 1.32 4.16 1.38 6.518h-8.76c-0.13-2.173-0.89-3.911-2.28-5.215-1.4-1.303-3.11-1.955-5.15-1.955-2.09 0-3.87 0.683-5.33 2.049-1.45 1.366-2.18 3.073-2.18 5.121 0 1.552 0.41 2.856 1.23 3.911 0.83 1.055 2.41 2.235 4.76 3.538 6.16 3.477 10.65 7.016 13.47 10.617 2.83 3.601 4.24 7.667 4.24 12.199z"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="32.626px" line-height="100%" y="187.71834" x="298.32309" font-family="'Roadgeek 2014 Series D'" sodipodi:linespacing="100%" fill="#ffffff"><tspan sodipodi:role="line" x="298.32309" y="187.71834">***TYPE***</tspan></text> +<path fill="#fff" d="m170.45 95.768c0 2.361-0.45 4.582-1.34 6.662s-2.11 3.88-3.66 5.4c-1.56 1.52-3.37 2.73-5.43 3.63s-4.27 1.35-6.62 1.35h-18.75v-62.395h20.09c2.15 0 4.12 0.389 5.9 1.165 1.78 0.777 3.3 1.88 4.57 3.307 1.27 1.428 2.27 3.135 3 5.121 0.73 1.987 1.09 4.191 1.09 6.612 0 1.429-0.11 2.687-0.33 3.773-0.22 1.087-0.59 2.142-1.1 3.166-0.5 1.024-1.19 2.064-2.04 3.119-0.86 1.056-1.92 2.235-3.19 3.539 2.41 1.987 4.31 4.269 5.71 6.846s2.1 5.478 2.1 8.705zm-10.1-29.148c0-2.607-0.54-4.5-1.62-5.679-1.07-1.18-2.85-1.77-5.33-1.77h-9.61v16.669h9.61c2.16 0 3.86-0.823 5.1-2.468 1.23-1.646 1.85-3.896 1.85-6.752zm1.15 28.497c0-1.489-0.22-2.87-0.67-4.143-0.44-1.274-1.05-2.391-1.81-3.354-0.76-0.962-1.67-1.708-2.71-2.235-1.05-0.528-2.14-0.792-3.29-0.792h-9.23v19.467h9.23c2.61 0 4.67-0.81 6.19-2.42 1.53-1.62 2.29-3.791 2.29-6.523zm55.43-0.932c0 1.243-0.05 2.361-0.14 3.354-0.1 0.992-0.24 1.908-0.43 2.751-0.19 0.83-0.45 1.66-0.76 2.46-0.32 0.81-0.7 1.62-1.15 2.43-1.58 2.54-3.76 4.64-6.52 6.28-2.76 1.65-5.66 2.47-8.71 2.47-3.17 0-6.17-0.81-8.99-2.42-2.83-1.62-5.03-3.73-6.62-6.33-0.44-0.81-0.83-1.62-1.14-2.43-0.32-0.8-0.57-1.63-0.77-2.46-0.19-0.843-0.33-1.759-0.42-2.751-0.1-0.993-0.15-2.111-0.15-3.354v-43.77h9.14v44.89c0 2.978 0.83 5.365 2.48 7.165s3.81 2.71 6.47 2.71c2.48 0 4.52-0.91 6.14-2.71s2.43-4.187 2.43-7.165v-44.89h9.14v43.77zm46.31 1.583c0 2.547-0.46 4.922-1.38 7.122-0.92 2.21-2.19 4.12-3.81 5.73-1.61 1.61-3.49 2.9-5.61 3.86-2.13 0.97-4.43 1.45-6.91 1.45-2.79 0-5.3-0.53-7.52-1.58-2.22-1.06-4.09-2.49-5.61-4.29-1.53-1.8-2.7-3.88-3.53-6.24-0.82-2.357-1.23-4.809-1.23-7.354h8.95c0 1.304 0.17 2.592 0.52 3.864s0.89 2.42 1.62 3.45c0.73 1.02 1.65 1.84 2.76 2.46s2.46 0.94 4.04 0.94c1.21 0 2.37-0.25 3.48-0.75s2.06-1.18 2.86-2.05c0.79-0.87 1.42-1.88 1.9-3.025 0.47-1.148 0.71-2.344 0.71-3.587 0-1.8-0.38-3.398-1.14-4.794-0.76-1.397-2.09-2.809-4-4.238-0.32-0.311-0.44-0.482-0.38-0.513 0.07-0.031-0.12-0.202-0.57-0.511-0.44-0.31-1.38-0.916-2.81-1.816-1.43-0.901-3.76-2.437-7-4.609-2.6-1.739-4.55-3.773-5.85-6.102-1.3-2.328-1.95-4.889-1.95-7.682 0-2.235 0.41-4.331 1.24-6.286 0.82-1.955 1.98-3.678 3.47-5.168s3.22-2.655 5.19-3.493 4.09-1.258 6.38-1.258c2.28 0 4.39 0.404 6.33 1.211 1.93 0.807 3.61 1.925 5.04 3.354 1.43 1.428 2.57 3.136 3.43 5.122 0.86 1.987 1.32 4.16 1.38 6.518h-8.76c-0.12-2.173-0.89-3.911-2.28-5.215-1.4-1.303-3.11-1.955-5.14-1.955-2.1 0-3.87 0.683-5.33 2.049s-2.19 3.073-2.19 5.121c0 1.552 0.41 2.856 1.23 3.911 0.83 1.055 2.42 2.235 4.76 3.538 6.16 3.477 10.65 7.016 13.47 10.617 2.83 3.601 4.24 7.667 4.24 12.199zm10.67 17.042v-62.395h8.95v62.395h-8.95zm51.91 0l-19.71-41.813v41.813h-9.14v-62.395h9.14l17.52 37.438v-37.438h9.13v62.395h-6.94zm20.79 0v-62.395h29.99v8.756h-20.85v15.737h13.24v8.568h-13.24v20.584h23.33v8.75h-32.47zm75.6-17.042c0 2.547-0.46 4.922-1.38 7.122-0.92 2.21-2.19 4.12-3.8 5.73-1.62 1.61-3.49 2.9-5.62 3.86-2.13 0.97-4.43 1.45-6.9 1.45-2.8 0-5.3-0.53-7.52-1.58-2.22-1.06-4.1-2.49-5.62-4.29s-2.7-3.88-3.52-6.24c-0.83-2.357-1.24-4.809-1.24-7.354h8.95c0 1.304 0.17 2.592 0.52 3.864s0.89 2.42 1.62 3.45c0.73 1.02 1.65 1.84 2.76 2.46s2.46 0.94 4.05 0.94c1.2 0 2.36-0.25 3.47-0.75s2.06-1.18 2.86-2.05c0.79-0.87 1.43-1.88 1.9-3.025 0.48-1.148 0.71-2.344 0.71-3.587 0-1.8-0.38-3.398-1.14-4.794-0.76-1.397-2.09-2.809-4-4.238-0.31-0.311-0.44-0.482-0.38-0.513 0.07-0.031-0.12-0.202-0.57-0.511-0.44-0.31-1.38-0.916-2.81-1.816-1.42-0.901-3.76-2.437-6.99-4.609-2.6-1.739-4.56-3.773-5.86-6.102-1.3-2.328-1.95-4.889-1.95-7.682 0-2.235 0.41-4.331 1.24-6.286 0.82-1.955 1.98-3.678 3.47-5.168s3.22-2.655 5.19-3.493 4.09-1.258 6.38-1.258c2.28 0 4.39 0.404 6.33 1.211s3.62 1.925 5.04 3.354c1.43 1.428 2.57 3.136 3.43 5.122 0.86 1.987 1.32 4.16 1.38 6.518h-8.76c-0.12-2.173-0.88-3.911-2.28-5.215-1.4-1.303-3.11-1.955-5.14-1.955-2.1 0-3.87 0.683-5.33 2.049s-2.19 3.073-2.19 5.121c0 1.552 0.41 2.856 1.24 3.911 0.82 1.055 2.41 2.235 4.76 3.538 6.15 3.477 10.64 7.016 13.47 10.617 2.82 3.601 4.23 7.667 4.23 12.199zm43.14 0c0 2.547-0.46 4.922-1.38 7.122-0.92 2.21-2.19 4.12-3.81 5.73s-3.49 2.9-5.62 3.86c-2.12 0.97-4.42 1.45-6.9 1.45-2.79 0-5.3-0.53-7.52-1.58-2.22-1.06-4.09-2.49-5.61-4.29-1.53-1.8-2.7-3.88-3.53-6.24-0.82-2.357-1.23-4.809-1.23-7.354h8.94c0 1.304 0.18 2.592 0.53 3.864s0.89 2.42 1.62 3.45c0.73 1.02 1.65 1.84 2.76 2.46s2.46 0.94 4.04 0.94c1.21 0 2.37-0.25 3.48-0.75s2.06-1.18 2.85-2.05c0.8-0.87 1.43-1.88 1.91-3.025 0.47-1.148 0.71-2.344 0.71-3.587 0-1.8-0.38-3.398-1.14-4.794-0.76-1.397-2.1-2.809-4-4.238-0.32-0.311-0.44-0.482-0.38-0.513s-0.13-0.202-0.57-0.511c-0.44-0.31-1.38-0.916-2.81-1.816-1.43-0.901-3.76-2.437-7-4.609-2.6-1.739-4.55-3.773-5.85-6.102-1.3-2.328-1.95-4.889-1.95-7.682 0-2.235 0.41-4.331 1.23-6.286 0.83-1.955 1.99-3.678 3.48-5.168s3.22-2.655 5.19-3.493 4.09-1.258 6.37-1.258c2.29 0 4.4 0.404 6.34 1.211 1.93 0.807 3.61 1.925 5.04 3.354 1.43 1.428 2.57 3.136 3.43 5.122 0.86 1.987 1.32 4.16 1.38 6.518h-8.76c-0.13-2.173-0.89-3.911-2.28-5.215-1.4-1.303-3.11-1.955-5.15-1.955-2.09 0-3.87 0.683-5.33 2.049-1.45 1.366-2.18 3.073-2.18 5.121 0 1.552 0.41 2.856 1.23 3.911 0.83 1.055 2.41 2.235 4.76 3.538 6.16 3.477 10.65 7.016 13.47 10.617 2.83 3.601 4.24 7.667 4.24 12.199z"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="65.647px" line-height="100%" y="187.71834" x="298.32309" font-family="'Roadgeek 2014 Series D'" sodipodi:linespacing="100%" fill="#ffffff"><tspan sodipodi:role="line" x="298.32309" y="187.71834">***TYPE***</tspan></text> </g></svg> diff --git a/shields/template_usaid.svg b/shields/template_usaid.svg new file mode 100644 index 00000000..51b10f6f --- /dev/null +++ b/shields/template_usaid.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" style="enable-background:new 0 0 249.669 251.646" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="251.65" width="249.67" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 249.669 251.646"><path fill="#fff" d="m248.17 238.15c0 6.627-5.373 12-12 12h-222.67c-6.627 0-12-5.373-12-12v-224.65c0-6.627 5.373-12 12-12h222.67c6.627 0 12 5.373 12 12v224.65z"/><path d="m241.85 236.76c0 3.898-3.145 7.059-7.023 7.059h-220.76c-3.879 0-7.023-3.16-7.023-7.059v-222.28c0-3.899 3.145-7.059 7.023-7.059h220.76c3.879 0 7.023 3.16 7.023 7.059v222.28z"/><polygon points="151.95 250.44 14.549 250.44 4.336 246.85 0.954 236.64 0.954 14.931 151.95 14.931"/><polygon points="25.598 53.052 28.889 56.471 32.181 61.598 33.827 63.309 33.827 69.931 35.473 73.353 36.912 76.768 41.85 78.479 45.143 81.686 48.435 85.104 51.727 88.523 51.727 90.234 56.458 95.361 58.104 95.361 59.75 96.856 63.041 96.856 64.687 98.568 64.687 100.28 63.041 103.69 63.041 107.11 61.396 113.74 63.041 117.16 63.041 122.29 61.396 125.7 61.396 134.04 66.333 135.75 67.773 135.75 71.064 130.62 72.71 128.91 76.005 130.62 77.649 132.33 79.293 137.46 79.293 139.16 82.588 145.79 85.672 149.21 85.672 154.34 88.964 157.54 90.612 157.54 93.9 159.25 95.547 162.67 97.195 166.09 98.635 171 100.28 171 103.57 167.8 111.8 167.8 113.45 166.09 116.53 164.38 116.53 166.09 119.82 166.09 121.47 164.38 124.76 166.09 129.5 164.38 131.14 164.38 132.78 162.67 132.78 159.25 136.08 159.25 141.02 166.09 142.66 167.8 145.75 248.57 15.929 248.57 8.687 248.57 2.984 243 2.966 191.3 4.612 184.68 4.612 179.55 1.32 177.84 1.32 162.67 4.612 160.96 7.698 154.34 7.698 152.63 10.989 145.79 10.989 142.37 12.635 137.46 14.283 134.04 15.929 134.04 15.929 130.62 14.283 128.91 10.989 125.7 7.698 124 4.612 115.45 6.258 112.03 2.966 107.11 2.966 21.212 25.598 21.212" fill="#fff"/><path d="m248.17 238.15c0 6.627-5.373 12-12 12h-222.67c-6.627 0-12-5.373-12-12v-224.65c0-6.627 5.373-12 12-12h222.67c6.627 0 12 5.373 12 12v224.65z" stroke="#000" stroke-width="3" fill="none"/><path d="m22.616 222.13v-32.16h4.5v32.16h-4.5z"/><path d="m52.294 206.04c0 7.353-1.542 12.228-4.625 14.624-0.576 0.544-1.248 0.928-2.016 1.151s-1.6 0.335-2.495 0.335h-8.927v-32.125h8.206c1.376 0 2.448 0.097 3.216 0.288s1.439 0.512 2.016 0.959c0.963 0.672 1.774 1.614 2.433 2.829s1.133 2.637 1.422 4.267c0.225 1.184 0.409 2.446 0.554 3.788 0.144 1.343 0.216 2.638 0.216 3.884zm-4.5 0.24c0-1.823-0.08-3.526-0.24-5.11-0.16-1.583-0.385-2.71-0.673-3.382-0.737-2.175-2.131-3.263-4.181-3.263h-3.844v23.125h3.844c0.673 0 1.273-0.128 1.802-0.384s0.984-0.591 1.369-1.007 0.697-0.903 0.938-1.464c0.24-0.56 0.424-1.144 0.553-1.751 0.096-1.023 0.192-2.103 0.288-3.238s0.144-2.311 0.144-3.526z"/><path d="m72.06 222.13-2.256-8.784h-6.912l-2.112 8.784h-4.656l8.017-32.159h4.512l8.016 32.159h-4.609zm-5.761-22.548-2.256 9.264h4.608l-2.352-9.264z"/><path d="m94.516 222.14v-14.544h-8.813v14.544h-4.625v-32.169h4.625v13.125h8.813v-13.125h4.625v32.169h-4.625z"/><path d="m124.45 206.01c0 2.465-0.137 4.561-0.408 6.288-0.272 1.729-0.745 3.36-1.417 4.896-0.801 1.921-1.801 3.321-3.002 4.201-1.201 0.879-2.714 1.319-4.538 1.319-1.922 0-3.482-0.44-4.684-1.319-1.201-0.88-2.201-2.28-3.001-4.201-0.673-1.567-1.146-3.207-1.417-4.919-0.272-1.712-0.408-3.8-0.408-6.265 0-2.432 0.136-4.52 0.408-6.264 0.271-1.744 0.744-3.384 1.417-4.921 0.832-1.92 1.849-3.304 3.05-4.151 1.2-0.848 2.745-1.272 4.635-1.272 1.856 0 3.377 0.425 4.563 1.272 1.185 0.848 2.177 2.264 2.978 4.248 0.32 0.8 0.601 1.6 0.841 2.399 0.24 0.801 0.432 1.641 0.576 2.521s0.247 1.824 0.312 2.832 0.095 2.12 0.095 3.336zm-4.438 0c0-0.896-0.024-1.714-0.072-2.45s-0.111-1.417-0.191-2.042-0.184-1.226-0.311-1.802c-0.128-0.576-0.271-1.153-0.431-1.73-0.415-1.441-0.934-2.482-1.556-3.123s-1.411-0.961-2.368-0.961c-1.978 0-3.333 1.33-4.066 3.988-0.383 1.217-0.646 2.442-0.79 3.676s-0.215 2.747-0.215 4.54c0 0.865 0.023 1.658 0.071 2.379s0.111 1.394 0.191 2.019 0.184 1.241 0.312 1.85c0.127 0.608 0.271 1.232 0.431 1.873 0.733 2.659 2.089 3.988 4.066 3.988 0.957 0 1.746-0.32 2.368-0.961s1.141-1.649 1.556-3.027c0.191-0.641 0.351-1.257 0.479-1.85 0.127-0.592 0.23-1.209 0.311-1.85s0.136-1.321 0.168-2.042c0.031-0.721 0.047-1.546 0.047-2.475z"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="187.86px" line-height="125%" y="133.63506" x="160.9425" font-family="'Roadgeek 2014 Series C'" fill="#ffffff"><tspan x="160.9425" y="133.63506">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usaid_wide.svg b/shields/template_usaid_wide.svg new file mode 100644 index 00000000..74e29a41 --- /dev/null +++ b/shields/template_usaid_wide.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" style="enable-background:new 0 0 249.669 251.646" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="251.65" width="249.67" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 249.669 251.646"><path fill="#fff" d="m248.17 238.15c0 6.627-5.373 12-12 12h-222.67c-6.627 0-12-5.373-12-12v-224.65c0-6.627 5.373-12 12-12h222.67c6.627 0 12 5.373 12 12v224.65z"/><path d="m241.85 236.76c0 3.898-3.145 7.059-7.023 7.059h-220.76c-3.879 0-7.023-3.16-7.023-7.059v-222.28c0-3.899 3.145-7.059 7.023-7.059h220.76c3.879 0 7.023 3.16 7.023 7.059v222.28z"/><polygon points="151.95 250.44 14.549 250.44 4.336 246.85 0.954 236.64 0.954 14.931 151.95 14.931"/><polygon points="25.598 53.052 28.889 56.471 32.181 61.598 33.827 63.309 33.827 69.931 35.473 73.353 36.912 76.768 41.85 78.479 45.143 81.686 48.435 85.104 51.727 88.523 51.727 90.234 56.458 95.361 58.104 95.361 59.75 96.856 63.041 96.856 64.687 98.568 64.687 100.28 63.041 103.69 63.041 107.11 61.396 113.74 63.041 117.16 63.041 122.29 61.396 125.7 61.396 134.04 66.333 135.75 67.773 135.75 71.064 130.62 72.71 128.91 76.005 130.62 77.649 132.33 79.293 137.46 79.293 139.16 82.588 145.79 85.672 149.21 85.672 154.34 88.964 157.54 90.612 157.54 93.9 159.25 95.547 162.67 97.195 166.09 98.635 171 100.28 171 103.57 167.8 111.8 167.8 113.45 166.09 116.53 164.38 116.53 166.09 119.82 166.09 121.47 164.38 124.76 166.09 129.5 164.38 131.14 164.38 132.78 162.67 132.78 159.25 136.08 159.25 141.02 166.09 142.66 167.8 145.75 248.57 15.929 248.57 8.687 248.57 2.984 243 2.966 191.3 4.612 184.68 4.612 179.55 1.32 177.84 1.32 162.67 4.612 160.96 7.698 154.34 7.698 152.63 10.989 145.79 10.989 142.37 12.635 137.46 14.283 134.04 15.929 134.04 15.929 130.62 14.283 128.91 10.989 125.7 7.698 124 4.612 115.45 6.258 112.03 2.966 107.11 2.966 21.212 25.598 21.212" fill="#fff"/><path d="m248.17 238.15c0 6.627-5.373 12-12 12h-222.67c-6.627 0-12-5.373-12-12v-224.65c0-6.627 5.373-12 12-12h222.67c6.627 0 12 5.373 12 12v224.65z" stroke="#000" stroke-width="3" fill="none"/><path d="m22.616 222.13v-32.16h4.5v32.16h-4.5z"/><path d="m52.294 206.04c0 7.353-1.542 12.228-4.625 14.624-0.576 0.544-1.248 0.928-2.016 1.151s-1.6 0.335-2.495 0.335h-8.927v-32.125h8.206c1.376 0 2.448 0.097 3.216 0.288s1.439 0.512 2.016 0.959c0.963 0.672 1.774 1.614 2.433 2.829s1.133 2.637 1.422 4.267c0.225 1.184 0.409 2.446 0.554 3.788 0.144 1.343 0.216 2.638 0.216 3.884zm-4.5 0.24c0-1.823-0.08-3.526-0.24-5.11-0.16-1.583-0.385-2.71-0.673-3.382-0.737-2.175-2.131-3.263-4.181-3.263h-3.844v23.125h3.844c0.673 0 1.273-0.128 1.802-0.384s0.984-0.591 1.369-1.007 0.697-0.903 0.938-1.464c0.24-0.56 0.424-1.144 0.553-1.751 0.096-1.023 0.192-2.103 0.288-3.238s0.144-2.311 0.144-3.526z"/><path d="m72.06 222.13-2.256-8.784h-6.912l-2.112 8.784h-4.656l8.017-32.159h4.512l8.016 32.159h-4.609zm-5.761-22.548-2.256 9.264h4.608l-2.352-9.264z"/><path d="m94.516 222.14v-14.544h-8.813v14.544h-4.625v-32.169h4.625v13.125h8.813v-13.125h4.625v32.169h-4.625z"/><path d="m124.45 206.01c0 2.465-0.137 4.561-0.408 6.288-0.272 1.729-0.745 3.36-1.417 4.896-0.801 1.921-1.801 3.321-3.002 4.201-1.201 0.879-2.714 1.319-4.538 1.319-1.922 0-3.482-0.44-4.684-1.319-1.201-0.88-2.201-2.28-3.001-4.201-0.673-1.567-1.146-3.207-1.417-4.919-0.272-1.712-0.408-3.8-0.408-6.265 0-2.432 0.136-4.52 0.408-6.264 0.271-1.744 0.744-3.384 1.417-4.921 0.832-1.92 1.849-3.304 3.05-4.151 1.2-0.848 2.745-1.272 4.635-1.272 1.856 0 3.377 0.425 4.563 1.272 1.185 0.848 2.177 2.264 2.978 4.248 0.32 0.8 0.601 1.6 0.841 2.399 0.24 0.801 0.432 1.641 0.576 2.521s0.247 1.824 0.312 2.832 0.095 2.12 0.095 3.336zm-4.438 0c0-0.896-0.024-1.714-0.072-2.45s-0.111-1.417-0.191-2.042-0.184-1.226-0.311-1.802c-0.128-0.576-0.271-1.153-0.431-1.73-0.415-1.441-0.934-2.482-1.556-3.123s-1.411-0.961-2.368-0.961c-1.978 0-3.333 1.33-4.066 3.988-0.383 1.217-0.646 2.442-0.79 3.676s-0.215 2.747-0.215 4.54c0 0.865 0.023 1.658 0.071 2.379s0.111 1.394 0.191 2.019 0.184 1.241 0.312 1.85c0.127 0.608 0.271 1.232 0.431 1.873 0.733 2.659 2.089 3.988 4.066 3.988 0.957 0 1.746-0.32 2.368-0.961s1.141-1.649 1.556-3.027c0.191-0.641 0.351-1.257 0.479-1.85 0.127-0.592 0.23-1.209 0.311-1.85s0.136-1.321 0.168-2.042c0.031-0.721 0.047-1.546 0.047-2.475z"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="143.86px" line-height="125%" y="104.95649" x="148.27953" font-family="'Roadgeek 2014 Series C'" fill="#ffffff"><tspan x="148.27954" y="104.95649">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usaks.svg b/shields/template_usaks.svg new file mode 100644 index 00000000..71e87850 --- /dev/null +++ b/shields/template_usaks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600px" height="600px" viewBox="0 0 600 600"><g transform="translate(-566.18909,399.49871)"><path fill="#000" d="m603.69-399.5,525,0c20.775,0,37.5,16.725,37.5,37.5v525c0,20.775-16.725,37.5-37.5,37.5h-525c-20.775,0-37.5-16.725-37.5-37.5v-525c0-20.775,16.725-37.5,37.5-37.5z"/><path fill-rule="evenodd" fill="#fecd00" d="m888.72-370.08,0-0.0372-0.91791-0.15239-0.91913-0.19198-0.87952-0.19198-0.91911-0.22918-0.87952-0.26758-0.84113-0.26878-0.87952-0.34437-0.84112-0.34437-0.84232-0.34437-0.80394-0.42116-0.80273-0.42116-0.80393-0.42116-0.76553-0.49796-0.76553-0.45836-0.76554-0.53635-0.72593-0.53515-0.72713-0.57475-0.68875-0.57355-0.68753-0.57475-0.65034-0.65034-0.65156-0.61195-0.61195-0.68874-0.61194-0.68874-0.61315-0.68874-0.57474-0.72713-0.53516-0.72714-0.53515-0.72714-0.49675-0.76553-0.45956-0.80273-0.45957-0.80273-0.42116-0.80392-0.42116-0.84233-0.42117,0.84233-0.42115,0.84232-0.45956,0.80273-0.49797,0.80393-0.49795,0.76553-0.53515,0.72594-0.53635,0.76553-0.57355,0.68874-0.57475,0.72713-0.61195,0.68874-0.65034,0.65035-0.65034,0.65034-0.65034,0.61195-0.68874,0.61194-0.72593,0.57475-0.72713,0.53515-0.72714,0.53516-0.76554,0.53635-0.76554,0.45836-0.76553,0.49795-0.80393,0.42117-0.80272,0.42116-0.84233,0.38277-0.84113,0.38276-0.84232,0.34437-0.84233,0.30597-0.87951,0.30598-0.87952,0.22918-0.87952,0.22918-0.91793,0.22918-0.91791,0.15358-0.91912,0.15239-1.3391,0.26758-1.3391,0.26757-1.3007,0.38277-1.2623,0.42116-1.2635,0.45956-1.2239,0.53515-1.1867,0.57475-1.1483,0.61195-1.1483,0.68874-1.1099,0.68874-1.0331,0.76553-1.0331,0.84112-0.99471,0.84233-0.95632,0.87952-0.91791,0.95632-0.87952,0.95631-0.80274,0.99471-0.80392,1.0715-0.72714,1.0715-0.68874,1.1099-0.65034,1.1483-0.61195,1.1483-0.53515,1.1855-0.49795,1.2251-0.45956,1.2623-0.38277,1.2623-0.30596,1.3007-0.2676,1.3007-0.22917,1.3391-0.15239,1.3391-0.11519,1.3775,0,1.3775,0-0.036-0.42116-1.0331-0.49796-0.99471-0.49795-0.99471-0.57355-0.95632-0.57475-0.91792-0.61195-0.91912-0.68873-0.87952-0.65034-0.87952-0.72594-0.84113-0.76553-0.80393-0.76553-0.76553-0.80274-0.72713-0.80272-0.72714-0.87952-0.68874-0.87952-0.65034-0.87953-0.61195-0.91913-0.61194-0.95632-0.53516-0.95631-0.53635-0.95631-0.49676-1.0331-0.45956-0.99472-0.42116-1.0331-0.38276-1.0331-0.34437-1.0715-0.26758-1.0715-0.26878-1.0715-0.22918-1.1087-0.19198-1.1099-0.15239-1.1099-0.11519-1.1099-0.0768-1.1483,0-0.76553,0-0.76553,0.0384-0.80393,0.0384-0.76553,0.0768-0.80274,0.11519-0.76552,0.11399-0.80394,0.11519-0.76553,0.15239-0.80272,0.19198-0.76553,0.19199-0.76555,0.19078-0.72713,0.22918-0.76553,0.26757-0.68874,0.26758-0.72593,0.26758-0.68874,0.30597-0.57475,0.19078-0.61194,0.15359-0.61195,0.11519-0.65034,0.0384-0.57355-0.0384-0.61195-0.0768-0.57475-0.15239-0.53515-0.22918-0.53515-0.22918-0.49795-0.30597-0.45956-0.34437-0.42116-0.38276-0.38278-0.42117-0.34436-0.45836-0.30598-0.49795-0.22918-0.53516-0.22917-0.53635-0.1152-0.57355-0.11519-0.57475-0.0384-0.61194,0.0384-0.61195,0.11519-0.61194,0.1152-0.57475,0.22917-0.53516,0.22918-0.53635,0.30598-0.45836,0.34436-0.45956,0.38278-0.42116,0.42116-0.42116,0.45956-0.34437,0.49795-0.26878,0.53515-0.26758,0.53515-0.19078,0.57475-0.15239,0.61195-0.0768,0.57355-0.0384,0.26877,0,0.19079,0.0384-0.87952-0.0384-0.99471-0.0768-0.99471-0.0384-0.99471-0.0384-2.3722,0.0768-2.3338,0.15239-2.3338,0.30597-2.2954,0.42117-2.2198,0.49795-2.2186,0.65034-2.143,0.72714-2.1046,0.84232-2.0662,0.91792-1.9858,1.0331-1.951,1.1099-1.8754,1.2251-1.8358,1.3007-1.7602,1.3775-1.6835,1.4543-1.6067,1.5299-1.5299,1.6066-1.4531,1.6835-1.4159,1.7602-1.2623,1.837-1.2239,1.8754-1.1099,1.951-1.0331,1.9894-0.95632,2.0662-0.80393,2.1046-0.72593,2.143-0.65034,2.2198-0.49796,2.257-0.42116,2.257-0.30597,2.3338-0.19199,2.3338-0.0384,2.4106,0,1.1099,0.0768,1.1483,0.0756,1.1099,0.11518,1.1483,0.11519,1.1483,0.19199,1.1483,0.19078,1.1483,0.22918,1.1087,0.22917,1.1483,0.26758,1.1087,0.30598,1.1099,0.30596,1.0715,0.34438,1.1099,0.34437,1.0715,0.38276,1.0331,0.38277,1.0331-1.0715-0.99471-1.11-0.95631-1.1483-0.91791-1.2251-0.84233-1.2623-0.76553-1.2623-0.72714-1.3391-0.65034-1.3391-0.61195-1.3775-0.53515-1.4159-0.45956-1.4159-0.38276-1.4159-0.34437-1.4543-0.26758-1.4531-0.19078-1.4543-0.11519-1.4927-0.0384-1.1855,0.0384-1.1867,0.0756-1.1855,0.11519-1.1483,0.19198-1.1867,0.22918-1.1483,0.26758-1.1483,0.30597-1.1483,0.34437-1.1099,0.42116-1.1099,0.42116-1.0715,0.49796-1.0715,0.49796-1.0331,0.53515-1.0331,0.61194-0.99471,0.61195-0.95632,0.65034-0.95632,0.65035-0.99471,0.61194-1.0331,0.61195-1.0331,0.53515-1.0715,0.49796-1.0715,0.49795-1.1099,0.42116-1.1087,0.42117-1.1483,0.34437-1.1483,0.30597-1.1483,0.26758-1.1855,0.22918-1.1483,0.15238-1.1867,0.15239-1.1855,0.0768-1.1867,0-1.2623,0-1.3007-0.11519-1.2623-0.15239-1.3007-0.19198-1.2623-0.26758-1.2623-0.26757-1.2239-0.34437-1.2251-0.38277,0.38755,1.2215,0.34438,1.2251,0.26757,1.2623,0.26758,1.2623,0.19079,1.2623,0.15358,1.3007,0.11519,1.2623,0,1.3007,0,1.1867-0.0768,1.1855-0.11519,1.1867-0.19198,1.1483-0.19078,1.1855-0.26758,1.1483-0.30598,1.1483-0.34436,1.1483-0.38277,1.1099-0.45955,1.1087-0.45957,1.0715-0.53515,1.0715-0.53515,1.0331-0.61195,1.0331-0.61194,0.99471-0.68874,0.95632-0.65035,0.95631-0.65034,0.99471-0.61194,1.0331-0.53516,1.0331-0.53515,1.0715-0.45956,1.0715-0.45956,1.1099-0.38276,1.1099-0.34437,1.1483-0.30598,1.1483-0.26757,1.1483-0.19079,1.1855-0.19198,1.1483-0.11519,1.1867-0.0756,1.1855,0,1.1855,0.0384,1.4543,0.11519,1.4927,0.15239,1.4543,0.26757,1.4531,0.34437,1.4159,0.38277,1.4159,0.45956,1.4159,0.53515,1.3775,0.61195,1.3391,0.65034,1.3007,0.72714,1.3007,0.80272,1.2251,0.84233,1.2251,0.87952,1.1483,0.95632,1.1099,0.99471,1.0331-1.3391-0.49796-1.3775-0.42116-1.4159-0.38277-1.4531-0.34436-1.4543-0.22918-1.4927-0.19079-1.4531-0.11519-1.4543-0.0384-1.1483,0-1.1483,0.0768-1.1483,0.11519-1.1099,0.15239-1.1099,0.19198-1.1099,0.22918-1.1099,0.30597-1.0715,0.30598-1.0715,0.34437-1.0331,0.42116-1.0331,0.42116-1.0331,0.45836-0.99471,0.53635-0.95631,0.53515-0.95632,0.57476-0.95632,0.61195-0.91791,0.65034-0.87953,0.68874-0.84232,0.72713-0.84233,0.72714-0.80273,0.76553-0.76553,0.80273-0.76553,0.84232-0.72714,0.87952-0.65034,0.87952-0.68874,0.91793-0.61194,0.91792-0.57355,0.99471-0.53516,0.99471-0.49795,0.99471-0.45956,1.0331-0.45956,1.0715-0.15239,0.42117-0.22918,0.42116-0.22917,0.38276-0.26758,0.34437-0.30597,0.34437-0.30598,0.30597-0.34437,0.30598-0.34437,0.26757-0.38276,0.2292-0.38277,0.19197-0.42116,0.19079-0.42116,0.15239-0.42117,0.11519-0.45956,0.0768-0.45956,0.0756-0.45836,0-0.61194-0.0384-0.57475-0.0768-0.57355-0.15239-0.53515-0.19078-0.53396-0.27238-0.49795-0.30598-0.45836-0.34437-0.42116-0.38276-0.38277-0.42117-0.34437-0.45956-0.30597-0.49795-0.26758-0.49796-0.19198-0.57355-0.15239-0.57475-0.0756-0.57354-0.0384-0.61195,0.0384-0.65034,0.11399-0.65034,0.19199-0.61195,0.22918-0.61194,0.30597-0.57475,0.38277-0.53515,0.42116-0.49797,0.45836-0.45956-0.95632,0.84234-0.91912,0.84232-0.91792,0.87952-0.87952,0.87952-0.84232,0.91792-0.80273,0.95632-0.80273,0.99471-0.80393,0.95631-0.72714,1.0331-0.72593,1.0331-0.68874,1.0331-0.65034,1.0715-0.65034,1.1099-0.61195,1.1099-0.57475,1.1099-0.53515,1.1099-0.49796,1.1855-0.49796,1.1483-0.45835,1.1867-0.42117,1.1855-0.38276,1.1867-0.38277,1.2239-0.30597,1.2251-0.30598,1.2251-0.26757,1.2251-0.22918,1.2623-0.19078,1.2239-0.15359,1.2623-0.11399,1.2623-0.0768,1.2635-0.0768,1.2623,0,1.3007,0.0384,1.7218,0.0756,1.7602,0.19198,1.7218,0.19079,1.7218,0.30597,1.6834,0.34437,1.6835,0.42116,1.645,0.45956,1.645,0.53515,1.645,0.61195,1.5695,0.65034,1.6066,0.68874,1.5311,0.76553,1.5299,0.80393,1.4927,0.84233,1.4531,0.91792,1.4159,0.95631,1.4159,1.0331,1.3391,1.0715,1.3391,1.1099,1.2623,1.1483,1.2251,1.1867,1.2251,1.2623,1.1483,1.2623,1.1099,1.3391,1.0715,1.3775,0.99471,1.4159,0.95632,1.4531,0.91791,1.4927,0.87952,1.5299,0.80274,1.5299,0.72713,1.6067,0.68874-1.3775,0.0384-1.3391,0.0768-1.3775,0.15238-1.3007,0.22919-1.3391,0.26757-1.3007,0.34437-1.2623,0.38277-1.2251,0.42115-1.2239,0.49798-1.2251,0.53515-1.1483,0.61195-1.1483,0.65033-1.1099,0.68874-1.0715,0.72594-1.0331,0.80393-1.0331,0.80272-0.95632,0.87953-0.95632,0.91911-0.87952,0.95632-0.84232,0.99471-0.80273,0.99472-0.76553,1.0715-0.72594,1.1087-0.68874,1.1099-0.61194,1.1867-0.57355,1.1855-0.49796,1.2251-0.49796,1.2623-0.38276,1.2623-0.38277,1.3007-0.26757,1.3391-0.22918,1.3391-0.15239,0.91791-0.19198,0.91793-0.19199,0.87951-0.22918,0.91913-0.26757,0.87952-0.30598,0.84113-0.30597,0.87952-0.34437,0.84233-0.38276,0.84232-0.38277,0.80273-0.42116,0.80273-0.42117,0.80393-0.49795,0.76553-0.45836,0.76552-0.53635,0.76555-0.53516,0.72713-0.57474,0.72713-0.57355,0.68875-0.61195,0.68874-0.61195,0.65034-0.65034,0.65034-0.65034,0.61195-0.68874,0.61194-0.68874,0.57355-0.72713,0.57475-0.72714,0.57355-0.72714,0.49795-0.76553,0.49796-0.80273,0.49795-0.80273,0.45957-0.80393,0.42117-0.84232,0.42115,0.84232,0.42117,0.84233,0.42116,0.80273,0.45956,0.76553,0.49676,0.80393,0.49674,0.72714,0.49797,0.76553,0.57475,0.68874,0.57474,0.72713,0.57355,0.68874,0.61314,0.65034,0.65034,0.65035,0.65035,0.61194,0.65034,0.57355,0.68875,0.61195,0.72593,0.53515,0.68875,0.53635,0.76553,0.49796,0.76552,0.49676,0.76553,0.45955,0.76554,0.45956,0.80392,0.42117,0.80274,0.38276,0.84232,0.38277,0.84112,0.30597,0.84233,0.34437,0.84114,0.26878,0.87952,0.26757,0.87952,0.22918,0.87952,0.19199,0.91911,0.19198,0.91793,0.15239,0.91911,0.22918,1.3391,0.26757,1.3379,0.38277,1.3019,0.38276,1.2623,0.49796,1.2635,0.49796,1.2251,0.57355,1.1855,0.61194,1.1471,0.68874,1.1483,0.72593,1.1099,0.76554,1.0319,0.80273,1.0331,0.84232,0.99471,0.87952,0.95632,0.95632,0.91911,0.95632,0.87952,1.0331,0.80394,1.0331,0.80272,1.0715,0.72714,1.1099,0.68875,1.1483,0.65034,1.1483,0.61195,1.1855,0.53515,1.2251,0.49795,1.2623,0.45956,1.2623,0.38157,1.3007,0.30597,1.3007,0.26878,1.3391,0.22917,1.3391,0.15239,1.3775,0.11519,1.3775,0-1.0331,0.42116-0.99471,0.49796-0.99471,0.49675-0.95632,0.57475-0.95631,0.57475-0.87953,0.61195-0.91792,0.68873-0.84232,0.65035-0.84233,0.72714-0.80273,0.76554-0.76553,0.76553-0.72713,0.80272-0.72714,0.80393-0.68874,0.87952-0.65034,0.87953-0.61195,0.87952-0.61434,0.91791-0.53635,0.95632-0.53516,0.95632-0.49795,0.95751-0.45836,1.0319-0.38277,0.99471-0.38276,1.0331-0.34437,1.0331-0.30598,1.0715-0.26757,1.0715-0.22918,1.0715-0.19079,1.1099-0.15238,1.1099-0.11519,1.1099-0.0384,1.1099-0.0384,1.1483,0,0.76553,0.0384,0.76553,0.0768,0.80274,0.0768,0.76554,0.0756,0.80392,0.11519,0.76554,0.15238,0.80392,0.15359,0.76554,0.15239,0.80392,0.19078,0.76553,0.22918,0.76554,0.22918,0.72593,0.22918,0.76553,0.26757,0.72713,0.26758,0.68755,0.30597,0.68874,0.19199,0.57475,0.15238,0.61195,0.11519,0.61314,0.0384,0.65034-0.0384,0.57475-0.0756,0.61194-0.15358,0.57475-0.19079,0.53515-0.26757,0.53515-0.30597,0.49797-0.34438,0.45835-0.38276,0.42117-0.42117,0.38276-0.45955,0.34438-0.49796,0.30596-0.53515,0.22919-0.53516,0.22917-0.57474,0.11519-0.57355,0.1152-0.61195,0.0372-0.61195-0.0372-0.61194-0.1152-0.57355-0.11519-0.53635-0.22917-0.49796-0.22919-0.49796-0.30596-0.45835-0.34438-0.42117-0.38276-0.42116-0.42117-0.34437-0.45835-0.26758-0.49797-0.26757-0.53515-0.19079-0.53515-0.15358-0.57475-0.0756-0.61194-0.0384-0.57475,0-0.26877,0.0384-0.19078-0.0384,0.87952-0.0756,0.95631-0.0384,0.99471-0.0384,0.99471,0.0768,2.3734,0.15239,2.3326,0.30597,2.3338,0.42116,2.2954,0.49796,2.2198,0.65034,2.2198,0.72713,2.143,0.84113,2.1034,0.91912,2.0674,1.0331,1.9882,1.1099,1.9522,1.2251,1.8754,1.3007,1.8358,1.3775,1.7602,1.4531,1.6835,1.5311,1.6067,1.6067,1.5299,1.6834,1.4927,1.7602,1.3763,1.8358,1.2635,1.8754,1.2251,1.951,1.1087,1.9894,1.0331,2.0662,0.95632,2.1046,0.80392,2.143,0.72713,2.2198,0.65034,2.257,0.49676,2.257,0.42117,2.3338,0.30597,2.3338,0.19198,2.4106,0.0372,1.1099,0,1.1483-0.0756,1.1099-0.0756,1.1483-0.11519,1.1483-0.11519,1.1483-0.19078,1.1483-0.19198,1.1099-0.22919,1.1483-0.22918,1.1099-0.26757,1.1099-0.30597,1.0715-0.30597,1.1099-0.34437,1.0715-0.34437,1.0331-0.38277,1.0331-0.38156-0.99471,1.0715-0.95632,1.1099-0.91911,1.1855-0.80273,1.1855-0.80273,1.2635-0.72714,1.2623-0.65034,1.3391-0.61195,1.3391-0.53515,1.3775-0.45956,1.4159-0.38276,1.4159-0.34437,1.4159-0.26758,1.4543-0.15239,1.4531-0.11519,1.4927-0.0384,1.4543,0,1.1855,0.0756,1.1855,0.15239,1.1855,0.15359,1.1483,0.22918,1.1855,0.26877,1.1483,0.30598,1.1471,0.34437,1.1483,0.42116,1.1099,0.42116,1.1099,0.49796,1.0715,0.49795,1.0715,0.53636,1.0331,0.61194,1.0319,0.61195,0.99471,0.65034,0.95752,0.65034,0.95631,0.61195,0.99473,0.61194,1.0331,0.53636,1.0319,0.53515,1.0715,0.45956,1.0727,0.42116,1.1099,0.42116,1.1099,0.34437,1.1471,0.30597,1.1483,0.26759,1.1471,0.22917,1.1855,0.15359,1.1483,0.15239,1.1855,0.0768,1.1867,0,1.1855,0,1.3007-0.11518,1.2623-0.1536,1.3019-0.19078,1.2623-0.26757,1.2635-0.30598,1.2623-0.34437,1.2635-0.38276,1.1855,1.1855-0.34438,1.2251-0.34437,1.2623-0.26758,1.3007-0.26877,1.3007-0.19079,1.3007-0.15358,1.3007-0.11519,1.2623,0,1.1867,0,1.1855,0.0768,1.1867,0.11519,1.1483,0.19078,1.1855,0.19079,1.1483,0.26877,1.1483,0.30596,1.1483,0.34438,1.1087,0.38157,1.1099,0.45957,1.0715,0.45956,1.0715,0.49674,1.0331,0.57475,1.0331,0.61316,0.99472,0.61193,0.95631,0.68874,0.95632,0.65034,0.99471,0.65034,1.0331,0.57475,1.0331,0.57356,1.0715,0.49795,1.0715,0.45956,1.1099,0.45956,1.1099,0.38157,1.1483,0.34436,1.1483,0.30599,1.1483,0.26877,1.1867,0.19079,1.1483,0.19078,1.1855,0.11519,1.1867,0.0768,1.1855,0.0372,1.4927-0.0372,1.4543-0.11519,1.4531-0.19198,1.4543-0.26758,1.4159-0.34437,1.4159-0.38277,1.4159-0.45836,1.3775-0.53635,1.3391-0.61195,1.3007-0.65034,1.3007-0.72594,1.2251-0.76672,1.2239-0.84113,1.1483-0.91912,1.1087-0.91792,1.0331-1.0331-0.49797,1.3391-0.42115,1.4159-0.38277,1.4159-0.34437,1.4543-0.22918,1.4543-0.192,1.4915-0.11519,1.4543-0.0384,1.4543,0,1.1471,0.0768,1.1483,0.11519,1.1483,0.15239,1.1099,0.19078,1.1087,0.22918,1.1099,0.30598,1.1099,0.30597,1.0727,0.34437,1.0715,0.42116,1.0319,0.42117,1.0331,0.49795,1.0331,0.49795,0.99473,0.53636,0.95631,0.57354,0.95631,0.61195,0.95632,0.65034,0.91912,0.68874,0.87952,0.72714,0.84233,0.72593,0.84112,0.76554,0.80393,0.80392,0.76553,0.84113,0.76552,0.87952,0.72595,0.87952,0.68874,0.91912,0.65035,0.91793,0.61193,0.99472,0.57475,0.99471,0.53516,0.99471,0.49796,1.0331,0.49675,1.0715,0.42116,0.42116,0.19199,0.42116,0.19078,0.38277,0.22918,0.34437,0.26757,0.34436,0.30718,0.30598,0.30597,0.30597,0.34437,0.26757,0.34437,0.22918,0.38157,0.19079,0.38276,0.19198,0.42116,0.15239,0.42118,0.11518,0.42115,0.0756,0.45956,0.0768,0.45956,0,0.45956-0.0384,0.61195-0.0768,0.57474-0.15238,0.57475-0.19198,0.53516-0.26758,0.53515-0.30597,0.49675-0.34437,0.45956-0.38277,0.42117-0.42116,0.38276-0.45956,0.34437-0.49795,0.30597-0.49796,0.26878-0.57355,0.19078-0.57475,0.15239-0.57475,0.0768-0.61194,0.0372-0.65034-0.0372-0.65034-0.11519-0.61195-0.19198-0.61195-0.22798-0.57355-0.30717-0.53516-0.38157-0.49795-0.42116-0.45957-0.45956,0.84233,0.95631,0.84113,0.91912,0.87953,0.91792,0.87952,0.87953,0.91912,0.84232,0.95631,0.80393,0.99471,0.80273,0.95632,0.80393,1.0331,0.72593,1.0331,0.72714,1.0331,0.68753,1.0715,0.65155,1.1099,0.65034,1.1099,0.61195,1.1099,0.57475,1.1483,0.53516,1.1483,0.49675,1.1483,0.49796,1.1855,0.45956,1.1867,0.42116,1.1855,0.38156,1.2251,0.38277,1.2251,0.30598,1.2251,0.30596,1.2239,0.26879,1.2623,0.22917,1.2251,0.19079,1.2623,0.15358,1.2623,0.11519,1.2623,0.0756,1.3007,0.0756,1.2623,0,1.7602-0.0372,1.7218-0.0768,1.7218-0.19077,1.7218-0.19079,1.6834-0.30597,1.6834-0.34437,1.645-0.42116,1.6451-0.45956,1.6451-0.53515,1.6066-0.61315,1.5683-0.65034,1.5299-0.68875,1.5311-0.76553,1.4915-0.80273,1.4543-0.84233,1.4159-0.91791,1.4159-0.99471,1.3391-0.99471,1.3391-1.0727,1.2623-1.1099,1.2623-1.1471,1.1855-1.1855,1.1483-1.2635,1.1087-1.3007,1.0715-1.3007,0.99472-1.3775,0.99471-1.4159,0.87953-1.4543,0.87952-1.4915,0.80272-1.5299,0.72714-1.5695,0.68874-1.6067,0.0384,1.3763,0.11518,1.3775,0.15239,1.3391,0.19079,1.3379,0.26757,1.3019,0.34438,1.3007,0.38276,1.2623,0.42116,1.2635,0.49795,1.2251,0.53516,1.1855,0.61194,1.1471,0.65035,1.1483,0.68873,1.1099,0.72714,1.0715,0.80393,1.0715,0.80273,0.99471,0.87953,0.95752,0.91791,0.95632,0.95632,0.87952,0.99471,0.84112,1.0331,0.84232,1.0331,0.76555,1.1099,0.68873,1.1483,0.68754,1.1483,0.61315,1.1867,0.57355,1.2239,0.53635,1.2635,0.45836,1.2623,0.42236,1.3007,0.34317,1.3391,0.30717,1.3391,0.22918,0.91911,0.15239,0.91792,0.19078,0.87952,0.19198,0.91792,0.22918,0.87952,0.26758,0.84232,0.26877,0.87954,0.34437,0.84232,0.34437,0.84112,0.34317,0.80393,0.42236,0.80273,0.42117,0.80393,0.42117,0.76553,0.49675,0.76553,0.45957,0.76554,0.53515,0.72713,0.53635,0.72593,0.57355,0.68874,0.57475,0.68874,0.57474,0.65034,0.65034,0.65034,0.65034,0.61195,0.65034,0.61195,0.68875,0.61194,0.68874,0.53636,0.72593,0.57354,0.72594,0.49797,0.72714,0.53515,0.76553,0.45956,0.80393,0.45955,0.80273,0.42117,0.80392,0.42115,0.84113,0.42117-0.84113,0.42116-0.84112,0.45956-0.80393,0.49676-0.76553,0.49795-0.80393,0.53515-0.72594,0.53515-0.76554,0.57475-0.68873,0.57475-0.72594,0.61195-0.68873,0.65034-0.65034,0.65036-0.65035,0.65034-0.61314,0.68874-0.61195,0.72713-0.57475,0.72594-0.53515,0.72593-0.53515,0.76554-0.53515,0.76553-0.45956,0.76553-0.45956,0.80393-0.45957,0.80392-0.42116,0.84113-0.38276,0.84233-0.38157,0.84113-0.34437,0.84111-0.30597,0.87953-0.26878,0.87952-0.26758,0.91913-0.22918,0.87952-0.19198,0.91911-0.19079,0.91793-0.15238,1.3391-0.22917,1.3391-0.30718,1.3007-0.34317,1.2635-0.42237,1.2623-0.45835,1.2251-0.53636,1.1855-0.57354,1.1855-0.61314,1.1099-0.68754,1.1099-0.68874,1.0715-0.76554,0.99471-0.84233,0.99471-0.84113,0.95751-0.87952,0.91792-0.95632,0.87952-0.95751,0.80393-0.99471,0.80393-1.0715,0.72593-1.0715,0.68874-1.1099,0.65035-1.1483,0.61195-1.1471,0.53635-1.1855,0.49675-1.2251,0.42117-1.2635,0.38277-1.2623,0.34437-1.3007,0.26757-1.3019,0.22917-1.3379,0.1536-1.3391,0.0756-1.3391,0.0384-1.3775,0.42117,1.0331,0.49675,0.99471,0.49796,0.99471,0.57475,0.95632,0.57354,0.91912,0.65035,0.91911,0.65154,0.87953,0.68753,0.87953,0.68875,0.84113,0.76552,0.80393,0.76553,0.76553,0.80393,0.72593,0.80395,0.72593,0.87831,0.68875,0.88073,0.65034,0.87952,0.61314,0.91792,0.61195,0.95631,0.53515,0.95752,0.53515,0.99471,0.49796,0.99471,0.45956,0.99471,0.38157,1.0319,0.38276,1.0331,0.34438,1.0715,0.30596,1.0715,0.26758,1.0727,0.22918,1.1099,0.19199,1.1099,0.15238,1.1087,0.11519,1.1099,0.0384,1.1483,0.0372,0.76553,0,0.76553-0.0372,0.80393-0.0768,0.76553-0.0756,0.80272-0.0756,0.80394-0.11519,0.76553-0.15359,0.80393-0.15239,0.76553-0.15358,0.76554-0.19078,0.76553-0.22918,0.72593-0.22918,0.76554-0.22919,0.72713-0.26757,0.68874-0.30718,0.68753-0.26757,0.57475-0.22917,0.61315-0.1536,0.61194-0.11519,0.65035-0.0372,0.61314,0.0372,0.57355,0.11519,0.57475,0.11519,0.53516,0.22919,0.53516,0.22918,0.49795,0.30597,0.45956,0.34437,0.42116,0.38276,0.38157,0.42117,0.34437,0.45955,0.30597,0.49676,0.22918,0.53515,0.22917,0.53516,0.1152,0.57474,0.11519,0.57475,0.0384,0.61194-0.0384,0.61315-0.11519,0.61194-0.1152,0.57475-0.22917,0.53515-0.22918,0.53516-0.30597,0.49797-0.34437,0.45956-0.38157,0.42115-0.42116,0.38157-0.45956,0.34437-0.49795,0.26878-0.53516,0.26757-0.53516,0.19199-0.57475,0.15238-0.57355,0.11519-0.61314,0-0.26758,0-0.19198,0,0.87952,0.0384,0.95752,0.0756,0.99472,0.0384,0.99471,0.0372,2.3722-0.0756,2.3722-0.15359,2.2966-0.30597,2.2954-0.42116,2.2186-0.49675,2.2198-0.65035,2.143-0.72714,2.1046-0.84113,2.0662-0.91912,1.9894-1.0319,1.951-1.1099,1.8754-1.2251,1.8358-1.3007,1.7602-1.3775,1.6835-1.4543,1.6066-1.5299,1.5311-1.6067,1.4915-1.6834,1.3775-1.7602,1.3007-1.8358,1.1855-1.8754,1.1099-1.951,1.0319-1.9894,0.9575-2.0674,0.8027-2.1034,0.7668-2.143,0.6119-2.2198,0.5352-2.2198,0.3827-2.2954,0.306-2.3338,0.1908-2.3326,0.038-2.4106,0-1.1099-0.038-1.1483-0.1152-1.1099-0.076-1.1471-0.1536-1.1483-0.1908-1.1483-0.1908-1.1471-0.2291-1.1099-0.2292-1.1483-0.2688-1.1099-0.306-1.1087-0.3059-1.1099-0.3444-1.0727-0.3444-1.0715-0.3815-1.0331-0.3828-1.0319,1.0715,0.99471,1.1099,0.95631,1.1855,0.87952,1.1867,0.84113,1.2623,0.76674,1.2635,0.72593,1.339,0.65034,1.3379,0.61194,1.3775,0.53636,1.4158,0.45835,1.4159,0.38278,1.4159,0.34437,1.4543,0.26758,1.4542,0.19198,1.4915,0.11519,1.4543,0.0372,1.1855-0.0372,1.1855-0.0768,1.1867-0.11519,1.1471-0.19077,1.1867-0.22919,1.1471-0.26757,1.1483-0.30719,1.1471-0.34437,1.1099-0.38156,1.1099-0.45956,1.0715-0.45956,1.0727-0.53515,1.0319-0.53515,1.0331-0.57475,0.9947-0.61194,0.9563-0.65034,0.9563-0.65035,0.9947-0.65034,1.0332-0.57475,1.0331-0.53515,1.0715-0.53515,1.0715-0.45956,1.1099-0.42116,1.1483-0.42237,1.1087-0.34438,1.1483-0.30596,1.1483-0.26759,1.1855-0.22917,1.1855-0.15359,1.1483-0.15239,1.1855-0.0768,1.1854,0,1.3007,0,1.2635,0.11519,1.3007,0.15359,1.2635,0.19077,1.2623,0.26879,1.2635,0.26757,1.2623,0.34437,1.1855,0.34437-0.3444-1.1855-0.3432-1.2635-0.2688-1.2623-0.2687-1.2635-0.1908-1.2623-0.1524-1.3019-0.1152-1.2623,0-1.3007,0-1.1855,0.076-1.1867,0.1152-1.1855,0.1908-1.1483,0.1908-1.1855,0.2687-1.1471,0.306-1.1483,0.3444-1.1471,0.3827-1.1099,0.4584-1.1099,0.4596-1.0727,0.5351-1.0715,0.5352-1.0319,0.6131-1.0331,0.612-0.99472,0.6887-0.95632,0.6503-0.95752,0.6504-0.99471,0.5747-1.0319,0.5748-1.0331,0.4967-1.0715,0.498-1.0715,0.4212-1.1099,0.3815-1.1099,0.3444-1.1483,0.3072-1.1471,0.2675-1.1483,0.2292-1.1855,0.1536-1.1483,0.1152-1.1855,0.076-1.1855,0.038-1.1855-0.038-1.4543-0.1152-1.4927-0.1908-1.4531-0.2688-1.4543-0.3443-1.4159-0.3816-1.4159-0.4596-1.4159-0.5351-1.3775-0.6131-1.3391-0.6504-1.3007-0.7259-1.2635-0.7656-1.2623-0.8423-1.1855-0.9179-1.1483-0.9191-1.1099-1.0319-1.0715,1.3379,0.53515,1.417,0.42117,1.4159,0.38276,1.4531,0.34437,1.4542,0.22917,1.4927,0.19079,1.4531,0.11519,1.4543,0.0372,1.1483,0,1.1854-0.0756,1.1099-0.11519,1.1484-0.15239,1.1086-0.19197,1.1099-0.22918,1.11-0.30598,1.0727-0.30597,1.0715-0.34437,1.0319-0.42116,1.0331-0.42117,0.9947-0.49795,0.9947-0.49676,0.9947-0.53515,0.9563-0.57475,0.9191-0.61314,0.8796-0.65034,0.8795-0.68755,0.8795-0.72713,0.8039-0.72594,0.8028-0.76553,0.8039-0.80393,0.7259-0.84112,0.7272-0.87952,0.6875-0.87952,0.6516-0.91913,0.6119-0.95631,0.5747-0.95631,0.5352-0.99472,0.5352-1.0331,0.4595-1.0331,0.4596-1.0715,0.1524-0.42115,0.2291-0.38277,0.2292-0.38157,0.2688-0.38276,0.306-0.34437,0.3059-0.30598,0.3444-0.26758,0.3444-0.26877,0.3815-0.26757,0.3828-0.19199,0.4212-0.19078,0.4211-0.15359,0.4212-0.11519,0.4596-0.0756,0.4595-0.0756,0.4596,0,0.6119,0.0372,0.5748,0.0768,0.5747,0.15239,0.5352,0.19199,0.5351,0.26757,0.498,0.30598,0.4596,0.34436,0.4211,0.38277,0.3816,0.42116,0.3444,0.45956,0.3059,0.49676,0.2688,0.49795,0.1908,0.57475,0.1536,0.57355,0.076,0.57475,0.038,0.61315-0.038,0.65034-0.1152,0.65034-0.1908,0.61195-0.2292,0.57475-0.306,0.57475-0.3827,0.53515-0.4212,0.49676-0.4595,0.42236,0.9563-0.80393,0.9191-0.87952,0.9191-0.87952,0.8795-0.87953,0.8411-0.95632,0.804-0.91911,0.8039-0.99471,0.8027-0.99471,0.7272-0.99471,0.7259-1.0331,0.6887-1.0319,0.6504-1.0715,0.6503-1.0727,0.612-1.1099,0.5747-1.1099,0.5352-1.1471,0.5351-1.1099,0.4596-1.1855,0.4595-1.1483,0.4212-1.1855,0.3828-1.1855,0.3815-1.2251,0.306-1.1855,0.3072-1.2251,0.2676-1.2635,0.2291-1.2251,0.192-1.2623,0.1524-1.2251,0.1152-1.2635,0.076-1.2623,0.077-1.3007,0-1.2635-0.038-1.7602-0.076-1.7219-0.1536-1.723-0.2292-1.7218-0.3059-1.6834-0.3444-1.6822-0.4212-1.6451-0.4595-1.6451-0.5352-1.645-0.6131-1.6078-0.6504-1.5695-0.6875-1.5299-0.7655-1.5299-0.804-1.4915-0.8411-1.4543-0.9191-1.4159-0.9563-1.4159-1.0332-1.3391-1.0715-1.3391-1.1099-1.2623-1.1483-1.2635-1.1855-1.1855-1.2622-1.1483-1.3019-1.1099-1.3007-1.0715-1.3763-0.99471-1.4159-0.99472-1.4542-0.87952-1.4927-0.87952-1.5299-0.80392-1.5682-0.72594-1.6079-0.68874,1.3775-0.0373,1.3763-0.11519,1.3391-0.15358,1.339-0.19078,1.3007-0.26878,1.3007-0.34438,1.2635-0.38155,1.2623-0.42117,1.2251-0.49796,1.1855-0.53515,1.1483-0.61194,1.1471-0.65034,1.1099-0.68875,1.0727-0.72714,1.0715-0.80273,0.9947-0.80393,0.9563-0.87952,0.9563-0.91911,0.8795-0.95632,0.8796-0.99471,0.8039-1.0331,0.7655-1.0319,0.726-1.1099,0.6515-1.1483,0.612-1.1471,0.5747-1.1855,0.5352-1.2251,0.4595-1.2635,0.4212-1.2623,0.3815-1.3019,0.2688-1.3379,0.2688-1.3391,0.1524-0.91912,0.1536-0.91792,0.2292-0.87952,0.2291-0.91911,0.2676-0.87952,0.2688-0.84113,0.3444-0.87953,0.3443-0.84233,0.3432-0.84113,0.4224-0.80392,0.4211-0.80393,0.4212-0.80273,0.4595-0.76553,0.4968-0.76553,0.5352-0.76553,0.5363-0.72714,0.5352-0.72593,0.6119-0.68874,0.5747-0.68874,0.6504-0.65035,0.6119-0.65034,0.6888-0.61195,0.6887-0.61314,0.6888-0.61195,0.7259-0.53515,0.7259-0.57475,0.7272-0.49795,0.7655-0.53515,0.8039-0.45956,0.8027-0.45837,0.804-0.42115,0.8411-0.42117-0.8411-0.42116-0.8412-0.42117-0.8039-0.45955-0.8039-0.49797-0.7655-0.49795-0.726-0.53515-0.7655-0.53515-0.6887-0.57475-0.726-0.57355-0.6887-0.61194-0.6504-0.65035-0.6503-0.65034-0.6131-0.65034-0.612-0.68875-0.5747-0.72713-0.5352-0.72713-0.5351-0.72713-0.5352-0.76555-0.4595-0.76553-0.498-0.76553-0.4212-0.80273-0.4211-0.80393-0.3828-0.84113-0.3816-0.84232-0.3443-0.84233-0.306-0.84111-0.306-0.87953-0.2292-0.87952-0.2292-0.91913-0.2291-0.87952-0.1536-0.91792-0.1524-0.91791-0.2688-1.3391-0.2688-1.3391-0.3815-1.3007-0.4212-1.2623-0.4595-1.2623-0.5352-1.2251-0.5747-1.1855-0.612-1.1867-0.6515-1.1099-0.726-1.1087-0.7655-1.0715-0.8039-0.99472-0.8796-0.99471-0.8795-0.95632-0.9563-0.91912-0.9563-0.87953-0.9947-0.84231-1.0715-0.76554-1.0727-0.72593-1.1099-0.72713-1.1471-0.61195-1.1483-0.61195-1.1855-0.53515-1.2251-0.49796-1.2623-0.45956-1.2635-0.38277-1.3007-0.30597-1.3007-0.30597-1.339-0.19079-1.3391-0.15239-1.3763-0.11519-1.3775-0.0384,0.038,0,0.9947-0.45835,0.9947-0.49797,0.9948-0.49795,0.9563-0.57475,0.9191-0.57354,0.9179-0.65034,0.8795-0.65035,0.8795-0.65034,0.804-0.72714,0.8039-0.76553,0.7655-0.76554,0.7656-0.80273,0.7259-0.80392,0.6887-0.84113,0.6504-0.87952,0.6119-0.87953,0.6132-0.91911,0.5351-0.95632,0.5352-0.95631,0.4979-0.95631,0.4584-0.99472,0.4224-1.0331,0.3815-1.0331,0.3444-1.0331,0.306-1.0331,0.2687-1.0715,0.2292-1.1099,0.1908-1.0715,0.1536-1.1099,0.114-1.1099,0.077-1.1099,0-1.1483,0-0.76552-0.038-0.76553-0.038-0.80274-0.076-0.76553-0.1152-0.80272-0.1152-0.80273-0.1152-0.76554-0.1524-0.80393-0.192-0.76554-0.1907-0.76553-0.2292-0.76553-0.2292-0.72713-0.2292-0.76553-0.2676-0.72714-0.2687-0.68874-0.306-0.68873-0.2292-0.57355-0.1524-0.61195-0.1152-0.61195-0.038-0.65035,0.038-0.61194,0.076-0.57475,0.1536-0.57355,0.228-0.53515,0.2292-0.53635,0.3072-0.49796,0.3431-0.45835,0.3828-0.42117,0.4211-0.38276,0.4596-0.34437,0.4968-0.30597,0.5363-0.22919,0.5352-0.22918,0.5735-0.11398,0.5748-0.11519,0.6131-0.0384,0.612,0.0384,0.6131,0.11519,0.5736,0.11398,0.5351,0.22918,0.5364,0.22919,0.4595,0.30597,0.4584,0.34437,0.4595,0.38276,0.3828,0.42117,0.3444,0.45835,0.2676,0.49796,0.2687,0.53635,0.1908,0.53515,0.1524,0.57355,0.1152,0.57475,0,0.61194,0,0.26759,0,0.19079,0.038-0.91794,0.076-0.95631,0.038-0.99471,0.038-0.99471-0.077-2.3722-0.1524-2.3338-0.306-2.3338-0.4223-2.2966-0.4968-2.2186-0.6503-2.2198-0.726-2.143-0.8423-2.1046-0.9179-2.0662-1.0331-1.9894-1.1099-1.951-1.2251-1.8754-1.3007-1.8358-1.3775-1.7602-1.453-1.6834-1.5299-1.6067-1.6079-1.5299-1.6834-1.4543-1.7603-1.4159-1.8358-1.2623-1.8754-1.2251-1.9511-1.1099-1.9894-1.0331-2.0662-0.95632-2.1046-0.80273-2.143-0.72713-2.2186-0.65034-2.2582-0.49796-2.257-0.42116-2.3338-0.30598-2.3338-0.19198-2.4106-0.0384-1.1099,0-1.1483,0.0768-1.1099,0.0756-1.1471,0.11519-1.1483,0.11519-1.1471,0.19199-1.1483,0.19078-1.1099,0.22918-1.1471,0.22918-1.1099,0.26757-1.1099,0.30598-1.1099,0.30597-1.0715,0.34437-1.0727,0.34437-1.0319,0.38276-1.0331,0.38277,0.9947-1.0715,0.9563-1.1099,0.8795-1.1483,0.8423-1.2251,0.7656-1.2623,0.7259-1.2623,0.6504-1.3391,0.6131-1.3391,0.5352-1.3775,0.4595-1.4159,0.3816-1.4159,0.3444-1.4159,0.2687-1.4531,0.1908-1.4543,0.1152-1.4927,0.038-1.4543-0.038-1.1855-0.076-1.1855-0.1152-1.1867-0.192-1.1483-0.228-1.1855-0.2687-1.1483-0.306-1.1483-0.3444-1.1483-0.3827-1.1099-0.4584-1.1099-0.4596-1.0715-0.5351-1.0715-0.5364-1.0331-0.5735-1.0331-0.6132-0.99471-0.6503-0.95631-0.6503-0.95632-0.6504-0.99471-0.5747-1.0331-0.5352-1.0331-0.5351-1.0715-0.4596-1.0715-0.4212-1.1087-0.4211-1.1099-0.3444-1.1483-0.306-1.1483-0.2687-1.1483-0.2292-1.1855-0.1524-1.1483-0.1536-1.1867-0.076-1.1855,0-1.1879,0-1.3007,0.1152-1.2623,0.1524-1.3007,0.1908-1.2623,0.2687-1.2623,0.306-1.2623,0.3444-1.2251,0.3827-1.2251-1.1866,0.38277-1.2623,0.34437-1.2635,0.26757-1.2623,0.26758-1.3007,0.19198-1.3019,0.15239-1.3007,0.11519-1.3007,0-1.1854,0-1.1855-0.0768-1.1483-0.11519-1.1855-0.19078-1.1855-0.19199-1.1483-0.26757-1.1483-0.30598-1.1087-0.34437-1.1483-0.38276-1.1099-0.45956-1.0715-0.45836-1.0715-0.53635-1.0331-0.53516-1.0332-0.61194-0.9947-0.61195-0.9563-0.68874-0.9563-0.68874-0.9947-0.61194-1.0331-0.61195-1.0319-0.53635-1.0727-0.53515-1.0715-0.45956-1.1099-0.45836-1.1099-0.38277-1.1471-0.34437-1.1483-0.30597-1.1471-0.26878-1.1867-0.19078-1.1471-0.19198-1.1867-0.11519-1.1855-0.0756-1.1855-0.0384-1.4543,0.0384-1.4914,0.11519-1.4543,0.19078-1.4543,0.26758-1.4159,0.34437-1.4158,0.38276-1.4159,0.45956-1.3775,0.53515-1.3379,0.61195-1.3018,0.65034-1.2623,0.72714-1.2635,0.80273-1.1855,0.80392-1.1471,0.91792-1.1099,0.95632-1.0727,0.99471,0.5351-1.3391,0.4224-1.3775,0.3816-1.4159,0.3443-1.4543,0.2292-1.4531,0.1908-1.4927,0.1152-1.4543,0.038-1.4531,0-1.1483-0.076-1.1483-0.1152-1.1483-0.1536-1.1099-0.1908-1.1099-0.2292-1.1087-0.3059-1.1099-0.3072-1.0715-0.3444-1.0715-0.4211-1.0331-0.4212-1.0331-0.4968-1.0331-0.4979-0.99471-0.5352-0.95631-0.5747-0.95632-0.61196-0.95632-0.65034-0.91791-0.68874-0.87953-0.72593-0.84232-0.72714-0.84113-0.76553-0.80393-0.80393-0.76553-0.84114-0.76553-0.87951-0.72714-0.87952-0.65034-0.91912-0.65034-0.95632-0.65034-0.95631-0.57475-0.99471-0.53516-1.0331-0.49795-1.0319-0.45956-1.0727-0.45956-0.42116-0.15239-0.38157-0.22918-0.38276-0.22918-0.38157-0.26877-0.34437-0.30598-0.30597-0.30597-0.26878-0.34437-0.26877-0.34437-0.26759-0.38276-0.19079-0.38277-0.19197-0.42116-0.15239-0.42117-0.11519-0.42116-0.0768-0.45956-0.0372-0.45836-0.0384-0.45956,0.0384-0.61194,0.0756-0.57355,0.15359-0.57475,0.19078-0.53515,0.26877-0.53516,0.30599-0.49795,0.34437-0.45956,0.38156-0.42117,0.42117-0.38276,0.45956-0.34437,0.49795-0.30597,0.49676-0.26758,0.57475-0.19078,0.57474-0.15359,0.57355-0.0756,0.61314-0.0384,0.65034,0.0384,0.65035,0.11519,0.61315,0.19078,0.61194,0.22918,0.57475,0.30598,0.53515,0.38276,0.49676,0.42117,0.49795,0.45955-0.84113-0.95631-0.84232-0.91792-0.87952-0.91912-0.91911-0.87952-0.91793-0.84113-0.91911-0.80393-0.99471-0.80272-0.99471-0.80273-0.99471-0.72714-1.0319-0.72714-1.0727-0.68873-1.0463-0.64795-1.1099-0.65034-1.1099-0.61195-1.1099-0.57354-1.1483-0.53636-1.1471-0.53515-1.1483-0.45836-1.1855-0.45956-1.1855-0.42116-1.1855-0.38277-1.2251-0.38276-1.2251-0.30598-1.2251-0.30597-1.2251-0.26758-1.2623-0.22918-1.2251-0.19198-1.2635-0.15239-1.2623-0.11519-1.2635-0.0768-1.2623-0.0756-1.3007,0-1.7231,0.0384-1.7602,0.0768-1.7218,0.15239-1.723,0.22918-1.6822,0.30597-1.6835,0.34437-1.6451,0.42117-1.6451,0.45956-1.645,0.53515-1.5695,0.61194-1.6067,0.65035-1.5299,0.68874-1.5299,0.76553-1.4927,0.80273-1.4543,0.84232-1.4159,0.91792-1.4159,0.95632-1.3391,1.0331-1.3391,1.0715-1.2623,1.1099-1.2251,1.1483-1.2251,1.1855-1.1471,1.2623-1.1099,1.3007-1.0727,1.3007-0.99471,1.3775-0.95632,1.4159-0.91791,1.4531-0.88072,1.4927-0.80274,1.5311-0.72712,1.5683-0.68755,1.6067-0.0384-1.3775-0.0756-1.3775-0.1536-1.3391-0.22917-1.3391-0.26757-1.3007-0.34437-1.3007-0.38277-1.2623-0.42117-1.2623-0.49675-1.2251-0.53635-1.1855-0.61195-1.1483-0.65035-1.1483-0.68874-1.1099-0.72593-1.0715-0.80393-1.0715-0.80393-0.99471-0.87952-0.95632-0.91792-0.95631-0.95751-0.87953-0.99471-0.84232-0.99472-0.80273-1.0715-0.76553-1.1099-0.72714-1.1099-0.68874-1.1855-0.61194-1.1855-0.57475-1.2251-0.53516-1.2623-0.45956-1.2635-0.42116-1.3007-0.34437-1.3391-0.30597-1.3343-0.22798z"/><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="447.76119995px" line-height="125%" y="50.501293" x="869.40717" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="50.501293" x="869.40717">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usaks_wide.svg b/shields/template_usaks_wide.svg new file mode 100644 index 00000000..c6bb6f8a --- /dev/null +++ b/shields/template_usaks_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="750px" height="600px" viewBox="0 0 750 600"><rect rx="37.5" ry="37.5" height="600" width="750" y="-0.0000022559" x="-4.241E-8" fill="#000"/><path fill-rule="evenodd" fill="#fecd00" d="m668.08,191.1-0.62586-0.52229,1.1072-1.4254,1.0582-1.4725,1.0117-1.568,0.91492-1.5681,0.81815-1.6635,0.81691-1.6623,0.67361-1.6623,0.67364-1.7579,0.57809-1.7578,0.48135-1.7579,0.43358-1.805,0.33679-1.805,0.28906-1.805,0.1923-1.8533,0.14326-1.8521,0.0478-1.8063-0.0478-1.7094-0.0955-1.7095-0.19229-1.7107-0.24001-1.7095-0.3381-1.7095-0.38455-1.6623-0.4336-1.7107-0.53035-1.6623-0.57686-1.6152-0.62587-1.6152-0.67361-1.568-0.76912-1.568-0.81815-1.5197-0.8659-1.4725-0.91493-1.4253-0.96268-1.3782-0.43358-0.47511-0.38582-0.52231-0.33682-0.5694-0.28903-0.5694-0.24003-0.6178-0.14328-0.61775-0.14456-0.61779,0-0.66495,0-0.66491,0.0955-0.6178,0.19228-0.61778,0.1923-0.57065,0.28776-0.56939,0.33807-0.5223,0.3368-0.47513,0.43359-0.47508,0.48133-0.42799,0.4826-0.3325,0.52908-0.33245,0.57814-0.28408,0.57684-0.1898,0.62586-0.18984,0.62585-0.0954,0.67362,0,0.57686,0,0.57811,0.0954,0.52909,0.0956,0.53035,0.18981,0.52911,0.1898,0.48135,0.28534,0.48133,0.28531,0.4813,0.33245,0.38584,0.37961,0.38585,0.37962,0.38455,0.428,0.28907,0.47514,0.28779,0.52224,0.24001,0.47514,0.1923,0.57062,0.19228,0.52228-0.33807-1.3299-0.33679-1.377-0.43357-1.3299-0.48136-1.3298-0.53033-1.3298-0.57685-1.3299-0.6259-1.2827-0.62586-1.2827-0.72134-1.2356-0.72142-1.2356-0.81812-1.2356-0.81693-1.14-0.86588-1.1401-0.8659-1.14-0.9149-1.0445-0.96396-1.0458-2.1176-1.8993-2.1667-1.7107-2.2621-1.6623-2.31-1.5197-2.3577-1.3782-2.4067-1.2827-2.4544-1.14-2.5022-1.0458-2.55-0.90313-2.599-0.76045-2.599-0.66489-2.6454-0.56942-2.6467-0.42802-2.6467-0.28407-2.6957-0.1898-2.6958-0.0955-2.6957,0.0484-2.6957,0.18981-2.6467,0.28528-2.6957,0.42801-2.6455,0.56944-2.6467,0.61776-2.599,0.80759-2.5977,0.90313-2.5512,0.99737-2.5022,1.14-2.4544,1.2827-2.4054,1.3782-2.4067,1.5197-2.3099,1.6152-2.2622,1.7579-2.1666,1.8521,0.33679-1.4725,0.24007-1.4254,0.24129-1.4725,0.14327-1.4254,0.0967-1.4725,0-1.4725,0-1.4254-0.0967-1.4254-0.14327-1.4254-0.19229-1.4242-0.28907-1.4254-0.28779-1.3782-0.38582-1.377-0.38457-1.3298-0.48135-1.377-0.53033-1.3298-0.57687-1.2827-0.62585-1.2827-0.67362-1.2356-0.72137-1.2356-0.7704-1.1885-0.8169-1.1884-0.86588-1.14-0.91493-1.14-0.96395-1.0446-1.0104-1.0457-1.0595-0.99742-1.1072-0.99737-1.1549-0.90313-1.155-0.90312-1.2517-0.85473-1.2504-0.7592-0.91493-0.66494-0.86591-0.71333-0.86589-0.71203-0.86591-0.76048-0.81689-0.76046-0.77041-0.80756-0.76911-0.8076-0.72265-0.80759-0.72139-0.85472-0.67361-0.85474-0.67362-0.90312-0.62461-0.90312-0.62587-0.95026-0.5781-0.95024-0.52909-0.95026-0.53036-0.95023-0.5291-0.99743-0.43357-0.99736-0.43358-0.99744-0.4336-1.0445-0.33679-1.0457-0.38583-1.0446-0.28781-1.0445-0.28777-1.0929-0.24129-1.0929-0.24007-1.0929-0.19101-1.0929-0.14453-1.0929-0.0967-1.0917-0.0955-1.14-0.0477-1.0917,0-1.14,0-0.19481,0-0.18977-0.67362,0.71202-0.67364,0.71333-0.72134,0.71209-0.72264,0.66492-0.76913,0.66493-0.76915,0.61777-0.77042,0.61779-0.81812,0.61779-0.8169,0.56942-0.81815,0.52227-0.8169,0.57063-0.8659,0.47514-0.86591,0.47515-0.91493,0.47511-0.86586,0.47513-0.91492,0.37963-0.91495,0.42798-0.96393,0.33242-0.9149,0.37961-0.96271,0.28534-0.96262,0.33247-0.96271,0.28408-0.96391,0.23692-0.96271,0.18983-1.0104,0.23692-0.96396,0.14267-1.0104,0.14267-1.0117,0.14264-1.0104,0.0956-1.0117,0.0484-1.0104,0.0472-1.0117,0.0471-1.0582-0.0471-1.0595-0.0956-1.0594-0.0956-1.0104-0.0471-1.6375-0.28532-1.5886-0.18982-1.6363-0.0956-1.6363-0.0484-1.5885,0-1.6376,0.0956-1.5885,0.14265-1.5885,0.23697-1.5408,0.28531-1.5395,0.33247-1.5408,0.42799-1.493,0.47514-1.4427,0.5694-1.444,0.56938-1.4427,0.66495-1.395,0.71332-1.3473,0.80759-1.3472,0.80757-1.2995,0.90312-1.2518,0.95024-1.2027,0.99742-1.1549,1.0445-1.155,1.0929-1.0594,1.1401-1.0117,1.1884-1.0104,1.2355-0.9149,1.2827-0.91492,1.3299-0.81818,1.3782-0.76912,1.4242-0.67364,1.4738-0.67359,1.5196-0.0478-1.8521-0.1445-1.805-0.19228-1.8062-0.28783-1.7578-0.38579-1.7579-0.43358-1.7578-0.48135-1.7095-0.57811-1.6623-0.67364-1.6623-0.67362-1.6152-0.76914-1.6152-0.86588-1.5209-0.8659-1.568-0.96268-1.4725-1.0104-1.4254-1.0595-1.4254-1.155-1.377-1.1549-1.3298-1.2518-1.2356-1.2517-1.2355-1.3472-1.1884-1.3472-1.1401-1.4428-1.0445-1.4428-1.0458-1.493-0.95027-1.5408-0.90312-1.5886-0.80757-1.6363-0.80761-1.6376-0.71207-1.684-0.61778-1.7331-0.5694-1.7808-0.52231-0.57686-0.0484-0.62586-0.14267-0.52908-0.18981-0.57814-0.23697-0.52908-0.28531-0.48132-0.33245-0.43358-0.3796-0.43358-0.42801-0.38582-0.42799-0.3381-0.47513-0.28776-0.52223-0.28782-0.56942-0.19226-0.52226-0.14456-0.6178-0.0955-0.56943,0-0.6153,0-0.66491,0.0955-0.61783,0.19229-0.61777,0.19228-0.61777,0.28779-0.52227,0.33808-0.52228,0.33681-0.52224,0.43358-0.428,0.48132-0.42799,0.48261-0.3796,0.52911-0.28535,0.57807-0.28407,0.57687-0.23815,0.62588-0.14269,0.62584-0.0956,0.67365-0.0471,0.57682,0.0471,0.57811,0.0484,0.52911,0.14267,0.57811,0.18982,0.52911,0.1898,0.52905,0.23695,0.4826,0.2853,0.48136,0.28531-1.155-0.8547-1.1562-0.85475-1.2028-0.76043-1.2027-0.75922-1.2517-0.71333-1.2995-0.71205-1.2983-0.61782-1.2995-0.56939-1.3472-0.56942-1.3472-0.47514-1.395-0.47506-1.3472-0.38088-1.3963-0.33245-1.395-0.28533-1.395-0.23697-1.395-0.1898-2.8403-0.14265-2.7912,0-2.7925,0.0955-2.7435,0.28531-2.7435,0.37961-2.6467,0.47515-2.6468,0.66494-2.5977,0.76043-2.599,0.85476-2.5022,0.99737-2.4544,1.0929-2.3577,1.2356-2.3589,1.2828-2.2622,1.4254-2.2144,1.5209-2.1177,1.6152-2.0686,1.7107-1.9731,1.8522-1.8763,1.8534-1.8298,1.9948-1.684,2.0903-1.6363,2.1387-1.5408,2.2329-1.444,2.2801-1.2983,2.3756-1.2517,2.4699-1.1072,2.5171-1.0104,2.5654-0.8659,2.661-0.77038,2.661-0.62585,2.7552-0.48133,2.8495-0.38457-1.4725-0.38582-1.4254-0.48136-1.377-0.48135-1.377-0.57806-1.3783-0.62588-1.2827-0.67362-1.2827-0.72267-1.2827-0.72135-1.1885-0.81814-1.1884-0.8659-1.1872-0.91493-1.0929-0.91493-1.0929-0.96266-1.0445-1.0104-0.99737-1.0582-0.99739-1.1072-0.90313-1.155-0.9031-1.1549-0.80761-1.155-0.8076-1.2517-0.76041-1.2517-0.66494-1.2995-0.66492-1.2995-0.61779-1.3472-0.56942-1.3473-0.47511-1.3963-0.47514-1.395-0.37961-1.444-0.33245-1.444-0.28534-1.4918-0.23695-1.4918-0.18981-1.1072-0.18979-1.1072-0.23692-1.1072-0.23698-1.0582-0.33368-1.1072-0.33247-1.0595-0.33373-1.0582-0.42672-1.0104-0.42799-1.0582-0.47514-1.0104-0.47512-1.0104-0.52227-0.96268-0.57063-0.96271-0.56942-0.96263-0.61778-0.91493-0.61779-0.91493-0.66494-0.91493-0.71207-0.86588-0.71204-0.81817-0.76048-0.8659-0.76045-0.77039-0.76045-0.81812-0.8547-0.72268-0.80766-0.77036-0.85466-0.67365-0.90313-0.67361-0.90315-0.67362-0.90313-0.62585-0.95021-0.57687-0.95027-0.57684-0.99738-0.52908-0.99742-0.48135-0.99738-0.33682,1.0929-0.38582,1.0458-0.38455,1.0446-0.38585,1.0445-0.48133,1.0458-0.48135,1.0445-0.4813,0.99738-0.57689,0.95026-0.57686,0.99737-0.57683,0.95029-0.62587,0.90313-0.67364,0.95021-0.67359,0.85471-0.72139,0.90314-0.72137,0.85474-0.77039,0.80758-0.7704,0.80761-0.81815,0.80757-0.81815,0.75922-0.8659,0.71333-0.8659,0.71205-0.9149,0.66492-0.91494,0.66492-0.91492,0.66495-0.96266,0.5694-0.96268,0.57065-1.0104,0.56944-1.0104,0.52223-1.0104,0.47515-1.0582,0.42676-1.0582,0.42796-1.0594,0.38084-1.5886,0.47513-1.5885,0.52227-1.4918,0.61778-1.493,0.61779-1.4428,0.71209-1.3963,0.80759-1.3473,0.80757-1.3472,0.85475-1.2517,0.95023-1.2517,0.99743-1.155,0.99738-1.155,1.0929-1.0582,1.1401-1.0582,1.1401-0.96271,1.2356-0.96266,1.2356-0.86589,1.2827-0.81815,1.3298-0.76915,1.3299-0.72262,1.377-0.62585,1.4254-0.62587,1.4725-0.52914,1.4725-0.43356,1.5209-0.43233,1.5197-0.3368,1.5209-0.24128,1.568-0.19228,1.6152-0.14454,1.568-0.0478,1.6152,0,1.6623,0.0968,1.6152-0.72261-1.377-0.76914-1.3298-0.77041-1.3299-0.86592-1.2828-0.9149-1.2355-0.91491-1.1884-0.9627-1.1885-1.0582-1.14-1.0594-1.1401-1.0582-1.0458-1.1549-1.0445-1.155-0.9974-1.2027-0.95024-1.2517-0.90311-1.2517-0.85476-1.2995-0.85473-1.2995-0.76043-1.3472-0.75922-1.395-0.66489-1.3962-0.66496-1.395-0.61778-1.444-0.52231-1.444-0.52223-1.4918-0.42797-1.4918-0.42801-1.4918-0.33248-1.5408-0.33245-1.5408-0.23694-1.5408-0.18981-1.5395-0.14264-1.5885-0.0956-1.5885,0-0.96272,0-1.0104,0.0471-1.0594,0.0484-1.0104,0.0955-1.0104,0.0955-1.0104,0.14267-1.0104,0.0956-0.9149,0.14261-0.57686,0.1898-0.62589,0.14267-0.57683,0.0955-0.62587,0.0472-0.67361-0.0472-0.62586-0.0955-0.62586-0.1898-0.57684-0.18978-0.57686-0.28532-0.52911-0.28533-0.48135-0.37962-0.4813-0.428-0.38458-0.42673-0.38584-0.52227-0.33677-0.52228-0.28785-0.5694-0.19229-0.5694-0.14451-0.61777-0.0968-0.61779-0.0477-0.66492,0.0477-0.61781,0.0968-0.61779,0.14451-0.56942,0.19229-0.56942,0.28785-0.52222,0.33677-0.47515,0.33682-0.42677,0.4336-0.42799,0.4813-0.33242,0.48135-0.33247,0.52911-0.33248,0.57686-0.23697,0.57684-0.1898,0.62586-0.18978,0.62586-0.14264,0.62584-0.0956,0.43235-0.0471,0.48136,0,0.43357-0.0484,0.43232,0-2.839,0.0955-2.839,0.14267-2.839,0.14267-2.8403,0.14264-2.839,0.23697-2.7913,0.23694-2.839,0.28534-2.7912,0.37958-2.7912,0.52229-2.6958,0.66494-2.599,0.85471-2.4545,1.0445-2.4067,1.1884-2.2622,1.3299-2.1654,1.4725-2.0699,1.6152-1.9254,1.7579-1.8776,1.9005-1.7318,1.9948-1.5886,2.0903-1.5408,2.2329-1.395,2.2801-1.2995,2.3756-1.155,2.4699-1.0594,2.5654-0.96266,2.6126-0.81815,2.661-0.72264,2.7081-0.57683,2.7552-0.48136,2.8024-0.33679,2.8024-0.24006,2.8508-0.0968,2.8979,0,2.8508,0.14456,2.8979,0.24001,2.8495,0.38586,2.8508,0.52908,2.8495,0.62588,2.8024,0.77037,2.7552-1.1549-0.95023-1.2027-0.85472-1.2517-0.8076-1.2517-0.76047-1.2995-0.7133-1.2995-0.66492-1.3473-0.56943-1.3472-0.57067-1.3472-0.47507-1.395-0.428-1.395-0.37964-1.3962-0.33244-1.444-0.28534-1.395-0.23692-1.444-0.14266-1.444-0.0956-1.395-0.0956-1.444,0-1.444,0.0956-1.444,0.0956-1.444,0.14266-1.4428,0.23692-1.3963,0.28534-1.444,0.33244-1.395,0.37964-1.3962,0.428-1.3473,0.52224-1.3472,0.56941-1.3473,0.61776-1.3472,0.66496-1.2995,0.71331-1.2517,0.76045-1.0595,0.52226-1.0104,0.52228-1.0582,0.47513-1.1072,0.42799-1.1072,0.42799-1.1072,0.33242-1.155,0.3325-1.1549,0.33245-1.155,0.2841-1.155,0.23821-1.2027,0.1898-1.155,0.14264-1.2027,0.14267-1.155,0.0954-1.2027,0.0472-1.155,0-1.0582,0-1.1072-0.0472-1.0582-0.0484-1.1072-0.14265-1.0595-0.14269-1.1059-0.14265-1.0595-0.18978-1.0582-0.23697-1.0594-0.23817-1.0582-0.28408-1.0104-0.3325-1.0582-0.33242-1.0104-0.38084-1.0104-0.42675-1.0104-0.42801-0.96268-0.42798,0.62589,1.6623,0.52908,1.7578,0.52911,1.7579,0.43358,1.8521,0.33679,1.8534,0.24004,1.8521,0.09681,0.95029,0.04773,0.90312,0.049,0.95023,0,0.90314,0,1.2827-0.09672,1.3298-0.09681,1.2827-0.19226,1.3298-0.24007,1.2827-0.24001,1.3298-0.33685,1.2827-0.33677,1.2827-0.38458,1.2356-0.43357,1.2827-0.48136,1.2355-0.52911,1.1872-0.52908,1.1884-0.57684,1.14-0.62586,1.1401-0.67364,1.0929-0.9149,1.3299-0.91493,1.3782-0.81818,1.377-0.72261,1.4254-0.72137,1.4241-0.57686,1.4738-0.57683,1.4725-0.48135,1.5209-0.38455,1.4725-0.38457,1.568-0.24129,1.5196-0.24007,1.5209-0.14451,1.568-0.04778,1.5209-0.049,1.5681,0.049,1.5681,0.14453,1.5208,0.19229,1.5197,0.24129,1.568,0.28782,1.5209,0.38582,1.5197,0.4323,1.4738,0.52911,1.4725,0.57686,1.4725,0.62586,1.4254,0.72137,1.4254,0.7704,1.377,0.81815,1.377,0.9149,1.3299,0.96268,1.2827,1.0104,1.2827,1.1072,1.2356-0.49767,0-0.43357,0-0.48133,0-0.38585,0-1.8285,0-1.7331,0.14268-1.7808,0.18981-1.7331,0.23694-1.7318,0.2841-1.684,0.38082-1.7331,0.47513-1.6363,0.52226-1.6363,0.56941-1.6363,0.6178-1.5885,0.71332-1.5408,0.7592-1.4918,0.8076-1.493,0.85472-1.4918,0.95027-1.395,0.95022-1.3963,1.0458-1.2995,1.0445-1.2995,1.14-1.2518,1.1884-1.204,1.2356-1.1549,1.2356-1.1072,1.3299-1.0582,1.377-1.0104,1.3782-0.96266,1.4254-0.8659,1.4725-0.81815,1.5196-0.77042,1.568-0.72137,1.5681-0.62586,1.6152-0.57686,1.6623-0.14451,0.5694-0.14453,0.56943-0.19229,0.52224-0.28904,0.52229-0.28782,0.47511-0.33679,0.47511-0.38582,0.42801-0.43233,0.37961-0.4336,0.33246-0.48133,0.33245-0.52908,0.28533-0.52911,0.23695-0.52911,0.18981-0.57683,0.0956-0.57686,0.0954-0.62586,0.0472-0.67362-0.0472-0.62586-0.0954-0.62586-0.14269-0.57686-0.2369-0.57683-0.23696-0.52911-0.33247-0.4813-0.37959-0.48135-0.428-0.38582-0.42798-0.38457-0.52227-0.33682-0.52229-0.28904-0.52224-0.19229-0.61779-0.14456-0.5694-0.09675-0.66493-0.04776-0.66495,0-0.5694,0.09678-0.61778,0.14453-0.61783,0.19226-0.56938,0.24007-0.56943,0.28904-0.52224,0.33682-0.52227,0.33679-0.52226-0.91493,1.0445-0.9149,1.0929-0.8659,1.1401-0.81815,1.1884-0.76915,1.1884-0.72261,1.2356-0.72137,1.2356-0.62589,1.2827-0.62586,1.3298-0.57811,1.2828-0.48133,1.377-0.48136,1.3298-0.43357,1.377-0.38455,1.3782-0.28907,1.377-0.28904,1.377-0.28782,2.7552-0.14453,2.7552-0.049,2.7552,0.14451,2.7552,0.24131,2.7081,0.38458,2.6597,0.52908,2.6126,0.67364,2.6126,0.7704,2.5655,0.86588,2.5182,1.0105,2.4699,1.1549,2.4228,1.2517,2.3756,1.395,2.3273,1.4918,2.233,1.5885,2.1858,1.6841,2.1375,1.8298,2.0419,1.9254,1.9476,2.0208,1.9005,2.1177,1.805,2.2131,1.7095,2.3099,1.6152,2.4067,1.5196,2.5034,1.4738,2.599,1.3298,2.6957,1.1872,2.7435,1.14,2.888,0.99863,2.9358,0.90313,2.9835,0.75919,3.1281,0.66495-1.2027,0.33248-1.204,0.38084-1.1549,0.47512-1.155,0.47514-1.1549,0.56939-1.155,0.61779-1.1072,0.61781-1.1072,0.71206-1.1072,0.7592-1.0582,0.80759-1.0595,0.80759-1.0104,0.90313-1.0104,0.90312-0.96266,0.95021-0.96268,0.99745-0.91493,1.0458-0.86588,1.0929-0.81818,1.0929-0.81815,1.1401-0.7704,1.1872-0.72137,1.1885-0.67361,1.2343-0.67364,1.2827-0.57808,1.2827-0.57686,1.3299-0.48133,1.3298-0.48133,1.377-0.38585,1.377-0.33679,1.4242-0.33679,1.4254-0.24007,1.4725-0.14451,1.4254-0.24004,1.14-0.24007,1.0929-0.28904,1.0458-0.28779,1.0917-0.33682,1.0457-0.38582,1.0458-0.43358,1.0445-0.43357,1.0458-0.48136,0.99863-0.48133,0.9974-0.57686,0.99863-0.52908,0.95026-0.62589,0.95026-0.62586,0.95023-0.62584,0.90313-0.67364,0.90312-0.72137,0.85473-0.72262,0.85473-0.76915,0.85473-0.7704,0.80759-0.81815,0.75922-0.81815,0.7592-0.8659,0.76046-0.8659,0.71206-0.86593,0.71208-0.96266,0.6649-0.91493,0.61781-0.96268,0.61779-0.96266,0.61778-1.0105,0.52229-1.0104,0.52225-1.0582,0.52351,1.1072,0.33248,1.1072,0.38084,1.0582,0.38084,1.0582,0.42672,1.0104,0.4764,1.0105,0.47512,1.0104,0.52226,1.0104,0.52228,0.96268,0.57065,0.96268,0.61781,0.91493,0.61653,0.9149,0.66489,0.9149,0.66495,0.86593,0.71332,0.8659,0.71204,0.81815,0.75925,0.81812,0.80759,0.77042,0.7592,0.77037,0.85472,0.7214,0.85473,0.72137,0.85476,0.67362,0.85473,0.67364,0.9031,0.62586,0.95026,0.57684,0.95023,0.57686,0.95026,0.57683,0.99863,0.48136,0.9974,0.52908,0.99865,0.4336,1.0458,0.43357,1.0445,0.38458,1.0457,0.43357,1.568,0.52911,1.568,0.57683,1.4738,0.62586,1.4725,0.72137,1.4254,0.7704,1.4242,0.81815,1.3299,0.8659,1.2827,0.96271,1.2814,0.96263,1.2356,1.0595,1.1872,1.0582,1.0929,1.1072,1.0929,1.2027,1.0458,1.204,0.99743,1.2517,0.9031,1.2995,0.90309,1.3472,0.80759,1.3473,0.75923,1.395,0.71332,1.444,0.66492,1.444,0.56939,1.4918,0.52354,1.493,0.47512,1.5395,0.428,1.5885,0.33245,1.5885,0.28408,1.5885,0.18981,1.5885,0.14267,1.6363,0.0943,1.6363,0,1.6841-0.0943,0.62586,0.47511-1.1059,1.4738-1.0594,1.4725-0.96268,1.568-0.96266,1.568-0.81818,1.6164-0.81815,1.7095-0.72134,1.6636-0.62589,1.7578-0.57686,1.7566-0.4813,1.7579-0.4336,1.8049-0.38457,1.805-0.24004,1.8062-0.24131,1.8521-0.0955,1.805-0.049,1.8521,0.049,1.7107,0.0955,1.7107,0.19229,1.7095,0.24007,1.7107,0.33677,1.7107,0.33685,1.6623,0.48133,1.7107,0.48135,1.6623,0.57684,1.6164,0.67361,1.6152,0.67362,1.568,0.7704,1.568,0.81815,1.5209,0.8659,1.4725,0.91493,1.4254,0.96268,1.377,0.4323,0.47511,0.38585,0.52226,0.33679,0.57065,0.28782,0.56941,0.24129,0.61776,0.14453,0.61782,0.09675,0.61781,0.04778,0.66492-0.04778,0.66492-0.09675,0.61653-0.14453,0.61779-0.19229,0.57065-0.28904,0.56944-0.33682,0.52349-0.38457,0.47514-0.38582,0.47512-0.48136,0.42798-0.48133,0.33245-0.52908,0.33376-0.57683,0.28405-0.57686,0.18981-0.62586,0.1898-0.62589,0.0943-0.67359,0-0.57686,0-0.57811-0.0943-0.52911-0.0955-0.52911-0.18855-0.52905-0.1898-0.48136-0.28534-0.48136-0.28405-0.48133-0.33251-0.38457-0.33368-0.38458-0.42798-0.38582-0.42798-0.28779-0.428-0.28904-0.47515-0.24131-0.5421-0.24001-0.52226-0.14453-0.52351,0.33682,1.3298,0.33679,1.377,0.43233,1.3298,0.48133,1.3299,0.52911,1.3299,0.52908,1.3298,0.62586,1.2827,0.67362,1.2356,0.7214,1.2344,0.72137,1.2355,0.81815,1.1872,0.81815,1.1872,0.86593,1.14,0.86588,1.0929,0.91493,1.0457,0.96266,1.0458,2.1176,1.8992,2.1654,1.7578,2.2622,1.6152,2.3099,1.5209,2.3576,1.377,2.4067,1.2827,2.4544,1.1401,2.5022,1.0458,2.5512,0.90312,2.5512,0.8076,2.6467,0.66491,2.599,0.52226,2.6467,0.428,2.6957,0.33245,2.6957,0.18979,2.6467,0.0472,2.6958-0.0472,2.6945-0.18979,2.6957-0.28408,2.6468-0.42798,2.6957-0.52228,2.599-0.66492,2.6467-0.76046,2.55-0.90315,2.5512-1.0445,2.5022-1.1401,2.5035-1.2356,2.4067-1.4241,2.3577-1.4737,2.3099-1.6623,2.2622-1.7108,2.1654-1.9005-0.28904,1.4738-0.2878,1.4241-0.19228,1.4737-0.14453,1.4738-0.0968,1.4242-0.049,1.4738,0.049,1.4242,0.0968,1.4241,0.14453,1.4254,0.19228,1.4242,0.24002,1.4254,0.33682,1.377,0.33682,1.377,0.43357,1.3298,0.48134,1.377,0.5291,1.3298,0.57686,1.2828,0.62587,1.2827,0.67361,1.2343,0.72264,1.2356,0.77037,1.1872,0.81814,1.1872,0.86594,1.14,0.91492,1.0929,0.96263,1.0929,1.0105,1.0458,1.0594,0.9974,1.1072,0.99863,1.1072,0.90312,1.2028,0.90311,1.2518,0.8076,1.2517,0.80634,0.91491,0.66495,0.86589,0.71204,0.86594,0.71331,0.8659,0.7592,0.77039,0.75923,0.81815,0.76045,0.77037,0.80635,0.72139,0.85477,0.72265,0.8547,0.67361,0.85471,0.67365,0.90311,0.62585,0.90313,0.62584,0.95023,0.57686,0.90313,0.52911,0.99865,0.52908,0.95026,0.48135,0.99863,0.48133,0.99739,0.43358,0.99864,0.38457,1.0445,0.38458,1.0458,0.33676,1.0458,0.33685,1.0445,0.28904,1.0929,0.24004,1.0929,0.24007,1.0929,0.14448,1.0929,0.19229,1.0929,0.0968,1.0929,0.0968,1.1401,0.0477,1.0929,0,1.1401,0,0.14139,0,0.18981,0.67365-0.75921,0.67364-0.71208,0.72261-0.66493,0.7214-0.66491,0.77036-0.66493,0.72265-0.6178,0.81815-0.61777,0.77039-0.56943,0.81818-0.57064,0.86587-0.56942,0.81817-0.52351,0.86591-0.52226,0.86587-0.4751,0.86591-0.47515,0.91492-0.42799,0.9149-0.42799,0.91493-0.38084,0.91494-0.38084,0.96267-0.33246,0.96266-0.33371,0.91493-0.28411,0.96268-0.28405,1.0104-0.23695,0.96268-0.23697,1.0104-0.18977,0.96271-0.14264,1.0104-0.18981,1.0104-0.0943,1.0104-0.0954,1.0105-0.0472,1.0104-0.0471,1.0104-0.0472,1.0104,0.0472,1.1072,0.0943,1.0595,0.0954,0.96269,0.0471,1.6363,0.23698,1.6363,0.18977,1.6363,0.14264,1.6363,0.0472,1.5885,0,1.6363-0.0956,1.5885-0.14141,1.5408-0.23694,1.5885-0.28531,1.5408-0.37964,1.4918-0.38085,1.4918-0.47515,1.493-0.57062,1.444-0.56939,1.4428-0.66494,1.3963-0.76043,1.3472-0.75926,1.3472-0.80756,1.2518-0.9031,1.2517-0.95029,1.2517-0.99737,1.1549-1.0458,1.1072-1.0929,1.1072-1.1401,1.0104-1.1872,1.0104-1.2356,0.91492-1.2827,0.86594-1.3298,0.86589-1.377,0.72135-1.4242,0.72264-1.4738,0.67364-1.5209,0.0477,1.8534,0.14453,1.805,0.19229,1.805,0.28905,1.7578,0.38457,1.7578,0.43357,1.7566,0.48133,1.6636,0.57685,1.7107,0.62587,1.6623,0.72139,1.6152,0.7704,1.6165,0.81815,1.5196,0.9149,1.5209,0.96269,1.5209,1.0104,1.4242,1.0582,1.4253,1.1549,1.377,1.155,1.3299,1.204,1.2344,1.2995,1.2356,1.3472,1.1872,1.3472,1.14,1.444,1.0458,1.444,1.0458,1.4918,0.95029,1.5408,0.90307,1.5885,0.80765,1.6363,0.80633,1.6363,0.71329,1.684,0.61656,1.7331,0.61778,1.7318,0.47515,0.62586,0.0956,0.57686,0.14139,0.57684,0.1898,0.57685,0.23697,0.48134,0.2853,0.52908,0.33249,0.4336,0.38084,0.43357,0.37959,0.38458,0.47637,0.33679,0.47514,0.28907,0.52225,0.24004,0.52228,0.24001,0.57066,0.14456,0.61778,0.0968,0.5694,0,0.61778,0,0.66492-0.14454,0.61778-0.14453,0.61783-0.19229,0.56938-0.28904,0.57066-0.33682,0.52227-0.38455,0.52225-0.38584,0.42799-0.48134,0.428-0.48135,0.38084-0.52908,0.28412-0.57684,0.28408-0.57686,0.18978-0.62589,0.18981-0.62585,0.0956-0.67362,0.0471-0.57686-0.0471-0.57809-0.0956-0.57685-0.0943-0.52911-0.1898-0.52908-0.18981-0.52912-0.23697-0.48129-0.28408-0.48136-0.33371,1.1549,0.85476,1.155,0.85471,1.204,0.80761,1.204,0.71203,1.2518,0.75921,1.2995,0.66494,1.2995,0.61779,1.2995,0.56942,1.3472,0.57064,1.3473,0.47516,1.3473,0.47508,1.3962,0.38087,1.395,0.33247,1.3963,0.28531,1.395,0.23693,1.395,0.18982,2.7913,0.14144,2.8403,0.0484,2.7913-0.14267,2.7435-0.23696,2.6957-0.42799,2.6958-0.47508,2.6467-0.66496,2.599-0.76046,2.5512-0.85349,2.5022-0.99867,2.4544-1.0929,2.4067-1.1872,2.3577-1.3299,2.2621-1.4254,2.2132-1.5197,2.1176-1.6164,2.0209-1.7094,2.0208-1.805,1.8776-1.9006,1.7808-1.9947,1.7318-2.0419,1.6363-2.1858,1.5396-2.233,1.444-2.2801,1.2995-2.3756,1.2517-2.4699,1.1072-2.5171,0.96268-2.5654,0.9149-2.6609,0.72264-2.661,0.62587-2.7552,0.5291-2.8508,0.33679,1.4738,0.43358,1.4241,0.4336,1.3782,0.52908,1.377,0.57814,1.3299,0.57683,1.3299,0.67362,1.2814,0.72264,1.2356,0.76915,1.2343,0.81815,1.1884,0.81687,1.14,0.91493,1.1401,0.96393,1.0929,0.96269,1.0458,1.0104,0.99743,1.0594,0.95023,1.1072,0.95149,1.1072,0.8535,1.2028,0.85476,1.1562,0.76041,1.2505,0.75919,1.2517,0.71211,1.2982,0.66495,1.2995,0.57059,1.3473,0.56943,1.395,0.47636,1.3963,0.47515,1.395,0.37962,1.4428,0.3337,1.444,0.28405,1.4918,0.23695,1.493,0.18981,1.1072,0.1898,1.155,0.23695,1.0595,0.28407,1.1072,0.33371,1.0582,0.33248,1.1072,0.38084,1.0594,0.38084,1.0117,0.42798,1.0582,0.47514,1.0117,0.47511,0.96265,0.56943,1.0105,0.52348,0.96391,0.56942,0.91492,0.61776,0.91493,0.61783,0.9149,0.6649,0.91491,0.71209,0.86593,0.71206,0.8169,0.71209,0.81812,0.76044,0.81815,0.80635,0.76915,0.80756,0.77039,0.80762,0.72137,0.85471,0.67362,0.85349,0.67364,0.90315,0.67362,0.90313,0.62585,0.95145,0.57684,0.9503,0.57813,0.99737,0.52908,0.95149,0.48136,1.0445,0.33804-1.0917,0.33685-1.0929,0.38579-1.0458,0.43361-1.0458,0.48132-1.0445,0.48133-1.0458,0.48133-0.99863,0.57814-0.95024,0.52908-0.99742,0.62585-0.9515,0.62589-0.90312,0.67361-0.90306,0.67362-0.90313,0.72137-0.85476,0.7214-0.85346,0.77037-0.80762,0.76914-0.8076,0.81815-0.80634,0.81691-0.76042,0.86589-0.71209,0.86588-0.71206,0.91493-0.66496,0.91495-0.66491,0.9149-0.61779,0.96391-0.56941,0.96271-0.57068,1.0104-0.57063,1.0117-0.52225,1.0104-0.47511,1.0595-0.42801,1.0594-0.42798,1.1072-0.38084,1.5885-0.47511,1.5408-0.52229,1.4918-0.57065,1.493-0.66492,1.4427-0.71207,1.395-0.75924,1.3473-0.80758,1.3472-0.90309,1.2517-0.90311,1.2518-0.99741,1.1549-1.0458,1.155-1.0458,1.0595-1.14,1.0582-1.1401,0.9639-1.2356,0.96271-1.2344,0.86588-1.2827,0.8169-1.3299,0.77039-1.3299,0.72138-1.377,0.62585-1.4241,0.57684-1.4254,0.53036-1.4725,0.48132-1.5209,0.38585-1.5209,0.3368-1.5209,0.28781-1.568,0.19229-1.6152,0.14451-1.5681,0.0478-1.6152,0-1.6164-0.0955-1.6624,0.7214,1.4242,0.72134,1.3299,0.81814,1.3299,0.86591,1.2827,0.86465,1.2356,0.96396,1.2343,0.96266,1.1401,1.0104,1.14,1.0594,1.14,1.1072,1.0458,1.155,1.0457,1.155,0.99741,1.204,0.95152,1.2027,0.90312,1.2995,0.85344,1.2505,0.80762,1.3472,0.76046,1.3473,0.7592,1.3473,0.66494,1.3962,0.66493,1.4428,0.56941,1.4427,0.57063,1.444,0.47512,1.4918,0.47514,1.493,0.38084,1.493,0.38081,1.5408,0.28412,1.5396,0.23696,1.5408,0.18979,1.5408,0.14264,1.5885,0.0943,1.5885,0,0.9639,0,1.0105-0.0472,1.0594-0.0472,1.0105-0.0955,1.0116-0.0944,1.0104-0.14262,1.0117-0.0943,0.9149-0.14266,0.57687-0.14265,0.62586-0.14147,0.57811-0.0954,0.62586-0.0471,0.62459,0.0471,0.67361,0.0954,0.62589,0.14147,0.57808,0.23695,0.57686,0.28528,0.53036,0.28413,0.48135,0.38082,0.48133,0.42801,0.38584,0.42672,0.38456,0.52352,0.33806,0.52227,0.24001,0.52349,0.24007,0.61655,0.14451,0.61778,0.0955,0.61783,0.0477,0.66492-0.0477,0.61778-0.0955,0.61652-0.14451,0.61782-0.19228,0.57065-0.24007,0.52225-0.33677,0.52229-0.33809,0.47511-0.43358,0.42799-0.4336,0.38087-0.4813,0.33367-0.5291,0.33251-0.53036,0.23688-0.57686,0.18984-0.62583,0.14267-0.6259,0.0943-0.67361,0.0471-0.38582,0-0.38458,0-0.43357,0-0.67362,0,1.4428-0.0471,1.444,0,1.4428,0.0471,1.493,0.0484,2.9358,0.0943,2.9836,0.0943,1.4427,0,1.444,0,1.395-0.0472,1.395-0.0943,1.3472-0.14266,1.3473-0.18981,1.2517-0.23698,1.2505-0.33241,2.6957-0.90313,2.599-0.99863,2.5022-1.1872,2.4067-1.2827,2.3099-1.377,2.2622-1.568,2.1189-1.6152,2.0209-1.7579,1.9718-1.8534,1.8299-1.9464,1.7318-1.9948,1.6363-2.1387,1.5408-2.1859,1.3962-2.2801,1.2982-2.3756,1.204-2.3744,1.1072-2.4699,0.96269-2.5654,0.86587-2.5642,0.76914-2.6126,0.6259-2.661,0.48132-2.7081,0.38582-2.7081,0.28777-2.7565,0.14456-2.7552,0-2.8036-0.0968-2.8024-0.24004-2.8036-0.38459-2.8024-0.48257-2.7565-0.67364-2.8024-0.76912-2.7565,1.2027,0.95153,1.204,0.85346,1.2505,0.80759,1.2517,0.76046,1.2995,0.71207,1.2982,0.66491,1.3473,0.56943,1.3472,0.57067,1.3472,0.47512,1.3963,0.42798,1.395,0.38085,1.395,0.33246,1.395,0.28409,1.444,0.23694,1.395,0.14267,1.4427,0.0954,1.444,0.0943,1.4428,0,1.4428-0.0943,1.444-0.0954,1.4428-0.14267,1.3962-0.23694,1.4428-0.28409,1.395-0.33246,1.395-0.38085,1.3962-0.42798,1.395-0.52228,1.3472-0.57065,1.3473-0.61779,1.3472-0.66492,1.2995-0.71209,1.2504-0.75919,1.0117-0.52351,1.0582-0.52228,1.0595-0.4751,1.1072-0.42804,1.1072-0.42794,1.1072-0.33246,1.155-0.38086,1.1549-0.28409,1.155-0.28534,1.155-0.23697,1.1549-0.18977,1.204-0.14141,1.155-0.14267,1.2027-0.0943,1.1562-0.0484,1.2027-0.0472,1.0594,0.0472,1.106,0.0484,1.0594,0.0472,1.1072,0.14263,1.0595,0.14146,1.0582,0.14264,1.1072,0.18981,1.0594,0.23694,1.0595,0.23695,1.0104,0.28407,1.0594,0.33373,1.0117,0.33246,1.0582,0.38084,1.0117,0.42798,0.96267,0.42797,1.0117,0.42675-0.62586-1.6623-0.57814-1.7578-0.48133-1.7578-0.43357-1.8521-0.33683-1.8521-0.24003-1.8534-0.0967-0.95028-0.0478-0.90313-0.0477-0.95023-0.0477-0.90313,0.0477-1.2827,0.0955-1.3298,0.0967-1.2827,0.19101-1.3299,0.19229-1.2815,0.28906-1.3298,0.2878-1.2827,0.38585-1.2827,0.38454-1.2827,0.43358-1.2343,0.48135-1.2356,0.53033-1.1872,0.52911-1.1872,0.57811-1.1885,0.62461-1.0929,0.62587-1.0929,0.9627-1.3299,0.91488-1.377,0.81815-1.377,0.72136-1.4241,0.67364-1.4254,0.62586-1.4726,0.57811-1.4737,0.48134-1.5209,0.38584-1.5209,0.33679-1.5196,0.2878-1.5209,0.24004-1.5209,0.14451-1.568,0.0478-1.5209,0.0478-1.5681-0.0478-1.568-0.14326-1.5209-0.19229-1.5209-0.24007-1.568-0.28904-1.5196-0.38455-1.4737-0.48135-1.5209-0.4826-1.4725-0.57686-1.4738-0.62587-1.4242-0.72133-1.4254-0.77043-1.377-0.8169-1.377-0.91491-1.3299-0.96392-1.2827-1.0104-1.2355-1.1072-1.2343,0.43358,0,0.48136,0,0.48129,0,0.38585,0,1.7808-0.0471,1.7808-0.0955,1.7808-0.18981,1.7318-0.23694,1.7331-0.33245,1.6853-0.38087,1.684-0.42801,1.6853-0.52222,1.6363-0.57065,1.5885-0.61653,1.5886-0.71332,1.5885-0.7592,1.493-0.80762,1.4918-0.85349,1.444-0.9515,1.4428-0.95026,1.3472-1.0457,1.3472-1.0929,1.2995-1.0917,1.2517-1.1884,1.2027-1.2343,1.155-1.2827,1.1072-1.2827,1.0595-1.377,1.0104-1.377,0.91491-1.4737,0.9149-1.4725,0.81815-1.5209,0.76915-1.5209,0.72261-1.6152,0.62462-1.6165,0.57813-1.6623,0.0955-0.57059,0.19228-0.56942,0.19229-0.52231,0.2878-0.52351,0.28904-0.47509,0.33682-0.47514,0.38582-0.42798,0.43357-0.38084,0.43358-0.33248,0.48135-0.33368,0.48133-0.28411,0.52908-0.23697,0.5781-0.18978,0.57687-0.14264,0.57811-0.0472,0.62586-0.0471,0.62586,0.0471,0.67361,0.0955,0.62465,0.14141,0.57807,0.23695,0.57684,0.23697,0.53038,0.33367,0.48134,0.38087,0.48132,0.42798,0.38585,0.42675,0.38582,0.47635,0.3368,0.52231,0.24006,0.57059,0.24001,0.61659,0.14454,0.57062,0.0955,0.66492,0.049,0.61781-0.049,0.61653-0.0478,0.61779-0.14451,0.61781-0.19105,0.56939-0.24128,0.57065-0.28783,0.52228-0.33678,0.52351-0.38582,0.52226,0.96267-1.0458,0.91494-1.0929,0.86587-1.0917,0.81817-1.1885,0.76912-1.1872,0.72138-1.2355,0.7226-1.2344,0.62463-1.2827,0.62585-1.3298,0.53036-1.3299,0.52911-1.3298,0.48133-1.3298,0.43359-1.377,0.3858-1.377,0.28782-1.377,0.28779-1.3783,0.28907-2.8024,0.14324-2.7553,0.0478-2.7565-0.14326-2.7081-0.24005-2.7081-0.38582-2.7081-0.52913-2.6126-0.62586-2.6126-0.77034-2.5642-0.91496-2.517-1.0104-2.4711-1.155-2.4216-1.2517-2.3756-1.395-2.3285-1.4428-2.233-1.6376-2.1846-1.684-2.1387-1.8286-2.0419-1.9253-1.9476-2.0209-1.8993-2.1176-1.8062-2.2144-1.7095-2.3099-1.6152-2.4067-1.568-2.5022-1.4254-2.599-1.3298-2.6957-1.2343-2.7913-1.0929-2.8402-0.9986-2.9358-0.90312-3.0313-0.80762-3.0803-0.61779,1.2027-0.33245,1.155-0.428,1.2039-0.42798,1.155-0.47512,1.155-0.56944,1.1072-0.61776,1.155-0.61779,1.1072-0.71209,1.0594-0.76043,1.1072-0.76045,1.0105-0.85475,1.0594-0.9031,0.96269-0.9031,0.96266-0.95029,0.96394-0.99737,0.91491-1.0445,0.86593-1.0929,0.86466-1.0929,0.77034-1.1401,0.76914-1.1884,0.7704-1.1872,0.67364-1.2356,0.62587-1.2827,0.62461-1.2827,0.53033-1.3298,0.5291-1.3299,0.43361-1.3782,0.43357-1.4241,0.33677-1.4254,0.3381-1.4254,0.24003-1.4725,0.14451-1.4725,0.24007-1.0929,0.24004-1.0929,0.28779-1.0929,0.2878-1.0929,0.38584-1.0445,0.3858-1.0446,0.38454-1.0457,0.48264-1.0446,0.43356-0.99737,0.52908-0.99741,0.52911-0.95024,0.57808-0.9974,0.57687-0.95025,0.62588-0.90312,0.67362-0.90309,0.67359-0.90312,0.72142-0.85475,0.72261-0.85472,0.72138-0.85474,0.8169-0.80759,0.77039-0.76046,0.86588-0.75921,0.81689-0.76046,0.91494-0.71331,0.86593-0.66492,0.9149-0.66492,0.9639-0.66492,0.96271-0.57066,0.96269-0.61778,1.0117-0.52229,1.0104-0.52225,1.0117-0.52226-1.0595-0.33248-1.1072-0.38083-1.0594-0.37961-1.0582-0.42801-1.0117-0.47511-1.0595-0.47511-0.96269-0.52229-1.0104-0.52225-0.96396-0.56942-0.96265-0.61781-0.91496-0.61777-0.9149-0.66494-0.9149-0.66492-0.86593-0.71207-0.86588-0.7133-0.8169-0.75921-0.81812-0.80759-0.77042-0.80758-0.76915-0.80762-0.76912-0.85473-0.67361-0.85472-0.72265-0.90309-0.62458-0.90314-0.6259-0.90313-0.62586-0.95024-0.57811-0.95024-0.52908-0.99742-0.52908-0.99739-0.48135-0.99738-0.48261-1.0446-0.38457-1.0445-0.43358-1.0458-0.43356-1.6152-0.52911-1.5209-0.57806-1.5209-0.62591-1.4241-0.72137-1.4254-0.76912-1.4254-0.81815-1.3299-0.86591-1.3298-0.9627-1.2356-0.9639-1.2356-1.0582-1.1884-1.0595-1.1401-1.155-1.0445-1.155-1.0458-1.204-0.9974-1.2505-0.90312-1.2995-0.90312-1.3472-0.80759-1.3473-0.76044-1.395-0.71208-1.444-0.66491-1.4428-0.56942-1.493-0.57066-1.5395-0.42672-1.5408-0.42798-1.5408-0.33249-1.5886-0.28533-1.5885-0.1898-1.6376-0.14265-1.6363-0.0956-1.6363,0-1.6401,0.11539z"/><text text-anchor="middle" text-align="center" font-size="446.42855835px" y="450" x="375.04883" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="450" x="375.04883">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usala1.svg b/shields/template_usala1.svg new file mode 100644 index 00000000..8f4325c4 --- /dev/null +++ b/shields/template_usala1.svg @@ -0,0 +1,2 @@ +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="600" width="600" viewbox="0 0 600 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 600 599.99921"><metadata id="metadata62"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g5" transform="matrix(1.5625 0 0 1.5625 -.78125 -.78125)"><g id="g7"><path id="path9" d="m0.5 24.5c0-13.255 10.745-24 24-24h336c13.254 0 24 10.745 24 24v336c0 13.255-10.746 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path id="path11" d="m192.5 192.5"/></g><g id="g13"><path id="path15" d="m0.5 24.5c0-13.255 10.745-24 24-24h336c13.254 0 24 10.745 24 24v336c0 13.255-10.746 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path id="path17" d="m192.5 192.5"/></g></g><g id="g35" transform="matrix(1.5995 0 0 1.6556 -9.8888 -13.408)"><path id="path37" fill="#fff" d="m346.3 354.89c-0.29394-0.73242-0.29492-2.2393-0.005-3.3486 0.36816-1.4082-0.16992-2.8926-1.7822-4.918-1.2715-1.5967-2.3125-3.5098-2.3125-4.2529 0-2.1201-4.1943-4.7451-8.5908-5.376-3.1055-0.44726-4.1924-1.0332-4.8154-2.6035-0.50683-1.2764-1.5547-2.0508-2.831-2.0918-1.1152-0.0361-3.4297-0.54687-5.1455-1.1377-2.877-0.98926-3.1523-1.3955-3.5635-5.2373-0.41601-3.8887-0.63574-4.2012-3.335-4.7256-1.5898-0.30859-3.3945-0.9248-4.0098-1.3701-0.61524-0.44336-2.9228-1.3301-5.1289-1.9688-2.2051-0.63867-4.5195-1.5293-5.1436-1.9814-0.625-0.45117-1.4268-0.52246-1.7822-0.15625-0.35547 0.36621-0.0957 0.85254 0.57813 1.0811 3.0723 1.0449 4.3789 3.5557 5.0176 9.6426 0.56836 5.4316 0.44922 6.3613-0.94043 7.334-1.3564 0.95117-1.4346 1.4473-0.52441 3.3613 1.5527 3.2627 0.65625 4.8867-5.3496 9.6924-7.1963 5.7588-8.3906 5.6699-9.1406-0.67871-0.32422-2.7393-0.33106-5.623-0.0156-6.4102 0.86035-2.1465-5.6533-7.6152-8.3106-6.9766-1.1621 0.27832-2.0078 0.0908-2.0078-0.44629 0-0.51172-0.90137-0.80664-2.0049-0.65722-1.3066 0.17773-2.3144 1.1641-2.8955 2.832-1.126 3.2363-5.123 7.043-7.7705 7.4033-1.2588 0.1709-2.1309 0.95312-2.2959 2.0576-0.29785 1.998-5.6309 4.8516-7.667 4.1035-0.70508-0.25879-2.1416-0.0303-3.1904 0.50684-1.4688 0.75293-2.2266 0.72558-3.2832-0.11426-0.75586-0.60059-2.0996-1.4912-2.9883-1.9785-11.588-6.3682-12.025-6.542-15.259-6.0654l-3.2529 0.47949-1.0898-4.3496c-0.92872-3.708-1.5303-4.5274-4.0654-5.542-1.6367-0.65332-3.377-1.9072-3.8662-2.7852-0.49121-0.87793-2.0976-1.8272-3.5723-2.1084-2.0107-0.38477-2.8174-1.1074-3.2246-2.8857-0.2998-1.3047-0.70898-2.8799-0.91211-3.501-0.73828-2.2656-3.5469-0.47168-5.7793 3.6894-2.1357 3.9844-4.3125 5.4043-3.6602 2.3877 0.73633-3.4062-0.72657-5.3486-4.7598-6.3213-2.8789-0.69336-3.9941-1.3906-3.9941-2.498 0-2.6436-1.0195-4.2344-2.7153-4.2344-0.89893 0-1.8823 0.38476-2.1851 0.85351-0.30273 0.46875-2.0532 0.85352-3.8906 0.85352-1.8379 0-4.1196 0.56347-5.0708 1.252-3.8076 2.7578-5.1162 0.80957-2.5938-3.8623 1.0239-1.8955 1.1274-2.9482 0.41407-4.2236-1.2007-2.1484-2.7212-2.1484-5.5752 0.00098-1.2417 0.93652-3.7622 2.1826-5.6016 2.7725-4.7725 1.5322-5.5547 3.1504-3.563 7.3809 1.3276 2.8184 1.4233 3.707 0.51172 4.7588-1.479 1.706-7.4141 3.1953-10.132 2.542-1.3755-0.33105-3.5664 0.17188-6.0474 1.3887-2.5254 1.2363-5.2959 1.8623-7.8989 1.7832-2.2051-0.0664-6.0142-0.17383-8.4644-0.23633-4.3008-0.11035-10.177 0.94629-21.347 3.8379-7.3013 1.8906-8.3062 1.7949-17.572-1.6719-4.479-1.6758-9.3809-3.0723-10.895-3.1025-1.5132-0.0303-4.1543-0.71583-5.8701-1.5234-5.9946-2.8232-9.4727-2.7705-15.943 0.24121-4.9434 2.3008-6.9536 2.751-12.567 2.8115-4.2534 0.0469-7.9316 0.60742-10.118 1.543-3.2725 1.3994-3.521 1.3965-5.2056-0.0635-4.4878-3.8887-3.8633-6.8994 1.8887-9.1035 5.2153-1.998 5.8008-3.6309 6.0098-16.764 0.18408-11.553 0.8623-14.99 5.2148-26.438 1.1216-2.9492 1.3887-6.1807 1.165-14.078-0.26416-9.3125-0.49072-10.504-2.4717-13.033-2.0796-2.6543-2.1309-3.0137-1.1138-7.7295 0.58643-2.7217 1.0693-7.0361 1.0718-9.5879 0.0044-4.9326 0.16455-5.2559 7.3096-14.802 6.3179-8.4414 6.3184-8.4453 6.5684-20.544 0.25049-12.175-0.90332-18.157-4.5459-23.572-1.1416-1.6973-2.5112-4.5767-3.0439-6.3989-0.5332-1.8232-2.1665-4.8223-3.6304-6.6655-1.4648-1.8438-2.6626-3.7993-2.6626-4.3467 0-0.54834-1.6855-3.4551-3.7446-6.4604-4.0054-5.8433-4.4365-8.3506-2.9497-17.14 0.73535-4.3452-0.60889-7.2998-5.9966-13.174-1.3901-1.5176-5.6049-5.1852-6.8661-8.1515v-88.593c72.183 0.0033 110.68-0.005 204.03 0 1.0918 0.55957 1.7402 2.6729 1.7402 4.1777 0 2.5771 1.9082 4.6665 5.1172 5.603 5.0742 1.4805 6.1045 5.9741 2.4551 10.71-2.7051 3.5112-2.7871 5.5083-0.38281 9.2852 1.5762 2.478 1.6865 3.2368 0.76953 5.355-0.9043 2.0908-0.82813 2.7192 0.49316 4.1172 1.1797 1.2485 1.4121 2.4048 0.9541 4.7417-0.40722 2.0791-0.19531 3.6963 0.65039 4.9404 0.68946 1.0161 1.7774 3.3843 2.416 5.2612 0.63867 1.8774 1.752 4.2817 2.4717 5.3428 1.8896 2.7817 1.0342 9.8965-1.8701 15.561-5.8809 11.466-14.379 23.719-17.639 25.428-6.0039 3.1494-6.1728 3.4478-7.4043 13.088-1.2383 9.689-1.2676 9.7676-5.2246 14.535-2.5664 3.0933-2.5879 3.2046-1.4238 7.5557 1.1055 4.126 1.0518 4.646-0.80665 7.8955-1.0947 1.9126-1.6816 3.7686-1.3066 4.1226 0.006 0.0461 124.98 0.25913 124.98 0.25913 0.004 1.5029-0.46875 14.146-1.0498 17.801-0.84082 5.2842-0.82129 7.5254 0.0928 10.938 1.5107 5.6455 0.0517 11.134-3.627 13.642-2.9443 2.0078-3.2539 4.1602-0.89062 6.208 0.91211 0.79102 2.3564 3.0586 3.209 5.0391 4.0684 9.4463 6.4443 13.87 8.375 15.596 1.1572 1.0342 2.4336 3.3652 2.8359 5.1816 0.40234 1.8144 1.2002 4.834 1.7725 6.7119 0.57324 1.877 1.2441 4.8643 1.4912 6.6367 0.41699 2.9805 0.14063 3.4854-3.6543 6.6846-2.749 2.3174-4.1055 4.1406-4.1055 5.5215 0 2.499 1.832 2.6924 3.3574 0.35351 1.3906-2.1338 3.0547-2.1699 5.002-0.11133 1.2793 1.3535 1.3398 1.9502 0.40234 3.919-0.97461 2.0518-0.88671 2.4893 0.75391 3.7373 1.0225 0.77735 2.3057 2.252 2.8535 3.2774 0.57714 1.082 2.0176 1.9756 3.4375 2.1328 3.2461 0.35938 3.7656 3.0332 0.99218 5.1152-1.9375 1.4541-1.9785 1.6426-0.53906 2.46 2.3301 1.3232 1.8828 3.166-0.89062 3.6611-1.3477 0.24023-4.0547 0.7168-6.0137 1.0606-1.96 0.34179-5.332 0.65625-7.4912 0.69726-4.6816 0.0879-6.0234 1.9648-1.9609 2.7422 3.6123 0.6914 5.1494 2.4375 3.6602 4.1562-0.61035 0.70508-2.0332 1.2803-3.1631 1.2803-2.2998 0-5.7461 3.6377-5.7461 6.0654 0 0.87403 1.1621 2.1445 2.6191 2.8662 3.1934 1.5811 5.3994 4.4463 5.3994 7.0127 0 2.1289 2.3447 3.6787 5.5654 3.6787 2.002 0 4.7822 2.667 7.4844 7.1807 0.58008 0.97071 1.9844 1.7227 3.25 1.7422 1.3633 0.0225 3.8203 1.4619 6.3281 3.709 3.4707 3.1074 4.1006 4.168 4.1006 6.8906 0 3.3203-1.7988 5.6211-6.0273 7.709-1.6523 0.81739-2.1133 0.75879-2.5449-0.31933-0.74512-1.8604-3.3262-1.6328-5.3125 0.46972-2.6396 2.794-4.5576 3.5234-5.1807 1.9697z"/></g><g id="g39" transform="matrix(1.5537 0 0 1.5537 -3.3229 4.3868)"><g id="g41"><polygon id="polygon43" fill-rule="evenodd" points="66.5 138.77 66.5 42.229 80.333 42.229 80.333 125.95 115.64 125.95 115.64 138.77"/></g><g id="g45"><path id="path47" d="m169.53 138.77-6.7725-26.369h-20.75l-6.3398 26.369h-13.977l24.063-96.542h13.544l24.07 96.542h-13.83zm-17.3-67.723-6.77 27.81h13.833l-7.0606-27.81z" fill-rule="evenodd"/></g></g><text id="text3795" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="261.19px" line-height="100%" y="474.99921" x="300.06122" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan id="tspan3797" y="474.99921" x="300.06122">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usala1_wide.svg b/shields/template_usala1_wide.svg new file mode 100644 index 00000000..8f4325c4 --- /dev/null +++ b/shields/template_usala1_wide.svg @@ -0,0 +1,2 @@ +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="600" width="600" viewbox="0 0 600 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 600 599.99921"><metadata id="metadata62"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="g5" transform="matrix(1.5625 0 0 1.5625 -.78125 -.78125)"><g id="g7"><path id="path9" d="m0.5 24.5c0-13.255 10.745-24 24-24h336c13.254 0 24 10.745 24 24v336c0 13.255-10.746 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path id="path11" d="m192.5 192.5"/></g><g id="g13"><path id="path15" d="m0.5 24.5c0-13.255 10.745-24 24-24h336c13.254 0 24 10.745 24 24v336c0 13.255-10.746 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path id="path17" d="m192.5 192.5"/></g></g><g id="g35" transform="matrix(1.5995 0 0 1.6556 -9.8888 -13.408)"><path id="path37" fill="#fff" d="m346.3 354.89c-0.29394-0.73242-0.29492-2.2393-0.005-3.3486 0.36816-1.4082-0.16992-2.8926-1.7822-4.918-1.2715-1.5967-2.3125-3.5098-2.3125-4.2529 0-2.1201-4.1943-4.7451-8.5908-5.376-3.1055-0.44726-4.1924-1.0332-4.8154-2.6035-0.50683-1.2764-1.5547-2.0508-2.831-2.0918-1.1152-0.0361-3.4297-0.54687-5.1455-1.1377-2.877-0.98926-3.1523-1.3955-3.5635-5.2373-0.41601-3.8887-0.63574-4.2012-3.335-4.7256-1.5898-0.30859-3.3945-0.9248-4.0098-1.3701-0.61524-0.44336-2.9228-1.3301-5.1289-1.9688-2.2051-0.63867-4.5195-1.5293-5.1436-1.9814-0.625-0.45117-1.4268-0.52246-1.7822-0.15625-0.35547 0.36621-0.0957 0.85254 0.57813 1.0811 3.0723 1.0449 4.3789 3.5557 5.0176 9.6426 0.56836 5.4316 0.44922 6.3613-0.94043 7.334-1.3564 0.95117-1.4346 1.4473-0.52441 3.3613 1.5527 3.2627 0.65625 4.8867-5.3496 9.6924-7.1963 5.7588-8.3906 5.6699-9.1406-0.67871-0.32422-2.7393-0.33106-5.623-0.0156-6.4102 0.86035-2.1465-5.6533-7.6152-8.3106-6.9766-1.1621 0.27832-2.0078 0.0908-2.0078-0.44629 0-0.51172-0.90137-0.80664-2.0049-0.65722-1.3066 0.17773-2.3144 1.1641-2.8955 2.832-1.126 3.2363-5.123 7.043-7.7705 7.4033-1.2588 0.1709-2.1309 0.95312-2.2959 2.0576-0.29785 1.998-5.6309 4.8516-7.667 4.1035-0.70508-0.25879-2.1416-0.0303-3.1904 0.50684-1.4688 0.75293-2.2266 0.72558-3.2832-0.11426-0.75586-0.60059-2.0996-1.4912-2.9883-1.9785-11.588-6.3682-12.025-6.542-15.259-6.0654l-3.2529 0.47949-1.0898-4.3496c-0.92872-3.708-1.5303-4.5274-4.0654-5.542-1.6367-0.65332-3.377-1.9072-3.8662-2.7852-0.49121-0.87793-2.0976-1.8272-3.5723-2.1084-2.0107-0.38477-2.8174-1.1074-3.2246-2.8857-0.2998-1.3047-0.70898-2.8799-0.91211-3.501-0.73828-2.2656-3.5469-0.47168-5.7793 3.6894-2.1357 3.9844-4.3125 5.4043-3.6602 2.3877 0.73633-3.4062-0.72657-5.3486-4.7598-6.3213-2.8789-0.69336-3.9941-1.3906-3.9941-2.498 0-2.6436-1.0195-4.2344-2.7153-4.2344-0.89893 0-1.8823 0.38476-2.1851 0.85351-0.30273 0.46875-2.0532 0.85352-3.8906 0.85352-1.8379 0-4.1196 0.56347-5.0708 1.252-3.8076 2.7578-5.1162 0.80957-2.5938-3.8623 1.0239-1.8955 1.1274-2.9482 0.41407-4.2236-1.2007-2.1484-2.7212-2.1484-5.5752 0.00098-1.2417 0.93652-3.7622 2.1826-5.6016 2.7725-4.7725 1.5322-5.5547 3.1504-3.563 7.3809 1.3276 2.8184 1.4233 3.707 0.51172 4.7588-1.479 1.706-7.4141 3.1953-10.132 2.542-1.3755-0.33105-3.5664 0.17188-6.0474 1.3887-2.5254 1.2363-5.2959 1.8623-7.8989 1.7832-2.2051-0.0664-6.0142-0.17383-8.4644-0.23633-4.3008-0.11035-10.177 0.94629-21.347 3.8379-7.3013 1.8906-8.3062 1.7949-17.572-1.6719-4.479-1.6758-9.3809-3.0723-10.895-3.1025-1.5132-0.0303-4.1543-0.71583-5.8701-1.5234-5.9946-2.8232-9.4727-2.7705-15.943 0.24121-4.9434 2.3008-6.9536 2.751-12.567 2.8115-4.2534 0.0469-7.9316 0.60742-10.118 1.543-3.2725 1.3994-3.521 1.3965-5.2056-0.0635-4.4878-3.8887-3.8633-6.8994 1.8887-9.1035 5.2153-1.998 5.8008-3.6309 6.0098-16.764 0.18408-11.553 0.8623-14.99 5.2148-26.438 1.1216-2.9492 1.3887-6.1807 1.165-14.078-0.26416-9.3125-0.49072-10.504-2.4717-13.033-2.0796-2.6543-2.1309-3.0137-1.1138-7.7295 0.58643-2.7217 1.0693-7.0361 1.0718-9.5879 0.0044-4.9326 0.16455-5.2559 7.3096-14.802 6.3179-8.4414 6.3184-8.4453 6.5684-20.544 0.25049-12.175-0.90332-18.157-4.5459-23.572-1.1416-1.6973-2.5112-4.5767-3.0439-6.3989-0.5332-1.8232-2.1665-4.8223-3.6304-6.6655-1.4648-1.8438-2.6626-3.7993-2.6626-4.3467 0-0.54834-1.6855-3.4551-3.7446-6.4604-4.0054-5.8433-4.4365-8.3506-2.9497-17.14 0.73535-4.3452-0.60889-7.2998-5.9966-13.174-1.3901-1.5176-5.6049-5.1852-6.8661-8.1515v-88.593c72.183 0.0033 110.68-0.005 204.03 0 1.0918 0.55957 1.7402 2.6729 1.7402 4.1777 0 2.5771 1.9082 4.6665 5.1172 5.603 5.0742 1.4805 6.1045 5.9741 2.4551 10.71-2.7051 3.5112-2.7871 5.5083-0.38281 9.2852 1.5762 2.478 1.6865 3.2368 0.76953 5.355-0.9043 2.0908-0.82813 2.7192 0.49316 4.1172 1.1797 1.2485 1.4121 2.4048 0.9541 4.7417-0.40722 2.0791-0.19531 3.6963 0.65039 4.9404 0.68946 1.0161 1.7774 3.3843 2.416 5.2612 0.63867 1.8774 1.752 4.2817 2.4717 5.3428 1.8896 2.7817 1.0342 9.8965-1.8701 15.561-5.8809 11.466-14.379 23.719-17.639 25.428-6.0039 3.1494-6.1728 3.4478-7.4043 13.088-1.2383 9.689-1.2676 9.7676-5.2246 14.535-2.5664 3.0933-2.5879 3.2046-1.4238 7.5557 1.1055 4.126 1.0518 4.646-0.80665 7.8955-1.0947 1.9126-1.6816 3.7686-1.3066 4.1226 0.006 0.0461 124.98 0.25913 124.98 0.25913 0.004 1.5029-0.46875 14.146-1.0498 17.801-0.84082 5.2842-0.82129 7.5254 0.0928 10.938 1.5107 5.6455 0.0517 11.134-3.627 13.642-2.9443 2.0078-3.2539 4.1602-0.89062 6.208 0.91211 0.79102 2.3564 3.0586 3.209 5.0391 4.0684 9.4463 6.4443 13.87 8.375 15.596 1.1572 1.0342 2.4336 3.3652 2.8359 5.1816 0.40234 1.8144 1.2002 4.834 1.7725 6.7119 0.57324 1.877 1.2441 4.8643 1.4912 6.6367 0.41699 2.9805 0.14063 3.4854-3.6543 6.6846-2.749 2.3174-4.1055 4.1406-4.1055 5.5215 0 2.499 1.832 2.6924 3.3574 0.35351 1.3906-2.1338 3.0547-2.1699 5.002-0.11133 1.2793 1.3535 1.3398 1.9502 0.40234 3.919-0.97461 2.0518-0.88671 2.4893 0.75391 3.7373 1.0225 0.77735 2.3057 2.252 2.8535 3.2774 0.57714 1.082 2.0176 1.9756 3.4375 2.1328 3.2461 0.35938 3.7656 3.0332 0.99218 5.1152-1.9375 1.4541-1.9785 1.6426-0.53906 2.46 2.3301 1.3232 1.8828 3.166-0.89062 3.6611-1.3477 0.24023-4.0547 0.7168-6.0137 1.0606-1.96 0.34179-5.332 0.65625-7.4912 0.69726-4.6816 0.0879-6.0234 1.9648-1.9609 2.7422 3.6123 0.6914 5.1494 2.4375 3.6602 4.1562-0.61035 0.70508-2.0332 1.2803-3.1631 1.2803-2.2998 0-5.7461 3.6377-5.7461 6.0654 0 0.87403 1.1621 2.1445 2.6191 2.8662 3.1934 1.5811 5.3994 4.4463 5.3994 7.0127 0 2.1289 2.3447 3.6787 5.5654 3.6787 2.002 0 4.7822 2.667 7.4844 7.1807 0.58008 0.97071 1.9844 1.7227 3.25 1.7422 1.3633 0.0225 3.8203 1.4619 6.3281 3.709 3.4707 3.1074 4.1006 4.168 4.1006 6.8906 0 3.3203-1.7988 5.6211-6.0273 7.709-1.6523 0.81739-2.1133 0.75879-2.5449-0.31933-0.74512-1.8604-3.3262-1.6328-5.3125 0.46972-2.6396 2.794-4.5576 3.5234-5.1807 1.9697z"/></g><g id="g39" transform="matrix(1.5537 0 0 1.5537 -3.3229 4.3868)"><g id="g41"><polygon id="polygon43" fill-rule="evenodd" points="66.5 138.77 66.5 42.229 80.333 42.229 80.333 125.95 115.64 125.95 115.64 138.77"/></g><g id="g45"><path id="path47" d="m169.53 138.77-6.7725-26.369h-20.75l-6.3398 26.369h-13.977l24.063-96.542h13.544l24.07 96.542h-13.83zm-17.3-67.723-6.77 27.81h13.833l-7.0606-27.81z" fill-rule="evenodd"/></g></g><text id="text3795" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="261.19px" line-height="100%" y="474.99921" x="300.06122" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan id="tspan3797" y="474.99921" x="300.06122">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usama.svg b/shields/template_usama.svg new file mode 100644 index 00000000..fb94d3ab --- /dev/null +++ b/shields/template_usama.svg @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="601" width="601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" viewBox="0 0 601 601.00001" xmlns:dc="http://purl.org/dc/elements/1.1/"><g transform="translate(0.5 .5)"><path d="m37.5 0h525c21 0 38 16.7 38 37.5v525c0 20.8-16.7 37.5-37.5 37.5h-525c-20.3 0-37-17-37-38v-524c0-21.3 16.7-38 37.5-38z" stroke="#000" fill="#fff"/><path d="m37.5 9.38c-15.6 0-28.1 12.5-28.1 28.1v525c0 15.6 12.5 28.1 28.1 28.1h525c15.6 0 28.1-12.5 28.1-28.1v-525c1-15.1-12-27.6-28-27.6zm0 16.7h525c6.92 0 12.5 5.58 12.5 12.5v525c0 6.92-5.58 12.5-12.5 12.5h-525c-6.92 0-12.5-5.58-12.5-12.5v-525c0-6.92 5.58-12.5 12.5-12.5z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="448px" line-height="125%" y="450.5" x="301.03171" font-family="Arial" fill="#000000"><tspan style="text-anchor:middle;text-align:center" y="450.5" x="301.03171" font-family="'Roadgeek 2014 Series D'">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usama_wide.svg b/shields/template_usama_wide.svg new file mode 100644 index 00000000..0cb1e03a --- /dev/null +++ b/shields/template_usama_wide.svg @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="601" width="751" version="1.1" xmlns:cc="http://creativecommons.org/ns#" viewBox="0 0 751 601" xmlns:dc="http://purl.org/dc/elements/1.1/"><g transform="translate(.5 .5)"><rect rx="37.5" ry="37.5" height="600" width="750" stroke="#000" y="0" x="0" fill="#fff"/><path d="m37.5 9.38c-15.6 0-28.1 12.5-28.1 28.1v525c0 15.6 12.5 28.1 28.1 28.1h675c15.6 0 28.1-12.5 28.1-28.1v-525c1-15.1-12-27.6-28-27.6h-675zm0 16.7h675c6.92 0 12.5 5.58 12.5 12.5v525c0 6.92-5.58 12.5-12.5 12.5h-675c-6.92 0-12.5-5.58-12.5-12.5v-525c0-6.92 5.58-12.5 12.5-12.5z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="448px" line-height="125%" y="450.5" x="379.75351" font-family="Arial" fill="#000000"><tspan style="text-anchor:middle;text-align:center" y="450.5" x="379.75354" font-family="'Roadgeek 2014 Series D'">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usame.svg b/shields/template_usame.svg new file mode 100644 index 00000000..fb94d3ab --- /dev/null +++ b/shields/template_usame.svg @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="601" width="601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" viewBox="0 0 601 601.00001" xmlns:dc="http://purl.org/dc/elements/1.1/"><g transform="translate(0.5 .5)"><path d="m37.5 0h525c21 0 38 16.7 38 37.5v525c0 20.8-16.7 37.5-37.5 37.5h-525c-20.3 0-37-17-37-38v-524c0-21.3 16.7-38 37.5-38z" stroke="#000" fill="#fff"/><path d="m37.5 9.38c-15.6 0-28.1 12.5-28.1 28.1v525c0 15.6 12.5 28.1 28.1 28.1h525c15.6 0 28.1-12.5 28.1-28.1v-525c1-15.1-12-27.6-28-27.6zm0 16.7h525c6.92 0 12.5 5.58 12.5 12.5v525c0 6.92-5.58 12.5-12.5 12.5h-525c-6.92 0-12.5-5.58-12.5-12.5v-525c0-6.92 5.58-12.5 12.5-12.5z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="448px" line-height="125%" y="450.5" x="301.03171" font-family="Arial" fill="#000000"><tspan style="text-anchor:middle;text-align:center" y="450.5" x="301.03171" font-family="'Roadgeek 2014 Series D'">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usame_wide.svg b/shields/template_usame_wide.svg new file mode 100644 index 00000000..0cb1e03a --- /dev/null +++ b/shields/template_usame_wide.svg @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="601" width="751" version="1.1" xmlns:cc="http://creativecommons.org/ns#" viewBox="0 0 751 601" xmlns:dc="http://purl.org/dc/elements/1.1/"><g transform="translate(.5 .5)"><rect rx="37.5" ry="37.5" height="600" width="750" stroke="#000" y="0" x="0" fill="#fff"/><path d="m37.5 9.38c-15.6 0-28.1 12.5-28.1 28.1v525c0 15.6 12.5 28.1 28.1 28.1h675c15.6 0 28.1-12.5 28.1-28.1v-525c1-15.1-12-27.6-28-27.6h-675zm0 16.7h675c6.92 0 12.5 5.58 12.5 12.5v525c0 6.92-5.58 12.5-12.5 12.5h-675c-6.92 0-12.5-5.58-12.5-12.5v-525c0-6.92 5.58-12.5 12.5-12.5z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="448px" line-height="125%" y="450.5" x="379.75351" font-family="Arial" fill="#000000"><tspan style="text-anchor:middle;text-align:center" y="450.5" x="379.75354" font-family="'Roadgeek 2014 Series D'">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usami.svg b/shields/template_usami.svg new file mode 100644 index 00000000..316ad6ae --- /dev/null +++ b/shields/template_usami.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 500 500"><rect style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" fill-rule="nonzero" rx="29.018" ry="29.018" height="500" width="500" y="0" x="0" fill="#000"/><path style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" fill-rule="nonzero" fill="#FFF" d="M250,495l-245-245,245-245,245,245-245,245z"/><path fill="#000" d="M197.18,136.94c0.47,0.09,7.14,0,7.14,0v-41.065h-7.14v-17.875h25.96s26.61,27,26.61,27l27.21-27h25.86v17.875h-6.89v41.065h6.89v17.06h-32.52v-17.06h6.66v-29.28l-27.21,25.74s-26.61-26.39-26.61-26.39v29.93h7.27s-0.05,17.06-0.47,17.06h-32.76v-17.06z"/><text text-anchor="middle" text-align="center" line-height="100%" fill-rule="evenodd" font-size="300px" y="353.67999" x="250.285" font-family="'Roadgeek 2014 Series D'">***NUMBER***</text></svg> \ No newline at end of file diff --git a/shields/template_usami_wide.svg b/shields/template_usami_wide.svg new file mode 100644 index 00000000..df21f101 --- /dev/null +++ b/shields/template_usami_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 500 500"><rect style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" fill-rule="nonzero" rx="29.018" ry="29.018" height="500" width="500" y="0" x="0" fill="#000"/><path style="marker-end:none;color:#000000;marker-start:none;marker-mid:none;" fill-rule="nonzero" fill="#FFF" d="M250,495l-245-245,245-245,245,245-245,245z"/><path fill="#000" d="M197.18,136.94c0.47,0.09,7.14,0,7.14,0v-41.065h-7.14v-17.875h25.96s26.61,27,26.61,27l27.21-27h25.86v17.875h-6.89v41.065h6.89v17.06h-32.52v-17.06h6.66v-29.28l-27.21,25.74s-26.61-26.39-26.61-26.39v29.93h7.27s-0.05,17.06-0.47,17.06h-32.76v-17.06z"/><text text-anchor="middle" text-align="center" line-height="100%" fill-rule="evenodd" font-size="300px" y="353.67999" x="250.285" font-family="'Roadgeek 2014 Series B'">***NUMBER***</text></svg> \ No newline at end of file diff --git a/shields/template_usamn.svg b/shields/template_usamn.svg new file mode 100644 index 00000000..bb27aaa8 --- /dev/null +++ b/shields/template_usamn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="600px" viewBox="0 0 600 600"><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0" fill="#fecb00"/><path fill-rule="evenodd" fill="#003478" d="m12.5,20.275,0.5966,2.3923,0,1.1962,0.59825,2.3923,0,1.1962,0,2.9904-0.59825,2.3923,0.59825,4.7847-0.59825,0.59809,0.59825,2.9904,1.194,4.7847,0.59825,1.1962,0.59659,4.1866,0.59825,1.7943,0,6.5789,0,3.5885,0.5966,1.7943,0,1.7943,0,4.1866,0.59742,1.7942,0.59825,2.3923,1.194,2.9904,0.59826,2.3923,0.59658,0.59808,0,2.9904-0.59658,2.3923,0,1.1962-1.1957,1.7943,0,0.59808-0.5966,0.59809-1.7923,1.1962,0,0.59809,0,0.59809,0,0.59809,1.194,1.7943,0.59825,1.1962,1.194,0.59809,1.1948,0.59809,0,0.59809,0.59742,0.59808,0,1.7943,0,36.483,79.457,0,0-1.1962,0-4.7847-0.59658-0.59808-0.59826-0.59809-1.194-2.3924-0.59826-0.59809-0.59658,0-1.7931-1.1962-1.1948-0.59808-2.3897-1.7943-0.59658-1.1962-0.59826-1.1962-0.59658-0.59809-0.59825-1.1962-1.194,0-0.59825-0.59809-1.7923-1.1962-0.5966-0.59809-1.1957-1.1962-0.59742,0-0.5966-0.59809-0.59825,0-0.59742,0-0.5966,0-0.59825-0.59809-1.1948-0.59808-1.7923-1.7943-0.59659-0.59808,0-0.59809,0-0.59809,0-8.3732,0-1.7943,0.59659-0.59809,0-0.59808,0.59825-0.59808,0-1.1962,0-0.59809,0-0.59809-1.1948-1.1962-1.1957-0.59809,0-0.59809-0.59658-0.59809,0-0.59809,0.59658-0.59809,1.1957-2.9904,0-0.59809,1.1948-1.1962,4.7794-2.9904,0-0.59809,0.5966-0.59809,0-11.364,1.1957-1.1962,7.7656-7.7751,4.7802-5.3828,2.3888-2.9904,0.59826-0.59808,1.1948-1.1962,2.3889-1.7943,4.7802-2.9904,0.59742,0,5.9742-2.3923,0.59658,0,5.9742-4.7847-1.194,0-1.7923,0-0.59826,0-0.59658,0-0.59742,0-0.59826,0-0.59742-0.59809-1.1948-1.1962-8.9613,0-0.5966,0-1.7923-1.7943-0.59824-0.59809-0.59742,0-0.5966,0.59809-0.59825,0-0.59658,0.59809-1.1948,1.7943-0.59742,0-0.59826,0.59809-2.9863,0.59809-0.59826,0-0.59742,0-0.59658-0.59809-1.7923-0.59809,0-0.59809-0.59826-0.59809,0-0.59809-2.9871-0.59809-0.5966-0.59809-0.59742-1.1962-0.59825-0.59809-0.5966,0,0-0.59809-0.59742,0-0.59825,0-0.59742,0.59809-0.5966,0,0,0.59809,0,1.7943-0.59825,0-0.59742,0,0-0.59809-1.1948-1.7943,0-1.1962-0.5966-0.59809-2.3905,0,0-0.59809,0-1.1962,0-0.59809-5.9742-2.3923-0.59658,0-0.59826,0-1.1948,0-0.59742,0.59809-0.59658,0-1.1948,1.1962-0.59742,0.59809,0,0.59809-1.1948,0-1.7931,0.59809-1.1948,0-0.59742-0.59809,0-0.59809-0.5966-0.59809,0-0.59809-0.59824-0.59809-0.59742,0-4.1819-0.59809-0.5966,0,0-0.59809-0.59742,0-0.59825,0-0.59742,0-0.59659,0-0.59825,0-0.59742,0-1.1948-0.59808-0.59742-0.59809,0-0.59809-2.3897-10.766c0-0.59809,0-1.1962-0.59742-1.7943h-1.1948l-1.194-0.59809h-1.7923v7.7751z"/><path fill="#003478" d="m12.5,150,575,0c0.0784,0.056,0,282.26,0,412.5,0,13.85-11.15,25-25,25h-525c-13.85,0-25-11.15-25-25,0.11877,0.0489,0.000001-412.5,0.000001-412.5z"/><g transform="translate(6.4257813e-7,-0.66808414)" fill="#003478"><path d="m179.69,113.17,0-41.964-13.839,41.964-13.951-41.964,0,41.964-10.714,0,0-74.777,10.714,0,13.951,41.964,13.839-41.964,10.826,0,0,74.777-10.826,0"/><path d="m204.85,113.17,0-74.777,10.491,0,0,74.777-10.491,0"/><path d="m263.76,113.17-23.103-50.112,0,50.112-10.714,0,0-74.777,10.714,0,20.536,44.866,0-44.866,10.714,0,0,74.777-8.1473,0"/><path d="m320.02,113.17-23.103-50.112,0,50.112-10.714,0,0-74.777,10.714,0,20.536,44.866,0-44.866,10.714,0,0,74.777-8.1473,0"/><path d="m342.46,113.17,0-74.777,35.156,0,0,10.491-24.442,0,0,18.862,15.513,0,0,10.268-15.513,0,0,24.665,27.344,0,0,10.491-38.058,0"/><path d="m429.14,92.744c-0.00005,3.0506-0.55809,5.9152-1.6741,8.5937-1.0417,2.6042-2.5298,4.8735-4.4643,6.808-1.8602,1.9345-4.0551,3.497-6.5848,4.6875-2.4554,1.1161-5.134,1.6741-8.0357,1.6741-3.2738,0-6.2128-0.63244-8.817-1.8973s-4.7991-2.9762-6.5848-5.1339-3.1622-4.6503-4.1295-7.4777c-0.96727-2.8274-1.4509-5.7664-1.4509-8.817h10.491c-0.00002,1.5625,0.18599,3.125,0.55803,4.6875,0.44641,1.4881,1.0788,2.8646,1.8973,4.1295,0.89284,1.1905,1.9717,2.1578,3.2366,2.9018,1.3393,0.74406,2.939,1.1161,4.7991,1.1161,1.4137,0,2.753-0.29761,4.0178-0.89286,1.3393-0.59523,2.4553-1.4137,3.3482-2.4554,0.96723-1.0417,1.7113-2.2321,2.2321-3.5714,0.5952-1.4137,0.89282-2.8646,0.89286-4.3527-0.00004-2.1577-0.44647-4.055-1.3393-5.692-0.89289-1.7113-2.4554-3.4226-4.6875-5.1339-0.37205-0.37199-0.52086-0.558-0.44643-0.55804,0.0744-0.07437-0.14883-0.29759-0.66964-0.66964-0.52086-0.37199-1.6369-1.0788-3.3482-2.1205-1.6369-1.116-4.3527-2.9762-8.1473-5.5804-3.0506-2.0833-5.3572-4.5014-6.9196-7.2545-1.4881-2.8273-2.2322-5.9151-2.2321-9.2634-0.00001-2.6785,0.48362-5.1711,1.4509-7.4777,0.96726-2.3809,2.3065-4.4642,4.0179-6.25,1.7857-1.7856,3.8318-3.1621,6.1384-4.1295,2.3065-1.0416,4.7991-1.5624,7.4777-1.5625,2.6785,0.000076,5.1339,0.48371,7.3661,1.4509,2.3065,0.96734,4.2782,2.3066,5.9152,4.0179,1.7113,1.7114,3.0506,3.7575,4.0179,6.1384,1.0416,2.381,1.5996,4.9852,1.6741,7.8125h-10.268c-0.14885-2.6041-1.0417-4.6874-2.6786-6.25-1.6369-1.5624-3.6459-2.3437-6.0268-2.3438-2.4554,0.000065-4.5387,0.81852-6.25,2.4554-1.7113,1.637-2.567,3.6831-2.567,6.1384-0.00002,1.8602,0.48361,3.4227,1.4509,4.6875,0.96724,1.2649,2.8274,2.6786,5.5804,4.2411,7.2172,4.1667,12.463,8.4078,15.737,12.723,3.3482,4.3155,5.0223,9.189,5.0223,14.621"/><path d="m482.24,75.668c-0.00005,5.7292-0.33487,10.603-1.0045,14.621-0.59529,4.0179-1.6742,7.8125-3.2366,11.384-1.8602,4.4643-4.2039,7.7381-7.0312,9.8214-2.753,2.0089-6.25,3.0134-10.491,3.0134-4.4643,0-8.1101-1.0045-10.938-3.0134-2.753-2.0833-5.0595-5.3571-6.9196-9.8214-1.5625-3.6458-2.6786-7.4405-3.3482-11.384-0.59525-4.0178-0.89287-8.8913-0.89286-14.621-0.00001-5.6547,0.29761-10.491,0.89286-14.509,0.66963-4.0922,1.7857-7.924,3.3482-11.496,1.9345-4.4642,4.2783-7.6636,7.0312-9.5982,2.8274-2.0089,6.436-3.0133,10.826-3.0134,4.3154,0.000076,7.8497,1.0045,10.603,3.0134,2.7529,1.9346,5.0595,5.2084,6.9196,9.8214,0.744,1.8602,1.3764,3.7203,1.8973,5.5804,0.59519,1.8602,1.0416,3.8319,1.3393,5.9152,0.37197,2.009,0.63239,4.2039,0.78125,6.5848,0.14876,2.3066,0.22316,4.8736,0.22321,7.7009m-10.268,0c-0.00004-2.0833-0.0744-3.9806-0.22322-5.692-0.0744-1.7113-0.22325-3.2738-0.44643-4.6875-0.14885-1.488-0.37206-2.9017-0.66964-4.2411-0.29766-1.3392-0.63248-2.6785-1.0045-4.0179-0.9673-3.3482-2.195-5.7663-3.683-7.2545-1.4137-1.488-3.2366-2.2321-5.4688-2.2321-4.6131,0.000065-7.7753,3.0879-9.4866,9.2634-0.89287,2.8274-1.5253,5.692-1.8973,8.5938-0.29763,2.8274-0.44644,6.3244-0.44643,10.491-0.00001,2.009,0.0372,3.8691,0.11161,5.5804,0.14879,1.6369,0.2976,3.1994,0.44643,4.6875,0.2232,1.4137,0.48361,2.8274,0.78125,4.2411,0.2976,1.4137,0.63242,2.8646,1.0045,4.3527,1.7113,6.1756,4.8735,9.2634,9.4866,9.2634,2.2321,0,4.055-0.74404,5.4688-2.2322,1.4881-1.4881,2.7157-3.8318,3.683-7.0312,0.44639-1.4881,0.81841-2.9018,1.1161-4.2411,0.29758-1.4137,0.52079-2.8646,0.66964-4.3527,0.22318-1.4881,0.37198-3.0506,0.44643-4.6875,0.0744-1.7113,0.11157-3.6458,0.11161-5.8036"/><path d="m513.96,48.324,0,64.844-10.826,0,0-64.844-13.616,0,0-9.933,38.058,0,0,9.933-13.616,0"/><path d="m567.13,113.17-5.2455-20.424-16.071,0-4.9107,20.424-10.826,0,18.638-74.777,10.491,0,18.638,74.777-10.714,0m-13.393-52.455-5.2455,21.54,10.714,0-5.4688-21.54"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="425px" line-height="125%" y="492.5" x="299.90381" font-family="'Roadgeek 2014 Series D'" fill="#ffffff"><tspan y="492.5" x="299.90381">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usamn_wide.svg b/shields/template_usamn_wide.svg new file mode 100644 index 00000000..e7f9b3a9 --- /dev/null +++ b/shields/template_usamn_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="750px" viewBox="0 0 750 600"><rect rx="37.5" ry="37.5" height="600" width="750" y="0" x="0" fill="#fecb00"/><path fill-rule="evenodd" fill="#003478" d="m12.5,20.275,0.5966,2.3923,0,1.1962,0.59825,2.3923,0,1.1962,0,2.9904-0.59825,2.3923,0.59825,4.7847-0.59825,0.59809,0.59825,2.9904,1.194,4.7847,0.59825,1.1962,0.59659,4.1866,0.59825,1.7943,0,6.5789,0,3.5885,0.5966,1.7943,0,1.7943,0,4.1866,0.59742,1.7942,0.59825,2.3923,1.194,2.9904,0.59826,2.3923,0.59658,0.59808,0,2.9904-0.59658,2.3923,0,1.1962-1.1957,1.7943,0,0.59808-0.5966,0.59809-1.7923,1.1962,0,0.59809,0,0.59809,0,0.59809,1.194,1.7943,0.59825,1.1962,1.194,0.59809,1.1948,0.59809,0,0.59809,0.59742,0.59808,0,1.7943,0,36.483,79.457,0,0-1.1962,0-4.7847-0.59658-0.59808-0.59826-0.59809-1.194-2.3924-0.59826-0.59809-0.59658,0-1.7931-1.1962-1.1948-0.59808-2.3897-1.7943-0.59658-1.1962-0.59826-1.1962-0.59658-0.59809-0.59825-1.1962-1.194,0-0.59825-0.59809-1.7923-1.1962-0.5966-0.59809-1.1957-1.1962-0.59742,0-0.5966-0.59809-0.59825,0-0.59742,0-0.5966,0-0.59825-0.59809-1.1948-0.59808-1.7923-1.7943-0.59659-0.59808,0-0.59809,0-0.59809,0-8.3732,0-1.7943,0.59659-0.59809,0-0.59808,0.59825-0.59808,0-1.1962,0-0.59809,0-0.59809-1.1948-1.1962-1.1957-0.59809,0-0.59809-0.59658-0.59809,0-0.59809,0.59658-0.59809,1.1957-2.9904,0-0.59809,1.1948-1.1962,4.7794-2.9904,0-0.59809,0.5966-0.59809,0-11.364,1.1957-1.1962,7.7656-7.7751,4.7802-5.3828,2.3888-2.9904,0.59826-0.59808,1.1948-1.1962,2.3889-1.7943,4.7802-2.9904,0.59742,0,5.9742-2.3923,0.59658,0,5.9742-4.7847-1.194,0-1.7923,0-0.59826,0-0.59658,0-0.59742,0-0.59826,0-0.59742-0.59809-1.1948-1.1962-8.9613,0-0.5966,0-1.7923-1.7943-0.59824-0.59809-0.59742,0-0.5966,0.59809-0.59825,0-0.59658,0.59809-1.1948,1.7943-0.59742,0-0.59826,0.59809-2.9863,0.59809-0.59826,0-0.59742,0-0.59658-0.59809-1.7923-0.59809,0-0.59809-0.59826-0.59809,0-0.59809-2.9871-0.59809-0.5966-0.59809-0.59742-1.1962-0.59825-0.59809-0.5966,0,0-0.59809-0.59742,0-0.59825,0-0.59742,0.59809-0.5966,0,0,0.59809,0,1.7943-0.59825,0-0.59742,0,0-0.59809-1.1948-1.7943,0-1.1962-0.5966-0.59809-2.3905,0,0-0.59809,0-1.1962,0-0.59809-5.9742-2.3923-0.59658,0-0.59826,0-1.1948,0-0.59742,0.59809-0.59658,0-1.1948,1.1962-0.59742,0.59809,0,0.59809-1.1948,0-1.7931,0.59809-1.1948,0-0.59742-0.59809,0-0.59809-0.5966-0.59809,0-0.59809-0.59824-0.59809-0.59742,0-4.1819-0.59809-0.5966,0,0-0.59809-0.59742,0-0.59825,0-0.59742,0-0.59659,0-0.59825,0-0.59742,0-1.1948-0.59808-0.59742-0.59809,0-0.59809-2.3897-10.766c0-0.59809,0-1.1962-0.59742-1.7943h-1.1948l-1.194-0.59809h-1.7923v7.7751z"/><path fill="#003478" d="m12.5,150,725,0c0.0784,0.056,0,282.26,0,412.5,0,13.85-11.15,25-25,25h-675c-13.85,0-25-11.15-25-25,0.11877,0.0489,0.000001-412.5,0.000001-412.5z"/><g transform="translate(6.4257813e-7,-0.66808414)" fill="#003478"><path d="m226.57,113.17,0-43.433-17.351,43.433-17.351-43.433,0,43.433-11.866,0,0-75,11.866,0,17.351,42.09,17.351-42.09,11.866,0,0,75-11.866,0"/><path d="m254.71,113.17,0-75,12.09,0,0,75-12.09,0"/><path d="m323.58,113.17-28.657-50.821,0,50.821-11.866,0,0-75,11.866,0,27.313,47.91,0-47.91,11.866,0,0,75-10.522,0"/><path d="m390.85,113.17-28.657-50.821,0,50.821-11.866,0,0-75,11.866,0,27.313,47.91,0-47.91,11.866,0,0,75-10.522,0"/><path d="m417.6,113.17,0-75,44.216,0,0,11.866-32.351,0,0,18.358,21.828,0,0,12.09-21.828,0,0,20.597,34.702,0,0,12.09-46.567,0"/><path d="m521.04,91.564c-0.00006,3.4329-0.63438,6.6045-1.903,9.5149-1.2687,2.9105-3.0971,5.4478-5.4851,7.6119-2.0896,1.8657-4.5523,3.3209-7.3881,4.3657-2.7612,0.97015-5.7463,1.4552-8.9552,1.4552-6.4926,0-12.052-1.7164-16.679-5.1492-4.5522-3.5074-8.097-8.1343-10.634-13.881l11.306-4.1418c1.5672,3.5821,3.7313,6.3433,6.4925,8.2836,2.7612,1.8657,5.9328,2.7985,9.5149,2.7985,3.5074,0.00001,6.3059-1.0448,8.3955-3.1343,2.1641-2.1642,3.2462-4.8134,3.2463-7.9478-0.00005-2.4627-0.67169-4.4776-2.0149-6.0448-1.2687-1.5671-2.9478-2.8731-5.0373-3.9179-2.0896-1.1194-4.403-2.0895-6.9403-2.9104-2.4627-0.82086-4.9254-1.7164-7.3881-2.6866-1.1194-0.44772-2.5-1.0821-4.1418-1.903-1.6418-0.82086-3.2463-1.9403-4.8134-3.3582-1.4925-1.4925-2.7985-3.3208-3.9179-5.4851-1.0448-2.1641-1.5672-4.8134-1.5672-7.9478-0.00001-3.6567,0.59701-6.7537,1.791-9.291,1.194-2.6119,2.7985-4.7014,4.8134-6.2687,2.0895-1.6417,4.5522-2.8357,7.3881-3.5821,2.9104-0.74619,6.0448-1.1193,9.403-1.1194,5.2985,0.000077,9.7015,1.3807,13.209,4.1418,3.582,2.7613,6.3059,6.4926,8.1716,11.194l-10.522,3.1343c-0.59705-1.194-1.3806-2.2761-2.3507-3.2463-0.82094-0.82083-1.9776-1.5671-3.4702-2.2388-1.418-0.67158-3.1717-1.0447-5.2612-1.1194-1.3433-0.07456-2.7612,0.03738-4.2537,0.33582-1.4179,0.22394-2.6866,0.6717-3.806,1.3433-1.1194,0.6717-2.0149,1.6045-2.6866,2.7985-0.67166,1.1195-0.93285,2.5374-0.78358,4.2537,0.14924,2.3135,1.1567,4.1045,3.0224,5.3731,1.8656,1.1941,4.1418,2.2389,6.8284,3.1343,2.6865,0.89557,5.5597,1.8284,8.6194,2.7985,3.1343,0.89557,6.0074,2.2388,8.6194,4.0299,2.6119,1.7165,4.7761,4.0672,6.4925,7.0522,1.791,2.9105,2.6865,6.8284,2.6866,11.754"/><path d="m583.64,75.78c-0.00006,5.9702-0.70901,11.679-2.1269,17.127-1.418,5.4478-3.4329,9.8508-6.0448,13.209-4.1792,5.597-10.224,8.3955-18.134,8.3955-5.2985,0-9.6642-1.0821-13.097-3.2463-3.4329-2.1642-6.2687-5.5597-8.5075-10.187-1.5672-3.2089-2.8358-7.0895-3.806-11.642-0.97015-4.6268-1.4552-9.1791-1.4552-13.657-0.00001-6.194,0.70895-11.94,2.1269-17.239,1.4925-5.2984,3.5074-9.7387,6.0448-13.321,2.2388-2.8358,4.888-4.9253,7.9478-6.2687,3.1343-1.4178,6.8656-2.1268,11.194-2.1269,4.7761,0.000077,8.8432,1.0822,12.201,3.2463,3.3582,2.1642,6.2313,5.5598,8.6194,10.187,1.5671,3.3583,2.7984,7.2762,3.694,11.754,0.89546,4.4777,1.3432,9.0672,1.3433,13.769m-11.866,0c-0.00005-4.2537-0.37318-8.1716-1.1194-11.754-0.74632-3.6567-1.8657-6.7537-3.3582-9.291-1.1941-1.9402-2.5747-3.3581-4.1418-4.2537-1.4926-0.89546-3.3582-1.4178-5.597-1.5672-2.9105-0.14919-5.3358,0.52245-7.2761,2.0149-1.9403,1.4926-3.5448,3.918-4.8134,7.2761-0.97017,2.2389-1.7164,4.9627-2.2388,8.1716-0.44778,3.1344-0.67166,6.2687-0.67164,9.403-0.00002,4.0299,0.37312,7.9105,1.1194,11.642,0.74625,3.7314,1.8656,6.7911,3.3582,9.1791,1.194,1.9403,2.6119,3.3955,4.2537,4.3657,1.6418,0.97016,3.6567,1.4552,6.0448,1.4552,2.7612,0.00001,5.0373-0.74626,6.8284-2.2388,1.8656-1.4925,3.4328-3.9179,4.7015-7.2761,0.37309-0.97013,0.74622-2.1268,1.1194-3.4702,0.37309-1.4179,0.6716-2.8731,0.89553-4.3657,0.29846-1.5671,0.52234-3.1343,0.67164-4.7015,0.1492-1.5671,0.22383-3.097,0.22388-4.5896"/><path d="m621.04,48.69,0,64.478-11.866,0,0-64.478-17.127,0,0-10.522,46.343,0,0,10.522-17.351,0"/><path d="m691.99,113.17-7.388-21.045-23.396,0-7.3881,21.045-12.649,0,25.858-75,11.754,0,25.858,75-12.649,0m-18.918-54.179-7.7239,21.045,15,0-7.2761-21.045"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="425px" line-height="125%" y="492.5" x="375.44308" font-family="'Roadgeek 2014 Series D'" fill="#ffffff"><tspan y="492.5" x="375.44308">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usamo.svg b/shields/template_usamo.svg new file mode 100644 index 00000000..00517901 --- /dev/null +++ b/shields/template_usamo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="600px" viewBox="0 0 600 600"><path fill="#000" d="m37.5,0,525,0c20.78,0,37.5,16.725,37.5,37.5v525c0,20.775-16.725,37.5-37.5,37.5h-525c-20.775,0-37.5-16.72-37.5-37.5v-525c0-20.775,16.725-37.5,37.5-37.5z"/><path fill="#FFF" d="m427.11,574.99c-7.2429,0-0.91513-11.428,7.5139-26.572,12.083-20.265,21.6-51.444,7.4117-51.998h-175.42-175.24c-9.2966,0-9.2966,0-9.3847-8.6868s0.0881-2.6766,0.0881-139.24v-131.17l-3.7709-10.97c-2.1283-6.1919-5.5181-12.755-6.8756-14.829-2.088-3.19-2.4682-7.2964-2.4682-26.659v-22.888l-11.628-23.252c-12.607-25.201-17.915-38.256-19.566-48.117-0.583-3.476-3.888-11.963-7.345-18.86-7.426-14.813-1.152-26.743,5.867-26.743h405.81c3.3099,0,10.908,3.4404,11.924,8.1455,2.9764,13.793-2.3857,15.484,2.7988,26.694,6.492,14.036,2.2926,17.514,6.9845,24.813,2.8243,4.3936,8.3983,14.05,12.386,21.458,3.9883,7.4085,9.5157,17.218,12.283,21.8,5.5636,9.2096,10.015,21.452,12.283,33.777,1.3641,7.4148,5.8988,16.544,13.601,27.382,4.1883,5.8934,15.939,29.58,19.337,38.98,2.5605,7.0824,2.8509,11.964,3.1626,53.171,0.20271,26.801,1.032,49.435,2.0263,55.298,2.1446,12.646,10.459,36.689,14.94,43.2,2.8343,4.1187,3.3974,6.5373,3.1693,13.613-0.20187,6.2662,0.57146,10.504,2.8462,15.597,9.1808,20.554,11.871,28.159,12.672,35.82,1.2524,11.983-0.0105,16.658-7.8536,29.079-3.8068,6.0285-7.6044,13.674-8.4392,16.989-3.6091,14.333-9.3431,23.675-18.901,30.794-5.4067,4.0272-9.8756,19.378-12.504,26.181-1.4325,3.7076-4.5522,8.2812-4.6082,15.016-0.10843,13.058,0.89778,12.182-12.192,12.182h-80.903z"/><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="500px" line-height="125%" y="418.75" x="302.66208" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="418.75" x="302.66208">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usamo_wide.svg b/shields/template_usamo_wide.svg new file mode 100644 index 00000000..82478a9d --- /dev/null +++ b/shields/template_usamo_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="750px" viewBox="0 0 750 600"><path fill="#000" d="m37.5,0,675,0c20.78,0,37.5,16.725,37.5,37.5v525c0,20.775-16.725,37.5-37.5,37.5h-675c-20.775,0-37.5-16.72-37.5-37.5v-525c0-20.775,16.725-37.5,37.5-37.5z"/><path fill="#FFF" d="m537.04,574.99c-9.2332,0-1.1666-11.428,9.5787-26.572,15.404-20.265,27.535-51.444,9.4484-51.998h-223.63-223.4c-11.851,0-11.851,0-11.964-8.6868-0.11231-8.6868,0.11231-2.6766,0.11231-139.24v-131.17l-4.8071-10.97c-2.7132-6.1919-7.0344-12.755-8.765-14.829-2.6618-3.19-3.1465-7.2964-3.1465-26.659v-22.888l-14.826-23.24c-16.071-25.211-22.838-38.266-24.943-48.127-0.742-3.476-4.956-11.963-9.363-18.86-9.467-14.813-1.468-26.743,7.48-26.743h517.32c4.2195,0,13.906,3.4404,15.2,8.1455,3.7944,13.793-3.0412,15.484,3.5679,26.694,8.2761,14.036,2.9226,17.514,8.9039,24.813,3.6004,4.3936,10.706,14.05,15.79,21.458,5.0843,7.4085,12.131,17.218,15.659,21.8,7.0924,9.2096,12.768,21.452,15.658,33.777,1.7389,7.4148,7.5198,16.544,17.339,27.382,5.3392,5.8934,20.319,29.58,24.651,38.98,3.2642,7.0824,3.6344,11.964,4.0316,53.171,0.25842,26.801,1.3156,49.435,2.5831,55.298,2.734,12.646,13.333,36.689,19.045,43.2,3.6131,4.1187,4.3309,6.5373,4.0402,13.613-0.25735,6.2662,0.72849,10.504,3.6283,15.597,11.704,20.554,15.134,28.159,16.154,35.82,1.5966,11.983-0.0134,16.658-10.012,29.079-4.8528,6.0285-9.6941,13.674-10.758,16.989-4.6008,14.333-11.911,23.675-24.095,30.794-6.8925,4.0272-12.589,19.378-15.94,26.181-1.8261,3.7076-5.8032,8.2812-5.8745,15.016-0.13822,13.058,1.1445,12.182-15.542,12.182h-103.14z"/><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="500px" line-height="125%" y="418.75" x="375.33047" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan y="418.75" x="375.33047">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usamp.svg b/shields/template_usamp.svg new file mode 100644 index 00000000..a8c5960f --- /dev/null +++ b/shields/template_usamp.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 601 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-52.344 -245.38)"> + <rect id="rect3755" rx="150" ry="150" height="300" width="525" y="270.89" x="90.349" fill="#fff"/> + <g id="g3759"> + <rect id="rect2985" rx="37.5" ry="37.5" height="600" width="600" stroke="#000" y="245.89" x="52.849" fill="#fff"/> + <rect id="rect3757" rx="35" ry="35" height="595" width="595" y="248.39" x="55.349"/> + </g> + <path id="rect3773" d="m25.5 25.5v90c0 83.1 66.9 150 150 150l-150 310h550l-150-310c83.1 0 150-66.9 150-150s-0.56014-90 0-90h-550z" transform="translate(52.344 245.38)" fill="#fff"/> + <text id="text3780" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="447.76px" line-height="125%" y="695.88818" x="357.00116" font-family="Arial" fill="#000000"><tspan id="tspan3782" style="text-anchor:middle;text-align:center" y="695.88818" x="357.00116" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_usamp_wide.svg b/shields/template_usamp_wide.svg new file mode 100644 index 00000000..3cfcb946 --- /dev/null +++ b/shields/template_usamp_wide.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 751 601" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-52.349 -245.39)"> + <path id="rect3755" fill="#fff" d="m240.35 270.89h225c83.1 0 150 66.9 150 150s-66.9 150-150 150h-225c-83.1 0-150-66.9-150-150s66.9-150 150-150z"/> + <g id="g3759"> + <path id="rect2985" d="m90.349 245.89h675c20.775 0 37.5 16.725 37.5 37.5v525c0 20.775-16.725 37.5-37.5 37.5h-675c-20.775 0-37.5-16.725-37.5-37.5v-525c0-20.775 16.725-37.5 37.5-37.5z" stroke="#000" fill="#fff"/> + <path id="rect3757" d="m90.349 248.39h675c19.39 0 35 15.61 35 35v525c0 19.39-15.61 35-35 35h-675c-19.39 0-35-15.61-35-35v-525c0-19.39 15.61-35 35-35z"/> + </g> + <path id="rect3773" d="m25.5 25.5v90c0 83.1 66.9 150 150 150l-150 310h700l-150-310c83.1 0 150-66.9 150-150s-0.56014-90 0-90z" transform="translate(52.344 245.38)" fill="#fff"/> + <text id="text3780" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="447.76px" line-height="125%" y="695.88818" x="426.73291" font-family="Arial" fill="#000000"><tspan id="tspan3782" style="text-anchor:middle;text-align:center" y="695.88818" x="426.73291" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_usamts.svg b/shields/template_usamts.svg new file mode 100644 index 00000000..835109f5 --- /dev/null +++ b/shields/template_usamts.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <rect id="rect3017" rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/> + <path id="rect3019" fill="#fff" d="m165.47 37.504c-7.8228 0.0806-15.942 0.95484-21.593 3.3752-3.713 1.5904-6.279 3.1877-10.25 3.1877-3.6789 0-7.0162 4.3246-7.9684 7.9379-1.0913 4.1407 0.41767 7.1818 2.9374 10.532-3.2073 5.7475-4.375 12.979-2.0312 18.97 2.8871 7.3798 10.708 10.388 18.593 11.688 2.6725 0.44073 4.8122 2.2478 6.3748 3.8127 13.206 1.3758 19.41 8.0094 20.405 20.407 0.7119 8.8633-4.5774 18.501-12.749 18.501-6.6999-0.36205-13.986 0.90308-20.03 3.6564-5.919 2.6963-11.383 6.1089-15.656 10.407-10.258-0.24563-18.649 3.1875-26.749 8.9379-7.6989 5.4658-12.415 13.498-15.937 22.314-6.539 6.1966-9.1199 13.717-8.9371 22.314 0.18594 8.7485 4.7355 15.605 10.843 21.72-2.074 13.31-2.8818 28.177-0.28124 39.721 3.1802 14.117 7.1239 23.235 14.312 34.908-3.2897 15.893-2.6144 34.346 2.3124 47.659 8.1482 22.017 17.234 32.688 33.999 46.127-0.79226 15.559 3.3248 32.938 10.625 44.502 10.792 17.097 21.458 25.36 38.436 33.345 4.4245 11.245 10.16 23.004 17.718 31.127 9.9255 10.668 17.989 15.779 30.093 21.814 7.7608 13.619 19.147 26.465 29.655 35.096 13.192 10.835 25.134 16.313 40.405 21.689 15.271-5.3757 27.213-10.853 40.405-21.689 10.508-8.6307 21.894-21.476 29.655-35.096 12.104-6.0347 20.167-11.146 30.093-21.814 7.5577-8.123 13.294-19.881 17.718-31.127 16.978-7.985 27.644-16.248 38.436-33.345 7.2997-11.565 11.417-28.943 10.625-44.502 16.764-13.439 25.85-24.111 33.999-46.127 4.9268-13.312 5.6021-31.765 2.3124-47.659 7.188-11.673 11.132-20.791 14.312-34.908 2.6005-11.544 1.7927-26.411-0.28124-39.721 6.1078-6.1153 10.657-12.971 10.843-21.72 0.18272-8.5969-2.3981-16.117-8.9371-22.314-3.522-8.816-8.238-16.848-15.937-22.314-8.0998-5.7505-16.491-9.1836-26.749-8.9379-4.2729-4.2979-9.7366-7.7105-15.656-10.407-6.0444-2.7534-13.331-4.0185-20.03-3.6564-8.1721 0-13.461-9.6376-12.75-18.501 0.99579-12.398 7.1992-19.031 20.405-20.407 1.5626-1.5649 3.7022-3.372 6.3748-3.8127 7.8853-1.3003 15.706-4.3082 18.593-11.688 2.3438-5.9912 1.1761-13.222-2.0312-18.97 2.5197-3.35 4.0286-6.391 2.9374-10.532-0.95227-3.6133-4.2895-7.9379-7.9684-7.9379-3.9706 0-6.5366-1.5972-10.25-3.1877-5.6505-2.4203-13.77-3.2946-21.593-3.3752-9.7311-0.10033-21.489 1.7116-31.311 6.5628-12.208-2.8136-20.952-4.7072-34.374-4.9378-11.897-0.20439-28.511 1.7385-36.374 4.9378-9.9206-4.9665-21.465-6.3753-32.467-6.3753s-22.547 1.4089-32.467 6.3753c-7.8624-3.1993-24.477-5.1421-36.374-4.9378-13.422 0.23059-22.166 2.1241-34.374 4.9378-9.8227-4.8512-21.58-6.6632-31.311-6.5628z"/> + <text id="text3048" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="300.42px" line-height="125%" y="362.5" x="300.02847" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan3050" y="362.5" x="300.02847">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usand.svg b/shields/template_usand.svg new file mode 100644 index 00000000..9e98bb94 --- /dev/null +++ b/shields/template_usand.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg20612" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="g3017"> + <rect id="rect20620" rx="37.5" ry="37.5" height="600" width="600" y="-1.6602e-7" x="1.958e-7"/> + <path id="path5094" fill="#fff" d="m30.078 175h480.47l1.3021 5.8594 3.9062 11.719 1.3021 9.1146 4.5573 8.4635 1.9531 5.8594-1.9531 7.8125-0.6511 7.8125 1.9532 14.323-1.3021 11.719 1.9531 2.6042-1.3021 7.8125 0.6511 14.974 7.1614 9.7656 5.2084 18.88 0.651 4.5573 6.5104 11.719 4.5573 11.068 3.9063 8.4635v6.5104l1.9531 3.9062-1.3021 5.2083 2.6042 29.948 1.3021 11.719v11.068l3.9062 9.1146 3.9063 3.2552-0.6511 10.417-1.3021 4.5573 0.6511 9.7656-1.9532 7.1615 7.8125 19.531 1.9532 8.4635 11.068 13.672 0.651 12.37 4.5573 17.578-1.3021 11.719 2.59 6.51h-574.87l17.578-375"/> + <g id="text21148" fill="#fff" transform="translate(-54.286 -175.22)"> + <path id="path21230" d="m129.42 300.22-14.664-44.44v44.44h-9.5149v-75h9.5149l13.321 37.388v-37.388h9.5149v75h-8.1716"/> + <path id="path21232" d="m188.23 262.61c-0.00004 2.015-0.00004 4.403 0 7.1642-0.00004 2.6866-0.1493 5.4851-0.44776 8.3955-0.22392 2.9105-0.67168 5.7836-1.3433 8.6194-0.59705 2.7612-1.5672 5.2612-2.9104 7.5-1.2687 2.1642-2.9478 3.9179-5.0373 5.2612-2.015 1.3433-4.5523 2.0149-7.6119 2.0149-3.1344 0-5.7463-0.67164-7.8358-2.0149-2.0149-1.3433-3.694-3.097-5.0373-5.2612-1.2687-2.2388-2.2388-4.7388-2.9104-7.5-0.59702-2.8358-1.0075-5.7089-1.2313-8.6194-0.22389-2.9104-0.33583-5.7089-0.33582-8.3955-0.00001-2.6865-0.00001-5.0746 0-7.1642-0.00001-2.1641-0.00001-4.5895 0-7.2761-0.00001-2.7612 0.11193-5.5596 0.33582-8.3955 0.2985-2.8358 0.78357-5.597 1.4552-8.2836 0.67163-2.7611 1.6418-5.1865 2.9104-7.2761 1.2686-2.1641 2.9104-3.8805 4.9254-5.1493 2.0895-1.3432 4.6642-2.0148 7.7239-2.0149 3.0597 0.00007 5.597 0.67171 7.6119 2.0149 2.0895 1.2687 3.7686 2.9852 5.0373 5.1493 1.3432 2.1642 2.3134 4.6269 2.9104 7.3881 0.67161 2.6866 1.1194 5.4478 1.3433 8.2836 0.29846 2.8359 0.44772 5.6344 0.44776 8.3955-0.00004 2.6866-0.00004 5.0747 0 7.1642m-9.9627 0c-0.00003-1.0447-0.0373-2.4626-0.11194-4.2537-0.00003-1.791-0.0747-3.7313-0.22388-5.8209-0.14928-2.1641-0.37316-4.3283-0.67164-6.4925-0.29854-2.2387-0.7463-4.2537-1.3433-6.0448-0.52242-1.791-1.1941-3.2462-2.0149-4.3657-0.82092-1.1193-1.8284-1.679-3.0224-1.6791-1.4179 0.00007-2.612 0.59708-3.5821 1.791-0.89554 1.1195-1.6418 2.612-2.2388 4.4776-0.52241 1.7911-0.93286 3.806-1.2314 6.0448-0.22389 2.2388-0.41046 4.4403-0.5597 6.6045-0.0746 2.0896-0.11195 4.0299-0.11194 5.8209 0.0746 1.7165 0.11193 3.0224 0.11194 3.9179-0.00001 0.82093-0.0373 2.1269-0.11194 3.9179-0.00001 1.7164 0.0373 3.6568 0.11194 5.8209 0.14924 2.1642 0.33581 4.403 0.5597 6.7164 0.29849 2.3135 0.70894 4.403 1.2314 6.2687 0.59699 1.8657 1.3433 3.4328 2.2388 4.7015 0.97013 1.194 2.1642 1.7911 3.5821 1.791 1.4179 0.00001 2.5746-0.59701 3.4702-1.791 0.8955-1.2686 1.6044-2.8358 2.1269-4.7015 0.59698-1.8656 1.0074-3.9552 1.2313-6.2687 0.22385-2.3134 0.3731-4.5522 0.44776-6.7164 0.14923-2.1642 0.18654-4.1044 0.11194-5.8209-0.00003-1.791-0.00003-3.097 0-3.9179"/> + <path id="path21234" d="m236.24 246.26c-0.00005 4.2538-0.63437 7.6493-1.903 10.187-1.1941 2.5374-3.1717 4.6642-5.9328 6.3806l7.6119 37.388h-9.7388l-8.5075-35.037h-4.3657v35.037h-9.5149v-75h14.776c11.716 0.00007 17.575 7.015 17.575 21.045m-9.7388-0.22389c-0.00003-4.2537-0.59705-7.1641-1.791-8.7313-1.1194-1.5671-3.3209-2.3507-6.6045-2.3507h-4.7015v20.485h6.2687c2.6119 0.00004 4.403-0.6716 5.3731-2.0149 0.97011-1.3432 1.4552-3.8059 1.4552-7.3881"/> + <path id="path21236" d="m262.6 234.96v65.261h-9.5149v-65.261h-9.1791v-9.7388h28.433v9.7388h-9.7388"/> + <path id="path21238" d="m307.46 300.22v-35.037h-13.321v35.037h-9.5149v-75h9.5149v30.224h13.321v-30.224h9.5149v75h-9.5149"/> + <path id="path21240" d="m383.71 262.61c-0.00004 17.463-2.2762 28.769-6.8284 33.918-1.0448 1.194-2.4627 2.1269-4.2537 2.7985-1.7164 0.59701-3.6194 0.89552-5.709 0.89552h-15.56v-75h15.56c5.2238 0.00007 8.9925 1.8284 11.306 5.4851 0.89548 1.4926 1.6791 3.3956 2.3507 5.709 0.74623 2.2389 1.2686 4.5523 1.5672 6.9403 0.52235 3.0598 0.89548 6.2314 1.1194 9.5149 0.29847 3.2836 0.44772 6.5299 0.44776 9.7388m-9.7388 2.3508c-0.00003-1.3432-0.0373-2.8358-0.11194-4.4776-0.0747-1.7164-0.14928-3.4328-0.22388-5.1492-0.0746-1.791-0.14928-3.5074-0.22388-5.1492-0.0746-1.6417-0.14928-3.1343-0.22388-4.4776-0.37316-4.1044-1.0448-6.9029-2.0149-8.3955-0.89555-1.5671-2.3135-2.3507-4.2537-2.3507h-6.0448v55.522h6.0448c1.7164 0.00001 3.0597-0.597 4.0298-1.791 0.97012-1.2686 1.7164-3.3209 2.2388-6.1567 0.0746-0.67162 0.14923-1.6418 0.22388-2.9104 0.0746-1.2686 0.14923-2.7238 0.22388-4.3657 0.0746-1.6418 0.14923-3.3582 0.22388-5.1492 0.0746-1.791 0.11191-3.5074 0.11194-5.1492"/> + <path id="path21242" d="m424.12 300.22-4.2537-20.037h-12.313l-4.2537 20.037h-9.7388l15.336-75h9.6269l15.56 75h-9.9627m-10.298-49.478-4.1418 19.701h8.0597l-3.9179-19.701"/> + <path id="path21244" d="m469.25 300.22-10.075-35.485-3.5821 7.2761v28.209h-9.5149v-75h9.5149v23.955l11.754-23.955h11.082l-12.313 25.746 13.321 49.254h-10.187"/> + <path id="path21246" d="m525.8 262.61c-0.00004 2.015-0.00004 4.403 0 7.1642-0.00004 2.6866-0.1493 5.4851-0.44776 8.3955-0.22392 2.9105-0.67168 5.7836-1.3433 8.6194-0.59705 2.7612-1.5672 5.2612-2.9104 7.5-1.2687 2.1642-2.9478 3.9179-5.0373 5.2612-2.015 1.3433-4.5523 2.0149-7.6119 2.0149-3.1344 0-5.7463-0.67164-7.8358-2.0149-2.0149-1.3433-3.694-3.097-5.0373-5.2612-1.2687-2.2388-2.2388-4.7388-2.9104-7.5-0.59702-2.8358-1.0075-5.7089-1.2313-8.6194-0.22389-2.9104-0.33583-5.7089-0.33582-8.3955-0.00001-2.6865-0.00001-5.0746 0-7.1642-0.00001-2.1641-0.00001-4.5895 0-7.2761-0.00001-2.7612 0.11193-5.5596 0.33582-8.3955 0.2985-2.8358 0.78357-5.597 1.4552-8.2836 0.67163-2.7611 1.6418-5.1865 2.9104-7.2761 1.2686-2.1641 2.9104-3.8805 4.9254-5.1493 2.0895-1.3432 4.6642-2.0148 7.7239-2.0149 3.0597 0.00007 5.597 0.67171 7.6119 2.0149 2.0895 1.2687 3.7686 2.9852 5.0373 5.1493 1.3432 2.1642 2.3134 4.6269 2.9104 7.3881 0.67161 2.6866 1.1194 5.4478 1.3433 8.2836 0.29846 2.8359 0.44772 5.6344 0.44776 8.3955-0.00004 2.6866-0.00004 5.0747 0 7.1642m-9.9627 0c-0.00003-1.0447-0.0373-2.4626-0.11194-4.2537-0.00003-1.791-0.0747-3.7313-0.22388-5.8209-0.14928-2.1641-0.37316-4.3283-0.67164-6.4925-0.29854-2.2387-0.7463-4.2537-1.3433-6.0448-0.52242-1.791-1.1941-3.2462-2.0149-4.3657-0.82092-1.1193-1.8284-1.679-3.0224-1.6791-1.4179 0.00007-2.612 0.59708-3.5821 1.791-0.89554 1.1195-1.6418 2.612-2.2388 4.4776-0.52241 1.7911-0.93286 3.806-1.2314 6.0448-0.22389 2.2388-0.41046 4.4403-0.5597 6.6045-0.0746 2.0896-0.11195 4.0299-0.11194 5.8209 0.0746 1.7165 0.11193 3.0224 0.11194 3.9179-0.00001 0.82093-0.0373 2.1269-0.11194 3.9179-0.00001 1.7164 0.0373 3.6568 0.11194 5.8209 0.14924 2.1642 0.33581 4.403 0.5597 6.7164 0.29849 2.3135 0.70894 4.403 1.2314 6.2687 0.59699 1.8657 1.3433 3.4328 2.2388 4.7015 0.97013 1.194 2.1642 1.7911 3.5821 1.791 1.4179 0.00001 2.5746-0.59701 3.4702-1.791 0.8955-1.2686 1.6044-2.8358 2.1269-4.7015 0.59698-1.8656 1.0074-3.9552 1.2313-6.2687 0.22385-2.3134 0.3731-4.5522 0.44776-6.7164 0.14922-2.1642 0.18654-4.1044 0.11194-5.8209-0.00003-1.791-0.00003-3.097 0-3.9179"/> + <path id="path21248" d="m554.33 234.96v65.261h-9.5149v-65.261h-9.1791v-9.7388h28.433v9.7388h-9.7388"/> + <path id="path21250" d="m601.1 300.22-4.2537-20.037h-12.313l-4.2537 20.037h-9.7388l15.336-75h9.6269l15.56 75h-9.9627m-10.299-49.478-4.1418 19.701h8.0597l-3.9179-19.701"/> + </g> + </g> + <text id="text21152" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="447.76px" line-height="125%" y="511.66666" x="286.53171" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan id="tspan21154" y="511.66666" x="286.53171">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usand_wide.svg b/shields/template_usand_wide.svg new file mode 100644 index 00000000..d25c6798 --- /dev/null +++ b/shields/template_usand_wide.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg20612" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-54.286 -175.22)"> + <rect id="rect20620" rx="37.5" ry="37.5" height="600" width="750" y="175.22" x="54.286"/> + <path id="path5094" fill="#fff" d="m84.364 350.22h630.47l1.3021 5.8594 3.9062 11.719 1.3021 9.1146 4.5573 8.4635 1.9531 5.8594-1.9531 7.8125-0.6511 7.8125 1.9532 14.323-1.3021 11.719 1.9531 2.6042-1.3021 7.8125 0.6511 14.974 7.1614 9.7656 5.2084 18.88 0.651 4.5573 6.5104 11.719 4.5573 11.068 3.9063 8.4635v6.5104l1.9531 3.9062-1.3021 5.2083 2.6042 29.948 1.3021 11.719v11.068l3.9062 9.1146 3.9063 3.2552-0.6511 10.417-1.3021 4.5573 0.6511 9.7656-1.9532 7.1615 7.8125 19.531 1.9532 8.4635 11.068 13.672 0.651 12.37 4.5573 17.578-1.3021 11.719 2.6042 6.5104h-724.87l17.578-375"/> + <g id="text21148" fill="#fff"> + <path id="path21176" d="m150.17 300.22-23.172-50.261v50.261h-10.746v-75h10.746l20.597 45v-45h10.746v75h-8.1716"/> + <path id="path21178" d="m219.46 262.61c-0.00005 5.7463-0.33587 10.634-1.0075 14.664-0.59707 4.0299-1.6792 7.8358-3.2463 11.418-1.8657 4.4776-4.2165 7.7612-7.0522 9.8508-2.7612 2.0149-6.2687 3.0224-10.522 3.0224-4.4776 0-8.1344-1.0075-10.97-3.0224-2.7612-2.0896-5.0746-5.3731-6.9403-9.8508-1.5672-3.6567-2.6866-7.4627-3.3582-11.418-0.59703-4.0298-0.89553-8.9179-0.89553-14.664 0-5.6716 0.2985-10.522 0.89553-14.552 0.67163-4.1044 1.791-7.9477 3.3582-11.53 1.9403-4.4775 4.291-7.6865 7.0522-9.6269 2.8358-2.0148 6.4552-3.0223 10.858-3.0224 4.3283 0.00007 7.8731 1.0075 10.634 3.0224 2.7612 1.9404 5.0746 5.224 6.9403 9.8508 0.74622 1.8657 1.3806 3.7314 1.903 5.597 0.59697 1.8657 1.0447 3.8433 1.3433 5.9328 0.37308 2.015 0.63428 4.2165 0.78358 6.6045 0.1492 2.3135 0.22383 4.8881 0.22388 7.7239m-10.299 0c-0.00004-2.0895-0.0747-3.9925-0.22388-5.709-0.0747-1.7164-0.22392-3.2835-0.44776-4.7015-0.14929-1.4925-0.37317-2.9104-0.67164-4.2537-0.29855-1.3432-0.63437-2.6865-1.0075-4.0298-0.97019-3.3582-2.2015-5.7835-3.694-7.2761-1.418-1.4925-3.2463-2.2387-5.4851-2.2388-4.6269 0.00007-7.7985 3.0971-9.5149 9.291-0.89554 2.8359-1.5299 5.709-1.903 8.6194-0.29852 2.8359-0.44778 6.3433-0.44776 10.522-0.00002 2.015 0.0373 3.8806 0.11194 5.597 0.14924 1.6418 0.29849 3.209 0.44776 4.7015 0.22386 1.4179 0.48506 2.8358 0.78358 4.2537 0.29849 1.4179 0.63431 2.8732 1.0075 4.3657 1.7164 6.194 4.888 9.291 9.5149 9.291 2.2388 0 4.0671-0.74626 5.4851-2.2388 1.4925-1.4925 2.7238-3.8433 3.694-7.0522 0.44772-1.4925 0.82085-2.9104 1.1194-4.2537 0.29847-1.4179 0.52235-2.8731 0.67164-4.3657 0.22384-1.4925 0.3731-3.0597 0.44776-4.7015 0.0746-1.7164 0.1119-3.6567 0.11194-5.8209"/> + <path id="path21180" d="m267.72 300.22-9.9627-35.261h-10.299v35.261h-10.746v-75h22.388c2.9104 0.00007 5.5597 0.48515 7.9478 1.4552 2.4626 0.97022 4.5522 2.3135 6.2687 4.0298 1.791 1.7165 3.1343 3.8434 4.0298 6.3806 0.9701 2.4628 1.4552 5.1866 1.4552 8.1716-0.00005 4.4777-0.89557 8.2836-2.6866 11.418-1.7911 3.1344-4.4777 5.3732-8.0597 6.7164l10.746 36.828h-11.082m0.55971-54.963c-0.00004-2.9104-0.89556-5.2238-2.6866-6.9403-1.7911-1.7164-4.1418-2.5746-7.0522-2.5746h-11.082v18.918h11.082c3.1343 0.00004 5.5224-0.78354 7.1642-2.3508 1.7164-1.6417 2.5746-3.9925 2.5746-7.0522"/> + <path id="path21182" d="m312.25 235.18v65.037h-10.858v-65.037h-13.657v-9.9627h38.172v9.9627h-13.657"/> + <path id="path21184" d="m369.72 300.22v-33.918h-20.597v33.918h-10.746v-75h10.746v30.56h20.597v-30.56h10.746v75h-10.746"/> + <path id="path21186" d="m467.06 262.61c-0.00005 17.164-3.5821 28.545-10.746 34.142-1.3433 1.2687-2.9105 2.1642-4.7015 2.6866-1.7911 0.52239-3.7314 0.78358-5.8209 0.78358h-20.821v-75h19.142c3.2089 0.00007 5.7089 0.22395 7.5 0.67164 1.791 0.44784 3.3582 1.1941 4.7015 2.2388 2.2388 1.5672 4.1044 3.7687 5.597 6.6045 1.5671 2.8359 2.6865 6.1568 3.3582 9.9627 0.52234 2.7612 0.93279 5.709 1.2314 8.8433 0.37308 3.1344 0.55965 6.1568 0.5597 9.0672m-10.522 0.5597c-0.00004-4.2537-0.18661-8.2089-0.5597-11.866-0.37318-3.7313-0.89556-6.3805-1.5672-7.9478-1.7164-5.0746-4.9627-7.6119-9.7388-7.6119h-8.9552v53.955h8.9552c1.5671 0.00001 2.9477-0.29849 4.1418-0.89552 1.2686-0.597 2.3507-1.3806 3.2463-2.3508 0.89548-0.97013 1.6044-2.0895 2.1269-3.3582 0.59698-1.3433 1.0447-2.7239 1.3433-4.1418 0.22384-2.388 0.44772-4.888 0.67164-7.5 0.22384-2.6865 0.33578-5.4477 0.33582-8.2836"/> + <path id="path21188" d="m515.35 300.22-5.2612-20.485h-16.119l-4.9254 20.485h-10.858l18.694-75h10.522l18.694 75h-10.746m-13.433-52.612-5.2612 21.604h10.746l-5.4851-21.604"/> + <path id="path21190" d="m569.45 300.22-13.209-36.604-6.8284 12.649v23.955h-10.746v-75h10.746v30l17.127-30h12.425l-15.56 26.306 17.351 48.694h-11.306"/> + <path id="path21192" d="m638.16 262.61c-0.00005 5.7463-0.33588 10.634-1.0075 14.664-0.59706 4.0299-1.6792 7.8358-3.2463 11.418-1.8657 4.4776-4.2165 7.7612-7.0522 9.8508-2.7612 2.0149-6.2687 3.0224-10.522 3.0224-4.4776 0-8.1344-1.0075-10.97-3.0224-2.7612-2.0896-5.0746-5.3731-6.9403-9.8508-1.5672-3.6567-2.6866-7.4627-3.3582-11.418-0.59702-4.0298-0.89553-8.9179-0.89552-14.664-0.00001-5.6716 0.2985-10.522 0.89552-14.552 0.67163-4.1044 1.791-7.9477 3.3582-11.53 1.9403-4.4775 4.291-7.6865 7.0522-9.6269 2.8358-2.0148 6.4552-3.0223 10.858-3.0224 4.3283 0.00007 7.8731 1.0075 10.634 3.0224 2.7612 1.9404 5.0746 5.224 6.9403 9.8508 0.74623 1.8657 1.3806 3.7314 1.903 5.597 0.59697 1.8657 1.0447 3.8433 1.3433 5.9328 0.37309 2.015 0.63428 4.2165 0.78359 6.6045 0.1492 2.3135 0.22383 4.8881 0.22388 7.7239m-10.299 0c-0.00004-2.0895-0.0747-3.9925-0.22388-5.709-0.0747-1.7164-0.22392-3.2835-0.44776-4.7015-0.1493-1.4925-0.37318-2.9104-0.67164-4.2537-0.29855-1.3432-0.63437-2.6865-1.0075-4.0298-0.97018-3.3582-2.2015-5.7835-3.694-7.2761-1.4179-1.4925-3.2463-2.2387-5.4851-2.2388-4.6269 0.00007-7.7985 3.0971-9.5149 9.291-0.89554 2.8359-1.5299 5.709-1.903 8.6194-0.29853 2.8359-0.44778 6.3433-0.44776 10.522-0.00002 2.015 0.0373 3.8806 0.11194 5.597 0.14923 1.6418 0.29849 3.209 0.44776 4.7015 0.22386 1.4179 0.48505 2.8358 0.78358 4.2537 0.29849 1.4179 0.63431 2.8732 1.0075 4.3657 1.7164 6.194 4.888 9.291 9.5149 9.291 2.2388 0 4.0671-0.74626 5.4851-2.2388 1.4925-1.4925 2.7238-3.8433 3.694-7.0522 0.44773-1.4925 0.82086-2.9104 1.1194-4.2537 0.29846-1.4179 0.52234-2.8731 0.67164-4.3657 0.22384-1.4925 0.37309-3.0597 0.44776-4.7015 0.0746-1.7164 0.1119-3.6567 0.11194-5.8209"/> + <path id="path21194" d="m674.11 235.18v65.037h-10.858v-65.037h-13.657v-9.9627h38.172v9.9627h-13.657"/> + <path id="path21196" d="m731.58 300.22-5.2612-20.485h-16.119l-4.9254 20.485h-10.858l18.694-75h10.522l18.694 75h-10.746m-13.433-52.612-5.2612 21.604h10.746l-5.4851-21.604"/> + </g> + <text id="text21152" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="447.76px" line-height="125%" y="686.88599" x="409.81741" font-family="Roadgeek 2005 Series D" fill="#000000"><tspan id="tspan21154" y="686.88599" x="409.81741" font-family="'Roadgeek 2014 Series C'">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_usand_wide4.svg b/shields/template_usand_wide4.svg new file mode 100644 index 00000000..3983c6d5 --- /dev/null +++ b/shields/template_usand_wide4.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg id="svg20612" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g id="layer1" transform="translate(-54.286 -175.22)"> + <rect id="rect20620" rx="37.5" ry="37.5" height="600" width="750" y="175.22" x="54.286"/> + <path id="path5094" fill="#fff" d="m84.364 350.22h630.47l1.3021 5.8594 3.9062 11.719 1.3021 9.1146 4.5573 8.4635 1.9531 5.8594-1.9531 7.8125-0.6511 7.8125 1.9532 14.323-1.3021 11.719 1.9531 2.6042-1.3021 7.8125 0.6511 14.974 7.1614 9.7656 5.2084 18.88 0.651 4.5573 6.5104 11.719 4.5573 11.068 3.9063 8.4635v6.5104l1.9531 3.9062-1.3021 5.2083 2.6042 29.948 1.3021 11.719v11.068l3.9062 9.1146 3.9063 3.2552-0.6511 10.417-1.3021 4.5573 0.6511 9.7656-1.9532 7.1615 7.8125 19.531 1.9532 8.4635 11.068 13.672 0.651 12.37 4.5573 17.578-1.3021 11.719 2.6042 6.5104h-724.87l17.578-375"/> + <g id="text21148" fill="#fff"> + <path id="path21176" d="m150.17 300.22-23.172-50.261v50.261h-10.746v-75h10.746l20.597 45v-45h10.746v75h-8.1716"/> + <path id="path21178" d="m219.46 262.61c-0.00005 5.7463-0.33587 10.634-1.0075 14.664-0.59707 4.0299-1.6792 7.8358-3.2463 11.418-1.8657 4.4776-4.2165 7.7612-7.0522 9.8508-2.7612 2.0149-6.2687 3.0224-10.522 3.0224-4.4776 0-8.1344-1.0075-10.97-3.0224-2.7612-2.0896-5.0746-5.3731-6.9403-9.8508-1.5672-3.6567-2.6866-7.4627-3.3582-11.418-0.59703-4.0298-0.89553-8.9179-0.89553-14.664 0-5.6716 0.2985-10.522 0.89553-14.552 0.67163-4.1044 1.791-7.9477 3.3582-11.53 1.9403-4.4775 4.291-7.6865 7.0522-9.6269 2.8358-2.0148 6.4552-3.0223 10.858-3.0224 4.3283 0.00007 7.8731 1.0075 10.634 3.0224 2.7612 1.9404 5.0746 5.224 6.9403 9.8508 0.74622 1.8657 1.3806 3.7314 1.903 5.597 0.59697 1.8657 1.0447 3.8433 1.3433 5.9328 0.37308 2.015 0.63428 4.2165 0.78358 6.6045 0.1492 2.3135 0.22383 4.8881 0.22388 7.7239m-10.299 0c-0.00004-2.0895-0.0747-3.9925-0.22388-5.709-0.0747-1.7164-0.22392-3.2835-0.44776-4.7015-0.14929-1.4925-0.37317-2.9104-0.67164-4.2537-0.29855-1.3432-0.63437-2.6865-1.0075-4.0298-0.97019-3.3582-2.2015-5.7835-3.694-7.2761-1.418-1.4925-3.2463-2.2387-5.4851-2.2388-4.6269 0.00007-7.7985 3.0971-9.5149 9.291-0.89554 2.8359-1.5299 5.709-1.903 8.6194-0.29852 2.8359-0.44778 6.3433-0.44776 10.522-0.00002 2.015 0.0373 3.8806 0.11194 5.597 0.14924 1.6418 0.29849 3.209 0.44776 4.7015 0.22386 1.4179 0.48506 2.8358 0.78358 4.2537 0.29849 1.4179 0.63431 2.8732 1.0075 4.3657 1.7164 6.194 4.888 9.291 9.5149 9.291 2.2388 0 4.0671-0.74626 5.4851-2.2388 1.4925-1.4925 2.7238-3.8433 3.694-7.0522 0.44772-1.4925 0.82085-2.9104 1.1194-4.2537 0.29847-1.4179 0.52235-2.8731 0.67164-4.3657 0.22384-1.4925 0.3731-3.0597 0.44776-4.7015 0.0746-1.7164 0.1119-3.6567 0.11194-5.8209"/> + <path id="path21180" d="m267.72 300.22-9.9627-35.261h-10.299v35.261h-10.746v-75h22.388c2.9104 0.00007 5.5597 0.48515 7.9478 1.4552 2.4626 0.97022 4.5522 2.3135 6.2687 4.0298 1.791 1.7165 3.1343 3.8434 4.0298 6.3806 0.9701 2.4628 1.4552 5.1866 1.4552 8.1716-0.00005 4.4777-0.89557 8.2836-2.6866 11.418-1.7911 3.1344-4.4777 5.3732-8.0597 6.7164l10.746 36.828h-11.082m0.55971-54.963c-0.00004-2.9104-0.89556-5.2238-2.6866-6.9403-1.7911-1.7164-4.1418-2.5746-7.0522-2.5746h-11.082v18.918h11.082c3.1343 0.00004 5.5224-0.78354 7.1642-2.3508 1.7164-1.6417 2.5746-3.9925 2.5746-7.0522"/> + <path id="path21182" d="m312.25 235.18v65.037h-10.858v-65.037h-13.657v-9.9627h38.172v9.9627h-13.657"/> + <path id="path21184" d="m369.72 300.22v-33.918h-20.597v33.918h-10.746v-75h10.746v30.56h20.597v-30.56h10.746v75h-10.746"/> + <path id="path21186" d="m467.06 262.61c-0.00005 17.164-3.5821 28.545-10.746 34.142-1.3433 1.2687-2.9105 2.1642-4.7015 2.6866-1.7911 0.52239-3.7314 0.78358-5.8209 0.78358h-20.821v-75h19.142c3.2089 0.00007 5.7089 0.22395 7.5 0.67164 1.791 0.44784 3.3582 1.1941 4.7015 2.2388 2.2388 1.5672 4.1044 3.7687 5.597 6.6045 1.5671 2.8359 2.6865 6.1568 3.3582 9.9627 0.52234 2.7612 0.93279 5.709 1.2314 8.8433 0.37308 3.1344 0.55965 6.1568 0.5597 9.0672m-10.522 0.5597c-0.00004-4.2537-0.18661-8.2089-0.5597-11.866-0.37318-3.7313-0.89556-6.3805-1.5672-7.9478-1.7164-5.0746-4.9627-7.6119-9.7388-7.6119h-8.9552v53.955h8.9552c1.5671 0.00001 2.9477-0.29849 4.1418-0.89552 1.2686-0.597 2.3507-1.3806 3.2463-2.3508 0.89548-0.97013 1.6044-2.0895 2.1269-3.3582 0.59698-1.3433 1.0447-2.7239 1.3433-4.1418 0.22384-2.388 0.44772-4.888 0.67164-7.5 0.22384-2.6865 0.33578-5.4477 0.33582-8.2836"/> + <path id="path21188" d="m515.35 300.22-5.2612-20.485h-16.119l-4.9254 20.485h-10.858l18.694-75h10.522l18.694 75h-10.746m-13.433-52.612-5.2612 21.604h10.746l-5.4851-21.604"/> + <path id="path21190" d="m569.45 300.22-13.209-36.604-6.8284 12.649v23.955h-10.746v-75h10.746v30l17.127-30h12.425l-15.56 26.306 17.351 48.694h-11.306"/> + <path id="path21192" d="m638.16 262.61c-0.00005 5.7463-0.33588 10.634-1.0075 14.664-0.59706 4.0299-1.6792 7.8358-3.2463 11.418-1.8657 4.4776-4.2165 7.7612-7.0522 9.8508-2.7612 2.0149-6.2687 3.0224-10.522 3.0224-4.4776 0-8.1344-1.0075-10.97-3.0224-2.7612-2.0896-5.0746-5.3731-6.9403-9.8508-1.5672-3.6567-2.6866-7.4627-3.3582-11.418-0.59702-4.0298-0.89553-8.9179-0.89552-14.664-0.00001-5.6716 0.2985-10.522 0.89552-14.552 0.67163-4.1044 1.791-7.9477 3.3582-11.53 1.9403-4.4775 4.291-7.6865 7.0522-9.6269 2.8358-2.0148 6.4552-3.0223 10.858-3.0224 4.3283 0.00007 7.8731 1.0075 10.634 3.0224 2.7612 1.9404 5.0746 5.224 6.9403 9.8508 0.74623 1.8657 1.3806 3.7314 1.903 5.597 0.59697 1.8657 1.0447 3.8433 1.3433 5.9328 0.37309 2.015 0.63428 4.2165 0.78359 6.6045 0.1492 2.3135 0.22383 4.8881 0.22388 7.7239m-10.299 0c-0.00004-2.0895-0.0747-3.9925-0.22388-5.709-0.0747-1.7164-0.22392-3.2835-0.44776-4.7015-0.1493-1.4925-0.37318-2.9104-0.67164-4.2537-0.29855-1.3432-0.63437-2.6865-1.0075-4.0298-0.97018-3.3582-2.2015-5.7835-3.694-7.2761-1.4179-1.4925-3.2463-2.2387-5.4851-2.2388-4.6269 0.00007-7.7985 3.0971-9.5149 9.291-0.89554 2.8359-1.5299 5.709-1.903 8.6194-0.29853 2.8359-0.44778 6.3433-0.44776 10.522-0.00002 2.015 0.0373 3.8806 0.11194 5.597 0.14923 1.6418 0.29849 3.209 0.44776 4.7015 0.22386 1.4179 0.48505 2.8358 0.78358 4.2537 0.29849 1.4179 0.63431 2.8732 1.0075 4.3657 1.7164 6.194 4.888 9.291 9.5149 9.291 2.2388 0 4.0671-0.74626 5.4851-2.2388 1.4925-1.4925 2.7238-3.8433 3.694-7.0522 0.44773-1.4925 0.82086-2.9104 1.1194-4.2537 0.29846-1.4179 0.52234-2.8731 0.67164-4.3657 0.22384-1.4925 0.37309-3.0597 0.44776-4.7015 0.0746-1.7164 0.1119-3.6567 0.11194-5.8209"/> + <path id="path21194" d="m674.11 235.18v65.037h-10.858v-65.037h-13.657v-9.9627h38.172v9.9627h-13.657"/> + <path id="path21196" d="m731.58 300.22-5.2612-20.485h-16.119l-4.9254 20.485h-10.858l18.694-75h10.522l18.694 75h-10.746m-13.433-52.612-5.2612 21.604h10.746l-5.4851-21.604"/> + </g> + <text id="text21152" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="447.76px" line-height="125%" y="686.88599" x="409.81741" font-family="Roadgeek 2005 Series D" fill="#000000"><tspan id="tspan21154" y="686.88599" x="409.81741" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> + </g> +</svg> diff --git a/shields/template_usane.svg b/shields/template_usane.svg new file mode 100644 index 00000000..9c7b71a3 --- /dev/null +++ b/shields/template_usane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="600px" viewBox="0 0 600 600"><g transform="translate(-70,238.15293)"><rect transform="translate(70,-238.15293)" fill-rule="nonzero" rx="37.5" ry="37.5" height="600" width="600" y="0" x="0" fill="#000"/><path fill-rule="nonzero" fill="#FFF" d="m86.166-216.06,567.67,0-103.24,554.81-361.36,0z"/><g fill-rule="evenodd" transform="translate(0,0.49975)" fill="#000"><path d="m530.95,339.25,0-0.16487-0.51294-0.87016-0.52246-0.34807-0.87017-0.1744-0.52246-0.1744-0.17367,0-0.52246-0.18319-0.18319,0-0.16487,0.18319-0.1744,0,0-0.18319-0.69613,0-0.52173-0.33854-0.1744,0,0,0.1744-0.1744,0-0.52173-0.1744-0.86101-0.1744-0.87016,0-1.3923-0.35685-0.34806,0-0.1744,0-0.34807-0.16488-0.17366,0,0-0.1744-0.1744,0-0.52173,0-0.1744-0.1744-0.1744,0-0.1744,0-0.17367,0-0.1744,0,0-0.17366-0.17439,0-0.52174,0-0.16487-0.1744-0.53126,0-1.0442-0.33927-0.51294-0.18319-0.35759-0.1744-0.6866-0.1744,0-0.1744-0.17367,0-0.34807,0-0.17439,0-0.17367-0.17367-0.69613,0-0.34807-0.34806-0.17439,0-0.17367,0-0.52246-0.33854-0.17367,0-0.1744,0-0.1744,0-0.1744-0.18319-0.1744,0-0.16487,0-0.53126-0.34807-0.52173,0-0.1744-0.16487-0.17366,0-0.34807,0-0.52173-0.35686-0.1744,0-0.16487,0-0.17367-0.1744-0.1744,0,0-0.1744-0.18319,0-4.3416-1.7312-0.1744,0-0.33854,0-0.1744,0,0-0.1832-0.18319,0-1.3923-0.51293-1.5571-0.52173-1.9144-0.69613-2.7754-0.69613-2.7937-0.87017-0.51294,0-0.87016-0.34806-0.69613-0.1744-0.52173-0.16487-0.68661-0.1832-0.18319,0-1.5571-0.34806-0.1744,0-1.2182-0.16487-3.4806-0.1744-3.2975-0.1832-2.4364-0.16487-0.69613,0.16487-3.9936,0-0.52246,0.1832-0.17367-0.1832-0.1744,0-0.18319,0.1832-4.8546,0-0.1832,0-0.16487,0-6.4392,0-0.68661,0-1.0442,0-0.69613,0-0.1744-0.1832-0.17367,0-0.18319,0.1832-0.16487-0.1832-0.34807,0-0.17439,0-0.52174-0.16487-0.17439,0.16487-0.87017-0.16487-2.4273-0.1744-0.1832-0.18319-0.17439,0-0.17367,0-0.33927-0.16487-0.18319,0-0.17367,0.16487-0.16487-0.16487-0.17367,0-0.34806,0-0.52247-0.18319-0.87016,0-0.17367-0.16488-2.6105-0.34806-0.34807-0.1744-1.5663-0.35686-0.17367,0-0.1744-0.16487-0.51294,0-0.34806,0-0.34807-0.1744-0.52246-0.1744,0.52246-0.52173,1.2091-2.6013,0.70566-1.2274,1.2091-4.1676,0-0.1744,0-0.1744,0-0.33853,0.1744,0,0-0.1832,0-0.52173,0.17366-0.1744,0-0.1744,0-1.035,0.34807-0.18319,4.1768,0,0.17366,0,1.3923-0.1744,0.16488,0,0.17366-0.1744,0.69613-1.7403,0-1.3831,0-0.1744-0.17366,0-0.52247-0.34806-0.17366-0.34807,0.52173-2.2624,0.1744-1.3923,0.17366-0.1744,0-0.16487,0-0.18319,0.1744-0.16487,0-0.1832,0.34807-1.3831,0.69613-3.1326,0.52246-0.16488,1.2182-0.53125,0.1744-0.1744,0.34806-1.2091,0.16487,0,0.69613-0.53126,0-0.16487,0.1832-0.1744,0-2.0884,0-0.1744-0.1832,0-0.33927-0.34806,1.0442-0.69613,1.9052-1.5663,1.0442-0.69613,2.2624-1.7403,1.0442-1.2091,1.5663-1.3923,2.6013-2.6105,3.8287-4.6897,1.7403-2.0884,1.035-1.7403,0.69613-1.035,0.34806-0.52246,1.2182-3.6455,0.52173-1.7495,0.6866-2.2533,0.52247-2.6013,0-1.3923,0-0.1744,0.18319-0.34806,0-0.69613,0-0.35686,0.17367-0.16487,0-0.1744,0-0.53126,0-1.2091-0.17367-1.7403-0.18319-1.3923-0.52247-2.0792-0.51293-1.5663-1.7403-3.6547-1.2182-1.7312,0-0.18319-0.34806-0.34806-0.52173-0.86101-0.16488,0,0-0.17439-2.0884-1.9144-0.87016-0.69613-0.69613,0,0-0.1744-0.17366,0,0-0.1744-1.0442-0.34807-2.9586-0.87016-1.9052-0.1744-0.69613,0-1.2182-0.16487-1.3923,0.16487-0.17366,0-0.69613-1.7312-1.2091-2.2624-0.18319-0.1744-2.0884-2.7845-0.51293-0.51294-0.69613-0.53126-0.52247-0.51294-1.2182-0.87016-0.34807-0.18319-0.69613-0.33854-0.34806-0.1744,0-0.1744-0.33928,0-0.87016-0.52173-1.0442-0.1744-0.69613-0.1744-1.3923-0.1744-2.6105,0-0.33927,0.1744-0.3576,0-0.33853,0-0.1744,0-1.3923-1.9144-0.34807-0.69613-0.69613-4.3416-0.87016-2.2624-0.69613-1.5663-1.2182-2.0884-1.5571-2.0792-0.35686-0.1744-0.33927-0.34807-1.7403-1.5663-1.5663-1.2182-2.4364-1.3831-2.4273-0.70492-1.0442-0.33854-1.2182-0.35759-1.0442,0-2.4273-0.16488-1.9144,0.16488-2.0884,0.53125-0.34807-0.53125-0.34806-0.33854-0.34807-0.69613-0.34806-0.69613-1.0442-2.2533,0-0.69613-1.2091-3.3066-1.5663-2.9494-1.2182-1.5663-1.5663-1.9144-1.3831-1.5663-2.2624-1.7403-0.70566-0.33854-1.3831-0.69613-0.17366,0-0.69613,0-0.87017-0.35686-1.5571-0.33854-0.1744,0-0.18319,0-0.16487-0.18319-1.4014-0.16488-1.0442,0-0.33927-0.17439-1.3923,0-0.1744,0.17439-1.5663,0-0.87016,0-0.1744,0,0,0.16488-0.17367,0-1.035,0.18319-0.1832-0.18319-1.035-1.0442-1.9144-2.6013-0.17367-0.87016,0-0.6866-0.1744-0.35686,0-0.52247,0-0.16487-0.34806-1.0534,0-1.2091-1.0442-3.8196-1.7403-3.8287-1.2091-2.0792-0.52173-0.53126-1.4014-2.0884-1.7312-1.9144-0.1832-0.16487-0.6866-0.87016-0.1744,0-2.0792-1.7403-2.9586-2.2624-1.7403-1.0442-0.34806-0.17366-0.52173-0.34807-1.0442-0.34806-0.87016-0.52247-0.51294-0.16487-0.53126-0.18319-0.33927-0.16487-0.34806-0.1744-1.2182-0.52173-2.7754-0.87017-1.2274-0.34806-0.16487,0-0.35686-0.1744-0.16487,0-0.17367,0,0-0.16487-0.18319,0-0.51294,0-0.17367,0-0.1744-0.1832-0.17366,0-0.1744,0-0.17367,0,0-0.17439-0.861,0-0.70492,0,0-0.1744-0.17367,0-0.34806,0-0.1744,0,0-0.16488-0.17367,0-0.69613,0-0.1744,0-1.3923-0.18319-0.16487,0-5.3858,0-0.17367,0-0.87932,0.18319-1.9144,0.16488-1.9144,0.34806-0.51294,0-0.17367,0.18319-0.1744,0-0.69613,0.16488-0.17366,0.1744-0.87016,0.16487-0.33928,0-0.87932,0.35686-0.34806,0-0.34807,0.1744-0.16487,0-0.35686,0.17439-0.51294,0.1744-0.17366,0-0.1832,0-0.6866,0.34807-1.5663,0.34806-0.52173,0.33928-1.9144,0.53125-0.33927,0-1.5755,0.68661-0.33927,0.18319-0.69613,0.16487-0.52173,0.34807-0.34806,0-2.4273,1.2274-0.87932,0.51294-0.33927,0-2.0884,1.0442-1.2182,0.69613-1.2182,0.69613-1.9144,1.2182-1.5571,1.0442-2.4456,1.9052-1.035,0.87016-0.51294,0.1744-0.18319,0.18319-0.1744,0.16487-0.17367,0.1744-0.69613,0.87017-1.3831,1.0442-4.1768,4.3416-1.9052,2.6105-0.53126,0.51294-0.34807,0.69613-0.51293,0.69613-0.70493,0.87932,0,0.16488,0,0.17439-0.1744,0.1832-2.6013,4.3416-0.33928,1.035-0.87932,1.9144-0.52173,1.3923-0.1744,0.52247-0.87016,2.2624-1.0442,4.1676-0.17366,0.69613-0.51294,2.7845-0.17367,0.69613,0,0.1744-0.35685,2.9494-0.16488,1.2182,0,0.34807,0,0.17439,0,5.5599,0,0.52173,0,0.53125,0,0.51294,0.16488,0,0,0.68661,0.35685,2.7937,0.86101,3.6455,0.34806,2.2624,1.0442,2.9494,2.0976,4.6897,2.0792,4.1859,3.6455,6.2468,1.2182,1.7403,0.87016,1.3923,0.87016,1.035,1.2182,1.9144,1.035,1.2182,1.0442,1.3831,2.6105,3.3158-1.0442,0-0.69613-0.18319-3.4715,0-0.69613-0.16488-0.18319,0,0-0.1744-0.16487,0-0.34807-0.17439-0.1744,0-0.34806-0.34807-0.34807-0.1744-1.7312-0.69613-1.4014-0.1744-0.16487-0.1744-0.70493-0.1744-1.5663-0.69613-0.52173,0-0.51294-0.34806-0.17367,0-0.17439,0-0.16488,0-1.9235-0.87016-0.87017-0.16488-0.17366-0.18319-0.69613-0.1744-0.33928-0.1744-0.52246-0.17439-0.34806-0.1744-0.1832,0-0.16487-0.16488-0.17367-0.18319-0.17439,0,0.69613-1.3923-0.1832-0.34806,0-0.68661-0.16487-0.52246,0-0.1744,0-0.1744-0.34806-0.52173-0.52174-2.0884,0-0.1744-0.69613-0.33854,0-0.18319-1.7403-0.34807-0.17367,0-0.1744,0.1832-0.34806-0.1832-0.17367,0,0-0.17439,0.17367-0.52247,0-0.17367-0.17367-0.861-0.1744,0,0-0.1744-0.861-0.70492-0.18319,0-1.2091,0-0.87016,0.35686-0.18319,0-0.51294,1.035-0.69613,1.0442-0.34807,0-0.17403-0.16487-1.3923,0-0.17403,0-1.3923,0-0.16487-0.1832,0.16487,0,1.7495-1.5663,0.16488-0.16487,0.34806-0.35686,0-0.16487,0.87016-1.2182,1.0442-2.6105,0-1.9052-0.17403-0.69613,0-0.70492-0.87017-2.4273-0.34806-0.17366-0.34807-0.52247-0.17403-0.17439-1.7403-1.5663-0.68697-0.16487-0.17404-0.18319-0.17403-0.16488-0.17403,0-0.17403,0-0.1832,0,0-0.17439-1.035,0-0.17403,0-0.5221,0.52246-0.17403,0-0.17404,0.69613,0,0.16487,0.34807,0.52173,0.17403,0.1832,0.5221,0.33854,1.035,0.861,0.70529,1.4014,0,1.2182-0.17403,1.2091-0.53126,0.70493-1.2091,1.3831-1.5663,0.87016-0.5221,0-0.17403-0.16487-0.17403,0-0.5221,0-1.7403,0.51294-1.9052,0.87016-0.87016-0.87016-0.17404,0-1.0442-0.34807-0.17403,0-0.17404,0.1744-0.52209,0-1.0442,0-0.69613-0.1744-1.0442-0.33854-0.16488-0.18319-0.69613,0-0.34806,0-0.70529,0.35686-0.51294,0.33854-0.17403-0.1744-0.17403,0-0.87017-0.16488-0.34806,0-0.17403,0.16488-0.17404,0.1744-0.34806,0.1744-0.34807,0-0.17403-0.1744-0.17403,0-0.17403,0.1744-0.5221-0.1744-0.17403,0-0.5221,0.1744-0.5221,0-0.16487,0,0,0.18319-1.7495,0-0.3389,0.16487-1.0442,0.69613-1.0442,0.1744-0.17404,0-0.34806,0.34806-0.69613,0-0.87016-0.69613-0.5221-0.87016-0.17403-1.3923,0-0.1744-0.16488-1.3923,0.16488-0.1744,0-0.51293,0.87016-1.5663,1.7403-1.7403,0.17404-0.69613,0-0.1744-0.17404-0.34807-0.17403-0.16487-0.5221-0.34806-0.861,0-2.0976,0.861-1.035,0.6866-1.0442,1.0534-0.87016,1.0442-0.87016,2.4365,0,0.1744,0,0.69613-0.17404,0.51293,0,1.9144,0.34807,1.0442,0.87016,2.0792,0.34807,0.18319,0.34806,0.51294,0.17403,0.34806,0.34807,0.1744,0.34806,0.34807,0.34807,0.34806,0.861,0.52247,0.18319,0.51293,0.5221,0.53126,0,0.1744-1.0534,1.5663-0.16488,0.1744,0,0.34807-0.18319,0.1744-0.16487,1.0442,0.34806,1.2091-1.2182,1.3923-0.69613,0.87016-1.5663,1.7403-1.2182,0.87016-0.69613,0-0.5221-0.1744-0.16488,0,0,0.1744-1.0534,0.34806-1.035,1.2091-0.34806,0,0.5221-0.87016,0.52209-1.3831-0.17403-2.6105,0-0.33927-0.34806-0.70492,0-0.33854-1.0442-1.5755-2.0884-2.0792-0.34806,0-0.69613-0.18319-0.33891-0.16487-0.17403,0-0.70529,0.34806-0.51294,0.69613-0.18319,0.1744,0,0.86101,0.34806,0.70492,1.2274,0.861,0.5221,0.52173,0.16487,0.87933-0.16487,0.87016-0.69613,0.861-1.2182,1.2182-0.18319,0.16487-0.51294,0.18319-0.5221,0.1744,0-0.1744,0-0.34806-0.34806-0.34807,0-0.17439-0.17403,0-0.69613,0-1.5663,0.6866-0.52209,0.35686-0.5221,0.34806,0,0.1744-0.17403,0.1744-0.34807,0.16487-0.5221,0-0.34806-0.51293-0.87016-0.52247-1.2091,0-0.34807,0.1744-0.69613-0.1744-0.87016-0.18319-0.34807-0.33854-0.17403,0-0.17403,0-0.34807-0.34806-0.17403,0-0.861,0-1.0534,0.17439-0.17403,0.1744-0.68697,0.33854-0.53126,0.18319-0.51293,0.1744-0.87017,0-0.52209-0.1744-0.17404,0-0.17403,0-0.17403,0-0.17403-0.18319-0.69613-0.16487-0.16488,0-0.53125,0.16487-1.2182,0.53126-0.17403,0.1744-0.16488,0.1744-0.18319,0.33854-0.34806,0-0.68697-0.16488-1.0442,0.34807-0.34806,0.1744-0.34807,0.33854-0.17403,0.17439-1.2182,0,0-0.17439-0.17403-0.1744-0.17403,0-0.17404,0-0.69613-0.52247-0.5221-0.861-0.52209-1.5663-0.17404-1.3923,0.87017-2.4273,0-0.18319,0-0.33854,0-0.34806-0.5221-0.53126-0.17403,0-0.34807-0.16487-0.17403,0-0.861,0.16487-0.5221,0.53126-0.17403,0-0.87017,1.2182-0.34806,0.52247-0.35723,0.51294-0.16487,0.34806-0.5221,1.7403,0,2.2624,0.17404,1.3831,0.68697,1.7403,0.35722,0.53126,1.0442,1.2091,1.7312,1.5663,0,0.68661,0,0.18319,0.34807,0.34806,0.17403,0.1744,0.17403,0.16487,0.87017,0.35686,0.52209,0,0.17404,0.1744,0,0.52173,0,0.34807-0.87017,2.2624,0,1.035,0.34807,0.87016,0.5221,0.69613,0.69613,1.5571,0,1.5663-0.5221,1.7403-0.5221,0.87016-1.0442,0.34807-1.5663,2.2533-0.16487,0,0,0.1744,0,1.9235-0.35723,1.2091,0,0.34807,0,0.34806,0,0.34807,0,0.87016,0.69613,1.2182,0.69613,0.52246,0.87017,0.34807,0.69613,0.51294,0.17403,0.69613,0.69613,0.87016,0.34807,0.1744,0.69613,0.34806,2.9494,0,0.87016-0.1744,1.0442,0,2.7845-0.69613,0.34806-0.16487,0.69613-0.35686,0.33891-0.16487,1.2182-1.2274,1.0534-0.861,0.3389,0,0,0.34807-0.87016,2.7754,0,0.34806-0.17403,0.52246,0,0.1744-0.17403,1.2182,0.70529,2.2533,0.3389,0.70493,1.9144,1.2091,1.0442,0.18319,0.69613,0.1744,0.17404,0.16487,0-0.16487,0.69613,0,0.861,0,0.35723,0.16487,0.51293,1.0442,0.5221,1.7403,0.5221,1.2182,1.2182,2.4364,0.69613,0.51294,0.17403,0.1744,0.17403,0,0.17403,0,0.34807,0.1744,0.17403,0.18319,0,0.1744,0.17403,0,0.34807,0.69613,0.34806,1.3831,0.34807,1.3923,0.17403,0.34807,0,1.9144-0.34806,1.3831-0.69613,2.6105-1.0442,1.7312-0.34806,0.70492-1.3923,2.0792-1.2182,1.3923,0,3.2975,0,0.70492,0.5221,0.69613,0.69613,0.68661,0.17403,0.53125,0.17403,0.34807,0.34807,0.861,0,1.0442,0.17403,0.34806,0,2.0792-0.17403,0.18319-0.69613,0.16488,0,0.18319-0.17404,0-0.87016,0.34806-1.3923,0.69613-1.5571,0.86101-2.6105,1.7403-0.861,0.51294-0.87933,0.70492-0.87016,0.34807-0.16487,0-0.35723,0.1744-0.16487,0.1744-0.17403,0-0.87016,0.34806-0.5221,0-0.17403,0,0,0.1744-0.34807,0.17367-0.5221,0-0.17403,0.1744-0.17403,0-0.17403,0-0.17404,0.17439-0.87016,0.1744-1.7403,0.69613-0.5221,0.16488-0.51294,0.1744-1.0442,0.35685-2.6105,1.3831-2.7754,1.5663-0.69613,0.52173-3.1326,2.4364,0,0.34807-0.17403,0.16487m214.84-39.798-0.17367,0-0.18319,0-0.17366,0-0.86101-0.52173-0.87932-0.1744-0.16487-0.34806-0.17367,0-0.35759,0-0.51294-0.34807-0.69613-0.16487-0.87016-0.35686-0.17367-0.34806,0.17367-0.51294,0.52246-0.87016,0.17367-0.35686,0.52246,0,1.9144,1.0442,3.1326,1.4014,1.035,2.2533-0.17366,0.17439-0.34807,0-0.69613-0.34806-0.33927,0-0.69613-0.52246m-86.045-66.911,0.17367,0.33854,0.1744,1.2182,0,0.35686,0,0.16487-0.1744,0-0.17367,0.16487-0.16487,0-0.18319,0-0.34807-0.16487-0.1744,0-0.17366-0.16487-0.34807,0-0.1744,0-0.16487-0.18319,0-0.87017,0-0.1744,0-0.1744,0-0.17439,0.16487-0.1744,0.1744,0,0.17367,0,0.34806,0,0.1744,0.1744,0.18319-0.1744,0.16488,0,0.18319,0,0.16487-0.16488m0-8.1704,0,0.69613-0.34806,0.6866-0.34807,0-0.52246-0.87016,0-1.035,0.87016,0,0.34806,0.52247m90.213,76.996-0.17439,0-2.0884-3.8287,0-0.1744-0.1744,0,0-0.1744-1.9052-3.4715-1.0534-1.7403,0.17367-0.1744,0.52246-0.52247,0.87017-0.34806,0.1744,0,0.70492,1.5663,1.2091,3.3066,0.87016,0.51294,0.1744,0.35759,0.52173,1.9144,0,0.33928-0.17367,0.17366,0,0.52247,0.87017,1.2182-0.17367,0.16488-0.34807,0.35686m-56.67-60.142-3.6455,32.159-29.027,4.3416,0-1.7312,1.0442-0.1832,2.0792-0.51293,1.2182-0.1832,0.70566-7.6391-5.221,1.2091,0-1.9052,5.395-1.3923,0.861-9.9107-9.0314,2.0884,0,4.3416-0.87932-1.3923-1.5571-2.7754-0.87016-1.5663,35.457-7.8132,0.52246-0.53125,0.69613-3.6547-0.52173-0.33853-40.495,10.25-1.2274,0.17439-0.33927,0.52174-0.17366,0-0.34807,0-0.34806,0-0.69613-0.52174-1.0442-0.17439-0.16487-0.1744-0.53126-0.1744-2.0884-1.5571-2.7845-2.7845-3.1234-3.8196-0.17366-0.18319,0-0.16488-0.1744,0-0.87016-1.5663-1.035-1.5571-1.2182-1.4014,0-0.1744-0.17366,0,0-0.1744-2.4365-3.6547-2.0884-3.9936-2.0792-4.0028,0-0.16487-0.1744-0.17367,0-0.1744-1.0442-2.4364-0.86101-2.4365-0.87932-2.2533-0.17366-0.18319,0-0.16488,0-0.16487-0.52247-1.5754-0.34806-1.5663-0.34807-1.3831,0-0.1744,0-0.1832,0-0.17439-0.33927-2.4273-0.18319-2.4364,0-2.4273,0-0.1744,0-0.35686,0.18319-0.16487,0-2.2624,0.33927-2.2533,0.34807-2.4364,0-0.1744,0-0.35686,0.1744-0.16487,0-0.69613,0.34806-0.69613,0-1.0442,0.17367-0.1744,0-0.34806,0-0.1744,0.70492-2.0792,0.52246-2.0884,0.68661-2.0884,0.17366-0.1744,0-0.17367,0-0.17439,0.68661-1.5663,0.69613-1.9144,0.87016-1.7312,0-0.18319,0.18319-0.16488,1.7312-3.2974,2.0884-3.1418,2.0884-2.9402,0.1744,0,0-0.18319,0.17366-0.1744,0.68661-1.035,1.0534-0.87932,0.86101-0.87016,0.17366,0,0-0.16488,0.1744-0.18319,1.7403-1.5571,1.9052-1.5663,2.0884-1.3923,1.7403-1.0442,1.7403-0.861,1.5663-0.87017,0.1744-0.17366,0.17366,0,0.1744-0.1744,1.9052-1.0442,2.0976-1.0442,2.0792-0.69613,0.16487-0.1744,0.1832,0,0-0.1744,6.7781-2.2624,5.908-1.5571,5.221-0.87017,4.3416-0.1744,3.2975,0,0.1744,0.1744,0.17366,0,0.18319,0,1.3831,0,1.2182,0.34807,1.3923,0.1744,0.16488,0,0,0.16487,0.18319,0,0.69613,0,0.69613,0.34807,0.69613,0.18319,0.16487,0.1744,0.1744,0,0.17367,0,6.6041,2.9494,5.0378,3.6547,3.8287,4.3417,2.7845,4.1676,1.9144,4.1768,1.035,3.2975,0.52247,2.2624,0.18319,0.87016,0.17367,0.52173,0.16487,1.2182,0.52173,2.2624,0.34807,2.9494,0.17439,3.4806,0,4.3416-0.34806,4.8729-0.861,5.2118-1.2274,5.7339-2.0792,6.256-2.7754,6.43-3.6547,6.7781-3.4715,4.8638-1.2274,1.5663-0.17367,0.18319-2.6013,0.51294-4.6989,1.0442-2.6013,0.34807,0.33927-0.1744,0.87932-1.0442,1.035-1.9144,0.87016-1.7312,0.1744-0.87016,0.17366-0.34807,0.87017-0.34806,2.6105-1.2182,3.4715-2.2533,0.87933-1.2182,1.035-0.87017,2.0884-0.69613-2.4364,0-2.4365,1.3923-2.0792,1.2182-2.0884,0.87016-1.2182,0.51294-0.52173,0,0.17367-0.69613,0.69613-1.9052,0.69613-2.0884,0.52173-1.9144,0.1744-1.2182,0-0.34807,0.87016-0.17439,1.9144-0.33854,2.9494-0.69613,1.7403-0.87933,2.0792-1.035,2.7845-1.2091-2.6105-0.18319-2.4273,0.69613-1.9052,0.87016-2.9677,0.861-1.7403,0-0.51294,0,1.0442-2.7754,0.861-0.52246,1.9144-1.0442,2.4364-1.2182,2.4365-1.7403,2.9494-2.4273,2.7845-2.4365-2.6105,0.53126-2.4364,1.3831-1.9144,1.2182-3.2975,1.5663-1.9144,1.035-0.69613,0.1832,0.1832-1.5663,0.33927-3.4806,0.34806-3.2975,0.1832-0.17439,0-0.1832,0-0.1744,3.6455-2.9402,3.9936-2.6105,3.4806-3.3066-3.4806,1.7403-3.6455,1.3831-3.6547,1.9144-0.33927-0.861-0.35686-0.87017-0.1744-0.87932,0-0.16487,0-0.17367-0.17366-0.1744,0-1.4014,0-1.2091,0-0.34807,0.17366-0.1744,0.53126-0.69613,0.861-0.861,0.17367,0,0-0.18319,0.1744,0,1.2182-1.2091,1.2182-1.2182,1.2091-1.2182,0.18319-0.1744,0.1744-0.34806,0.16487-0.17367,1.7495-1.2182,1.3831-1.5571,1.2274-1.7403-1.7495,1.3831-1.9052,1.5663-1.7403,1.2182-0.1744,0.1744-0.17367,0.1744-0.1744,0.17366-1.2091,0.87016-1.2274,0.87017-1.5663,0.69613-0.17367,0-0.1744,0.16487-0.17366,0.18319-0.34807,0.33854-0.33927,0.1744-0.1744,0,0-0.33927-0.34807-1.0442-0.52173-1.3923,0-0.1744-0.1744-0.18319-0.52173-1.5571-0.34806-1.5571-0.52247-1.4014,0-0.16488,0-0.34806-0.17366-0.1744-0.1744-0.53126-0.1744-0.51294,0.1744-0.34806,0.34806-1.0534,0.52247-1.3831,0.17366-0.17439,0-0.1744,0.87017-3.1326,1.3831-2.4181,1.3923-2.4456,0.52246-1.5571,0-1.5663-0.1744-1.5663-0.1744,1.2182-0.33853,1.2091-0.53126,1.0442-1.5571,2.2624-1.9144,1.7403-1.3923,2.4365-0.17367,0.16487,0,0.1744-0.69613,0.87016-0.52246,0.53126-0.16488,0.16487-8.3536-5.8988,0-0.18319,0.17367-0.1744,0.18319-0.87016,0.68661-0.861,0.52246-1.0534,0-3.8196,0.17367-3.6455,1.2182-3.6547-2.2624,3.1234-1.3923,3.4806-1.035,3.8196-0.69613,1.0534-1.0442,0.87016-0.87016,0.861-0.1744,0.1744,0,0.18319-0.17367,0.17367,0,0.16487-6.43,0.1744,0-0.33927,0-0.35686-0.1744-0.1744,0-0.1744,0-0.34806,0.1744-2.7754-0.69613-2.7845-0.1744-2.7754-0.87016,3.3066-0.34807,3.2883-1.3923,2.9586-0.17366,0.1744,0,0.18319-0.33928,0.861-0.17439,0.52246,0,0.17367-0.69614,0.1744-0.87016,0.1744-0.69613,0.1744-0.1744-0.1744-0.34806-0.52173-0.52247-0.87017-0.17366-0.17439,0-0.1744-0.1744,0-2.6013-2.7754-1.5663-3.3066-2.2624-3.3066,1.7403,3.4806,1.0442,3.6547,2.0792,3.3066,0,0.16487,0.17366,0.17367,0,0.1744,0.1744,0.34806,0.18319,0.34807,0,0.1744-8.1795,3.2975-0.1744,0-0.16488-0.16488-3.3066-1.0534-2.6105-1.7403-2.7754-2.0792-0.87017-0.1744-0.87932-0.17439-1.035,0,0.69613,0.17439,0.69613,0.1744,0.69613,0.35686,2.0792,2.2441,2.0884,2.4364,2.6105,1.7403,0.17439,0.17439,0.17367,0.17367,0,0.1744,0.33927,0.1744,0.1744,0.16487-0.861,0.53126-1.9144,1.5571-2.2533,1.7403-0.1744,0-0.18319,0.18319-1.035,0.69613-0.52246,0.861-0.69613,0-3.4806-0.6866-3.2975-1.0534-3.6547-0.34806,3.1326,1.4014,3.1234,1.3831,2.4364,2.6013,0,0.1744-0.1744,0.18319-1.5663,3.2975-2.2624,4.5157-1.035,2.0884-4.0028-0.87016-3.6455-3.4715-1.7403-1.9144,2.2624,4.5157,5.2118,3.6547,2.7754,1.5663-0.51294,5.3858-0.87016,0.87016-2.2624,1.3923-2.2624,0.1744-2.0792-1.5663-2.6013-2.4365-1.4014-1.7403,1.0442,3.6547,3.9936,2.6013,4.0028,1.9144,1.0442-0.33854,0.52173-1.0534,0.87016-0.6866,0.51294,3.8196,0.52246,4.8729-0.34806,2.4273-3.1234-0.34806-2.7845-1.3831-2.9494-1.5755,3.3066,3.3066,4.3416,1.5663,2.9494,2.2624,0.52247,1.2091,1.0442,2.6196,1.0442,1.9052-1.9052,0.1744-1.9144-0.87016-1.9144-0.69613,1.9144,1.5663,2.0792,1.0442,2.4365,0.69613,0.69613,1.035,0.87016,1.7403,0.16487,1.0442-1.9052,1.2091-1.7312,0-2.0976-0.861,2.6105,1.3923,2.7845,0.17439,2.0884,1.3923,0.51294,1.2182,1.0534,2.0792,0.51294,1.0442-0.17367,0-0.87016,0.87016,1.7403,0.34807,1.3923,2.2533,0.68661,0,44.323-11.294m-33.707-5.9079,0.16488,0.1744,0.52173,0.1744,0.34806,0,0.1744-0.34807-0.1744-0.861,0-2.9677,0-0.34807,0-0.51294,0.69613,0.1744,1.3923,0.51294,0.52173,0,1.035,0.35686,0.1744,0,0,0.1744,0,0.1744,0,1.9052-0.1744,0.1744,0,0.87017-0.16487,0.69613,0,0.52246-0.1744,0.87016-0.34807,0.16487,0.16487,0.3576,0.35686,0.17439,0.51294,0,0.69613,0.86101,0,0.1744,0,0.18319,0,0.16487-0.52173,0.87016-1.5571,3.3066-0.52173,0.1744-0.87017,1.2182-0.17366,0-0.34807-0.34807,0.17367-1.0442,1.5663-1.7403-0.18319-0.53125-0.16487-0.33854-0.52247,0.1744-1.2182,1.7312-2.2624,3.1418-0.34806,0.33927,0.34806,0.52173,0,0.1744-0.1744,0.34806-1.0442,1.2274-0.52173,0-0.1744-0.18319,0-0.1744,0-0.17367,0-0.69613,0-0.1744,0.69613-1.2091,0.18319-0.69613,0.17367-0.69613,1.3923-0.87017,0.16487-0.34806,0-0.1744-0.16487-0.17367-0.35686,0,0-1.7495,0-1.1999-0.17367-1.2274-0.1744-0.861-0.34806-0.1744,0-0.1744-0.16488,0,0-0.18319,0-1.3831,0.16488-0.52246,1.4014,0m18.594,6.7873,0,0.68661-0.87017,1.7312-0.17366,0-0.1744,0,0,0.1832-0.52173-0.1832,0-1.7312,0.17366,0,0.1744-0.34807,0.69613-0.33854,0.69613,0m3.2975-15.654,0.17367,0,0.1744,0,0.34806,0,0.17367,0,0.52246,0.34806,1.0442,0.52173,0.52173,0.1744,0.1744,0,0,0.1744,0.17366,0.1744-0.17366,0.69613,0.17366,0.16487,0.1744,0.18319,0.1744-0.18319,0-0.33854,0.16487,0,0-0.1744,0.87933-0.52246,0.16487,0,1.2274-0.34806,0.16487,0,0.34806,0.17439,0.69613,0.34807,0.1744,0.34806,0,0.34807,0,0.52246,0,0.33854-0.1744,0.70493,0,0.16487-0.17366,0.18319-0.1744,0.34807-0.17367,0.16487-0.34806,0.34806,0,0.70493,0,0.16487-0.1744,0.52246,0,1.7495,0.1744,0.16487,0,0.16487,0,0.1832,0,0.34806-0.1744,0,0,0.87016-0.16487,0.69613-0.52247,0.52247,0,0.1744-1.2274,0.51294-0.33928,0-0.18319,0,0-0.16488,0-0.17366,0-0.1744,1.4014-1.0442-0.17366-0.1744-0.1832-0.17366-0.16487,0,0-0.1744,0-0.1744,0.16487-0.1744-0.52173-0.1744-0.16487-0.1744,0-0.1744,0-0.17439,0.33927-0.69613-0.17367-0.1744-0.16487,0-0.35686,0.6866-0.6866,0.70492,0,0.1744-0.34807,0.1744-0.17439,0-0.17367,0,0-0.1744,0-1.0442,0-0.16488,0.17367-0.69613,0.17439,0,0.17367-0.35685,0.34807-0.34807,0.17439-0.1744,0.33928-0.33854,0-0.18319-0.16488,0-0.34806,0.18319-0.52173,0.33854-0.52247,0.34807-0.17366,0.35686-0.1744,0.6866,0,0.87016-0.17367,0.52247,0,0.17439-0.16487,0.1744-0.18319,0-0.1744-0.1744-0.17367,0,0-0.17439-0.1744-0.69613-0.17366-0.51294,0-0.18319,0-0.1744,0-0.33854,0-0.1744-0.1744-0.18319-0.17367,0-0.34806,0.69613,0.17366,0.87016,0.34807,0.52246,0,0.1744-0.17367,0.69613,0,0.1744-0.1744,0,0,0.16487-0.17366-0.16487-0.1744-0.1744,0-0.17366-0.16488,0,0-0.1744,0-0.1744,0-0.1744-0.35685-0.1744-0.1744,0,0-0.1744,0-0.1744,0-0.1744-0.16488-0.87016-0.18319-0.69613,0-0.1744,0.34807-0.87016,0.1744,0,0-0.1744,0.17366-0.16487,0.18319,0,1.035-2.4456,0.17367-0.51293-0.17367-0.1744-0.1744-0.1832-0.17366,0-0.52247,0.87017-0.16487,0.18319-0.18319,0-0.17367,0,0-0.18319-0.33927,0-0.35759,0,0,1.7403,0,0.35686,0,0.6866-0.17367,0.1832,0,0.33854-0.33927,0.52246-0.18319,0.35686,0.18319,0.51294,0.33927,0.51293,0.17367,0.1832,0,0.17439,0,0.1744-0.17367,0,0,0.1744-0.33927,0-0.35686,0.69613-0.16487,0.69613,0.16487,0.52247,0.53126,0.52173,0,0.16487,0,0.18319-0.17367,0.16488-0.18319,0-0.17367,0.17366-0.16487,0-0.34806,0.52247,0,0.17439-0.35686,0.1832-0.16488,0-0.52246,0-0.17367,0,0-0.1832-0.17439,0-0.34807,0.1832-0.17367,0-0.17439-0.1832-0.17367,0-0.1744,0-0.17367,0-0.34806-0.33853,0-0.1832-0.34807-0.69613-0.17366-0.33854-0.1744-0.53125,0-0.33854-0.87016,0.33854-0.51294,0.18319-0.17367,0.34806-0.18319,0.52174-0.33927,0.33853-0.87932,0.52247-0.1744,0.1744-0.33927,0-0.1832-0.1744-0.33927-0.16487,0-0.1832-0.1744-0.1744-0.34806-0.6866-0.1744-0.34806-0.52173-1.0442-0.34807-0.52173-0.1744,0-0.16487-0.52246,0-0.1744,0.16487-1.0442,0-0.1744,0.1744-0.1744,0.34807-0.33854,0-0.18319,0.17366-0.52246,0.34807-0.33854,0.33927-0.52246,0.35759-0.34807,0-0.18319,0.17367-0.1744,0-0.1744,0-0.1744,0.16487,0,0.18319,0,0.1744,0.1744,0.16488,0.1744,0.17439,0.1744,0,0.18319,0.17367,0.34807,0.52246,0.33853,0.35686,0,0.34807-0.17439,0.17366,0.17439,0.68661,0,0.69613-0.17439,0.52246-0.33854,0.87016-0.1744,0.87017-0.35686,0.1744-0.1744,0.17366-0.1744,0.1744-0.16487,0.17367,0,0.33927,0,0.70492-0.53126,0.52247-0.69613,0-0.33854,0-0.1744,0.17366,0,0.16487-0.1744,0.69614-0.69613,0.17439-0.52246,0-0.34806,0-0.1832,0.17367,0,0-0.16487,0.34807-0.17367,0.17439-0.17439,0-0.1744m75.961,56.139-0.34807,0-0.53125-0.52246-0.86101-0.34807-1.5663-1.035-0.52173-0.34807-0.68661,0-0.18319,0.34807-0.52246,1.9052-0.51294,0.18319-0.18319-0.18319,0,0.18319-0.16487,0-0.34807,0-0.1744-0.18319,0-1.0442,0-1.3831,0-1.0442-2.2624-1.7403-2.0792-1.3831-0.18319-0.18319,0.18319,0,0-0.1744,0.861,0.1744,0.17367,0,0.1744,0,4.0027,1.5663,1.7403,0.52246,1.5571,0.87017,2.6105,1.7403,1.3923,1.035,0.16487,0.1744,0.35686,0.34806,0.1744,0.18319,0.33927,1.035-0.1744,0.34806-0.52173,0-0.1744-0.17439-1.0442-0.34807-0.68661-0.52246m-73.698-44.836,0.34807,0,0.1744,0,0.17366,0.17367,0.52247,0.34807,0.33927,0.16487,0,0.17366,0.18319,0,0,0.1744,0.17367,0.1832,0,0.16487,0,0.1744,0,0.18319-0.17367,0-0.18319,0-0.16487,0-0.87017-0.18319-1.5663-0.52247,0-0.1744-0.17367,0,0-0.17366,0-0.16487,0-0.1832,0.17367-0.16487,0-0.17367,0.1744,0,0.18319,0,0.68661,0m-3.1326,2.2533,0.1744,0,0.17367-0.16488,0,0.16488,0.18319,0,0.33927,0,0.87016,0.34806,0.1744,0.1744,0.17367,0.34807,0.1744,0.16487,0.34806,0.87932-0.16487,0.87016-0.35686,0.17367-0.17367,0-0.34806,0.1744-0.1744,0,0,0.1744-0.34807,0-0.17366,0-0.1744,0.1744-0.16487,0-0.35686,0,0,0.1744-0.33927,0-0.1832,0-0.17439,0-0.33928,0,0,0.17439-0.17366,0-0.87016,0.1744-0.1832,0-0.1744,0,0-0.1744,0.70493-1.2274,0.33927,0,0.18319,0,0.51294-0.68661,0.1744-0.1744,0-0.17439-0.1744,0,0-0.1744-0.17367,0-0.16487,0.1744-0.17367,0.17439-0.18319,0-0.17366,0,0-0.17439,0-0.1744,0.17366-0.35686,0.18319-0.33854,0.17367-0.1744,0.51294-0.34806,0.18319-0.1744,0.16487,0m71.61,57.009,0-0.16487,0-0.1744,0-0.18319,0.1744-1.9052,0.17367-2.4364,0.1744-1.2182,0.18319-0.69613,0-1.035,0.16487-0.53125,0-0.51294,0.1744-0.52246,0-0.69613,0.18319-0.1744,1.3831-0.1744,0.34807,0,0.1744,0.34806-0.69613,3.8196,0,0.1744,0,0.1744,0,0.17366-0.1744,0.1744,0,0.52247-0.34807,1.9144-0.34806,1.7312-0.33927,1.2274,0,0.87016,0,0.6866-0.18319,1.5663-0.87017-0.16487-0.1744-0.18319,0-0.1744,0-2.4364m-97.504-52.659,0-0.69613-0.52247-0.52246-0.17366,0-0.52247-2.4365,0-0.861,0-1.2274,0-0.52173,0-0.16487-0.17366-0.17367-0.34807,0.17367-0.1744,0.861-0.16487,0.18319-0.53126,0-0.33927,0.16487,0,0.52247,1.2091,1.2182,0.34806,1.9144,0,0.17367,0,0.34807,0,0.17439-0.1744,0.1744-0.34806,0.34807-0.16487,0.16487-0.69613,0.69613-0.70566,0.18319-0.17367,0.33854,0.17367,0.53126,0.53126,0.52246-0.18319,0.33854,0,0.34807,0.52246,0.35686,0.69613,0,0.69613,1.035,0.87016,0.52246,0,0.1744,0.34807,0.34807,0.16487,0.1744,0,0.52246-0.51294,0.1744-0.69613,0-0.34806,0.16487-1.0442,0.1832-0.1744,0-0.33927-0.1832-1.4014-1.5571-0.16487-0.52246,0.52246-0.16488,0.16488-0.18319,0-0.34806-1.2091-0.87017-0.52247-0.69613-0.69613-0.6866,0-1.4014,0-0.16487,0-0.34807,0.1744-0.1744,0.16488-0.1744,0.35685-2.0884,0.34807-1.7312,0-1.4014,0.1744-2.0792,0.16487-0.34807,0-0.34806,0.18319-0.1744,0.17367-0.1744,0.16487-0.34806,0.17367-0.16488,1.4014-0.87016,1.9052-1.2274,0.17439,0.52247,0.34807,1.2182,0,0.1744,0.17367,1.5663-0.17367,0.17439,0.17367,0.34807,0.33927,0.33927,0.35686-0.16487,0.87016-0.69613,1.0442-0.52247,0.33928,0.1744-0.33928,1.0442,0.1744,0.87016,0.69613,0.87016,0,0.86101,0.16488,1.3923,0,2.0792-0.69613,1.0534-0.69613,0.861-0.52247,0.87017,0,0.53125-0.51294,0.33928-0.52246-0.1744-0.35686,0,0-0.16488-0.16487-0.34806-0.1744-0.18319,0.1744-0.68661,0-0.34806m109.33-1.0442,0.17366-0.52173,0.1744-0.18319,5.3858,0,0.52173-0.16487,0-0.33854,0-0.53126,0.87016,0.1744,0.86101,0.35759,2.0884,0,1.2182-0.53126,0.17439,0,0-0.1744,0.52174,0,0.87932-0.52173,1.035-0.87016-0.17366-0.34806-0.34807-0.34807-0.51294,0.18319-1.4014,0.51294-0.52246,0.1744-0.6866,0-0.69613,0.1744-0.53126,0-0.861,0-0.52174,0-0.17439-0.1744-1.0442,0-0.1744-0.1744-0.52173-0.16487-0.34806,0-2.2624-1.5663-0.87016-0.52174,0-0.17439,0.35759-0.1744,2.4273,0,1.3923,0.34806,0,0.17367,0.52173,0.16487,0.69613,0.18319,1.3831,0,0.17367-0.18319,0.69613,0,0.17439,0,0.34807,0,1.0442-0.51294,1.5663-0.87932,0-0.16487-0.16488-0.34807-0.53125,0-0.69613,0.34807-0.34807,0.16487-0.17366,0-0.33928,0.18319-0.70492,0-0.34806,0.1744-1.5571,0-0.18319-0.1744-0.861,0-0.1744,0-2.0884-0.69613-0.34807-0.1744-0.69613-0.34806-0.34806-0.1744-0.16487-0.1744,0-0.1744,2.0792-0.87016,0.87016-0.34807,0.52246-0.52173,0-0.34806-0.52246-0.1744-0.17367,0-0.34806,0.1744-0.1744,0-0.17367,0-0.52246,0-0.17367-0.1744-1.2182-0.1744-0.52246,0-0.51294-0.52246,0-0.51294,0.1744-0.18319,0.17367,0.18319,0.16487,0,0.69613,0.51294,0.34807,0,0.17366-0.16488,0.34807,0,0.34806-0.1744,0.87016,0,0.17367-0.17439,2.2624-0.53126,0.1744-0.33854-0.1744-0.34807-0.34806-0.18319-0.17367,0-0.1744,0-0.1744,0-0.87016,0.18319-1.0442,0-0.87017,0.1744-0.69613-0.35685-0.69613-0.69614,0.1832-0.17439,0.33927,0,0-0.16488,1.3923,0.16488,0.17366,0,1.0442,0,0.34806,0.17439,0.52247,0,0.17366,0,0.1744,0.1832,0.34807,0,0.16487,0,1.0442,0.34806,0.69613,0.34807,0.87016,0.34806,1.2182,1.0442,1.5663,1.3831,1.3923,1.3923,1.7403,2.4364,0.17367,0.52247,0.52246,1.035,0.33928,0.52247,1.0442,3.8287,0,1.0442,0.1744,0.69613,0,1.0442,0,0.51294,0,1.0442-0.6866,3.4806-0.35686,2.4273-1.2091,4.5248-0.69613,1.5571-0.18319,0.69613-0.33927,1.2182-0.87017,2.2624-0.69613,1.5663-1.3923,2.6013-1.3923,2.2624-2.6013,4.6989-1.0442,1.3923-1.7403,2.6013-3.3066,3.8196-3.4715,3.3066-0.17367,0.1744-0.34807,0.1744-0.17439,0-0.1744,0-0.17367-0.34806-0.1744-1.2182-0.17366-0.34807,0-0.1744-0.69613-1.7312-1.3923-1.7403-1.035-1.0442-0.69613-0.34807-0.69613-0.34806-0.35686-0.34807,0.53126,0,3.3066,0.34807,1.3831,0,0.17366-0.1744,0.52247,0,0.1744,0,0.17366-0.1744,0.69613,0,2.6013-0.52173,2.0884-0.87016,0.1744-1.035-0.34807-0.18319-0.52246,0.18319-0.34806,0.16487-0.1744,0-1.7312,0.34807-0.34806,0-0.87017,0.35686-0.34806-0.18319,0,0.18319-0.34807,0-0.52246,0-0.34807,0.16487-0.34806-0.16487-0.1744,0-0.52173,0.16487-0.1744,0-1.3923-0.16487-2.7754-0.53126-0.34807,0-1.2182-0.33854,0.1744-0.69613-0.1744-0.52246-0.52173-0.53126-1.0442-0.34806-0.69613-0.16488,0-0.1744-0.69613-0.1744-0.69613-0.34806-0.34806-0.34807-0.68661-0.34806,0-0.1744-0.18319,0,0.18319-0.69613,0.34807-0.34806,0-0.1744,0.1744,0,2.7754,0,0.1744-0.16488,0.34806,0,1.2182-0.35759,0-0.52173-0.34807-0.34806-0.34806-0.34807-0.69613-0.1744-0.87016-0.51294-0.34807-0.18319-0.52246,0-0.1744-0.1744,0-0.52246,0.1744-0.16487,0.18319-0.1744,0.16487,0,0.69613-0.18319,2.0884,0.18319,1.5663,0.51294,0.34807,0.18319,0.6866,0.33854,0.35686,0.18319,0.1744,0.16487,0.69613,0,0.16487,0.18319,2.7845,0,0.17367-0.18319,0.87016,0,0.17367,0,0-0.16487,0.69613,0,1.0442-0.35686,1.3831-0.34806,0.1744-0.1744,0.34807,0,1.7403-1.035,1.0442-0.69613,0.1744-0.34806,0-0.1744-0.52247-0.34807-2.4364,1.2091-0.68661,0.1744-0.34806,0-0.18319,0.18319-0.17367,0-0.34806,0-0.16488,0.17367-1.3923-0.17367-0.69613-0.18319-0.34806,0-0.17367,0-1.0442-0.1744-1.9144-0.6866-1.2091-0.52173-0.52173-0.34807-0.52246-0.34806-0.52174-0.34807-0.17439-0.1744-0.1744-0.34806-0.17367-0.34807,0-1.2182,0.17367-0.1744,0.1744,0,0-0.17439,0.69613-0.52247,0.17439,0,1.0442,0,0.33927,0.35759,0.35686,0,0,0.16488,1.7312,0.52246,1.2182,0.18319,0.69613,0,0.17367,0,1.0442,0,0.1744,0,0.52173,0,0.34807-0.18319,0.51294,0,0.70492-0.1744,0.6866-0.1744,0.69613-0.33854,1.2182-0.52246,1.5663-0.87932,0.52247-0.33854,0.1744-0.1744,0.17366-0.18319-0.17366-0.33928-0.69613,0-0.17367,0.1744-0.34806,0-0.87017,0.52247-0.52173,0-0.1744,0-1.0442,0-0.17367,0.1744-0.861-0.1744-1.2182,0-0.69613-0.1744-0.52173-0.18319-0.1744,0-0.17366,0-0.34807-0.16488-0.69613-0.1744-0.87016-0.34806-0.52247-0.34807,0-0.18319,0.34807-0.16487,0.1744-0.69613,0-0.52246-0.52247-0.1744-0.17366-0.1744-0.34807,0-0.34806,0-0.87016-0.1744-1.3923-0.69613,0-0.51294,0.18319-0.18319,0.34806-0.1744,0.16488-0.1744,0.69613,0,0.17439,0,0.35686,0.1744,0.16488,0,0.35685,0.35759,0,0.16487,0.68661,0.1744,0.69613,0,0.17366,0.1744,0.52247,0,0.69613,0.1744,1.3923,0.17367,1.3923,0.18319,0.51294,0,1.7403,0.33854,0.34807,0.34806,1.3923,0.1832,0.87016-0.35686,0.6866-0.34807,0.35759-0.34806-0.17439-0.52173-0.52174-0.33854-0.52246,0-0.1744,0-0.34806,0-0.52174-0.35759-1.5663-0.34807-0.87016-0.34806-0.69613-0.34807-0.33854-0.16487,0-0.18319,1.3831-0.69613,0-0.33854-1.0442-0.69613,0.17439-0.1744,1.2182,0,0,0.1744,0.52173,0,0.1744,0.1744,0.52173,0,0.1744,0.16487,0.69613,0,0.34807,0,1.0442,0,2.2533-0.33854,2.4364-0.69613,0.1744-0.18319-0.1744-0.51294-0.33927-0.1744-0.18319,0-0.52173,0-0.1744,0.1744-0.17367,0-0.861,0-0.53126,0.1744-0.16487,0-0.53126,0-2.2533,0.33854-0.52247-0.16488-0.87016-0.69613-0.52246-0.1744-3.1326-2.6105,0-0.34807-1.2091-1.035-0.17366-0.34807,0.87016,0.16487,0.34807,0.1832,1.0442,0.17366,0.861,0.1744,0.52247,0.16487,1.7403,0.35686,1.7403,0,2.2533,0,0.69613-0.18319,0.87016-0.87016-0.34806-0.68661-0.16487,0-0.87933,0.16488-0.69613,0.35686-0.17366,0.16487-0.33927,0-0.1744,0.18319-1.7403-0.18319-0.1744,0-0.52173-0.16487-0.34806,0-0.87017-0.52247-1.5571-0.34806-1.7403-0.1832-0.69613-0.33853-0.87017-0.1744,0-0.34807m5.7339,48.317,0.52173-0.1744,0.1744,0,1.0442,0.34807,1.5571,0.69613,0.87017,0.52173,0.1744,0-0.34807,0.1744-0.52246,0.33854-0.17367,0.18319-0.16487,0-0.34807-0.18319-0.53125-0.33854-0.16488,0-0.17366,0-0.52247-0.34807-0.87016-0.52173-0.34806-0.1744-0.17367,0-0.1744-0.17439-0.17367,0,0-0.1744,0.34807-0.1744m-48.674-6.082,0.18319,0.1744,0.16488,0.34806,0,0.17367,0,0.1744-0.16488,0-1.2182,0.52246-0.1744,0-0.52173-0.1744-0.34807-0.1744-0.1744,0-0.1744,0-0.34806-0.17439-0.17367-0.1744-0.33927,0-0.35686-0.34807,0.69613-0.69613,0.17367-0.1744,1.5663,0.52247,0.34807-1.9144,0.1744-0.1744,0-0.52173,0.17366-0.52246,0.1744,0,0.17367,0.17439,0.34806,0.52247,0.16487,0.17366,0.1832,1.2182-0.53126,1.0442m-3.6455,12.686,0-0.1744-1.3831-1.2091,0-0.35759,0-0.1744,0.16487,0,0.1744,0.1744,2.0884,1.7403,0,0.1744,0.17366,0-0.6866,0.87016-0.17367,0.1744-0.35685-0.1744,0-0.1744-0.1744,0,0-0.69613,0.1744-0.1744m0-25.033-2.4365-0.68661-1.035-0.17439-1.5663-0.1744-3.3066,0.34806-1.035,0.34807-0.87932,0.1744-1.035,0.52173-0.17367,0-0.17439,0,0-0.1744,0-0.18319,0.34806-0.16488,0.69613-0.52246,0.52246-0.1744,3.4715-1.0442,0.34806,0,0.1744-0.17439,1.7312,0,0.18319,0.17439,0.87016,0,0.861,0.1744,2.0884,0.87017,1.3923,0.69613,1.0442,0.861-0.17367,0-1.9144-0.69613m-4.3508,0.69613,0,6.4392-0.861,2.7754-0.34807,0-0.17366,0,0-0.1744,0-4.6897,0.17366-4.5157,0.69613,0,0.51294,0.16487m7.1353-85.514,0.52247,0.1744,0.17366,0.18319,0,0.1744,0,0.1744-0.17366,0.16487-0.69613,0.1744-0.69613,0.34807-1.3831-0.16488-0.87932,0-0.1744,0,0-0.18319-0.17367-0.1744,0-0.16487-0.34806-0.1744,0.34806-0.1744,0.17367-0.18319,0.1744,0,0.87932-0.1744,0.16487,0,0.17367,0,0.1744,0,1.7403,0m17.037,47.456,0.33927,0,0.18319,0,0.68661,0.34806,0.87016,0.17367,1.5663,0.52246,0.34807,0,0.52173,0,1.2182,0.33854,0.34806,0,0.6866,0,2.6105,0.1832,0.52173-0.1832,1.9144-0.33854,2.9494-0.69613,2.0884-1.0442,1.5663-0.87016,2.0884-1.2182,0-0.34807-0.34807-0.34806-0.17366,0-0.1744,0-0.1744,0,0,0.18319-1.2182,0.68661-0.1744,0-0.69613,0.35685-0.34806,0-0.69613,0.51294-0.86101,0.35686-0.70565,0.51294-2.0792,0.69613-0.17367,0-0.52246,0.1744-0.34807,0-1.3923,0-0.52246,0.34806-0.34807,0-0.33927,0.17367-3.8379-1.7403-2.6013-1.035-0.52173-0.18319,0-0.34807,0-0.34806,0-0.16488,0-1.5754,0-0.16487,0.17366-0.34807,0-0.18319,0.34807-0.51294,0.69613-0.35759,0.1744-0.16487,0.17366,0,0.1744,0,1.5571,0.33854,0.53125,0,0.16488-0.1744,0.87932,0,0.861-0.16487,0.17367,0,0.52246-0.1744,0.34807-0.1744,0.52173-0.18319,0.69613-0.33854,0.34806,0,0.69613-0.34807,0.52173,0,0.87017-0.52246,0-0.1744-0.1744-0.34807-0.17367-0.17366-0.69613,0.33854-0.52246,0.35685-0.52173,0-0.69613,0.34807-1.2182-0.1744-0.69613-0.1744-0.69613-0.1744-0.86101,0-0.34806-0.18319-0.70492,0-1.3831-0.16487-0.34807-0.17367-0.34806-0.69613,0-0.16487,0-0.34807,0-0.18319,0-0.1744,0.17366-0.34806,0-0.1744,0.69613-0.861,0-0.1744,0-0.1832,0.1744-0.17439,0.52173-0.33854,0.1744,0,0.17367,0,1.3923,0,0.16487,0,1.0534,0,0.16488,0.1744,2.2624,0,0.1744,0.16487,1.0442,0,0-0.16487,0.1744,0,0.52173-0.1744,3.2975-2.4273,0.52247-0.36638,1.2182-1.035,1.0442-0.69613,0-0.1744,0-0.1744-0.17367-0.16487-0.52246,0-0.17367,0.16487-0.1744,0.1744-1.3923,0.87017-1.7312,1.2182-0.1744,0-0.17367,0.18319-0.1744,0-1.0442,0-0.17367,0-0.1744,0-0.17366,0-0.52247-0.18319-0.17366,0-0.1744,0-1.5663-0.87016-1.5663-0.52173-1.2182-0.33927-1.035-0.53126-1.9144-0.52246-0.34806-0.52174,0-0.16487,0.1744-0.17366,0-0.1744,0.52173-0.34807,0.34806-0.34806,0-0.1832,0-0.17439,0-0.16488,0.1744,0,0.17367,0,0.1744,0,2.0884,0,0.33927,0,0.1744,0,0.34806,0,0.17367,0,0.69613,0.33854,1.0442,0,1.5663-0.33854,0.1744-0.34806,0.52173-0.34807,0.1744-0.1744,1.3923-0.52173,1.2091-0.34806,0.34807-0.52247-0.17367-0.1744-0.52246-0.17439-1.2182,0.51293-0.33927,0-0.34807,0.1832-0.17439,0-1.2182,0.17439-2.4365-1.2182-1.3923-0.69613-0.33927-0.34807,0-0.16487,0.861-0.18319,1.3923-0.1744,0.87017-0.33927,0.87016-0.34807,0.34806-0.1744,0-0.53125,0-0.16488-0.34806-0.35686-0.52173,0.35686-1.0442,0,0-0.1744-0.17366,0.1744-0.16488,0-0.18319,0.16488-0.87016,0-0.17367-0.16488-1.2182,0-0.16488-0.1744-0.35686,0-0.16487,0,0.16487-0.18319,0.1832-0.1744,0.51293,0,0.1832,0,1.035,0,0-0.16487,2.6105,0,0.34806,0.16487,0.1744,0,0.69613,0,0.34807,0.1744,2.4273,0.69613,1.4014,0.53126,1.035,0.6866,0.1744,0,0.52173,0.35686,1.0442,0.68661,0.69613,0.52246,1.9144,2.0884,0.33927,0.52246,0.69613,0.87017,0.87017,1.5571,2.2624,6.4392,0.17367,0.68661,0.52246,1.5663,0,0.34806,0.17367,1.0442,0.17439,0.34806-0.17439,3.6455,0,1.5663-0.87017,4.3508-0.69613,3.2975-0.34806,0.69613-0.34807,1.7403-0.34806,1.035-0.33927,0.87932-0.52173,1.3923-0.69613,2.0792-2.4365,5.7339-2.6105,5.0378-1.7312,2.9677-1.0534,1.3831-2.4273,3.3066-1.7403,2.0792-0.52246,0.52247-0.16488,0.34806-0.18319,0-1.5663,1.7403-2.7754,2.6013-0.17367,0,0-0.17439,0-0.68661-0.1744-1.7403-1.0442-1.5663-0.17367,0-0.1744-0.34806-0.17366,0-0.52247-0.1744-0.17366-0.1744-3.6455-2.6013-1.2182-0.69613-0.69613-0.35686,0-0.16487,0-0.1744,1.3923,0,0-0.1744,0-0.34806-1.3923-1.0442-1.0442-0.52173-0.52246,0-0.69613-0.1744-0.16488-0.16487,0.16488-0.69613,0.1744,0,0.87016,0,1.5663,0,0,0.16487,1.9052,0,0.17367,0.1744,0.34806,0,0.35686-0.52173-0.17367-0.52246-0.53125-0.16488-1.035-0.18319-1.2182-0.1744-2.2624-0.6866-1.0442-0.69613-0.17439,0-0.34807,0.1744-0.16487,0-0.87932-0.1744-1.035-0.1744-1.2182-0.69613-0.34806-0.17367-0.52173-0.53125-0.1744-0.16488-0.17367-0.34806,0.17367-0.1744,0.34806,0,0.1744,0.1744,0.69613,0,0.87016,0.1744,1.0442,0.52246,0.861,0.52173,1.5754,0.34807,1.035,0,0.34806,0,0.52247,0,0.34806,0,0.17367-0.34807-0.17367-0.35685-0.69613-0.34807-1.2182-0.33854-1.2182-0.69613-0.17367-0.16487,0-0.18319,0-0.1744,0-0.1744,1.9144,0.1744,1.0442,0.1744,1.2182,0.18319,0.1744,0.16487,0.52173,0,0.1744,0.1744,0.68661,0,1.9144,0.34806,3.6547,0,0.51293,0,1.3923-0.34806,0.87017-0.1744,0.70492,0,0.6866-0.34806,0.70493-0.34807,0.861-0.33854,0-0.35686-0.1744-0.1744-0.34806,0,0-0.17439-1.3923,0-0.86101,0.52173-0.69613,0-0.18319,0.34806-0.51294,0-0.52173,0.1744-1.0442,0-2.4365,0.1744,0-0.1744-0.69613-0.1744-0.52173-0.34806-0.6866-0.34807-0.34807,0-0.35686-0.34806-0.16487,0-1.7403-1.0442-1.5663-1.2091-0.34806-0.18319-0.87016-0.34806-1.9052-1.5571-0.1832,0-0.17366-0.34806,0-0.1744-0.16487,0,0-0.1744-0.17367-0.1744,0.17367-0.69613,0.52246-0.69613,0.16487,0,1.7403-1.9144,0.1744,0,0.17366,0,0.52247,0.34807,0.52246-0.1744,0.34807,0.1744,0.34806,0.1744,0.52173,0.1744,0.34807,0,0.1744,0.18319,1.3923,0.16487,0.52173,0.34807,0.51294,0,0.17366,0,0.52247,0.1744,0.17439,0.18319,0.87017,0,1.0442,0.16487,0.87016,0.34807,0.34807,0,0.34806,0.17439,0.17367,0,0.33927,0,0.69613,0.1744,0.69613,0,0.18319,0.17367,1.3923,0,0.16488-0.17367,0.53125,0,0.16488,0,0.69613-0.1744,1.9144-0.87016,0.69613-0.52173,0.6866,0,2.9586-1.7312,0.34807-0.1744,0.69613-0.52173,0.34806,0,0.17367-0.1744-0.17367-0.34807-0.34806,0-0.34807,0-0.34806-0.34806-0.51294,0.16487-0.35686,0.18319-0.34806,0.16487-0.1744,0,0,0.1832-1.0442,0.52246-0.51294,0.34807-0.17439,0.33927-0.52174,0.18319-1.3923,0.51294-1.5663,0.1744-0.52246-0.1744-1.5663,0.53125-0.34806,0-0.1744,0-1.9144,0-0.17366,0-0.68661-0.18319-0.1744-0.1744-0.17366,0-0.1744,0-0.69613-0.34806,0,0.1744-0.17367,0-1.0442-0.1744-0.87016-0.1744-0.34807-0.16487-0.1744,0-0.17366-0.1832-0.51294-0.17439-0.35686-0.16488,0-0.1744-0.16487,0-0.1832,0-1.9052-1.3923-0.1744-0.18319,0.1744-0.861,0.17366-0.1744,1.5571-0.1744,0.17366,0,0.34807,0,0.18319,0,1.5571,0.52246,0.34807,0.1744,1.9144-0.1744,1.2182-0.17439,1.2091-0.52174,0.69613-0.18319,0.34806-0.16487,0.17367-0.1744-0.17367-0.52246-0.52246,0-0.16487,0-0.35686,0.1744-0.16487,0-2.4365,0-0.1744-0.1744-0.52173,0-0.34806-0.1744-0.34807,0-0.1744-0.1744-0.52173,0-0.1744-0.17367-0.52246,0-0.17367,0-0.51294-0.18319-0.17366-0.16487-0.70492,0-0.16488,0-0.52173,0-0.1744-0.1744-0.69613-0.1744,0-0.1744,0-0.1744,0-0.52173,0.69613-0.52246,1.5663,0.1744,0.52247,0,0.33854,0,0.34806-0.33854,0.17367,0,0.69613-0.35759,0.1744,0,0.17366-0.33854-0.17366-0.34807-0.1744-0.34806-0.17367-0.1744,0,0.1744-0.1744,0-0.17366,0-0.87016-0.1744-0.68661-0.18319-0.18319,0-0.34807-0.16488-0.17366,0,0-0.69613,0.35686-0.34806,0.16487-0.1744,0.18319,0m-77.875,44.149,30.071-3.8287-0.34807,1.9144-29.723,3.8287,0-1.9144m0.87016-50.057-0.17366,0.33927-0.34807,0.53126-0.16487,0.16487-0.34807,0.1744-0.87932,0.70493-0.33927,0.33854-0.1744,0.17439-0.52173,0.52247-0.35686,0.34806,0-0.1744-0.33927-0.17439-0.1744,0-1.2182-1.3923,0-0.1744,0-0.1744,0-0.1744,0-0.51294,0.1744,0,0.17367,0.1744,0.1744,0,0.87016,0.6866,0,0.1744,0.16487,0,0,0.1832,2.2624-2.0976,0.1832-0.1744,0.6866,0.1744,0.1744,0,0.17367,0.35685m9.0405,72.306,0.34806,0,0,0.33928,0,0.53125-0.69613,2.0792-0.34806,0.69613-0.17367,0,0,0.1744-1.0442,0-0.1744,0-0.17367,0-0.87016-0.51293,0-0.1832-0.1744-0.1744-0.16487-0.52246-0.17367-0.33854-0.18319-0.18319-0.1744-0.16487,0-0.1744-1.0442-2.4365-0.861-1.7403-0.87016-0.69613,0-0.1744,0.1744-0.52247,0.16487,0,0-0.17439,0.53126,0,0.17366,0,0,0.17439,1.035,0.87017,2.0884,2.2624,0.52173,0.69613,0.1744,0.1744,0.34806,0.1744,0.17367,0.16487,0.69613-0.16487,0.53126-0.1744,0.16487,0m-13.382-69.183,0.69613,0.87017,0.16487,0.17439,0,0.1744,0.1744,0-0.1744,0.1832,0,0.16487,0,0.16487-0.16487,0-0.35759,0.35686-0.16488,0.1744-0.1744,0-0.17366,0.1744,0,0.1744-0.34807,0.1744-0.1744-0.1744,0-0.1744-0.17366,0,0-0.1744-0.18319-1.5571,0-0.1744,0-0.1832,0.35685-0.17439,0.1744-0.1744,0.17367,0,0.34806,0m15.645,64.667-0.34806,0.87016-0.34807,1.5571-0.52246,0.861-0.34807,0.35686-0.17366,0-0.1744,0-0.87933-0.35686-1.035-1.1999-1.9052-2.0884-1.0534-1.0442,0.17366-0.52246,0.52247-0.87017,0-0.17439,0.18319,0,0.6866,0.17439,0.34807,0,0.52173,0,0.34806,0.16488,0.52247,0,0.6866,0.35686,0.36639,0,0.16487,0.17439,0.34806,0,0.1744,0,1.2182,0.1744,0.17367,0.16488,0.16487,0,0,0.1744,0.18319,1.2274m-11.825-0.53125,0,0.17439-1.0442,2.6105-0.1744,0.52247,0,1.3923-0.17367,0.17366,0,0.1744,0,0.1744-0.1744,0-0.16487,0-0.1744,0-0.17367-0.1744-1.0442-1.7403-0.69613-1.0442,0-0.1744-0.17367-0.87016-0.1744-1.3923-1.3923-2.7754-0.87016-0.34807-0.87016,0-0.17367-0.1744-1.3923,0-0.16487,0-1.4014,0.34807-1.035,0.6866-0.1744,0-0.34806,0-0.17367,0.1744-0.87016-0.33854-0.52246-0.34806-2.0792-2.2624-1.0534-1.2182-0.69613-0.861-0.6866-1.0442-0.34807-0.52246-0.69613-1.3923-0.1744-0.34807,0-0.34806-0.18319-0.34807-0.16487-1.9144,0-0.34806,0-0.52173,0-0.33927,0.52246-1.5663,0.87016-2.6105-0.17366-0.34806-0.35686,0.1744-0.33927,0.34806-0.1744,0.52247-1.2182,2.4273-0.51294,0.87017-0.87932,1.5663-0.69613,1.0442-0.861,1.2182-0.53126,0.1744-0.69613,0-0.6866,0.1744-0.34807,0-0.52173,0.1744-0.18319,0-0.16487-0.1744-0.1744,0.1744-0.17367,0-0.52246-0.1744-0.34807,0.1744-0.69613-0.1744-1.035,0-0.1744,0-0.18319,0-0.1744,0-0.34807,0-0.17366-0.1744-0.34807-0.1744-0.16487,0-0.18319,0-0.52247-0.52173-0.51294-0.34807-0.52246-0.17439-2.0792-1.0442-0.18319,0,0-0.1744-0.33927-0.1744-0.1832-0.1744-0.1744-0.17439-0.34806-0.52174-0.17367-1.3923-0.1744-0.33927,0-1.9144,0.1744-0.17439,0.17367-0.1744,0.34806-0.52247-0.17366-0.1744-0.34807-0.34806-0.52246-0.1744-0.1744,0.1744,0,0.87016-0.17367,0.87016-0.17439,0.34807-0.52174,1.7403-0.861,1.035-0.52173,1.0442-1.2182,2.6105-0.34806,0.69613-2.9586,1.9144-0.34806,0.33927-0.17367,0-0.34806,0-0.16487,0-0.52174-0.52246-0.18319,0-0.34806,0.34806,0.1744,0.70493,0.35685,0.861,0,0.1744,0.16488,0.34806,0,0.34807,0,1.9144-0.34807,1.2091-0.17366,0.3576-1.3831,1.2091-0.34807,0.69613,0,0.1744,0.1744,0.35686,0,0.1744,0.17367,1.2091,0,1.9052,0,0.35685-0.17367,1.0442,0,2.0792,0.52246,2.4364,0.16488,0,0.18319,0,0.17366,0.17367,0.1744,0.52246,0.51294,2.0884,0,1.0442,0.18319,0.16487,0.16488,0.52247,0.18319,0.35686-1.2182,1.3831-0.17367,0-0.34806,0-0.1744,0-0.52246-0.34807-0.17367,0.1744-0.34806,0.52173-0.17404,0.18319,0.17404,0.16488,0.34806,0.52246,0.17367,0.34806,0,3.8196-0.17367,1.9144-0.34806,0.34806-0.5221,0.34807-0.34807,0.18319-0.34806,0.16487-0.5221,0.1744-0.34806,0.1744-0.5221,0-0.87016,0.1744-0.34807,0-2.4365,0-1.7312-0.52246-0.34807-0.16488-0.69613-0.18319-0.52209-0.1744,0-0.1744-0.17404-0.1744,0-0.17439,0.17404-0.68661,0.34806-1.2274,0.17403-0.52173,0.17404-0.1744,0.52209-0.16487,0.17404,0,0.34806,0.16487,0.17403,0.35686,0,0.16488-0.17403,2.0884,2.0792-0.34807,1.0534-4.6897,0.3389,0.1744,0.69613,0.34807,0.34807,0.17439-0.87016,3.9936,0.34806,0,0.17403,0,0.17404,0,0.17403,0.1744,0.17403,0.52247,0.17403,0,0.34807,0,0.5221-0.1744,0.34806,0,0.17403-0.69613,0.17404,0,0-0.16488,0.34806,0,0.34807-0.53125,0-1.035,0-1.9144,0-1.0442-1.3923,0-0.34807,0-0.69613-0.1744-0.34806,0-0.69613-0.18319-0.68698-0.16488-0.52209,0.16488-1.7403,0.18319-0.17403-0.18319-0.17403-0.16488-0.17404-0.17439,0.34807-1.2182,0.17403-1.5571,0.17403-1.2274,0.17404-0.86101,0-0.52246,0.34806-1.0442,0.68697-1.9144-0.17403-3.9936,0-1.9144-0.51294-1.7312,0-1.0534-0.5221-0.34806-0.17403,0-0.34806-0.33854,0-1.0442-0.17404-0.87932,0-1.3923,0.34807-1.035,0.34806-0.52246,0.34807-0.34806,0.68697-0.87017,0.34807-1.3923,0-3.4715,0-0.34806,0.18319-0.86101,0.17403-0.35685,0.68697-2.2624,0-1.2091-0.16487-0.69613,0-0.34807,0-0.52173,0-0.34807,0.3389-1.0442-0.3389-1.2182-0.5221-1.0442-0.53126,0.1744-0.3389,0.18319-0.5221,0.16487-0.69613,0.87016-0.34807,0.34807,0,1.2182,0,0.17439-0.17403,0-0.17403,0-0.34807-0.17439-0.52209-0.34807-0.17404,0-0.17403,0-0.17403,0-0.17403-0.52173-0.34807-1.7312,0-0.18319-0.17403-0.1744,0-0.33854-0.34807-1.2274-0.17403-0.1744,0-0.16488,0-0.69613,0.5221-1.3923,0-0.17439,0.17403,0,0.17403,0,0.17404,0,0.17403,0.17439,0.34806,1.5571,0.34807,0.35686,0.34806,0,0.87017,0,0.17403-0.35686,0.17403-0.86101,0.17403-0.17439,1.035-0.52174,2.4365-0.52246,0-0.1744-0.17404-0.16487,0-0.18319,0-0.52173,0.34807-1.5571,0.17403,0,0-0.18319,1.0442-0.1744-0.17404-0.34806,0-0.69613,0.69613-2.9494,0-0.1744,0.17404-0.34806,0.52209-2.6105-0.17403-0.33854-0.5221-0.34806-0.17403,0-0.17403-0.18319,0.17403-0.87017,0.5221-0.6866,0-0.18319,0.17403,0,0.69613,0,0.17403,0,0.69613-0.16488,0.69613-0.52246,0.69613-0.1744,0.16488,0,0.87932,0.34807,0,0.16487,0.17366,0.18319,0.16488,0,0.17366-0.18319,0.34807-0.33854,0.87016-1.0442,1.2182-1.3923,0.69613-1.0442,0-0.1744,0.17366,0,0.1744-0.1744,0.17367,0,0.861,0.1744,0.53126,0.1744,1.035,0,0.69613-0.34807,0.18319,0,0.16487,0,0.52246,0,0.1744,0,0.34807,0.52174,0.52173,0.69613,1.3923,1.2182,1.2182,0.53126,2.4273,0,0.1744-0.18319,1.2182,0,0.52246-0.1744,0.34807,0,0.87016-0.34807,0.69613-0.16487,0.17367-0.18319,0.1744,0,0.34806,0,2.0792-0.861,0.17367-0.1832,0.87016,0.1832,1.7403,0.861,0.69613,0.18319,0.69613,0.51294,0.17439,0,1.7403,3.1326,0.6866,2.0792,0.1832,0.69613,0.51293,0.69613,0.52247,0.17439,0.35686,0.1744,0.51293,0.34807,0.34807-0.17367,0.1744-0.52246,0.17366-1.2182,0.69613-1.3923,0.52247-0.34806,0.34806-0.33854,0.1744,0,1.0442,0,0.69613,0.33854,0.16487,0.34806,0.52246-0.16487,1.9144-0.52173,0.70566-0.34807,0.16487,0,0.1744,0,0.17367,0.1744,1.3923,2.0792,1.3923,2.7845,1.2182,2.2624,0.51294,1.035,0,0.18319-0.33927,1.5571,0,0.34807,0,0.34806-0.1744,0.87017,0,0.1744-1.0442,1.2182,0,0.1744-0.53126,0.34807-0.16487,0-0.52247,0-0.52173,0-1.9052,1.035-1.4014,0.70493-0.861,0.6866-0.87016,0.53126-1.0442,1.035-0.34806,1.7403,0.52173,0.861,1.9144,2.6196,1.2091,1.035,0,0.1744,0.1744,0,0,1.2274-0.1744,0.16487-0.16487,1.3923-0.18319,0.52247-0.17367,0.1744-0.33927,0.16487-0.34806,0.35759,0,0.51294,0.34806,0.53126,1.3923,1.7312,1.035,0.87016,0.87016,0.17367,1.5571,0,2.4456,0.1744,0.16487,0,0.87016,1.0442,0.17367,0.52173,0,0.69613,0.1744,0.34807-0.1744,0.6866,0,0.1744-0.51294,0.35759-0.1744,0.33854,0.1744,0.69613,0.33927,0.1744,0.52173,0,0.1744,0,0.53126,0.69613,0.16487,0m34.935,7.8223,0.69613,0.87016,0,0.34806-0.17367,0.1744-0.17439,0-0.1744,0.1744-1.3831,0.1744-0.1832,0-0.16487,0-0.34806,0,0.1744-0.69613,0.17366-0.1744,1.2182-0.87016,0.33927,0m-10.25,1.5663,0,0.1744-0.17366,0.1744-0.1744,0.17366-0.52173,0.1744-0.51294-0.1744,0-0.17366-0.35686,0-0.17367,0-0.34806-0.1744-0.87016-0.1744-0.16488,0-0.53125-0.34806-0.52247,0-0.17366,0,0-0.1744-1.2091-0.34807-0.35686,0-0.16487,0-0.34807-0.16487-0.69613,0.16487-2.0884,0.1744-3.4715,0.1744-0.18319-0.1744-0.16488,0,0-0.1744,0-0.52173,1.035-1.9144,1.2274-3.1234,0.861-2.6105,0.1744-0.34807,0-0.17439,0.17367,0,0.17439,0,0.87017,0.17439,0.17366,0,0.1744,0,0.17367,0,0,0.1744,0.1744,0,0.17366,0,0.1744,0,0.17367,0.1744,0.52246,0,0.17367,0,0.34806,0,0.1744,0.18319,0.52173,0,0.1744,0,0,0.1744,0.51294,0,0.18319,0,0.17367,0,0.51294,0.16488,1.9144,0.34806,0.52174,0,0.35685,0.18319,0,0.16488,0.16488,0,0,0.1744,0,1.0442,0.17366,1.035,0,0.87932,0.69613,3.6547,0.34807,1.035m14.6-1.035,0,0.16487-0.52246,0.1744-2.2624,0-0.1744,0-1.7312-3.8196-0.70492-2.4365-0.51294-1.9052-0.17367-1.2274-0.1744-0.51294-0.17366-1.0534,0.17366-4.8546,0-1.2182,0.34807-1.0534,0.51294-1.9052,1.3923-3.9936,0.34806-0.35685,0.87016-1.9144,0.17367-0.51294,0.69613-1.0442,0.34806-0.52246,2.4273-2.4364,1.5754-1.0442,1.035-0.51294,0.87016-0.52173,1.0442-0.34806,0.69613-0.34807,0.34806,0.1744-0.17367,0.34807,0,0.17439-1.7403,1.2091-0.87016,0.87016-0.34807,0.34807-0.34806,0.53126-0.69613,0.6866-1.5663,2.0884-1.7312,2.9494-1.035,2.6105-0.70492,3.4715-0.1744,1.9144-0.17367,2.2624,0,1.7403,0.17367,1.7312,0.52246,3.3066,0.69613,2.7845,1.0442,2.7845,0.69613,1.2182m-7.8223-5.0469,1.9144,0.34806,0.16488,0.16487,0.34806,0.53126,0,0.52173,0.17367,0,0,0.1744,0,0.1744-1.035,0.69613-0.17366,0-0.1744,0-0.18319,0.16487-0.16488,0-0.34806,0-0.34807-0.34806-0.17366-0.16487,0-0.1832,0-0.16487,0-0.1744-0.1744-1.2274,0.1744-0.33927,0-0.17366m-3.6455-9.3886-24.163,2.0884-0.87016-0.34806-0.34807-0.87017-0.17366-0.34806-0.1744-0.1744,0-0.1744,0-0.17367,0.1744-0.17439,25.72-2.2624-0.16487,2.4365m2.2533,16.167,0,0.1744,0,0.1744-0.17366,0-0.1744,0.1744-3.1326,0-0.16487,0,0-0.1744-0.35686-0.52246-0.16487-0.69613-0.87016-3.9936-0.17367-1.0442-0.1744-1.9144,0-0.1744,0.1744,0,0.17367-0.1744,2.7845,0.70565,0.33927,0,0,0.16488,0.17366,0,0,0.1744,0,0.69613,1.5663,6.082,0.17366,0.34807m-87.776,4.8638-0.17404,1.9144-0.69613,2.0884-0.3389,1.3923-0.18319,0.1744-0.17404,0-1.7312-0.52247-1.0442-0.35686-0.17403,0-0.17403,0-0.70529-0.16487-1.2091,0-2.4273,0-1.4014,0-1.3831,0-0.17404,0,0-0.18319-1.0442-3.4715,0.17403-1.3831-0.17403-1.4014-0.17404-0.51294,0-0.18319,0-0.33854,0-0.1744,0.87017-2.6105,0-0.1744,0.17403,0,0.17403,0,1.2182,0,0.17403,0,0.68697,0,0.87933,0,0.51293,0,0.17404,0.1744,0.34806,0,0.17403,0,0.17404,0.1744,0.17403,0,0.34806,0,0.17404,0,0.17403,0,0.17403,0,0.17403,0,2.9494,1.9144,0.87932,0.34806,1.2091,0,0.18319,0.1744,0.3389,0.1744,0.17404,0.16488,0.34806,0.35759,0.34807,0.1744,0.34806,0.17366,0,0.16487,0,0.53126-0.34806,1.3831m-0.87017-26.242,0.17404,0.34807,0,0.17439-0.69613,1.9144,0.35722,0.1744,0.51294,0.16487,0.5221,0.53126,0.34806,0,0.5221,0.16487,0.34806,0.1744,0.34807,0.69613,0,1.3923,0,0.1744-0.17403,0.1744,0,0.1744-1.5663,1.0442,2.4365,6.43,0.69613,1.2182,0.17403,1.7312-0.17403,0.18319-0.5221,0.51294,0,0.53126,0,0.1744-0.17403,0.16487-0.17403,0-0.5221-0.33854-0.17403-0.1744-0.17404-0.18319,0-0.1744,0-0.16487,0-0.18319,0-0.34807,0-0.16487,0.17404,0,0-1.4014-0.17404-0.33927-1.2182-2.4365-0.69613-1.5571-1.9052-2.9586-0.69613-0.52247-0.70529-1.2182,0-0.69613,0-1.0442,0-0.52246-0.68697-1.9144-1.0442-3.8196-0.34806-0.34806-0.69613-0.69613-0.5221-0.52247-0.69613-1.2091-0.5221-1.2182,0-2.0884,0-0.52247,0-0.69613,0.17404-0.52246,0.18319,0,0.3389,0,0.34807,0.1744,0,0.69613,0.87016,1.5663,0.69613,1.035,1.0442,1.0534,1.9144,2.9494,1.5571,2.0884,0.35722,0.1744,0.16487,0m-51.092-11.825,0,0.53126,0,0.34806-0.53126,1.9144-0.68697,1.7312,0,0.1744-0.18319,0.17439-0.17403,0-0.5221,0-0.17403,0-0.51294-0.69613-0.17403,0,0-0.17366,0-0.52247,0-1.2182,0.17403-0.52247,0.34807-0.51293,1.035-0.69613,0.69613-1.0442,0.17403,0,0.17404,0,0.17403,0,0.18319,0.1744,0,0.33854m12.851,38.241,0.17403,0.1832,0,0.16487-0.5221,1.0534-1.5571,2.0792,1.7403,1.7403,0,0.1744,0,0.33854-0.1832,0.18319-0.51293,0.16487-0.17404,0.17367-0.17403,0-0.34806,0-1.2182-0.17367-0.17403,0-0.17404-0.16487-1.3923-2.9586,0-0.69613,0-0.1744,1.9144-1.5663,0.17403,0,1.2182-0.69613,0.17403,0,0.34807,0,0.3389,0,0.34807,0.1744m58.063-0.51293,0,0.33853,0,0.1744,0,0.1832-0.17366,0-0.1744,0-0.87933,0.16487-0.6866,0.34806-0.87016,0.1744-0.17367,0.1744-0.1744,0-0.1744,0-0.34806,0.17367-0.69613,0.18319-0.34807,0.16487-0.17366,0-0.34807,0-0.1744-0.16487-0.34806-0.70492,0-0.1744,0.34806-0.87017,0.1744-0.33927,0-1.9144,0.34807-0.52247,0-0.53126-0.69613-0.861-0.1744-0.87016,0-0.1744,0-0.1744,0.1744,0,0.17366,0,0.52247,0.1744,1.9144,1.2182,0.52173,0.1744,0.69613,0.51293,0.34806,0.1832,1.3923,2.9586m37.536-5.569,0,0.1744,0,0.1744-0.17367,0-0.1744,0.1744-0.51293,0.17439-1.5663,0.17367-0.52246-0.17367-0.34807-0.17439-0.69613-0.34807-0.34806-0.1744-0.69613-1.0442,0-0.52247-1.9144-3.4715-0.16487-0.52246-0.18319-0.52173,0-0.33854-0.17367-0.70566,0-0.51294,0.17367,0,0-0.18319,0.18319,0,0.6866,0.18319,1.7403,1.035,2.7845,2.4364,0,0.1744,0,0.1744,1.5571,2.4273,0,0.1744,0.34807,1.2182m-7.6483,0,0,0.1744-0.16487,0-0.52246,0.1744-1.5663-0.1744-0.17439,0,0-0.1744-0.17367-0.17439-1.3923,0.69613-0.34807,0.17439-0.52173,0-0.33927,0-1.9144,0-0.18319,0,0-0.17439,0-0.87017,0.53126-0.87016,2.9494-2.0884,0.1744,0,0-0.16487-0.52246-0.52247,0-0.1744,0-0.87016,1.0442-2.0884,0.1744,0,0.17367,0,0.1744,0,0.17366,0,0,0.1744,2.4273,6.6041,0,0.34806m-11.468-7.6391,0.1744,1.2182,0,0.16487-0.69613,1.3923-0.861,1.2091-0.35686,1.0534,0,0.1744,0,0.33854-0.17367,0-1.0442,0.87016-0.52173,0.69613-0.68661,2.2624-0.18319,0.1744-1.9052,0.34806-0.34806,0-2.6013,0.69613-1.0534,0.52246-0.17439,0-0.52174,0-0.16487,0,0-0.18319-1.0442-1.2091,0-0.17439,0-0.1744,0.17439-0.52247,0-0.34806-1.0534-2.9586-0.52173-0.87016-0.51294-0.34806-0.17367,0,0-0.16488-0.33927-0.87016-0.18319-0.34806,0-0.69613,0-0.34807,0-0.6866-0.69613-2.9586-1.2182-2.6105,0-0.52173,0-0.1832,0.34807-0.51293,0.17366-0.1744,0.52247,0,0.53126,0.34806,0.33927,0,0.87016,0.33854,0.861,0.18319,2.4365,1.035,0.87016,0.1744,0.53126,0,0.16487,0,0.1744,0.18319,0.69613,0,0.69613,0.33854,1.9144,0.53126,0.52173,0.33853,1.3831,0.1744,0.69613,0.35759,0.34806,0,0.1744,0,0.17367,0,0.1744,0,0,0.16488,0.1744,0,0.17366,0,0.1744,0,0.18319,0,0.86101,0.52246,0.52173,1.0534m-56.496,18.759,0,0.18319,0,0.1744-0.51294,0.33854-2.9586,0.69613-1.0442,0.34806-0.3389,0-0.5221,0.35686-0.70529,0,0,0.16488-0.16487,0-0.34807,0-1.5663,0.34806-0.5221,0.34807-1.0442,0.34806-0.5221,0.1744-0.34807,0-0.17403,0,0,0.1744-0.69613,0-0.5221,0.35686-0.51293,0-2.6105,0.861-1.3923,0.87016-0.17404,0-0.17403,0-0.17403-0.1744-0.17403,0,0-0.17366,0-0.18319,0-2.6013,0.17403,0,0.5221-0.87017,0-0.17439,0.34806-0.1744,0.5221-0.69613,0-0.69613-0.17403-0.87017,0-0.33853,1.3923-2.6105,0.17403-0.34807,0.68697-0.6866,0.35723-0.35759,0.51293-0.51294,0.35723-0.70492,0.51294-0.34807,0.17403,0,0.17403,0,0.5221,0.18319,0.5221,0.51294,0.87016,0.1744,0.17403,0,0.5221,0,0.17403,0,1.7403-0.34806,0.17403,0,0.17403,0,2.4273,1.9144,2.6105,2.0884,0.34807,0.52247,0.5221,0.861,0.51294,0.34806,0.17403,0.52174m183.73-24.85,0.33854,1.5663-1.9052-1.9144-4.1676-3.8196-0.87932-0.53125-0.51294-0.51294-1.4014-0.87016,0-0.34807,0.18319-0.52246,0.16487-0.1744,0.87017,0.34806,4.0027,1.7403,0.34807,0.33854,0.69613,0.70492,0.17366,0.34807,1.5571,2.2533,0.53125,1.3923m-19.821,20.16-0.17367,0.34807,0,0.1744-1.9144,2.2624-0.33927,0.52246-0.18319,0-0.33927-0.1744-0.87017-0.1744-0.52246-0.34806-1.0442-0.35686-0.17367,0-0.52246-0.16487-0.34807-0.1744-0.87016-0.861-1.0442-0.1832-0.6866-0.17366-0.87016,0,0-0.1744,0-1.7403,0.16487,0,4.3508,0,0.87016-0.17439,3.8196,0,0,0.17439,0.69613,1.2182m21.379-19.464,0.52247,0.1744,0.87016,0.52246,0.34806,0.17367,1.5663,0.861,1.7312,1.0534,0.18319,0,0.17367,0.17439-0.17367,0.16488-0.18319,0.35759,0,0.33854-0.33927-0.16488-0.17367-0.17439-0.1744,0-0.87016-0.52247-0.52246-0.1744-0.69613-0.53125-0.52247-0.16488-1.2182-0.69613-0.1744,0-0.17367-0.1744-0.1744,0,0-0.34806,0-0.17367-0.17366-0.1744,0-0.34806,0-0.1744,0.17366,0m4.8638,14.774,0.17367,0.1744,0.18319,0.34807,0.17367,0.16487-0.87017,1.0534-0.34806,0-0.52246,0-0.17367,0-0.87016-0.1832,0-0.6866,0.34806-0.87016,0.69613-1.9144,1.3831-1.2182,0.18319,0,0,0.52247-0.18319,1.0442-0.17366,1.0442,0,0.52246m-35.109,1.2182-1.2182,0,0-0.1744,0-0.87016,0.18319,0,9.2054,0,0.1744,0.1744-0.51293,0.52173-0.69613,0-0.1832,0-1.7312,0-0.1744,0.1744-1.9144,0-0.34806,0.17439-1.7403,0-0.17366,0-0.87017,0m62.056-50.763-0.17439,0.18319,0,0.87016-0.17367,1.3923-0.1744,2.0884-0.69613,3.1234-0.34806,1.7312-0.52174,0.70493,0,0.51293-0.34806,0.87017-1.0442,2.7845-1.2091,2.2624-1.3923,2.2533-2.4365,3.3066-1.0442,1.2091-0.17367,0-0.52246,0.87016-2.4273,2.4365-1.3923,1.3923-2.7845,2.0884-5.0378,3.2975-2.6105-0.52247-0.34807-0.17366-1.7312-0.87017-0.18319-0.33854,0-0.18319,0.35685,0,0-0.17366,0.86101-0.1744,0.52173-0.69613-0.16488-0.33854-0.35685-0.1744-0.16488,0-0.18319,0-1.3831-0.35686-0.87016-0.51294-0.17367,0-0.1744,0-1.0442-0.69613-0.87016-0.34806-0.17367-0.17367,0-0.1744,1.3923,0,1.0442-0.1744,1.3831-0.1744,0.35685-0.17439,0-0.1744,0-0.1744-0.35685-0.52173-0.17367,0.18319-1.2091,0-0.17366-0.18319-0.1744,0-0.34807,0-0.1744,0-0.69613-0.52247-0.17366-0.1744,0.17366-0.52246,0.1744-0.17367,0.87016-0.1744,0.1744,0,0.34807,0,0.16487,0,0.87932,0.52174,1.7312,0.52246,3.1326,0.1744,0-0.1744,0.17367,0,1.035,0,0.18319-0.1744,1.0442,0,0.52173,0,0.86101-0.1744,0.87016,0,1.2182-0.34806,0.87016-0.17367,0.52173-0.1744,2.2624-1.2182,0.51294,0,0.18319-0.33927-0.18319-0.35686-0.1744-0.16487-0.16487,0-0.35686,0.34807-0.33927,0-0.1744,0.1744-0.34806,0.16487-0.17367,0-1.0442,0.1744-0.17366,0.18319-0.69613,0.16487-0.34807,0-1.0442,0.18319-0.87016,0.16488-1.2091,0.1744-2.4365,0-0.17366-0.1744-0.34807,0-0.1744,0-0.52173-0.69613-0.69613-0.69613-0.69613-0.33854-0.34806,0-0.17367-0.1744-0.33927,0-0.18319,0-0.52174,0,0-0.1744-0.51293-0.1744-0.17367-0.1744,0-0.1744,0.17367-0.69613,0.16487-0.1744,1.0534,0,0.51294-0.17439,3.1326,0,0.17366,0,1.5663,0,0.17366-0.1744,1.5571,0,1.5663-0.1744,0.69613,0,0.69613,0,0.17366,0,0-0.1744,0.69613,0,0.1744,0,1.035,0,0.35686-0.17367,0.87016,0,0.6866-1.0442,0.34807-0.87016,0-0.16488-0.34807-0.35759-0.16487-0.1744-0.34806,0-0.17367,0.1744-0.1744,0-0.87932,0.1744-0.68661,0.18319-0.69613,0-1.3923,0-0.17366,0.16488-0.69613,0-0.1744,0.17439-1.0442,0-0.69613-0.33854-0.33927,0-1.7403-0.53125-0.34807-0.16488,0.861-0.18319,0.70493-0.16487,0.861-0.1744,0.1744-0.1744,0.69613-0.17366,1.0442-0.53126,0.34806-0.16487,0-0.53126-0.34806-0.16487-2.4365,0-0.33927,0-0.34807-0.1744-0.35686,0-0.6866-0.1744-0.17367,0-0.18319,0-0.33927,0-0.52173-0.34807-0.52246-0.1744-0.17367-0.18319,0.34806-1.1999,0.34807-0.18319,0-0.1744,0-0.1744,0-0.17366,1.2182-1.2091,0.1744-0.18319,0.16487,0,1.0534,0,0.1744,0.18319,0.16488,0,0.18319,0,0.33927,0.33854,3.3066,0.34806,1.7403,0.1744,0.33927,0,0.69613,0,0.53126-0.1744,0.52173,0,2.0792-0.6866,0.1744-0.18319-0.1744-0.34807-0.34806,0-0.17367,0.18319-1.7403,0-0.69613-0.18319-1.3831,0-1.3923-0.33854-0.87017-0.18319-1.5663-0.69613-0.87016-0.16487-0.34807-0.1744-0.16487,0-0.34806-0.17367,0-0.18319,0-0.1744,0.16487-0.16487,0.18319-0.1744,0.33927,0,0.69613-0.18319,0.34807-0.16487,1.3923,0.16487,0.34806,0,1.0442,0.18319,0.69613,0.33854,0.69613,0,1.2182,0,1.7312-0.33854,1.5663-0.87016,1.0442-0.52247,0.87016-0.69613,1.3923-0.861,1.2182-0.69613-0.1744-0.70492-0.70492,0.1744-1.9052,0.87016-0.34807,0.1744-0.34806,0.34806-4.8638,0-0.1744,0,0-0.16487,1.7312-1.0534,2.2624-0.51294,0.87016-0.35759,0.6866-0.52173,0.35686-0.16488,0.52173-0.87016,0.1744,0,0.17367-0.18319-0.17367-0.33927-0.35686-0.1744-0.33927,0.1744-0.52246,0.33927-0.69613,0.53125-0.52173,0.33854-2.0884,1.0442-1.5663,0.34806-0.69613,0-3.1234-0.6866-2.4365-0.52246-0.1744,0,0-0.1832,0.1744-1.035,0.1744-0.34807,0.52173-2.4364,0.52247,0,0.17366,0,1.0442,0,0.1744,0.1744,0.52173,0,0.1744,0.1744,0.52173,0,0.1744,0,0.34806,0,0,0.18319,1.2091,0.16487,0.52173,0,1.5663,0,0.17367,0,0.53126,0,0-0.16487,1.7312-0.70493,1.0442-1.0442,0.34806-0.16487,1.3923-1.2274,0.87017-1.0442,0.16487-0.34806-0.16487-0.33854-0.35686-0.18319-0.33927,0.18319-1.0534,1.2091-0.33927,0.34806-0.52246,0.34807-0.34807,0.1744-0.34806,0.1744-0.87017,0.34806-0.1744,0-0.1744,0.1744-0.17366,0,0,0.18319-1.2182,0.16487-1.2091,0-0.1744-0.16487-0.69613,0-0.69613-0.18319-0.17366,0-0.1744,0-1.3923-0.69613,0-0.1744,0-0.1744-0.1744-0.1744,0.1744-0.6866-0.1744-0.53126,0.1744-0.16487,0.17366-0.1744,0.87017,0.1744,1.035,0.16487,0.53126-0.16487,0.52173-0.1744,1.3831-0.69613,0.87016-0.52246,0.52174-0.52174,0.69613-1.0442,0-0.1744-0.34807-0.1744-0.87016,0.1744-0.16487,0.1744,0,0.17367,0,0.17439-1.0534,0.87017-0.17367,0.16487-0.51293,0.18319-0.34807,0-0.18319,0.1744-0.33927,0.1744-0.1744,0-1.0442,0-0.69613-0.34806-0.1744-0.1832,1.5571-0.51293,1.0534-0.52247,0.34807-0.69613,0-0.34806-0.53126-0.16488-0.1744,0-0.16487,0.16488-0.35686,0.16487-0.1744,0.18319-1.3831,0.34807,0,0.17366-0.34806,0-0.1744,0-0.69613,0,0-0.52173,0-0.69613-0.17367-0.52173,0-0.52246,0-0.1744,0.17367,0,1.2182,0,1.0442-0.34807,1.5663-0.52173,1.035-0.51294,1.0442-0.87016,0-0.69613-0.52246-0.34806-0.17367,0-1.3831,1.0442-0.1744,0-0.35686,0,0,0.16487-1.3831,0-0.34806,0-0.34807,0-0.34806-0.16487-0.87016-0.18319-0.34807-0.34807,0-0.6866,0.1744-0.1744,0.17367,0,0-0.1744,0.1744,0.1744,0.17366,0,0.1744,0,0.52173,0.52246,0,0.1744,0.52247,0,2.0884-0.69613,1.3831-0.52173,0-0.34806-0.52173-0.33854-0.34807,0.16487-0.16487,0-0.53126,0-0.69613,0.1744-1.2091,0.16487-0.34806-0.16487-0.52247-0.1744-0.17366-0.16487-0.34807-0.18319-0.52246-0.69613-0.17367-0.34807,0.17367-0.1744,1.7403,0,1.3831,0.1744,0.35686,0.16487,0.52173,0,0.34807,0.1832,1.3831,0.34806,2.9586,1.3923,0.52247,0.52246,1.0442,0.68661,0.51294,0.53126,1.7403,2.0792,0.17367,0,0.1744,0.34806,0,0.1744,0.34806,0.34807,0.17367,0.17439,1.2182,2.2624,0.69613,1.9144,0.52173,1.9052,0,1.5663,0.1744,2.9494m-25.033,38.425,0.34807,0.16487,0.34806,0-0.17366,0.70492-0.34807,0.68661-0.1744,0.52246,0,0.17367-0.16487,0.34806-0.18319,0.1744-0.17367,0-0.16487,0.18319-0.18319,0.16488-0.34807,0.17439-1.035,0.52174-0.1744,0.17439-0.17367,0.16488,0-0.16488,0-0.17439,0.34807-0.69613,0.51294-1.2182,0.35685-0.69613,0.16488-0.33854,0.17366-0.53126,0.1744-0.51294,0.34807,0,0.17366,0,0.18319,0,0.16488,0.1744m-0.16488-2.0976,0.33928-0.6866,0-0.34807,0.52173,0.1744,0.53125,0.17367,0.33928,0.1744,0.1744,0.1744,0.52173,0.33854,0.34806,0.17439,0,0.1832-0.17366,0.33854,0,0.53125-0.1744,0.33854-0.17367,0-0.16487,0-0.18319-0.16487-0.1744-0.1744-0.1744,0-0.16488,0-0.35685-0.1744-0.34807-0.18319-0.1744-0.1744-0.17366,0-0.1744-0.16487-0.16488,0,0-0.1744,0-0.35759m-57.193-20.325,1.0442,1.035,1.5663,1.7403,1.5663,2.4273,1.5571,2.9586,1.0442,3.4806,0.52173,4.0028-0.52173,4.5157-1.7403,5.0378-3.1234,5.2118-4.8638,5.7339-0.87016,0.18319-0.34807-0.53126-0.1744-0.51294,4.5248-5.221,2.9494-5.0378,1.7403-4.6989,0.52173-4.3325-0.35686-3.8287-0.861-3.3066-1.3923-2.9494-1.2182,0.87016-0.17367,0.861-2.4364,3.3066-0.34807,0.1744-0.52173-0.34807,0-0.51293,2.4365-2.7845,0.34806-0.69613,1.2182-1.2182,0.34807-0.35686-1.9144-2.6013-1.5663-1.7312-0.68661-0.87017,0.51294-0.35759,0.52173-0.1744,0.34807,0.1744,0.34806,0.35759m10.781,37.71,0,0.1744-0.1744,0.18319-0.1744,0-0.17367,0-5.0469,0-0.33927-0.18319-0.52247,0-0.34806-0.1744-0.18319,0-0.16488-0.17366-0.18319,0-0.33927-0.16488,0-0.1744,0-0.18319,0-0.34806,1.2182-1.9052,0.16487-0.87016,0.18319-0.1744,0.1744,0,1.7312,0.51294,1.7403,0.35685,1.0442,0.1744,0.69613,0.16488,0.34806,0,0.1744,1.0534,0,1.035,0.1744,0.69613m9.7275-20.508-2.0884,3.6547-1.2091,2.9494-0.52246,1.7403-0.69613,3.4715-0.17367,0.87932-0.1744,1.3831,0,1.0442-0.17439,0.1744,0,2.9586,0.17439,0.17367,0,0.16487,0,1.0442,0,1.5663-0.52246,0-0.861-0.1744-2.2716,0,0-0.16488-0.16488,0,0-1.7403,0-4.5248,0-0.52246,0.52173-3.1326,0.33928-1.3831,1.2182-3.4715,0.69613-1.5663,1.2182-2.6196,0.17367,0,1.3923-2.0792,1.9144-2.2533,1.035-0.87016,1.7403-1.2274,3.1234-1.7312,2.4365-0.87016,1.7495-0.34806,0.33927,0,0,0.1744,0,0.17439-0.69613,0.34807-0.52246,0.34806-0.33927,0-0.69613,0.34807-1.5755,1.0442-0.51293,0.51294-1.2182,0.69613-1.7403,1.5663-1.3923,1.5663-0.52246,0.69613m-25.372,14.948,0,2.6105-0.1744,0.16488-0.34806,0-0.17367-0.16488-0.52246,0-0.17367-0.1744-0.1744,0,0-10.424,0.1744-0.35686,0.87016,0.1744,0,0.1832,0,0.16487,0,1.2182-0.34806,0.69613,0,5.2118,0.87016,0.69613m-50.753-19.812-0.1744-0.1744-0.34806,0,0-0.17439-0.87016-2.9586,0-0.1744,0-0.17366,0.1744-0.1744,0.69613-0.16487,0.87016,0,0.17366,0,0.52247,0,0.17366-0.1832,0.1744,0,0.17367,0,0,0.1832,0.16487,0.16487,0.18319,0,0,0.69613,0.51294,0.1744,2.0976,0,0.16488-0.1744,0.17366,0,2.7845,0,0.1744,0,0,0.1744,0.17367,0,0,0.34806,0,1.2182,0,0.1744-0.17367,0-0.1744,0.1744-0.34806,0-0.16488,0-2.9677,0.52173-0.1744,0,0-0.17367-0.33854,0.17367-1.5663,0.1744-0.69613,0.1744-1.3923,0.1744m-4.8638-15.123,0.87016,0.33854,0.16488,0.18319,0,0.1744,0,0.1744,0,0.34806,0,0.52173,0,1.3923,0,1.5571,0,0.69613,0,0.34806-0.16488,1.2182-0.1744,2.7845,0,2.6013-0.17366,0.87016-0.18319,0.34806-0.16488,0-0.35686,0-0.17439,0-0.16488-0.1744-0.69613-1.5663,0-2.6013,0-0.17439,0.33927-1.0534,0.52247-2.9494,0-1.2182,0-2.0792,0-1.0442,0-0.17439,0.1744-0.34807,0.18319-0.17367m13.034-25.381,0-0.1744,0-0.16488,0.87016-0.87016,1.9144-2.0884,1.035,0,0.1744,0,0.69613-0.17367,0.17367,0.17367,0.1744,0,0,0.52246-0.34807,0.68661,0,0.34806,0,0.1832,0,0.16487-0.87016,0.35686-0.69613,0.16487-0.16487,0.18319-0.53126,0-0.69613,0.34807-0.33927,0-0.18319,0.16487-0.86101,0.1744-0.1744,0-0.17366,0m-62.926-12.164-0.16487-0.1744-0.17403,0,0-1.2182,0.17403-0.34807,0.16487-0.1744,0-0.16487,0.69613-0.87932,0.17404-0.68661,0.17403-1.2182-0.34807-1.0442,0-0.1744,0.17404-0.1744,0.17403,0,0.34806,0.1744,0.17404,0.1744,0,0.1744,0.69613,1.2091-0.17404,0.69613,0,1.0442,0,0.70493-1.0442,1.5663-0.69613,0.51294-0.17403,0-0.17404,0m-8.3352,2.4364-0.17403,0,0-0.1744,0-0.17366,0-0.1744,0.17403,0,0.5221-0.52247,2.2533-0.87016,0.5221,0,0.17403,0,1.0442,1.2182,0.34806,0.34806,0.87017,0,0.52209,0.17367,0.17404,0.1744,0,0.52246-0.17404,0,0,0.16487-0.17403,0.1832-0.17403,0-0.34807,0-0.17403,0.1744,0,0.51293,0.17403,0,0,0.1832,0,0.16487-0.34806,0.69613,0,0.1744,0.34806,0.18319,0.34807,0.16487,0.17403,0,0.17403,0.1832,0,0.16487,0,0.34806-0.17403,0.1744-0.17403,0-1.3923,0.1744-0.17403,0-2.0884,0-0.69613-0.52246-0.17404,0,0-0.1744,0-0.51294-0.17403-0.35686-0.51294-0.34806-0.17403,0,0-0.1744,0.17403-0.52173,0.16488,0,0-0.16488,0.17403,0,1.2182,0,0.34806-0.34806,0-0.35759,0-0.16488,0-0.35685-1.3923-0.16488,0,0.16488-0.17403,0-0.861,0-0.17404-0.16488m17.724,8.6925,1.0442-2.7845,0.17439-0.1744,0.1744,0.1744,0.34807,0.52173,0.34806,1.7403,0,0.52246-0.1744,0.52173-0.34806,1.035-0.17367,0.52246-2.7845,4.5157-0.17366,0-0.16488,0-0.17366,0-0.34807-2.0792,2.2533-4.5157m-10.607,16.332-3.1234,5.5599-3.2975,3.8287-3.3066,2.4365-2.9586,1.2182-2.4365,0.51293-1.5571,0-0.69613-0.16487,0.5221,4.5157,0,0.16487-0.17404,0.35686-0.17403,0.1744-0.17403,0-0.17403,0-0.17404-0.1744-1.2182-1.3923-0.17404,0-0.34806,0.52246,0.69613,3.2975,2.2624,8.6925,0.5221,1.0442,0,0.1744,0,1.9144,0,0.1744,0,0.1744-0.5221,0.52246-0.17403,1.2091-0.5221,1.0442-0.69613,0.53126-0.87016,0.69613-0.69613,0.33927-1.3831-0.1744-0.69613-0.34806-0.69613-1.0442-1.5663-2.2533-2.0884-3.1326-0.34807-1.2182,0-2.7845-0.17403-0.1744-0.5221,0.1744-0.17403,0.18319,0,2.7754-0.17403,3.9936,0.53125,0.69613,0.16488,0.69613,0.17403,0.87016,1.0442,2.2624,0.87017,1.5571,0.17403,0.18319,0.17403,0,0.17403,0.1744,1.0442,1.0442,0.5221,0.16488,0.17403,0.18319,0,0.16487,0.17403,0.34807,0,0.17439,0,0.1832-0.17403,0.1744,0,0.17439-0.17403,0.16488,0,0.18319-0.1832,0-0.3389,0-0.18319,0.51294,0.18319,2.9586,0.69613,0.69613,0.69613,0.34807,1.0442,1.3831,0.33891,0,0.17403,0.18319,0,0.34806,0,0.16488,0,0.1744-0.17403,0.17439-0.16487,0.35686-0.17404,0.1744,0.51294,2.7754,0.17403,1.3923,0,0.69613,0,0.16487-0.17403,0.1832-0.51294,0.33854-0.87016,0.18319-0.69613,0,0-0.18319-0.17403,0-1.2182-2.2533-0.34806-0.34806-0.17404-0.52247-0.69613-0.51293-1.3923-2.0884-2.4273-3.1326-0.35723-0.69613-0.51293-1.0442-0.34807-0.69613-0.34807-1.0442-2.6105-4.8638-0.34807-0.52246-0.34806-1.2182-0.17404-0.51294,0-0.53126-0.17403-0.87016,0-0.51294,0-2.6105-0.17403-0.69613,0.17403-3.6547,0.5221-1.5571-0.34807-2.4365,0-2.4364-0.68697,0-0.17403-0.1744-0.18319,0-0.34807,0-0.17403,3.6547-0.861,4.3508,0,0.16488-0.17403,0.1744-0.17404-0.1744-0.52209-0.34807-0.17404-0.16487-0.18319-0.53126-0.3389-0.33927-0.34807,0-0.34806,0.33927-0.69613,3.3066,0,1.0442,0,0.34806-0.17404,0.6866,0,0.3576-0.87016,0.16487-0.5221-0.861-1.0442-1.3923-0.69613-0.87017-0.69613-1.2182,0-0.68661-0.17403-1.4014-0.16488-0.6866-2.0884,0.52246-7.3002-0.52246-2.2624-2.9586,0.34807-3.1234,0.5221-1.3923,1.2182,1.2091,0.17404,0,0,0.18319-0.5221,2.4364,0.17403,0.68661,0.17403,1.0442,0.17404,0.1744,0.52209,0.1744,0.34807,0,0.34806-0.1744,0.17404,0,1.9052-0.1744,4.5248-0.87016,1.2091-0.1744,0.17403,0-1.3831-1.5663,0-0.87016-0.17403-1.035-0.17403-1.2182,0-0.1744,0-0.17439-0.17404-1.7403,0-1.9144-0.17403-1.5663,0.5221,0,0.69613-0.16487,0.34806,0,2.4273,9.7367,2.0884-1.0534,0.34806-1.3831-0.17403-0.18319-0.17403-0.16487-0.17403-0.18319,0-0.1744,0-0.16488,0-0.17439,1.3923-3.1326,0.87016-2.2624,0.16487-0.51294,0-1.2274,0-1.2091,0-0.17439,0.18319-0.1744,0.17404,0,0.16487,0,0.17403,0.1744,0,0.34806,0.18319-0.34806,0.69613-2.4365,1.3923-4.3416,0.16488-0.1832,0-0.16487,0.52209-0.34806,0-0.17367,0.17404,0,0.34806,0,0.69613,0.17367,0.17403,0,0,0.1744,0.34807,0.861,0,0.87016,0,0.87932-0.17403,0.87017-0.17404,1.035,1.3923,0.34807,0-0.52173,0-0.34807,0.17404-0.34806,0.17403-0.16488,0.17403,0.16488,0.17403,0.17439,0.51294,0.34807,0.1832,0.34806,0.87016,1.3923,1.2091,2.9494,0.69613,0.35686,0.52209,0,0.17404-0.17367,0-0.18319,0.17403,0,0.17403,0,0.17403,0.18319,1.0442,1.2091,0.17403,0.35759,0.69613,0,0.69613-0.87932-0.35722-1.9144-0.86101-1.035,0-0.34806-0.17403-0.34807,0-0.1744-0.17403-0.87016,0-0.1744-0.34807-0.34806-0.17403,0,0-0.1744-0.5221-1.0442-0.52209-3.1234,0-0.1744,0.17403-0.1744,0-0.17367,0.17403-0.17439,0.17403-0.34807,0.17404,0,0.87016-0.1744,2.0884-0.87016,0.3389-0.34807,0.35723-0.16487,0.51294-0.35759,0.34806-0.1744,0.18319-0.16487,1.035,0,0.17403,0,0.17403,0,1.0442,0,0.17403-0.18319,0.17403,0,1.2182,0,0.17403-0.1744,0.34807,0,0.17403,0,0.17403,0,0.17404,0,0.16487,0,0.17403,0,0.35723,0.1744,0,0.18319,0.17403,0,0,0.33854,0,0.1744-0.17403,0,0,0.18319-0.69613,0.33854-0.69613,0.34806-0.69613,0.34807-0.17404,0-0.69613,0-0.17403,0-0.17403-0.1744-0.17403-0.34807-0.17404,0-0.17403,0-0.17403,0.1744,0,0.69613,0.17403,0.1744,0.34807,0.52247,0.34806,0.52173,0,0.16487,0,0.18319-0.17403,0.1744-0.17403,0,1.0442,1.9144,0.69613,1.2091,0,0.17439-0.69613,2.9586,0.87016-0.1744,2.6013-0.87016,3.6547-1.9144,3.8196-3.4715,3.4806-5.395,2.4365-7.6391-0.5221-0.18319-0.69613-0.51294,0-0.1744,0-0.52246,0-0.1744,0.17403-0.1744,0.5221,0,0.68697,0,1.5663,0,0.87017,0.1744,3.3066,0,0.33891-0.1744,0-1.0442-6.5949-0.1744-1.0442,0-0.17404-0.1744-0.34806-0.34806-0.17403-0.17367,0.87016-1.0442,0-0.1744,0.69613-0.34807,0-0.34806,0-0.861-0.17403-0.35686,0-0.33927,0.17403,0,0.17403-0.17367,0.16487,0,0.34807,0,0.17403,0,0.35723-1.4014,0-0.16487,0.52209-0.1744,0.33891,0,0-0.87016-0.51294-0.17367,0-0.18319-0.17403,0,0-0.86101-0.17403,0-0.1832-0.17439-0.17403,0-0.17403,0-0.16487-0.1744,0-0.17367,0-0.18319,0.51293-0.68661,0.1832-0.17439,0.34806,0,0.17403,0,4.1676,0,1.2182-2.0884,0.1744-0.16488,0.52247,0,0.861,0,0.1744,0,0.17366,0,0,0.16488,0,0.69613-0.861,1.3923,1.2091,0.17439,0.69613,0,1.0442,0.1744,0.52247,0,0.17366,0,0.1744,0.1744,0,0.1744,0,0.34807-1.0442,2.7845-1.0442,2.2533-1.9144,3.1326,0.35685,2.6105,0.68661,2.0792,0,0.1744,0,0.17367-0.17367,0-0.87016,0.1744-0.16487,0-0.1744,0-0.1744-0.1744-0.17367,0,0-0.17367-0.69613-0.52246-0.69613-0.1744-1.0442,0-0.34807,0.1744-0.17403,0-0.17403,0-0.5221,0.1744-2.7845,7.6483m61.534-33.194,0.34807,0,0.1744,0,0.6866,0.52173,0,0.1744,0,0.17439,0,0.16488-0.16487,0.1744,0.16487,0,0,0.18319,0,0.17366,0.18319,0,0.34807,0.1744,0.1744,0,0,0.16488,0,0.18319,0,0.1744,0,0.1744,0.17366,0.16487,0.1744,0.1744,0.17367,0,0.1744-0.1744,0.17366,0,0,0.1744,0.1744,0,0,0.1744-0.1744,0.35686,0,0.17439-0.34806,0.51294-0.17367,0-0.1744,0.34807-0.17366,0-0.1744,0.1744,0,0.1744-0.16488,0.17439-0.36638,0.69613-0.16487,0.86101,0,0.35686,0,0.17439,0,0.52247,0,0.1744,1.2182,2.0792,0.17366,0,0,0.18319,0,0.33854,0.1744,0.1744,0.17367,0.52246,0,0.18319-0.17367,0.51294-0.34806,0.69613-0.1744,0.1744-0.17367,0,0-0.1744-0.70492-0.34806-0.16488-0.1744,0-0.1744,0-0.16487,0-0.1832,0.16488-0.34806-0.16488,0-0.34806-0.33854-0.17367,0-0.1744,0-0.17366,0-0.1744-0.18319,0-0.1744,0-0.17367,0-0.16487,0.1744,0,0.17366,0,0.1744,0,0.17367,0,0.1744,0,0-0.18319,0-0.16488-0.1744-0.17366-0.34807-0.1744,0-0.1744-0.17366,0,0-0.18319,0-0.16487,0.17366,0-0.34806-0.1744-0.17367-0.1832-0.1744,0-0.17366,0-0.34807,0,0,0.1832-0.16487,0,0-0.1832-0.18319,0-0.1744-0.16487-0.1744-0.1744-0.16487-0.17366-0.17367,0-0.18319,0,0-0.1744-0.1744-0.1744,0-0.1744-0.34807-0.52246-0.17366,0,0-0.1744,0-0.34807,0-0.69613,0-0.33854,0.17366-0.18319,0-0.1744,0.1832-0.1744,0.16487-0.1744,0-0.69613,0-1.0442,0.1744-0.51294,0-0.1744,0.35686-0.34806,0-0.1744,0.16487,0,0-0.17367,0-0.18319,0-0.1744,0-0.16487,0.1744,0,0.87016-0.69613,0.52173-0.17367m-5.9079,19.995,0.34806-1.2274,3.8287-6.256,0.51294-0.87016,0.87016,0.1744,0.1744,0,0.34806,0.1744,0.17367,0.1744,1.2274,1.3923,0,0.18319,0,0.33854,0,0.16487-2.7937,4.0028-0.34807,0.52246,0,0.1744-3.8196,0.87017-0.34806,0.18319-0.17367,0m23.815-33.726,0,1.2182-0.18319,1.2091-0.16488,1.0442,0,0.1744-0.17439,0.35686-0.1744,0.16487-0.69613,0.69613-0.52173,1.3831-0.51294,0.35686-0.1832,0-0.17439,0-0.17367,0-1.0442,0,0-0.1744,0-0.34807,0-0.16487,0-0.69613-0.17439-0.35686-0.86101-0.1744-0.35759,0.86101-0.33927,1.2274-0.17367,0-0.18319-0.1744,0.18319-0.87016-0.18319-1.5663-0.33927-1.0442-0.70492-0.52173-0.16488,3.3158-2.4364,3.9844-0.52247,0.69613-0.34806,0.1744,0-0.33927,0-0.69613,0.17367-0.34807,0.34806-1.0442,0.69613-1.7403,0.34807-2.4364,0.17366-3.4715,0.1744-1.5663,0.17367-0.34806,0.52246-0.52247,0.17367-0.34806,0.861-0.34807,1.5663-0.87016,0.87017-0.34806,1.0442,0,1.3923,0.18319,1.3923,1.035,0.87016,1.3923-0.17366,1.0442m-27.992,14.939,0,0.35685-0.52173,0.33928-0.1744,0-0.33927,0-0.18319,0-1.035-0.51294-0.35686-0.52247-0.16487-0.34806-0.52246-0.52173-0.69613-1.0442-0.34807-1.0442,0-0.1744,0.1744,0,0-0.16487,0.34807,0.16487,1.3923,1.035,0.34806,0,0-0.33853,0-0.34807,0-0.1744,0.17367-0.1744,0.1744,0,0.34806,0.52247,0.16487,0.51293,0.35759,0.35686-0.17439,0.34807-0.1832,0.1744,0,0.34806,0.1832,0.17367,0.69613,0.16487,0,0.18319-0.35686,0.34807,0.35686,0.16487,0.17439,0.1744,0.16488,0m18.255-17.376-0.1744,0.1744-0.87016,0-0.17367-0.1744-1.035,0-1.2274,1.2182-0.17366,0.87017,0,0.34806,0.52173,0.69613-0.34807,1.3923,0.1744,0.33854,0,0.69613,0.17367,0.18319-0.86101,1.2091-0.35685,0.34807,0.18319,0.87016,0.1744,1.2091,0.33927,1.0534,0.69613,1.0442,0.52173,0.51294,0.18319,0.18319,0.17367,0.16487,0,0.34807,0,0.18319,0,0.16487-0.17367,0.1744,0-0.1744-0.18319,0-0.16487,0-0.70493-0.69613-0.1744-0.16487-0.17366-0.18319-0.861-2.4273-0.17367-2.0884-0.1744-0.34807-0.18319-0.34806-0.16487-0.69613,0-0.52246,0-3.6455,0.16487-0.17366,0-0.34807,0.18319-0.1744,1.035-1.7403,0.34806-0.1744,0.52246-0.52173,0.1832-0.1744,0.1744,0,0.16487-0.1744,0.35686,0,0.6866,0,0.34807,0,0.1744,0.1744,0.34806,0.1744,0.34807,0,0.34806,0.69613-0.17367,0.52246m1.7403,11.825,0.34806,0,0.17367-0.1744,0.1744,0.1744,0.16487,0,0.1744,0,0,0.16488,0,0.18319,0,0.16487-0.33927,0.1744-0.34807,0.1744-0.34806,0.18319-0.1744,0-0.34806,0.33927-0.17367,0.18319-0.69613,0.51294-0.34807,0.52247,0.34807,0.1744,0.34806,0,0.17367,0,0-0.1744,0.1744,0,0.17367,0,0,0.1744,0,0.17366,0,0.16487-0.17367,0-0.34807,0.1832-0.34806,0-0.1744,0-0.34806,0-0.52247-0.1832-0.17366,0,0,0.1832-0.1744,0.1744,0,0.17439-0.17367,0-0.1744,0.1744,0-0.1744-0.17366,0-0.1744-0.34806-1.035,0.87016-0.35686,0.1744-0.34806,0.52173-0.68661,0.68661-0.34806,0.35685-0.17367,0,0-0.17366,0-0.18319,0.17367-0.1744,0.16487-0.16488,0.18319-0.17439,0-0.1744,0-0.1832,0-0.16487,0-0.17367,0.68661-0.34806,1.0442-0.69613,0.69613-0.34807-0.33927-0.17366-0.87932-0.52247-0.34807-0.17439-0.52246-0.16488-0.861-0.53125-0.35759-0.1744-0.16488-0.16488,0-0.18319,0.16488-0.1744,0.18319-0.1744,0.1744,0,0.17366-0.16487,0.16488,0,0.52173,0.33854,0.87016,0.69613,0.35686,0.34807,0.861,0.87016,0.87016-0.34807,0.17367-0.1744,0.69613-0.51293,0.34806-0.35686,1.3923-1.2091m-1.3923,6.943-0.69613,0-0.34806,0.1744-0.34807,0.70492-0.34806,0-0.17367-0.1744-0.87016-0.18319-0.33927,0-0.18319-0.34806,0-0.1744-0.1744-0.33854-0.17367,0.1744-0.1744,0-0.17366,0-0.1744-0.34807,0-0.18319,1.0534-1.035,0.86101,0,1.3923,0,0-0.1744,0.17366,0,0.1744-0.1744,0.34807,0,1.5663-0.87016,0.861-1.0442,0.53126-1.9052,0.17366-0.18319,0-0.1744,0.16488-0.33854,0.69613,0,0.87016,1.2182,0.35686,0.51294-0.18319,0.1744-0.69613,0.1744-0.1744,0.52173,0,0.69613,0,0.1744-0.17367,0.17439,0,0.1744-0.52246,0.1744-0.33927,0-0.17367,0.33854-0.1744,0.69613-0.52173,0.53126-0.87016,0-0.34807,0.52246,0,0.34807-0.17366,0-0.1744,0.16487-0.17367,0-0.34806,0m-2.4273-11.816,0.33927-0.17367,0.1744-0.1744,0.69613,0,0.52173,0.34807,0.1744,0.34806,0,1.0534-0.34806,1.2091-0.52247,1.035-0.34806,0.35759-0.34807,0.16488-0.17366,0-0.68661-0.33854-0.35686-0.52247-0.34806-0.34806,0.17366-0.34807,0.1744-0.52246-0.1744-0.52247-0.17366-0.34806-0.1744-0.18319,0-0.16488,0.1744-0.34806,0.34806-0.1744,0.52173,0,0.35686-0.34806m-0.87932-1.7403,0.52173-1.5571,0.69613-0.35686,0.52247,0.1744,0.17366,0,0.1744,0.18319,0.17367,0,0,0.1744,0.1744,0.33854,0,0.18319,0,1.3923-0.1744,0.16487-0.87017-0.34806-0.51293,0-0.69613,0-0.1832-0.34807m-110.71,40.852-0.17403-0.1832,0-0.16487,0.17403-0.1744,1.5571-1.0442,1.2182-1.0442,0-0.1744,0.34806,0,0.34807,0,0.17403,0,0,0.1744,0.17403,0.69613-0.34806,2.9494,1.0442,1.5754,0,0.16487-0.17403,0,0,0.1744-0.17403,0-0.17404,0-1.3831-0.69613-1.0534-0.861-1.5571-1.3923m-16.863-3.6547-0.17403,0-0.17404-0.1744,0-0.17366,0-0.1744,0.5221-0.52246,0-0.16488,0-0.87932,0.17403,0,0-0.1744,0.17404-0.16487,0.17403,0,0.87016,0,0.17403-0.1744,0.17404,0,0.17403,0,0.87016,0,1.3831-0.52246,0.53126-0.1744,0.33891,0,0.17403,0,0.18319,0,0.33891,0.1744,0.52209,0.33854,0.69613,0,0.87017,0,0.17403,0,0,0.18319,0.5221-0.18319,0.17403,0,0.69613,0.35759,0.17403,0,0,0.16487,0,0.1744,0,0.1744,0,0.18319-0.17403,0-0.34807,0.33854,0,0.18319-0.17403,0-1.2182-0.18319-0.69613,0.18319-0.87016,0.51294-1.5663,1.0534-0.17403,0-0.34807-0.35759-0.34806,0-0.86101,0.52247-0.5221,0.34806-0.17403,0-0.17403,0,0-0.1744-0.17403-0.33854-0.5221-0.35759-1.3923,0m-5.2118,15.297-0.34806,1.5663,0.16487,0.69613,0.18319,0.34806,0.17404,0,0,0.1744,0,0.69613-0.17404,0.1744-0.18319,0.1744-0.16487,0-0.17403,0-1.7403-0.69613,0-0.1744-0.17403-0.1744,0-0.1744,0.34806-0.87016,0.87017-1.2182,0.52209-2.0884,0-1.035,0.17404-0.1832,0.17403,0,0.5221,0,0.34806,0.1832,0.17403,0.33853,0,0.1744-0.17403,1.0534-0.5221,1.035m1.2182-7.6391,0.33891,0.33854,0.34806,0,0.35723-0.33854,0-0.35686,0-0.17439,0.3389-0.1744,0.17403-0.52247-0.34806-0.6866,0-0.18319,0-0.1744,0.34806-0.69613,0.17404-0.68661-0.34807-1.0442,0-0.52173,0-0.16488,0.5221-0.53125,0.5221-0.52247,0.17403,0,0.69613,0,0.17403,0,0.5221,0.52247,0.5221,0.1744,0.87016,0,0.69613-0.34807,0.87016,0,0.86101-0.34806,0.17403,0,0.5221,0.18319,0.87016,0.33854,0.18319,0,0.16487,0.1744,0.17404,0.17439,0.17403,0.34807,0,0.1744,0.69613,1.9144,0,0.16487-1.0442,2.2624-0.16487,0.70493-0.18319,0.33853-0.17403,1.0442-0.16488,0.69613,0,0.1744-0.35722,0.1744-0.17403,0-0.34807,0.1744-1.3923,0.1744-1.7312,0-1.3923,0.52173-0.51293,0-1.0534,0.34806-1.035,0-0.70529-0.34806-0.86101-0.69613-0.17403,0-0.17403,0-0.34807-0.34807-0.34806,0-1.3923-0.52246-0.17403,0,0-0.1744-0.34807-0.52173,0-0.1744,0.17403-0.861,0.34807-1.3923,0.17403-0.1744,0-0.87017-0.17403-0.1744,0-0.17439,0-0.1832,0.34806-0.51293,0.17404-0.17367,1.035-0.53126,0.18319,0,0.17404,0.18319,0,0.16488,0,0.18319-0.87017,1.0442,0,0.33854,0.17404,0.1744,0.52209,0,0,0.18319,0.17404,0,0.34806,0.68661,0.5221,0.35759,0.17403,0,0,0.16487,0,0.34807,0,0.35686m55.617-14.262,0.34806,0,0.17404,0,0.52209,0.52246,0.5221,0.69613,0.5221,1.3831,0,0.53126,0.17403,0.68661,0,0.52246-0.17403,1.5663-0.17403,0.87016-1.5663,2.4365-2.2624,2.0792-1.7312,1.5754-1.7403,0.16488-0.70529,0-0.861,0-0.17403,0,0-0.16488-0.17404-0.1744,0-0.18319,0.17404-0.6866,0.52209-0.69613,0-0.1744-0.34806-0.1744-1.0442,0-0.17403-0.17367-0.87016,0-0.17403,0-0.17404,0-0.34806,0-0.5221,0-0.34806,0-0.17404-0.18319-1.3831,0-0.17403,0-0.17403-0.16487-0.18319,0,0-0.18319,0-0.68661,0.18319-0.17366,1.7312-0.52247,0.87017-0.1744,1.0442-0.69613,1.3923-1.3923,0.5221-1.3831,0.34806-2.2624,0.17404-0.52173,0.17403-0.34807,0.16487,0,0-0.1744,0.17403,0,0.1832,0,2.6013-1.5663,0.87017-0.52173,0.17403-0.34806,0.17403,0,0.5221,0,0.17403,0,0.69613,0.69613,0.33891,0,0.18319,0m-38.589,6.7781,0-0.17439,0.17403-0.69613,0-0.1744,1.0442-0.68661,0.34806-0.1744,0.17403,0,0.17404,0,0,0.1744,0.34806,0.34807,0.34807,0.33854,0,0.1744,0,0.17439-0.34807,0.69613,0,0.1832,0.34807,0.33854,0,0.17439,0.17403,0,0,0.1744-0.17403,0.52173-0.17404,0-0.17403,0.1744-0.34806,0-0.5221,0.1744-0.34807-0.1744-0.17403-0.1744-0.17403-0.34806-0.17403-0.17367-0.5221-0.87016m-13.895,27.122,0.16487,0.16488,0,0.18319-0.16487,0.16487-0.1832,0.1744-0.69613,0.18319-4.6897-0.35685-0.17404,0-0.17403-0.16488,0-0.18319,0-0.16487,0.17403-0.18319,0.34807-0.1744,0.69613-0.16488,0.16487-0.1744,0.18319,0,2.0792,0,0.1832,0,0,0.1744,0.16487,0,0.69613,0,0.34806,0.16488,0.5221,0,0.17403,0.1744,0.1832,0.18319m0.51293-3.3066,0,0.34806,0,0.34807,0,0.1744,0,0.16487,0,0.18319-0.17403,0.1744-0.69613,0.69613-0.17403,0-0.17403,0-0.34807-0.1744-0.87016-0.34806-0.5221,0-0.17403,0-0.17403,0-0.16488,0-0.52209-0.1744-0.34807,0-0.34806,0-0.17404,0-0.18319-0.1744-0.51294,0-0.87016,0.69613-0.17403,0-1.2182-0.34806-0.87016-0.53126-0.5221-0.861-0.17403-0.87017,0.5221-2.2624,0-0.6866,0.17403,0,0-0.1744,0.34806-0.34807,0.5221,0,0.5221,0,0.5221,0.17367,0.17403,0.34806,0.5221,0.16488,0.17403,0.18319,0.861,0.33854,1.5754-0.1744,0.16488,0,0,0.1744,0,0.1744-0.16488,0.34806-0.17403,0.52247,0,0.34806,0,1.5663,0.33891,0.34807,0.52209,0.34806,0.87017-0.1744,0.17403-0.17439,0.17403,0,0.17403,0-0.17403-2.0792-0.17403,0-0.17403-0.18319-0.17404,0,0-0.52246,0.17404-0.16487,0.17403,0,0.17403-0.1832,0.69613,0.1832,0.17403,0,0.34807,0.51293,0,0.1744,0.17403,0.34807,0.17403,0.34806,0,1.0442,0,0.1744m-8.1704-20.518-0.17404,0,0-0.16487,0.17404-0.1744,0.34806,0,0-0.1744,0-0.68661,0.17403-0.53125,0.87017-0.69613,0.17403-0.34807,0-0.69613,0-0.1744,0.17403,0,0.34807-0.17366,0.87016-0.34807,0.34806-0.34806,0.17404,0,0-0.16488,0.52209,0,0,0.16488,0.17404,0,0,0.1744,0,0.17439-0.17404,0.34807-1.0442,2.0884-0.87016,0.87016-0.17404,0.17367-0.87016,0.87016-0.17403,0-0.34807,0.16487-0.52209-0.16487,0-0.18319m-1.7312-5.0286,0,0.16487,0,0.34806,0,0.1744-0.18319,0-0.33891,0.34807-0.17403,0.52173,0,0.1744-0.18319,0.18319-0.17403,0-0.16488,0-0.17403-0.18319-0.69613-1.0442-0.5221-2.0792,0-0.1744-0.18319-0.34806,0-0.1744,0-1.9144,0.70529-1.5571,0.87016-1.4014,0.16488-0.16487,0.17403,0,0-0.1744,0.35722,0,0.16488,0.1744,0,0.16487,0,0.35686,0,0.16487-0.5221,0.1744,0,0.52246-0.33891,0.18319-0.35722,2.0792,0.69613,2.2533,0.5221,0.87016,0.35722,0.35686m19.29,18.594,0.17403-0.1744,0.17404,0,0.69613,0.34807,0,0.16487,0.16487,0,0-0.68661,1.0534-2.4273,0.51294-1.3923,1.2182-2.9586,0.17403-0.1744,0.34807-0.1744,0.17403-0.1744,0.17403,0,0,0.1744,0.17403,0,0.17404,0,0.17403,0.1744,0,0.1744,0,1.5663,0,0.16487-0.34807,1.9144-0.52209,1.9144-0.34807,0.87016-0.5221,1.3923-0.34806,0.69613-0.5221,0.52173-1.2182,0.51294-0.34806,0.1744-1.2091,0.87016-0.17403,0.18319-0.5221,0-0.17403-0.18319-0.5221-0.51294-0.17403,0,0-0.17366,0.17403-0.87017,1.2182-1.9144,0.17403,0m26.416-33.03-0.17403-1.035,0.17403-0.69613,1.0442-0.69613,1.5663-0.52246,1.5571-0.1744,0.35722,0.69613-0.5221,0.34806-0.34806,0.16488-0.18319,0.18319-0.33891,0.52246-0.17403,0.87016,0,0.16488,0.34806,0.34806,1.2182,0.34807,0.34807-0.34807,0.17403-0.69613,0.16487-0.16487,0.5221,0,1.0442,0.16487,1.5663-0.51294,0.17403,0.1744,0.34806,0.86101,0.5221,0.52246,1.0442-0.34807,0.69613-0.34806,0.16487-0.16487,0-0.1832,0.34806,0,0.1832,0,0.16487,0,0.69613,0.52174,2.0884,0.17439,0.17403,0,0,0.1832,0,0.16487,0,0.35686-2.2624,3.8196-0.16487,0,0,0.1744-0.69613,0.34807-0.87933,0.33854-0.3389,0.18319-1.0442,0.34806-0.17403,0.16488-0.17403,0-0.34807,0-0.17403,0.35686-0.5221,0-0.69613,0.34806-2.4273,0.34807-0.5221,0.16487-1.5663,0-0.34807-0.16487-0.69613,0-0.34806,0-0.17403-0.1744-0.17404-0.17367,0-0.18319,0.17404,0,0-0.16487,0.52209-0.35686,1.2182-0.69613,0.17403,0,0.34807,0,0.17403,0,0.69613,0,0.68697-0.51294,0.34807-0.87016,0-0.52247,0-0.16487,0-0.18319-0.51294,0.18319-1.0442,0.16487-1.0442-0.34806-0.5221-0.69613,0-0.52247,0.17403-0.1744-1.0442,0.34807-1.9144,1.7312-1.2182,3.4806-0.17403-0.33928-0.33891-1.2274,0.16488-2.2533,0.69613-2.0884,0.87016-1.0442,0.5221-0.16487-0.17404-0.3576m-6.6041-4.5157,0.17403-1.9144,0.69613-2.4273,1.9052-1.9144,2.0884-0.87017,0.87016-0.17366-0.51294,0.33854-1.2182,1.0534-1.5755,1.9144-1.3831,2.2533-0.69613,1.7403-0.17403,0.87016-0.17403-0.87016m19.986,33.717,0-0.1744,0.34806-0.52173,0-0.51294-0.34806-0.18319-0.16487,0-0.1832-0.1744-0.51293-0.52173-0.87933-1.7312-0.17403-1.035,0-0.1832,0.5221-0.87016,0.87016-0.69613,0.87016-0.51294,0.17404-0.18319,0.34806,0,0.17403,0.18319,0,0.1744,0.17404,0.16488,0,0.69613,0.17403,1.9144,0.17403,3.1326-0.5221,1.9052-0.17403,0.18319-0.17403,0.16487,0,0.1744-0.17403,0-0.17404,0-0.17403-0.1744-0.17403-0.51294,0-0.70492m-46.751-0.69613,0,0.18319-0.34807,1.7312-0.87016,4.0028-0.17403,0.16487-0.5221,0.18319-1.2182-0.18319-0.17403,0,0-0.16487-0.17403-0.52247,0.53126-2.7845,0.16487-1.2091,0-0.18319,0.69613-1.035,0.34806-0.52247,0.17404-0.17366,0.17403,0,1.0442,0.17366,0.34807,0.33927m24.85-14.774,0-0.16487,0-0.1744,0-0.18319,1.5663-0.86101,1.3923-1.0442,0.17404-0.1744,0.17403-0.52173,0.17403-0.1744,0.5221-0.1744,0-0.18319,0.17403,0.18319,0.16487,0,0.34807,0.69613,0.53126,0.1744,1.7312-1.7403,0.34807-0.51293,0.17403-0.1832,0.17403,0,0.17403-0.1744,1.2182,0,0.17404,0.1744,0.17403,0,0.34806,0,0.34807-0.34806,0.17403,0,0.33891-0.1744,0,0.1744,0.69613,0.53126,0.53125,0,0.86101-0.35686,0.17403,0,0.53126,0.1744,0.17403,0,0,0.34806,0,0.34807,0,0.1744,0,0.18319-0.17403,0-1.5663,0.32974-0.53125,0.53126-0.16488,0.17367-0.17403,0.34806-0.18319,0.34807-1.3831,1.5663-1.5663,1.035-1.3831,0.70492-0.18319,0-0.17403,0,0-0.18319-0.5221-0.33854-0.5221-0.53126-1.3831,0-0.69613,0.1744-0.52209,0.1744-0.34807,0-0.34806,0-0.69613,0.35686-0.34807,0-0.69613-0.70493m-3.9936,4.1768,0-0.1744,0-1.0442,0-0.1744,0.34807-0.87016,0.3389-0.52247,0.5221-0.52246,0.53126-0.52173,0.17403,0,0.16487,0,0.69613,0.18319,0.17404,0,0.53125,0.6866,0.33891,0.34807,0.69613,0,0.17403,0,0.17403,0,0.17404,0,0.17403,0,0.17403,0.52173,0,0.1744-0.34806,1.7403,0,0.87016,0.34806,1.2091,0,0.35685,0.17403,0,0.17404,0.1744,0.17403,0,0.34806,0.69613,0,0.1744,0,0.16487-0.17403,0.1744-0.5221,0.1832-0.17403,0-0.5221-0.1832-0.17403,0-0.17403-0.1744-0.34807,0-0.17403-0.16487-0.17403,0-0.33891,0.16487-0.35722,0.52247-0.17403,0-0.17404,0.18319-0.17403,0-0.16487,0,0-0.18319-0.17403,0-0.34807-0.861,0-0.1744,0.16487-0.1832,0.1832-0.16487,0.51293,0,0.5221-0.1744,0.18319-0.34806-0.35722-1.2182-0.17403-0.51294,0-0.18319,0.17403-1.3923-0.17403-0.52246-0.68697-0.87017-0.1832,0-0.69613,0.87017,0,0.18319,0.1832,0.51294,0,0.69613,0,0.1744-0.1832,0-0.3389,0.34806,0,0.18319-0.17403,0-0.1832,0-0.16487-0.18319-0.17403,0-0.17403-0.1744-0.17404,0m10.25-1.2182,0.18319,0.1744-0.35722,1.4014,0.17403,0.86101-0.3389,1.3923-0.17404,0-0.52209,0.52246-0.69613,0.33854-0.1832,0-0.16487-0.16487,0-0.1744,0-0.35686,0-0.16487,0.51294-0.52174,0.17403-0.69613-0.17403-0.52246,0-1.2182,0.17403-0.34806-0.17403-0.52173-0.16487-0.1744-0.34807-0.16488-0.5221-0.18319-0.17403,0,0-0.1744-0.17403-0.34806,0-0.52247,0.17403-0.17439,0-0.16488,0.34807-0.18319,0.17403,0,0.68697,0.18319,0.17403,0,1.3923,1.9052m149.83,24.328,10.772,4.6989-1.3923,1.0442-2.9494,2.6013-2.2624,3.1326-2.6013-1.7403,0-1.5663,0-3.9936-1.5663-4.1768m2.4273,12.521,0,0.34806-0.16488,0-0.35686-0.1744-1.0442-0.34806-1.2091-0.52247-0.34806-0.1744-0.69613,4.6989-1.5663,5.0286-2.9494,5.569-0.18319,0.1744-0.16488,0-0.17366,0,0-0.1744-0.1744-0.1744,0.1744-0.1744,3.2975-6.7781,1.5663-6.082,0-5.395-0.87016-4.3416-1.2182-3.4715-1.2182-2.0884-0.52173-0.87016,0-0.1744,0-0.16487,0-0.1832,0.18319,0,0.16488,0,0.17366,0.1832,1.0442,1.3831,1.7403,4.1676,1.3923,6.4392,3.1234,3.1234,0,0.17439m-77.692-70.044,1.5663,0.87016,1.0442,0,0.6866-0.34807,1.4014-0.69613,1.035-0.52173,0.34806,0,0.18319,0.34807,0,0.17366-9.7367,4.8638-0.34806-0.17439,0-0.1744,0.16487-0.1744,3.6547-1.7403-0.69613-0.6866-0.861-1.3923-0.18319-1.5754,0.53125-0.86101,0.51294-0.34806,0.17367,0,0.52246,2.4364m27.286,13.556,0.18319,0,0.16487,0,0,0.1744,0,0.1744,0.1744,0.1744,0.35686,0.87016,0.16487,0.16487,0.1744,0.18319,0.17367,0.1744,0.1744,0.1744,0,0.17367-0.1744,0,0,0.16487-0.17367,0-0.1744,0-0.16487,0,0,0.18319,0,0.16488,0.16487,0,0.34807,0.17366,0.1744,0,0.17366,0,0.1744,0.1744,0,0.18319,0.34807,0,0.69613,0.33854,0.34806,0.1832,0.17367,0.16487,0.1744,0.18319,0.17366,0.16487,0.1744,0,0,0.1744,0,0.1744,0,0.1744-0.1744,0,0,0.1744-0.17366,0-0.1744-0.1744-0.17367-0.1744-0.51293-0.34806-0.35686-0.16488-0.17367-0.18319-0.34806-0.16487-0.34807-0.18319-0.1744,0-0.17366,0-0.1744,0-0.34807-0.1744-0.17366,0-0.1744,0-0.16488,0-0.18319,0-0.1744-0.16488,0.1744-0.69613,0-0.18319,0.18319-0.33854-0.18319-0.53125-0.51294-0.68661,0-0.1744,0-0.17366,0.16488,0,0-0.1744,0.17366-0.1744,0.1744,0,0-0.1744m14.262,5.2118,1.7312,1.2274,1.0442,0.68661,3.3066,2.4364,1.5663,1.2182,2.4273,1.5571,2.6013,1.9144,3.1326,1.9052,1.9144,1.2274,1.0442,0.6866,1.2182,0.69613,1.9052,1.2182,0.87016,0.35686,1.7403,1.2091-0.34806-0.69613-0.52173-0.69613-0.16487-0.17366-0.53126-0.1744-0.34807-0.1744-3.8196-2.7845-1.0442-0.861-1.5663-0.87017-0.1744,0-0.17366-0.34806-0.87017-0.52247,0-0.17439-0.34806-0.1744-1.2182-0.69613-2.4273-1.5663-0.17366-0.17439-0.1744-0.1744-0.17367,0-0.52246-0.51294-0.70492-0.18319-0.16488-0.1744,0-0.16488,0-0.17439,2.0792,0.69613,1.0534,0.16487,1.9144,0,0.16487,0,1.0442-0.16487,0.69613,0,0.69613-0.35686,0.34807-0.16488,0.87016-0.17439,0.17367-0.35686,0.34806,0,0.16488-0.16488,0.35685,0,1.5571-0.87016,1.7403-1.7495,0.87016-1.2091-0.17366-0.17367-0.69613,0-1.0442,0.52173-1.5571,0.3576-0.53126,0.33853-0.52173,0-0.16487,0-0.52173,0.16488-0.69613,0.18319-0.69613,0.17367-1.3923,0.34806-1.5571,0-0.18319-0.1744-0.33927,0-2.0884-1.035-0.17367,0-0.17439-0.1832-0.17367,0-0.1744,0-0.17367-0.17439-1.0442-0.52174-0.87016-0.69613-0.1744-0.17439,0.1744-0.1744,0.17366,0,1.5663,0,0.87016,0.34806,1.0442-0.52246,0.86101-0.16488,0.18319-0.34806,0-0.35686-0.52247-0.16487-1.0442,0-0.34807-0.18319-0.34806,0-0.87016-0.1744,0,0.1744-0.34807-0.1744-0.34806-0.33854,0-0.52173,0.34806-0.1744,1.3923,0,0.17367,0.1744,0.69613,0,0.1744,0,0.34806,0,0.34807,0.17366,0.16487,0,2.7937,0.68661,0.51294,0,0.69613,0,0.52246,0.1744,0.69613,0.18319,2.4365,0,0-0.18319,0.16487,0,0.17367-0.1744,0.70492-0.17367,1.035-0.34806,1.7403-0.87017,3.3066-2.0792,2.9494-2.6013,1.9144-1.5754,0-0.16487-0.34807-0.34807-0.87016,0.51294-0.52173,0.34807-0.34807,0-2.0884,1.3923-0.861,0.34806-0.1744,0-0.18319,0.1744-0.16487,0.1744-0.18319,0.18319-0.68661,0.33854-0.52246,0.34807-1.0442,0.18319-0.69613,0-1.3923,0.16487-1.2182,0-0.16487,0-0.35686-0.16487-1.035,0-0.35759-0.18319-0.86101,0-1.0442-0.1744-1.7312-0.51294-0.70565-0.35686-0.17367-0.34806-0.1744,0-0.33927,0-0.17367,0-0.17439-0.33854,0-0.35759,2.4273,0,0.17367,0,0.52246,0,0.17367-0.16488,0.87016,0,0.34806-0.1744,1.0442,0,0.1744,0,0.69613-0.17439,0.861,0,0.53126-0.1832,0.861-0.1744,1.0534,0,0.6866-0.17439,0.69613-0.1744,0.69613,0,0.87016-0.33854,0.69613,0,0.87017-0.52247,0.52173-0.17439,0.87016-0.35686,0.33927-0.1744,2.0884-1.035,3.1326-2.4273,0.16487,0,0.18319-0.34807,0-0.18319-0.34806-0.1744-0.1744-0.16487-0.69613,0.33927-0.69613,0.34806-1.3923,0.69613-0.69613,0.1744-1.7312,0.87017-0.52246,0,0,0.1744-0.18319,0.17439-0.52173,0-0.33928,0.1744-1.5663,0.52173-0.87016,0.16488-0.87016,0.18319-0.52247,0.1744-0.17366,0-2.0884,0-0.1744-0.1744-1.3831,0.1744-0.17367-0.1744-1.0534,0-0.861-0.18319,0-0.16488-0.34806,0.16488-0.87017-0.33854-0.34806,0-1.035-0.1744-1.9144-0.52246-0.87017-0.53126-0.18319,0-0.16487,0-0.34807-0.16488-0.1744,0-0.52173-0.34806-0.35685-0.52246,0-0.16488,0.18319-0.18319,0-0.16487,0.69613-0.52247,0.52246-0.18319,0.861,0,0.35686-0.1744,1.035,0,0.1744-0.1744,2.0884,0,0.52246-0.16487,0.69613,0,0.52173-0.34806,0.52247,0,0.52246-0.34807,0.52173-0.35686,0.33927-0.33854,0.52247-0.18319,0.52173-0.51294,0.69613-0.52173,0-0.34806-0.17367-0.1744-0.34806,0-0.51294,0.33854-0.52173,0,0,0.18319-0.69613,0-1.2182,0.17367-1.3923,0-0.69613-0.17367-0.69613-0.18319-0.51294-0.51294,0.16488-0.87932,0.69613-0.51294,0.17366,0,0.34807,0,0.1744,0,1.9052,0.18319,0.1832,0.16487,1.9052,0,0.1832-0.16487,0.861,0,0.17366,0,0.34807,0,0.1744,0,0-0.18319,0.35686,0,0.17366,0,0.16488-0.1744,0.69613-0.1744,1.7403-0.6866,1.9144-0.87932,3.6455-2.0884,2.9494-2.4365,0.52173-0.51294,0.87932-0.87016,0.33927-0.52246,0.17367,0,0-0.16488,0-0.35686-0.34807-0.33927-0.16487,0-0.35686,0.51294-0.16487,0.18319-0.35686,0.16488-0.16487,0.17439-0.35686,0.1744,0,0.1744-2.0792,1.3831-0.87017,0.53126-0.52246,0.34807-0.52173,0.17439-1.2091,0.86101-2.4456,0.34806-0.16488,0-0.52173-0.34806-2.9494-0.16488-0.53126,0-0.87016,0-1.5571-0.18319-1.2274-0.33854-1.035-0.34806,0-0.17367-0.34806-0.1744-0.17367,0,0-0.34806,0-0.34807,1.3923-0.69613,0.34807-0.1744,0.1744,0,0.34806-0.52246-0.1744-0.34807-0.34806-0.16487-0.52247,0-0.69613,0-0.17366,0,0.17366-0.18319,0-0.1744,2.2624-1.5571,0.16487-0.1744,0.69613-0.35686,0.35686-0.33854,1.9144-0.53126,0.33927,0,0.69613,0,0.52173,0,1.0442,0,1.5571-0.69613,0.52173-0.17439,2.7845-1.7312,1.0442-0.87016,0-0.34807-0.1744-0.1744-0.69613,0-0.17366,0.1744-1.5571,0.87017-0.34807,0-0.35686,0.17439-0.34806,0-0.69613,0.1744-1.3831,0-0.1744,0-0.87017-0.1744-0.52246-0.33854-0.52246-0.18319-0.34807-0.34806-0.51294-0.1744-0.18319-0.1744,0-0.1744,1.5663-0.34806,1.3923,0,3.8196-2.6013,1.5663-0.87016,1.5663-0.87017,1.0442-0.52246,0.16487-0.34807,0.53126,0,0.1744-0.17366,0-0.34807-0.35686-0.34806-0.34806,0-0.16488,0.1744-0.17366,0-1.3923,0.52246-1.5663,0.52173-1.9052,0.52247-0.87933,0.33853-0.16487,0-0.1744,0-0.18319,0.1832-0.16487,0-0.53126,0-2.0792,0.34806-0.69613,0-1.7403,0-0.34806-0.69613-0.34807-0.52246-0.52173-0.34807-0.861-0.1744-0.52173-0.34806-0.1744,0,0-0.1744,0-0.1744,0.1744,0,0-0.1744,3.8196,0,2.4364-0.6866,0.51294-0.35686,0.70492-0.16487,0.861-0.53126,1.4014-1.035,0.68661-0.53125,0.52173-0.87017,0.1744,0,0-0.51293-0.34807-0.34807-0.69613,0.16487-1.3831,1.0534-0.18319,0.1744-0.51294,0.33854-0.87932,0.34806-0.51294-0.16487,0,0.16487-0.17366,0-0.1744,0-0.34807,0-1.0442-0.52246-0.17367,0-0.1744-0.16487-0.1744,0-1.2182-0.87017,0-0.1744,1.5663-0.70492,0.17366-0.16487,0.34807-0.52173,0.1744-0.52247,0.87016-0.52173,0.861-0.51294,0.69613-0.87016,2.6105,0.51294,0.69613,0.1744,1.9144,0.52246,0.34806,0.1744,0.52247,0.34807,0.34806,0,2.6013,2.4364,0.53126,0.52173,0.6866,0.861,0.34807,0.35686,2.6105,4.1676,0.52246,1.0442,0.6866,1.9052,0.52173,1.0534,0.70566,3.8196,0.33854,1.035,0,0.70493,0.1744,0.87016,0,1.5571,0.1744,3.1326-0.1744,0.69613,0,1.7312-0.51294,2.4365,0,0.52173-0.52246,2.7845-1.2274,4.3416-0.51294,1.7403-0.34806,1.3831-2.2624,6.7873-0.69613,1.9144-0.51293,0.86101-0.1832,0.35686-0.34806,1.035-1.0442,2.0792-0.861,1.9144-2.4364,4.6989-1.3923,2.6013-0.52247,0.87016-1.2182,1.9144-0.34806,0.35759-2.2624,3.6455,5.221,3.2975,0.1744,0.1744,1.5663,1.0442,2.0792,1.5663,2.6105,1.2182,2.2624,1.2091,2.2624,1.5663,0.6866,0.52173,0.52247,0.1744,0.34806,0.1744,0.69613,0.52247,0.34807,0.34806,1.0442,1.7403,0,0.1744,0.17367,0.17439-0.17367,0.34807-0.34806,0-0.1744-0.1744-0.34807,0-0.87016-0.70492-0.52247-0.16488-0.34806-0.34806-0.34807,0-0.34806,0.51294,0,1.2182-0.16487,1.4014,0,1.3923,0,0.33854,3.8196,2.2624,2.9494,1.5663,4.0027,2.6105,0.17367,0-0.17367,0.33927-0.52246,0.17366-0.52246-0.17366-0.16488,0.17366-0.18319-0.17366-0.17367,0-0.16487,0-1.2274-0.69613-0.69613-0.34807-0.6866-0.52173-0.52246-0.16487-0.70493-0.35686-0.33927-0.33854-0.69613-0.1744-0.52246-0.34806-0.17367,0-0.34806-0.34807-0.1744,0-0.87017-0.69613-1.2182-0.52246-0.69613-0.34807-0.16488,0-0.70492,1.3831-0.17367,0-0.16487,0.35686-0.17366,0-0.69613,0.1744-0.1744,0.1744-0.34807,0,0,0.1744,0-0.1744-0.17366,0,0-0.1744,0.34806-1.7403,0.34807-1.2182-0.34807-0.33854-1.5663-1.0534-0.52247-0.17439-2.9586-1.7403-0.861-0.33854-0.18319-0.1744-1.035-0.69613-0.52173-0.1744-0.87016-0.53125-0.34807-0.16488-0.69613-0.52173-0.87016-0.34806-0.1744-0.16488-0.34806,0-0.33928,0.33854-0.34806,2.0792-0.52247,2.7937-0.52173-0.18319-1.0534-1.2091,0.35686-0.53125,0.17366-1.035,0-0.87016,0.16488-1.0442,0.18319-2.0884-0.18319-0.16487-5.908-3.8287-1.0442-0.52247-1.7312-1.0442-0.87016-0.51294-1.7403-1.2274-2.7754-1.7403-1.0442,8.6925,0,0.69613-0.1744,1.7403-0.34807,0-0.52173,0.34806-0.35686,0-0.33927,0-0.34806,0.1744-0.1744,0-0.17367-0.1744,0.52173-2.9494,0.1744-2.0976,0.69613-3.8196,0.34807-1.9052,0.17366-1.0442-0.17366-1.0442-0.1744-0.34807-2.2624-1.5663-2.0884-1.0442-1.3831-0.87016-0.17366,0-0.69613-0.52173-0.35759,0-0.33928-0.34807-0.17366-0.1744-0.1744,0-0.52173-0.52246-0.69613-0.16487-1.0442-0.70493-0.69613-0.52246-0.34806-0.33854-0.1744,0.1744-0.1744,0-0.33854,0-0.1744,0.34807-0.18319,1.2091-0.17367,1.5663-0.1744,1.5663-0.17366,1.5663-0.16487,1.3831-0.1832,1.4014-0.16487,1.5663,0,0.33854-0.17367,1.2182,0,1.5663-0.34806,2.2533-0.1744,2.4364-0.18319,1.3923,0,0.1744,1.5663,0.87016,0.34807,0.1744,0.69613,0.34807,2.0976,1.035,0.51293,0.35759,0.69613,0.34807,0.34807,0.1744,0.1744,0.16487-0.1744,0.18319,0,0.16488-1.0442,1.2182-0.17366,0-0.1744,0-1.0442-0.52246-0.34806-0.16487-1.3831-0.53126-1.5663-0.6866-0.34807-0.34807-0.18319,0-0.16487-0.18319-0.17367,0-1.2182-0.68661,3.8287-32.681m22.24,46.586,0.17367,0.51293,0.1744,0.35686,0,2.4273-0.1744,0.34806,0,0.69613-0.17367,0.52247-0.34806,1.0442-0.1744,0.52247-1.3831,2.2624-0.34807,0.16487-0.52173,0.53126-0.35759,0.33854-1.7312,0.34806-0.17366,0-0.34807,0-0.1744,0-0.34806-0.1744-0.17367,0-0.1744,0-0.33927-0.17439-0.17366-0.1744-0.1832,0-6.7781,8.8665,0,0.17439-0.1744,0.1744-0.17367,0-0.34806,0-0.16488,0-1.5663-1.7403-2.7845-5.5599-0.34807-9.5626,0-0.51294,0.1744-0.34806,0.34807-1.5663,2.4364-6.082,2.0792-3.1326,0.87017-0.861,0.70492-0.1832,0.16487,0.34807-0.16487,0.34806-0.36638,0.34807,5.9171,8.8665,0.35686-0.34807,0.17367-0.34806,0.16487-0.1744,0.17366,0,0.1744-0.1744,0.17367-0.1744,0.52246-0.1744,0.34807,0,0.17366,0,0.1744-0.1744,0.87017-0.1744,1.3923,0.1744,0.34806,0.34807,0.51294,0.34806,0.34806,0.1744,1.0442,1.2091,0.1744,0.35759m49.718,14.774,0,4.8638-0.18319,2.9586-2.2533,7.4742-2.4365,5.0286-2.7754-1.035,0.33927-0.52173,0.69613-1.3923,0.69613-1.3831-4.8638-5.9171-0.69613,0.52246-0.87016,0.34807-0.87016,0-2.4273-0.87016-1.7403-2.2533-0.69613-2.9586,0.69613-3.1234,1.7403-2.2624,2.4273-0.87016,0.69613,0,0.69613,0.16487,0.52173,0.35686,2.7845-2.9586,2.7754-2.9586,1.2182-1.2091-0.87016-1.5663-1.9144-3.3066-2.9494-3.4715,4.3416,2.9586,2.9586,3.2975,1.0442,1.3831,0.1744,0.35759,0.34807,0.52173,0,0.1744,1.2091,4.0028,0.1832,3.6455m-7.6483,17.211,0.17439,0.16487-0.34806,1.0442-0.18319,0.1744-0.34807,0.17439-0.16487,0.1744-0.1744,0-0.52173-0.1744-0.1744,0-1.0442-0.34806-0.52247-0.34807-1.0442-0.34806-0.52173-0.16487,0.17366-1.2274,0-2.4273,0-1.2274,0.34807,0,0.52246,0,0.17367,0.18319,3.6547,4.1676,0,0.18319m-7.4742-4.8729,0,0.1744,0,1.2182-0.1744,1.2182,0,1.2091-0.17366,0-0.35686-0.16487-0.68661,0,0-0.18319-1.0442-0.51294-0.34807-0.34807-0.52246,0-0.17367-0.35685,0-0.16488,1.5663-2.2624,0.17439,0,0.17367,0,0.861,0,0.53126,0,0.1744,0.1744z"/><path d="m354.18,273.2,0.87016-7.9963-9.0405,1.5755-0.69613,7.9872,8.8665-1.5663z"/><path d="m366.18,271.64,0.69613-8.3444-9.3886,1.7403-0.69613,7.9963,9.3886-1.3923z"/><path d="m367.92,250.79-9.3886,1.9052-0.87016,10.085,9.2146-1.7403,1.0442-10.25z"/><path d="m355.06,263.47,1.0442-10.259-9.0405,1.7403-0.69613,10.076,8.6925-1.5571z"/><path d="m298.22,276.86,0,0-0.34807-0.35759,0-0.1744-0.52173-0.16488-0.1744,0-0.52173,0-0.34806-0.69613-0.1744,0-0.52247-0.1744-0.17366,0-1.0442,0.52174-0.69613,0.51293-0.34806-0.16487-0.68661,0-0.18319,0-0.52173,0.33854-0.1744,0.1744,0,0.18319-0.16487,0.33854,0,0.18319,0.51293,1.035,0,0.34806,0.1744,0.52173-0.1744,2.6105-0.34806,0.68661-0.16487,0.53125,0,0.1744,0.33927,0.33854,0,0.18319,0.17366,0,1.0442,0.1744,0.52246-0.1744,0.87017-0.87932,0.1744,0,1.3923-1.548,0-0.18319,0.87016-1.5663,0-0.16487,0-0.35759,0.17366-0.34807,0.1744-0.1744,0.52173-0.34806,0.16488,0,0-0.1744,0.18319-1.2091z"/><path d="m385.3,251.31-0.18319-0.1744-1.5571-1.2091-0.34806-0.17367-0.34807-0.18319-0.52173-0.34807-0.33927-0.17366-1.2274-0.68661-0.17366-0.18319-0.1744,0-0.33927-0.16487-0.17367-0.18319-0.34806-0.16488-1.5663-1.0534-0.1744-0.16488-0.17366,0-0.1744,0-2.2624-1.5663-0.33928-0.1744-0.53125-0.34806-0.33927-0.1744-0.1832,0.1744-0.1744,0-0.34806,2.2533-0.1744,0.35759,0.1744,0-0.34807,1.3923-0.17439,0.16488,0,0.87016,2.0976,1.2182,2.0792,1.3923,1.3923,0.87016,1.2182,0.87016,4.8638,2.9494,0.34807-0.17439,0.1744-0.69614,0-1.3831,0.34806-3.1326z"/><path d="m397.81,260,0,0-0.17366,0,0-0.1744-0.1744,0-4.6897-3.2974,0-0.1744-1.7495-1.0442-0.51294-0.18319-3.3066-2.0792-0.1744,1.3923-0.17367,2.9586-0.17439,1.5663,3.8287,2.4273,1.9144,1.2091,0.6866,0.35686,4.1768,2.7754,3.2975,2.0884,0.17367,0,0.34806-0.33854,0-0.87932,0.34807-1.5663,0-0.33853,0-0.52247,0.35686-1.3923-4.0028-2.7845z"/><path d="m414.33,270.6-0.1744-0.1744-2.7845-1.5571-0.861-0.70492-1.9144-1.0442-1.3923-0.87016-0.69613-0.33927-0.69613-0.69613-2.0884-1.0442-0.52173-0.52246-0.1744,0.34806-0.16487,1.9144-0.53126,2.7754,0.1744,0.18319,0,0.16488,1.3923,0.69613,0.69613,0.34806,3.8287,2.4365,4.3416,2.6013,0.1744,0,0.17366,0.18319,0.1744,0,0.17367-0.18319,0.1744-0.16488,0.52173-3.3066,0.1744-0.86101,0-0.18319z"/><path d="m378.17,284.33-1.0442,3.3066,2.4365,0.69613,3.2974,0.87016,3.1326,0.69613,0.52173-1.5663,0.1744-0.53126-5.908-8.6833-1.3923,2.2624-1.2182,2.9494z"/><path d="m376.26,294.24,0.34806,2.4365,9.2146-3.1326-0.17367-0.34807,0-0.51293,0-0.87933,0-0.861-9.3886-2.0884-0.17439,2.7845,0.17439,2.6013z"/><path d="m378.87,302.93,1.0442,1.5663,7.1262-8.1704-0.34807-0.34806-0.17367-0.16487,0-0.1832-0.52246-1.3923-9.2146,3.4807,1.0442,2.7754,1.0442,2.4364z"/><path d="m434.84,302.93,0.34807,0.52173,0.17367,1.0442,6.7781-0.52247,0-2.4273,0-1.2182-0.34806-2.2624-0.52173-1.7403-7.1262,5.9171,0.69613,0.6866z"/><path d="m435.88,305.71,0,0.34807,0.1744,0.52246,0,0.52173,0,0.33927,0,0.35686-0.1744,0.52173,5.5599,1.3923,0.69613-3.1326,0-1.2182-6.256,0.34806z"/><path d="m435.18,310.92-0.69613,0.52247,1.5663,1.3923,1.9052,1.7312,1.5755,1.3923,1.3831-4.5157-5.0378-2.0884-0.34806,0.87016-0.34807,0.69613z"/><path d="m289.18,297.02-0.34806-0.69614,0-0.51293-0.17404-0.52247-0.17403,0-0.16487-0.1744-0.17403-0.19271-0.1832,0-0.17403,0-0.16487,0-0.17403,0-0.1832,0.19271-0.3389,0.33854-0.18319,0.1744,0,0.52247,0,0.17439-0.34807,0.1744-0.68697,0-0.34807-0.1744,0-0.17439-0.18319,0-0.68697,0.34806-0.34806,0.34807,0,1.0442,0,0.1744,0.17403,0.34807,0.17403,0.17439,0.17403,0,0.17404,0.16488,0.3389,0,0.87017,0,0.34806,0.35686,0.17403,0.34806,0.17404,5.3858-0.17404,0.69613,0.17404,0.1744,0,0.1744,0.18319,0,0.16487,0.87016,0,0.1744,0,0.1744,0.17403,0,1.0534,0,0.16487-0.1744,0-0.1744,0-6.7781,0.17403-0.87016,0.5221-0.69613,0.17403-0.87016-0.17403-0.52247z"/><path d="m221.91,263.47,0,0,0.35723,0.69613,0.51294,0.33854,0.17403,0,0.5221,0,0.69613-0.16488,0.17403,0,0-0.17439,0.17403-0.34807,0.34807-0.1744,0.69613-0.52173,0.16487-0.1744,0.18319-0.35759,0-0.16487,0.17403-0.16487,0-0.3576,0-0.17366,0.17404-0.1744,0.16487,0,0.35722-0.34807,0.16488-0.17439,0-0.52247,0-0.16487-0.34807-0.35686-0.51294-0.33927-0.17403-0.18319,0.87016-1.2091,0.16488-0.52173,0-0.1832-0.16488-0.16487-0.52209-0.52246-0.17404,0-0.17403,0-0.18319,0-0.51294,0.33927-0.34806,0.53126-1.7403,1.9144-0.17403,0.1744-0.17403,0,0,0.16488-0.17404,0.52173,0.17404,0.52246,0.17403,0.1744,0,0.1744-0.34807,0.52173-0.3389,0.35759-0.18319,0-0.17404,0.32975-0.17403,0.18319,0,0.51294,0.17403,0.18319z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="370px" line-height="100%" y="120.60407" x="370.70526" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="120.60407" x="370.70526">***NUMBER***</tspan></text><g stroke-linejoin="miter" stroke="#000" stroke-linecap="butt" stroke-width="0.40084389px" fill="#000"><path d="m182.86-141.54-21.1-25.983,0,25.983-7.127,0,0-37.599,7.0148,0,21.1,26.263,0-26.263,7.2392,0,0,37.599-7.127,0"/><path d="m213.36-141.54,0-37.599,29.967,0,0,7.127-22.84,0,0,6.8464,13.188,0,0,7.2392-13.188,0,0,9.2595,23.345,0,0,7.127-30.472,0"/><path d="m300.98-153.05c-0.00004,1.8706-0.29934,3.5168-0.89789,4.9384-0.56122,1.4217-1.3469,2.6188-2.357,3.5916-1.0102,0.97272-2.2074,1.721-3.5916,2.2447-1.3843,0.48635-2.8808,0.72953-4.4895,0.72953h-24.019v-37.599h23.065c1.4964,0.00004,2.8807,0.26193,4.1527,0.78566,1.272,0.48639,2.3756,1.1785,3.311,2.0764,0.93527,0.86051,1.6648,1.908,2.1886,3.1426,0.52373,1.2346,0.78561,2.5815,0.78565,4.0405-0.00004,0.74827-0.0749,1.5152-0.22447,2.3008-0.11228,0.74826-0.31804,1.4778-0.6173,2.1886-0.29934,0.67344-0.67346,1.2907-1.1224,1.8519-0.44899,0.52379-0.97275,0.95403-1.5713,1.2907,1.7209,0.74826,3.049,1.8893,3.9844,3.4232,0.93526,1.4965,1.4029,3.1613,1.403,4.9945m-8.9789-16.05c-0.00003-0.86045-0.31804-1.5526-0.95401-2.0764-0.63604-0.56115-1.721-0.84174-3.2548-0.84177h-15.04v7.0148h15.04c1.6461,0.00002,2.7498-0.39281,3.311-1.1785,0.59856-0.82304,0.89786-1.7958,0.89789-2.9182m1.7397,16.05c-0.00003-1.6461-0.46768-2.862-1.403-3.6477-0.89793-0.82305-2.3757-1.2346-4.4333-1.2346h-15.152v9.2595h15.04c2.2447,0,3.816-0.39282,4.7139-1.1785,0.89786-0.82306,1.3094-1.8893,1.2346-3.1987"/><path d="m349.75-141.54-8.3055-14.142-11.616,0,0,14.142-7.127,0,0-37.599,22.952,0c1.6461,0.00004,3.1987,0.31804,4.6578,0.95401,1.459,0.59863,2.7124,1.4404,3.7599,2.5253,1.0849,1.0476,1.9267,2.2822,2.5253,3.7038,0.63596,1.4217,0.95396,2.9369,0.954,4.5456-0.00004,2.544-0.72957,4.8262-2.1886,6.8464-1.4591,1.9829-3.4232,3.4045-5.8924,4.265l8.5861,14.759h-8.3055m0.67342-25.87c-0.00003-0.59857-0.13097-1.1785-0.39283-1.7397-0.2245-0.56115-0.56121-1.0475-1.0101-1.4591-0.41157-0.44891-0.91663-0.78562-1.5152-1.0101-0.56121-0.26186-1.1785-0.3928-1.8519-0.39283h-15.825v9.2595h15.825c0.67339,0.00002,1.2907-0.11221,1.8519-0.33671,0.59856-0.26186,1.1036-0.59857,1.5152-1.0101,0.44891-0.44892,0.78562-0.95399,1.0101-1.5152,0.26186-0.56116,0.3928-1.1598,0.39283-1.7958"/><path d="m410.77-141.54-3.816-8.1932-19.136,0-3.9283,8.1932-7.9127,0,17.789-37.599,7.127,0,17.846,37.599-7.9688,0m-13.412-28.508-6.2291,13.076,12.402,0-6.173-13.076"/><path d="m471.86-152.2c-0.00004,3.5916-1.4404,6.3788-4.3211,8.3616-2.8808,1.9828-6.94,2.9743-12.178,2.9743-1.908,0-3.7038-0.11224-5.3873-0.33671-1.6462-0.18706-3.2362-0.50506-4.77-0.95401-1.4965-0.44894-2.9556-1.0288-4.3772-1.7397-1.3842-0.74824-2.7872-1.6274-4.2089-2.6376l4.0966-5.8363c1.1224,0.74825,2.226,1.403,3.311,1.9641,1.0849,0.52378,2.1886,0.95402,3.311,1.2907,1.1598,0.33672,2.3569,0.5799,3.5916,0.72954,1.272,0.14965,2.6562,0.22448,4.1527,0.22447,3.18,0.00001,5.5931-0.35541,7.2392-1.0662,1.6835-0.71083,2.5253-1.7958,2.5253-3.2549-0.00003-0.78564-0.33674-1.5339-1.0101-2.2447-0.63603-0.74823-1.4965-1.3281-2.5814-1.7397-0.89792-0.29929-2.0016-0.59858-3.311-0.8979-1.3094-0.33669-3.18-0.72951-5.6118-1.1785-1.4217-0.29928-2.675-0.57987-3.7599-0.84177-1.085-0.29928-2.039-0.61728-2.862-0.95401-0.82308-0.33669-1.5526-0.6921-2.1886-1.0662-0.5986-0.41151-1.1411-0.86046-1.6274-1.3468-1.9454-1.9828-2.9182-4.1901-2.9182-6.6219,0-3.9656,2.1138-6.8277,6.3414-8.5861,1.3094-0.59856,2.7498-1.0475,4.3211-1.3468,1.6087-0.33667,3.1987-0.50503,4.77-0.50506,2.6562,0.00003,5.2003,0.37416,7.6321,1.1224,2.4318,0.71087,4.901,1.8332,7.4076,3.3671l-3.816,5.9485c-1.908-1.1972-3.7599-2.0202-5.5557-2.4692-1.7958-0.44891-3.8535-0.67338-6.173-0.67341-2.6563,0.00003-4.6204,0.2432-5.8924,0.72953-1.272,0.44898-1.908,1.2159-1.908,2.3008-0.00002,0.82309,0.3554,1.4965,1.0662,2.0202,0.74823,0.48638,1.6274,0.87921,2.6376,1.1785,1.0101,0.29932,2.0389,0.52379,3.0865,0.67342,1.0475,0.11226,1.8706,0.22449,2.4692,0.33671,2.1699,0.41155,4.2275,0.91662,6.173,1.5152,1.9828,0.5612,3.5728,1.1598,4.77,1.7958,1.7209,0.93532,3.0678,2.2822,4.0405,4.0405,1.0101,1.7584,1.5152,3.6664,1.5152,5.724"/><path d="m520.68-141.54-11.504-19.249-8.4177,8.6983,0,10.55-7.127,0,0-37.599,7.127,0,0,16.611,15.713-16.611,9.5962,0-11.841,12.907,14.647,24.692-8.1932,0"/><path d="m579.39-141.54-3.816-8.1932-19.136,0-3.9283,8.1932-7.9127,0,17.789-37.599,7.127,0,17.846,37.599-7.9688,0m-13.412-28.508-6.2291,13.076,12.402,0-6.173-13.076"/></g></g></svg> \ No newline at end of file diff --git a/shields/template_usane_wide.svg b/shields/template_usane_wide.svg new file mode 100644 index 00000000..cea4caef --- /dev/null +++ b/shields/template_usane_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="750px" viewBox="0 0 750 600"><rect fill-rule="nonzero" rx="37.5" ry="37.5" height="600" width="750" y="0" x="0" fill="#000"/><path fill-rule="nonzero" fill="#FFF" d="m20.208,22.089,709.58,0-129.05,554.81-451.69,0z"/><g fill-rule="evenodd" transform="translate(5.087565,238.65268)" fill="#000"><path d="m530.95,339.25,0-0.16487-0.51294-0.87016-0.52246-0.34807-0.87017-0.1744-0.52246-0.1744-0.17367,0-0.52246-0.18319-0.18319,0-0.16487,0.18319-0.1744,0,0-0.18319-0.69613,0-0.52173-0.33854-0.1744,0,0,0.1744-0.1744,0-0.52173-0.1744-0.86101-0.1744-0.87016,0-1.3923-0.35685-0.34806,0-0.1744,0-0.34807-0.16488-0.17366,0,0-0.1744-0.1744,0-0.52173,0-0.1744-0.1744-0.1744,0-0.1744,0-0.17367,0-0.1744,0,0-0.17366-0.17439,0-0.52174,0-0.16487-0.1744-0.53126,0-1.0442-0.33927-0.51294-0.18319-0.35759-0.1744-0.6866-0.1744,0-0.1744-0.17367,0-0.34807,0-0.17439,0-0.17367-0.17367-0.69613,0-0.34807-0.34806-0.17439,0-0.17367,0-0.52246-0.33854-0.17367,0-0.1744,0-0.1744,0-0.1744-0.18319-0.1744,0-0.16487,0-0.53126-0.34807-0.52173,0-0.1744-0.16487-0.17366,0-0.34807,0-0.52173-0.35686-0.1744,0-0.16487,0-0.17367-0.1744-0.1744,0,0-0.1744-0.18319,0-4.3416-1.7312-0.1744,0-0.33854,0-0.1744,0,0-0.1832-0.18319,0-1.3923-0.51293-1.5571-0.52173-1.9144-0.69613-2.7754-0.69613-2.7937-0.87017-0.51294,0-0.87016-0.34806-0.69613-0.1744-0.52173-0.16487-0.68661-0.1832-0.18319,0-1.5571-0.34806-0.1744,0-1.2182-0.16487-3.4806-0.1744-3.2975-0.1832-2.4364-0.16487-0.69613,0.16487-3.9936,0-0.52246,0.1832-0.17367-0.1832-0.1744,0-0.18319,0.1832-4.8546,0-0.1832,0-0.16487,0-6.4392,0-0.68661,0-1.0442,0-0.69613,0-0.1744-0.1832-0.17367,0-0.18319,0.1832-0.16487-0.1832-0.34807,0-0.17439,0-0.52174-0.16487-0.17439,0.16487-0.87017-0.16487-2.4273-0.1744-0.1832-0.18319-0.17439,0-0.17367,0-0.33927-0.16487-0.18319,0-0.17367,0.16487-0.16487-0.16487-0.17367,0-0.34806,0-0.52247-0.18319-0.87016,0-0.17367-0.16488-2.6105-0.34806-0.34807-0.1744-1.5663-0.35686-0.17367,0-0.1744-0.16487-0.51294,0-0.34806,0-0.34807-0.1744-0.52246-0.1744,0.52246-0.52173,1.2091-2.6013,0.70566-1.2274,1.2091-4.1676,0-0.1744,0-0.1744,0-0.33853,0.1744,0,0-0.1832,0-0.52173,0.17366-0.1744,0-0.1744,0-1.035,0.34807-0.18319,4.1768,0,0.17366,0,1.3923-0.1744,0.16488,0,0.17366-0.1744,0.69613-1.7403,0-1.3831,0-0.1744-0.17366,0-0.52247-0.34806-0.17366-0.34807,0.52173-2.2624,0.1744-1.3923,0.17366-0.1744,0-0.16487,0-0.18319,0.1744-0.16487,0-0.1832,0.34807-1.3831,0.69613-3.1326,0.52246-0.16488,1.2182-0.53125,0.1744-0.1744,0.34806-1.2091,0.16487,0,0.69613-0.53126,0-0.16487,0.1832-0.1744,0-2.0884,0-0.1744-0.1832,0-0.33927-0.34806,1.0442-0.69613,1.9052-1.5663,1.0442-0.69613,2.2624-1.7403,1.0442-1.2091,1.5663-1.3923,2.6013-2.6105,3.8287-4.6897,1.7403-2.0884,1.035-1.7403,0.69613-1.035,0.34806-0.52246,1.2182-3.6455,0.52173-1.7495,0.6866-2.2533,0.52247-2.6013,0-1.3923,0-0.1744,0.18319-0.34806,0-0.69613,0-0.35686,0.17367-0.16487,0-0.1744,0-0.53126,0-1.2091-0.17367-1.7403-0.18319-1.3923-0.52247-2.0792-0.51293-1.5663-1.7403-3.6547-1.2182-1.7312,0-0.18319-0.34806-0.34806-0.52173-0.86101-0.16488,0,0-0.17439-2.0884-1.9144-0.87016-0.69613-0.69613,0,0-0.1744-0.17366,0,0-0.1744-1.0442-0.34807-2.9586-0.87016-1.9052-0.1744-0.69613,0-1.2182-0.16487-1.3923,0.16487-0.17366,0-0.69613-1.7312-1.2091-2.2624-0.18319-0.1744-2.0884-2.7845-0.51293-0.51294-0.69613-0.53126-0.52247-0.51294-1.2182-0.87016-0.34807-0.18319-0.69613-0.33854-0.34806-0.1744,0-0.1744-0.33928,0-0.87016-0.52173-1.0442-0.1744-0.69613-0.1744-1.3923-0.1744-2.6105,0-0.33927,0.1744-0.3576,0-0.33853,0-0.1744,0-1.3923-1.9144-0.34807-0.69613-0.69613-4.3416-0.87016-2.2624-0.69613-1.5663-1.2182-2.0884-1.5571-2.0792-0.35686-0.1744-0.33927-0.34807-1.7403-1.5663-1.5663-1.2182-2.4364-1.3831-2.4273-0.70492-1.0442-0.33854-1.2182-0.35759-1.0442,0-2.4273-0.16488-1.9144,0.16488-2.0884,0.53125-0.34807-0.53125-0.34806-0.33854-0.34807-0.69613-0.34806-0.69613-1.0442-2.2533,0-0.69613-1.2091-3.3066-1.5663-2.9494-1.2182-1.5663-1.5663-1.9144-1.3831-1.5663-2.2624-1.7403-0.70566-0.33854-1.3831-0.69613-0.17366,0-0.69613,0-0.87017-0.35686-1.5571-0.33854-0.1744,0-0.18319,0-0.16487-0.18319-1.4014-0.16488-1.0442,0-0.33927-0.17439-1.3923,0-0.1744,0.17439-1.5663,0-0.87016,0-0.1744,0,0,0.16488-0.17367,0-1.035,0.18319-0.1832-0.18319-1.035-1.0442-1.9144-2.6013-0.17367-0.87016,0-0.6866-0.1744-0.35686,0-0.52247,0-0.16487-0.34806-1.0534,0-1.2091-1.0442-3.8196-1.7403-3.8287-1.2091-2.0792-0.52173-0.53126-1.4014-2.0884-1.7312-1.9144-0.1832-0.16487-0.6866-0.87016-0.1744,0-2.0792-1.7403-2.9586-2.2624-1.7403-1.0442-0.34806-0.17366-0.52173-0.34807-1.0442-0.34806-0.87016-0.52247-0.51294-0.16487-0.53126-0.18319-0.33927-0.16487-0.34806-0.1744-1.2182-0.52173-2.7754-0.87017-1.2274-0.34806-0.16487,0-0.35686-0.1744-0.16487,0-0.17367,0,0-0.16487-0.18319,0-0.51294,0-0.17367,0-0.1744-0.1832-0.17366,0-0.1744,0-0.17367,0,0-0.17439-0.861,0-0.70492,0,0-0.1744-0.17367,0-0.34806,0-0.1744,0,0-0.16488-0.17367,0-0.69613,0-0.1744,0-1.3923-0.18319-0.16487,0-5.3858,0-0.17367,0-0.87932,0.18319-1.9144,0.16488-1.9144,0.34806-0.51294,0-0.17367,0.18319-0.1744,0-0.69613,0.16488-0.17366,0.1744-0.87016,0.16487-0.33928,0-0.87932,0.35686-0.34806,0-0.34807,0.1744-0.16487,0-0.35686,0.17439-0.51294,0.1744-0.17366,0-0.1832,0-0.6866,0.34807-1.5663,0.34806-0.52173,0.33928-1.9144,0.53125-0.33927,0-1.5755,0.68661-0.33927,0.18319-0.69613,0.16487-0.52173,0.34807-0.34806,0-2.4273,1.2274-0.87932,0.51294-0.33927,0-2.0884,1.0442-1.2182,0.69613-1.2182,0.69613-1.9144,1.2182-1.5571,1.0442-2.4456,1.9052-1.035,0.87016-0.51294,0.1744-0.18319,0.18319-0.1744,0.16487-0.17367,0.1744-0.69613,0.87017-1.3831,1.0442-4.1768,4.3416-1.9052,2.6105-0.53126,0.51294-0.34807,0.69613-0.51293,0.69613-0.70493,0.87932,0,0.16488,0,0.17439-0.1744,0.1832-2.6013,4.3416-0.33928,1.035-0.87932,1.9144-0.52173,1.3923-0.1744,0.52247-0.87016,2.2624-1.0442,4.1676-0.17366,0.69613-0.51294,2.7845-0.17367,0.69613,0,0.1744-0.35685,2.9494-0.16488,1.2182,0,0.34807,0,0.17439,0,5.5599,0,0.52173,0,0.53125,0,0.51294,0.16488,0,0,0.68661,0.35685,2.7937,0.86101,3.6455,0.34806,2.2624,1.0442,2.9494,2.0976,4.6897,2.0792,4.1859,3.6455,6.2468,1.2182,1.7403,0.87016,1.3923,0.87016,1.035,1.2182,1.9144,1.035,1.2182,1.0442,1.3831,2.6105,3.3158-1.0442,0-0.69613-0.18319-3.4715,0-0.69613-0.16488-0.18319,0,0-0.1744-0.16487,0-0.34807-0.17439-0.1744,0-0.34806-0.34807-0.34807-0.1744-1.7312-0.69613-1.4014-0.1744-0.16487-0.1744-0.70493-0.1744-1.5663-0.69613-0.52173,0-0.51294-0.34806-0.17367,0-0.17439,0-0.16488,0-1.9235-0.87016-0.87017-0.16488-0.17366-0.18319-0.69613-0.1744-0.33928-0.1744-0.52246-0.17439-0.34806-0.1744-0.1832,0-0.16487-0.16488-0.17367-0.18319-0.17439,0,0.69613-1.3923-0.1832-0.34806,0-0.68661-0.16487-0.52246,0-0.1744,0-0.1744-0.34806-0.52173-0.52174-2.0884,0-0.1744-0.69613-0.33854,0-0.18319-1.7403-0.34807-0.17367,0-0.1744,0.1832-0.34806-0.1832-0.17367,0,0-0.17439,0.17367-0.52247,0-0.17367-0.17367-0.861-0.1744,0,0-0.1744-0.861-0.70492-0.18319,0-1.2091,0-0.87016,0.35686-0.18319,0-0.51294,1.035-0.69613,1.0442-0.34807,0-0.17403-0.16487-1.3923,0-0.17403,0-1.3923,0-0.16487-0.1832,0.16487,0,1.7495-1.5663,0.16488-0.16487,0.34806-0.35686,0-0.16487,0.87016-1.2182,1.0442-2.6105,0-1.9052-0.17403-0.69613,0-0.70492-0.87017-2.4273-0.34806-0.17366-0.34807-0.52247-0.17403-0.17439-1.7403-1.5663-0.68697-0.16487-0.17404-0.18319-0.17403-0.16488-0.17403,0-0.17403,0-0.1832,0,0-0.17439-1.035,0-0.17403,0-0.5221,0.52246-0.17403,0-0.17404,0.69613,0,0.16487,0.34807,0.52173,0.17403,0.1832,0.5221,0.33854,1.035,0.861,0.70529,1.4014,0,1.2182-0.17403,1.2091-0.53126,0.70493-1.2091,1.3831-1.5663,0.87016-0.5221,0-0.17403-0.16487-0.17403,0-0.5221,0-1.7403,0.51294-1.9052,0.87016-0.87016-0.87016-0.17404,0-1.0442-0.34807-0.17403,0-0.17404,0.1744-0.52209,0-1.0442,0-0.69613-0.1744-1.0442-0.33854-0.16488-0.18319-0.69613,0-0.34806,0-0.70529,0.35686-0.51294,0.33854-0.17403-0.1744-0.17403,0-0.87017-0.16488-0.34806,0-0.17403,0.16488-0.17404,0.1744-0.34806,0.1744-0.34807,0-0.17403-0.1744-0.17403,0-0.17403,0.1744-0.5221-0.1744-0.17403,0-0.5221,0.1744-0.5221,0-0.16487,0,0,0.18319-1.7495,0-0.3389,0.16487-1.0442,0.69613-1.0442,0.1744-0.17404,0-0.34806,0.34806-0.69613,0-0.87016-0.69613-0.5221-0.87016-0.17403-1.3923,0-0.1744-0.16488-1.3923,0.16488-0.1744,0-0.51293,0.87016-1.5663,1.7403-1.7403,0.17404-0.69613,0-0.1744-0.17404-0.34807-0.17403-0.16487-0.5221-0.34806-0.861,0-2.0976,0.861-1.035,0.6866-1.0442,1.0534-0.87016,1.0442-0.87016,2.4365,0,0.1744,0,0.69613-0.17404,0.51293,0,1.9144,0.34807,1.0442,0.87016,2.0792,0.34807,0.18319,0.34806,0.51294,0.17403,0.34806,0.34807,0.1744,0.34806,0.34807,0.34807,0.34806,0.861,0.52247,0.18319,0.51293,0.5221,0.53126,0,0.1744-1.0534,1.5663-0.16488,0.1744,0,0.34807-0.18319,0.1744-0.16487,1.0442,0.34806,1.2091-1.2182,1.3923-0.69613,0.87016-1.5663,1.7403-1.2182,0.87016-0.69613,0-0.5221-0.1744-0.16488,0,0,0.1744-1.0534,0.34806-1.035,1.2091-0.34806,0,0.5221-0.87016,0.52209-1.3831-0.17403-2.6105,0-0.33927-0.34806-0.70492,0-0.33854-1.0442-1.5755-2.0884-2.0792-0.34806,0-0.69613-0.18319-0.33891-0.16487-0.17403,0-0.70529,0.34806-0.51294,0.69613-0.18319,0.1744,0,0.86101,0.34806,0.70492,1.2274,0.861,0.5221,0.52173,0.16487,0.87933-0.16487,0.87016-0.69613,0.861-1.2182,1.2182-0.18319,0.16487-0.51294,0.18319-0.5221,0.1744,0-0.1744,0-0.34806-0.34806-0.34807,0-0.17439-0.17403,0-0.69613,0-1.5663,0.6866-0.52209,0.35686-0.5221,0.34806,0,0.1744-0.17403,0.1744-0.34807,0.16487-0.5221,0-0.34806-0.51293-0.87016-0.52247-1.2091,0-0.34807,0.1744-0.69613-0.1744-0.87016-0.18319-0.34807-0.33854-0.17403,0-0.17403,0-0.34807-0.34806-0.17403,0-0.861,0-1.0534,0.17439-0.17403,0.1744-0.68697,0.33854-0.53126,0.18319-0.51293,0.1744-0.87017,0-0.52209-0.1744-0.17404,0-0.17403,0-0.17403,0-0.17403-0.18319-0.69613-0.16487-0.16488,0-0.53125,0.16487-1.2182,0.53126-0.17403,0.1744-0.16488,0.1744-0.18319,0.33854-0.34806,0-0.68697-0.16488-1.0442,0.34807-0.34806,0.1744-0.34807,0.33854-0.17403,0.17439-1.2182,0,0-0.17439-0.17403-0.1744-0.17403,0-0.17404,0-0.69613-0.52247-0.5221-0.861-0.52209-1.5663-0.17404-1.3923,0.87017-2.4273,0-0.18319,0-0.33854,0-0.34806-0.5221-0.53126-0.17403,0-0.34807-0.16487-0.17403,0-0.861,0.16487-0.5221,0.53126-0.17403,0-0.87017,1.2182-0.34806,0.52247-0.35723,0.51294-0.16487,0.34806-0.5221,1.7403,0,2.2624,0.17404,1.3831,0.68697,1.7403,0.35722,0.53126,1.0442,1.2091,1.7312,1.5663,0,0.68661,0,0.18319,0.34807,0.34806,0.17403,0.1744,0.17403,0.16487,0.87017,0.35686,0.52209,0,0.17404,0.1744,0,0.52173,0,0.34807-0.87017,2.2624,0,1.035,0.34807,0.87016,0.5221,0.69613,0.69613,1.5571,0,1.5663-0.5221,1.7403-0.5221,0.87016-1.0442,0.34807-1.5663,2.2533-0.16487,0,0,0.1744,0,1.9235-0.35723,1.2091,0,0.34807,0,0.34806,0,0.34807,0,0.87016,0.69613,1.2182,0.69613,0.52246,0.87017,0.34807,0.69613,0.51294,0.17403,0.69613,0.69613,0.87016,0.34807,0.1744,0.69613,0.34806,2.9494,0,0.87016-0.1744,1.0442,0,2.7845-0.69613,0.34806-0.16487,0.69613-0.35686,0.33891-0.16487,1.2182-1.2274,1.0534-0.861,0.3389,0,0,0.34807-0.87016,2.7754,0,0.34806-0.17403,0.52246,0,0.1744-0.17403,1.2182,0.70529,2.2533,0.3389,0.70493,1.9144,1.2091,1.0442,0.18319,0.69613,0.1744,0.17404,0.16487,0-0.16487,0.69613,0,0.861,0,0.35723,0.16487,0.51293,1.0442,0.5221,1.7403,0.5221,1.2182,1.2182,2.4364,0.69613,0.51294,0.17403,0.1744,0.17403,0,0.17403,0,0.34807,0.1744,0.17403,0.18319,0,0.1744,0.17403,0,0.34807,0.69613,0.34806,1.3831,0.34807,1.3923,0.17403,0.34807,0,1.9144-0.34806,1.3831-0.69613,2.6105-1.0442,1.7312-0.34806,0.70492-1.3923,2.0792-1.2182,1.3923,0,3.2975,0,0.70492,0.5221,0.69613,0.69613,0.68661,0.17403,0.53125,0.17403,0.34807,0.34807,0.861,0,1.0442,0.17403,0.34806,0,2.0792-0.17403,0.18319-0.69613,0.16488,0,0.18319-0.17404,0-0.87016,0.34806-1.3923,0.69613-1.5571,0.86101-2.6105,1.7403-0.861,0.51294-0.87933,0.70492-0.87016,0.34807-0.16487,0-0.35723,0.1744-0.16487,0.1744-0.17403,0-0.87016,0.34806-0.5221,0-0.17403,0,0,0.1744-0.34807,0.17367-0.5221,0-0.17403,0.1744-0.17403,0-0.17403,0-0.17404,0.17439-0.87016,0.1744-1.7403,0.69613-0.5221,0.16488-0.51294,0.1744-1.0442,0.35685-2.6105,1.3831-2.7754,1.5663-0.69613,0.52173-3.1326,2.4364,0,0.34807-0.17403,0.16487m214.84-39.798-0.17367,0-0.18319,0-0.17366,0-0.86101-0.52173-0.87932-0.1744-0.16487-0.34806-0.17367,0-0.35759,0-0.51294-0.34807-0.69613-0.16487-0.87016-0.35686-0.17367-0.34806,0.17367-0.51294,0.52246-0.87016,0.17367-0.35686,0.52246,0,1.9144,1.0442,3.1326,1.4014,1.035,2.2533-0.17366,0.17439-0.34807,0-0.69613-0.34806-0.33927,0-0.69613-0.52246m-86.045-66.911,0.17367,0.33854,0.1744,1.2182,0,0.35686,0,0.16487-0.1744,0-0.17367,0.16487-0.16487,0-0.18319,0-0.34807-0.16487-0.1744,0-0.17366-0.16487-0.34807,0-0.1744,0-0.16487-0.18319,0-0.87017,0-0.1744,0-0.1744,0-0.17439,0.16487-0.1744,0.1744,0,0.17367,0,0.34806,0,0.1744,0.1744,0.18319-0.1744,0.16488,0,0.18319,0,0.16487-0.16488m0-8.1704,0,0.69613-0.34806,0.6866-0.34807,0-0.52246-0.87016,0-1.035,0.87016,0,0.34806,0.52247m90.213,76.996-0.17439,0-2.0884-3.8287,0-0.1744-0.1744,0,0-0.1744-1.9052-3.4715-1.0534-1.7403,0.17367-0.1744,0.52246-0.52247,0.87017-0.34806,0.1744,0,0.70492,1.5663,1.2091,3.3066,0.87016,0.51294,0.1744,0.35759,0.52173,1.9144,0,0.33928-0.17367,0.17366,0,0.52247,0.87017,1.2182-0.17367,0.16488-0.34807,0.35686m-56.67-60.142-3.6455,32.159-29.027,4.3416,0-1.7312,1.0442-0.1832,2.0792-0.51293,1.2182-0.1832,0.70566-7.6391-5.221,1.2091,0-1.9052,5.395-1.3923,0.861-9.9107-9.0314,2.0884,0,4.3416-0.87932-1.3923-1.5571-2.7754-0.87016-1.5663,35.457-7.8132,0.52246-0.53125,0.69613-3.6547-0.52173-0.33853-40.495,10.25-1.2274,0.17439-0.33927,0.52174-0.17366,0-0.34807,0-0.34806,0-0.69613-0.52174-1.0442-0.17439-0.16487-0.1744-0.53126-0.1744-2.0884-1.5571-2.7845-2.7845-3.1234-3.8196-0.17366-0.18319,0-0.16488-0.1744,0-0.87016-1.5663-1.035-1.5571-1.2182-1.4014,0-0.1744-0.17366,0,0-0.1744-2.4365-3.6547-2.0884-3.9936-2.0792-4.0028,0-0.16487-0.1744-0.17367,0-0.1744-1.0442-2.4364-0.86101-2.4365-0.87932-2.2533-0.17366-0.18319,0-0.16488,0-0.16487-0.52247-1.5754-0.34806-1.5663-0.34807-1.3831,0-0.1744,0-0.1832,0-0.17439-0.33927-2.4273-0.18319-2.4364,0-2.4273,0-0.1744,0-0.35686,0.18319-0.16487,0-2.2624,0.33927-2.2533,0.34807-2.4364,0-0.1744,0-0.35686,0.1744-0.16487,0-0.69613,0.34806-0.69613,0-1.0442,0.17367-0.1744,0-0.34806,0-0.1744,0.70492-2.0792,0.52246-2.0884,0.68661-2.0884,0.17366-0.1744,0-0.17367,0-0.17439,0.68661-1.5663,0.69613-1.9144,0.87016-1.7312,0-0.18319,0.18319-0.16488,1.7312-3.2974,2.0884-3.1418,2.0884-2.9402,0.1744,0,0-0.18319,0.17366-0.1744,0.68661-1.035,1.0534-0.87932,0.86101-0.87016,0.17366,0,0-0.16488,0.1744-0.18319,1.7403-1.5571,1.9052-1.5663,2.0884-1.3923,1.7403-1.0442,1.7403-0.861,1.5663-0.87017,0.1744-0.17366,0.17366,0,0.1744-0.1744,1.9052-1.0442,2.0976-1.0442,2.0792-0.69613,0.16487-0.1744,0.1832,0,0-0.1744,6.7781-2.2624,5.908-1.5571,5.221-0.87017,4.3416-0.1744,3.2975,0,0.1744,0.1744,0.17366,0,0.18319,0,1.3831,0,1.2182,0.34807,1.3923,0.1744,0.16488,0,0,0.16487,0.18319,0,0.69613,0,0.69613,0.34807,0.69613,0.18319,0.16487,0.1744,0.1744,0,0.17367,0,6.6041,2.9494,5.0378,3.6547,3.8287,4.3417,2.7845,4.1676,1.9144,4.1768,1.035,3.2975,0.52247,2.2624,0.18319,0.87016,0.17367,0.52173,0.16487,1.2182,0.52173,2.2624,0.34807,2.9494,0.17439,3.4806,0,4.3416-0.34806,4.8729-0.861,5.2118-1.2274,5.7339-2.0792,6.256-2.7754,6.43-3.6547,6.7781-3.4715,4.8638-1.2274,1.5663-0.17367,0.18319-2.6013,0.51294-4.6989,1.0442-2.6013,0.34807,0.33927-0.1744,0.87932-1.0442,1.035-1.9144,0.87016-1.7312,0.1744-0.87016,0.17366-0.34807,0.87017-0.34806,2.6105-1.2182,3.4715-2.2533,0.87933-1.2182,1.035-0.87017,2.0884-0.69613-2.4364,0-2.4365,1.3923-2.0792,1.2182-2.0884,0.87016-1.2182,0.51294-0.52173,0,0.17367-0.69613,0.69613-1.9052,0.69613-2.0884,0.52173-1.9144,0.1744-1.2182,0-0.34807,0.87016-0.17439,1.9144-0.33854,2.9494-0.69613,1.7403-0.87933,2.0792-1.035,2.7845-1.2091-2.6105-0.18319-2.4273,0.69613-1.9052,0.87016-2.9677,0.861-1.7403,0-0.51294,0,1.0442-2.7754,0.861-0.52246,1.9144-1.0442,2.4364-1.2182,2.4365-1.7403,2.9494-2.4273,2.7845-2.4365-2.6105,0.53126-2.4364,1.3831-1.9144,1.2182-3.2975,1.5663-1.9144,1.035-0.69613,0.1832,0.1832-1.5663,0.33927-3.4806,0.34806-3.2975,0.1832-0.17439,0-0.1832,0-0.1744,3.6455-2.9402,3.9936-2.6105,3.4806-3.3066-3.4806,1.7403-3.6455,1.3831-3.6547,1.9144-0.33927-0.861-0.35686-0.87017-0.1744-0.87932,0-0.16487,0-0.17367-0.17366-0.1744,0-1.4014,0-1.2091,0-0.34807,0.17366-0.1744,0.53126-0.69613,0.861-0.861,0.17367,0,0-0.18319,0.1744,0,1.2182-1.2091,1.2182-1.2182,1.2091-1.2182,0.18319-0.1744,0.1744-0.34806,0.16487-0.17367,1.7495-1.2182,1.3831-1.5571,1.2274-1.7403-1.7495,1.3831-1.9052,1.5663-1.7403,1.2182-0.1744,0.1744-0.17367,0.1744-0.1744,0.17366-1.2091,0.87016-1.2274,0.87017-1.5663,0.69613-0.17367,0-0.1744,0.16487-0.17366,0.18319-0.34807,0.33854-0.33927,0.1744-0.1744,0,0-0.33927-0.34807-1.0442-0.52173-1.3923,0-0.1744-0.1744-0.18319-0.52173-1.5571-0.34806-1.5571-0.52247-1.4014,0-0.16488,0-0.34806-0.17366-0.1744-0.1744-0.53126-0.1744-0.51294,0.1744-0.34806,0.34806-1.0534,0.52247-1.3831,0.17366-0.17439,0-0.1744,0.87017-3.1326,1.3831-2.4181,1.3923-2.4456,0.52246-1.5571,0-1.5663-0.1744-1.5663-0.1744,1.2182-0.33853,1.2091-0.53126,1.0442-1.5571,2.2624-1.9144,1.7403-1.3923,2.4365-0.17367,0.16487,0,0.1744-0.69613,0.87016-0.52246,0.53126-0.16488,0.16487-8.3536-5.8988,0-0.18319,0.17367-0.1744,0.18319-0.87016,0.68661-0.861,0.52246-1.0534,0-3.8196,0.17367-3.6455,1.2182-3.6547-2.2624,3.1234-1.3923,3.4806-1.035,3.8196-0.69613,1.0534-1.0442,0.87016-0.87016,0.861-0.1744,0.1744,0,0.18319-0.17367,0.17367,0,0.16487-6.43,0.1744,0-0.33927,0-0.35686-0.1744-0.1744,0-0.1744,0-0.34806,0.1744-2.7754-0.69613-2.7845-0.1744-2.7754-0.87016,3.3066-0.34807,3.2883-1.3923,2.9586-0.17366,0.1744,0,0.18319-0.33928,0.861-0.17439,0.52246,0,0.17367-0.69614,0.1744-0.87016,0.1744-0.69613,0.1744-0.1744-0.1744-0.34806-0.52173-0.52247-0.87017-0.17366-0.17439,0-0.1744-0.1744,0-2.6013-2.7754-1.5663-3.3066-2.2624-3.3066,1.7403,3.4806,1.0442,3.6547,2.0792,3.3066,0,0.16487,0.17366,0.17367,0,0.1744,0.1744,0.34806,0.18319,0.34807,0,0.1744-8.1795,3.2975-0.1744,0-0.16488-0.16488-3.3066-1.0534-2.6105-1.7403-2.7754-2.0792-0.87017-0.1744-0.87932-0.17439-1.035,0,0.69613,0.17439,0.69613,0.1744,0.69613,0.35686,2.0792,2.2441,2.0884,2.4364,2.6105,1.7403,0.17439,0.17439,0.17367,0.17367,0,0.1744,0.33927,0.1744,0.1744,0.16487-0.861,0.53126-1.9144,1.5571-2.2533,1.7403-0.1744,0-0.18319,0.18319-1.035,0.69613-0.52246,0.861-0.69613,0-3.4806-0.6866-3.2975-1.0534-3.6547-0.34806,3.1326,1.4014,3.1234,1.3831,2.4364,2.6013,0,0.1744-0.1744,0.18319-1.5663,3.2975-2.2624,4.5157-1.035,2.0884-4.0028-0.87016-3.6455-3.4715-1.7403-1.9144,2.2624,4.5157,5.2118,3.6547,2.7754,1.5663-0.51294,5.3858-0.87016,0.87016-2.2624,1.3923-2.2624,0.1744-2.0792-1.5663-2.6013-2.4365-1.4014-1.7403,1.0442,3.6547,3.9936,2.6013,4.0028,1.9144,1.0442-0.33854,0.52173-1.0534,0.87016-0.6866,0.51294,3.8196,0.52246,4.8729-0.34806,2.4273-3.1234-0.34806-2.7845-1.3831-2.9494-1.5755,3.3066,3.3066,4.3416,1.5663,2.9494,2.2624,0.52247,1.2091,1.0442,2.6196,1.0442,1.9052-1.9052,0.1744-1.9144-0.87016-1.9144-0.69613,1.9144,1.5663,2.0792,1.0442,2.4365,0.69613,0.69613,1.035,0.87016,1.7403,0.16487,1.0442-1.9052,1.2091-1.7312,0-2.0976-0.861,2.6105,1.3923,2.7845,0.17439,2.0884,1.3923,0.51294,1.2182,1.0534,2.0792,0.51294,1.0442-0.17367,0-0.87016,0.87016,1.7403,0.34807,1.3923,2.2533,0.68661,0,44.323-11.294m-33.707-5.9079,0.16488,0.1744,0.52173,0.1744,0.34806,0,0.1744-0.34807-0.1744-0.861,0-2.9677,0-0.34807,0-0.51294,0.69613,0.1744,1.3923,0.51294,0.52173,0,1.035,0.35686,0.1744,0,0,0.1744,0,0.1744,0,1.9052-0.1744,0.1744,0,0.87017-0.16487,0.69613,0,0.52246-0.1744,0.87016-0.34807,0.16487,0.16487,0.3576,0.35686,0.17439,0.51294,0,0.69613,0.86101,0,0.1744,0,0.18319,0,0.16487-0.52173,0.87016-1.5571,3.3066-0.52173,0.1744-0.87017,1.2182-0.17366,0-0.34807-0.34807,0.17367-1.0442,1.5663-1.7403-0.18319-0.53125-0.16487-0.33854-0.52247,0.1744-1.2182,1.7312-2.2624,3.1418-0.34806,0.33927,0.34806,0.52173,0,0.1744-0.1744,0.34806-1.0442,1.2274-0.52173,0-0.1744-0.18319,0-0.1744,0-0.17367,0-0.69613,0-0.1744,0.69613-1.2091,0.18319-0.69613,0.17367-0.69613,1.3923-0.87017,0.16487-0.34806,0-0.1744-0.16487-0.17367-0.35686,0,0-1.7495,0-1.1999-0.17367-1.2274-0.1744-0.861-0.34806-0.1744,0-0.1744-0.16488,0,0-0.18319,0-1.3831,0.16488-0.52246,1.4014,0m18.594,6.7873,0,0.68661-0.87017,1.7312-0.17366,0-0.1744,0,0,0.1832-0.52173-0.1832,0-1.7312,0.17366,0,0.1744-0.34807,0.69613-0.33854,0.69613,0m3.2975-15.654,0.17367,0,0.1744,0,0.34806,0,0.17367,0,0.52246,0.34806,1.0442,0.52173,0.52173,0.1744,0.1744,0,0,0.1744,0.17366,0.1744-0.17366,0.69613,0.17366,0.16487,0.1744,0.18319,0.1744-0.18319,0-0.33854,0.16487,0,0-0.1744,0.87933-0.52246,0.16487,0,1.2274-0.34806,0.16487,0,0.34806,0.17439,0.69613,0.34807,0.1744,0.34806,0,0.34807,0,0.52246,0,0.33854-0.1744,0.70493,0,0.16487-0.17366,0.18319-0.1744,0.34807-0.17367,0.16487-0.34806,0.34806,0,0.70493,0,0.16487-0.1744,0.52246,0,1.7495,0.1744,0.16487,0,0.16487,0,0.1832,0,0.34806-0.1744,0,0,0.87016-0.16487,0.69613-0.52247,0.52247,0,0.1744-1.2274,0.51294-0.33928,0-0.18319,0,0-0.16488,0-0.17366,0-0.1744,1.4014-1.0442-0.17366-0.1744-0.1832-0.17366-0.16487,0,0-0.1744,0-0.1744,0.16487-0.1744-0.52173-0.1744-0.16487-0.1744,0-0.1744,0-0.17439,0.33927-0.69613-0.17367-0.1744-0.16487,0-0.35686,0.6866-0.6866,0.70492,0,0.1744-0.34807,0.1744-0.17439,0-0.17367,0,0-0.1744,0-1.0442,0-0.16488,0.17367-0.69613,0.17439,0,0.17367-0.35685,0.34807-0.34807,0.17439-0.1744,0.33928-0.33854,0-0.18319-0.16488,0-0.34806,0.18319-0.52173,0.33854-0.52247,0.34807-0.17366,0.35686-0.1744,0.6866,0,0.87016-0.17367,0.52247,0,0.17439-0.16487,0.1744-0.18319,0-0.1744-0.1744-0.17367,0,0-0.17439-0.1744-0.69613-0.17366-0.51294,0-0.18319,0-0.1744,0-0.33854,0-0.1744-0.1744-0.18319-0.17367,0-0.34806,0.69613,0.17366,0.87016,0.34807,0.52246,0,0.1744-0.17367,0.69613,0,0.1744-0.1744,0,0,0.16487-0.17366-0.16487-0.1744-0.1744,0-0.17366-0.16488,0,0-0.1744,0-0.1744,0-0.1744-0.35685-0.1744-0.1744,0,0-0.1744,0-0.1744,0-0.1744-0.16488-0.87016-0.18319-0.69613,0-0.1744,0.34807-0.87016,0.1744,0,0-0.1744,0.17366-0.16487,0.18319,0,1.035-2.4456,0.17367-0.51293-0.17367-0.1744-0.1744-0.1832-0.17366,0-0.52247,0.87017-0.16487,0.18319-0.18319,0-0.17367,0,0-0.18319-0.33927,0-0.35759,0,0,1.7403,0,0.35686,0,0.6866-0.17367,0.1832,0,0.33854-0.33927,0.52246-0.18319,0.35686,0.18319,0.51294,0.33927,0.51293,0.17367,0.1832,0,0.17439,0,0.1744-0.17367,0,0,0.1744-0.33927,0-0.35686,0.69613-0.16487,0.69613,0.16487,0.52247,0.53126,0.52173,0,0.16487,0,0.18319-0.17367,0.16488-0.18319,0-0.17367,0.17366-0.16487,0-0.34806,0.52247,0,0.17439-0.35686,0.1832-0.16488,0-0.52246,0-0.17367,0,0-0.1832-0.17439,0-0.34807,0.1832-0.17367,0-0.17439-0.1832-0.17367,0-0.1744,0-0.17367,0-0.34806-0.33853,0-0.1832-0.34807-0.69613-0.17366-0.33854-0.1744-0.53125,0-0.33854-0.87016,0.33854-0.51294,0.18319-0.17367,0.34806-0.18319,0.52174-0.33927,0.33853-0.87932,0.52247-0.1744,0.1744-0.33927,0-0.1832-0.1744-0.33927-0.16487,0-0.1832-0.1744-0.1744-0.34806-0.6866-0.1744-0.34806-0.52173-1.0442-0.34807-0.52173-0.1744,0-0.16487-0.52246,0-0.1744,0.16487-1.0442,0-0.1744,0.1744-0.1744,0.34807-0.33854,0-0.18319,0.17366-0.52246,0.34807-0.33854,0.33927-0.52246,0.35759-0.34807,0-0.18319,0.17367-0.1744,0-0.1744,0-0.1744,0.16487,0,0.18319,0,0.1744,0.1744,0.16488,0.1744,0.17439,0.1744,0,0.18319,0.17367,0.34807,0.52246,0.33853,0.35686,0,0.34807-0.17439,0.17366,0.17439,0.68661,0,0.69613-0.17439,0.52246-0.33854,0.87016-0.1744,0.87017-0.35686,0.1744-0.1744,0.17366-0.1744,0.1744-0.16487,0.17367,0,0.33927,0,0.70492-0.53126,0.52247-0.69613,0-0.33854,0-0.1744,0.17366,0,0.16487-0.1744,0.69614-0.69613,0.17439-0.52246,0-0.34806,0-0.1832,0.17367,0,0-0.16487,0.34807-0.17367,0.17439-0.17439,0-0.1744m75.961,56.139-0.34807,0-0.53125-0.52246-0.86101-0.34807-1.5663-1.035-0.52173-0.34807-0.68661,0-0.18319,0.34807-0.52246,1.9052-0.51294,0.18319-0.18319-0.18319,0,0.18319-0.16487,0-0.34807,0-0.1744-0.18319,0-1.0442,0-1.3831,0-1.0442-2.2624-1.7403-2.0792-1.3831-0.18319-0.18319,0.18319,0,0-0.1744,0.861,0.1744,0.17367,0,0.1744,0,4.0027,1.5663,1.7403,0.52246,1.5571,0.87017,2.6105,1.7403,1.3923,1.035,0.16487,0.1744,0.35686,0.34806,0.1744,0.18319,0.33927,1.035-0.1744,0.34806-0.52173,0-0.1744-0.17439-1.0442-0.34807-0.68661-0.52246m-73.698-44.836,0.34807,0,0.1744,0,0.17366,0.17367,0.52247,0.34807,0.33927,0.16487,0,0.17366,0.18319,0,0,0.1744,0.17367,0.1832,0,0.16487,0,0.1744,0,0.18319-0.17367,0-0.18319,0-0.16487,0-0.87017-0.18319-1.5663-0.52247,0-0.1744-0.17367,0,0-0.17366,0-0.16487,0-0.1832,0.17367-0.16487,0-0.17367,0.1744,0,0.18319,0,0.68661,0m-3.1326,2.2533,0.1744,0,0.17367-0.16488,0,0.16488,0.18319,0,0.33927,0,0.87016,0.34806,0.1744,0.1744,0.17367,0.34807,0.1744,0.16487,0.34806,0.87932-0.16487,0.87016-0.35686,0.17367-0.17367,0-0.34806,0.1744-0.1744,0,0,0.1744-0.34807,0-0.17366,0-0.1744,0.1744-0.16487,0-0.35686,0,0,0.1744-0.33927,0-0.1832,0-0.17439,0-0.33928,0,0,0.17439-0.17366,0-0.87016,0.1744-0.1832,0-0.1744,0,0-0.1744,0.70493-1.2274,0.33927,0,0.18319,0,0.51294-0.68661,0.1744-0.1744,0-0.17439-0.1744,0,0-0.1744-0.17367,0-0.16487,0.1744-0.17367,0.17439-0.18319,0-0.17366,0,0-0.17439,0-0.1744,0.17366-0.35686,0.18319-0.33854,0.17367-0.1744,0.51294-0.34806,0.18319-0.1744,0.16487,0m71.61,57.009,0-0.16487,0-0.1744,0-0.18319,0.1744-1.9052,0.17367-2.4364,0.1744-1.2182,0.18319-0.69613,0-1.035,0.16487-0.53125,0-0.51294,0.1744-0.52246,0-0.69613,0.18319-0.1744,1.3831-0.1744,0.34807,0,0.1744,0.34806-0.69613,3.8196,0,0.1744,0,0.1744,0,0.17366-0.1744,0.1744,0,0.52247-0.34807,1.9144-0.34806,1.7312-0.33927,1.2274,0,0.87016,0,0.6866-0.18319,1.5663-0.87017-0.16487-0.1744-0.18319,0-0.1744,0-2.4364m-97.504-52.659,0-0.69613-0.52247-0.52246-0.17366,0-0.52247-2.4365,0-0.861,0-1.2274,0-0.52173,0-0.16487-0.17366-0.17367-0.34807,0.17367-0.1744,0.861-0.16487,0.18319-0.53126,0-0.33927,0.16487,0,0.52247,1.2091,1.2182,0.34806,1.9144,0,0.17367,0,0.34807,0,0.17439-0.1744,0.1744-0.34806,0.34807-0.16487,0.16487-0.69613,0.69613-0.70566,0.18319-0.17367,0.33854,0.17367,0.53126,0.53126,0.52246-0.18319,0.33854,0,0.34807,0.52246,0.35686,0.69613,0,0.69613,1.035,0.87016,0.52246,0,0.1744,0.34807,0.34807,0.16487,0.1744,0,0.52246-0.51294,0.1744-0.69613,0-0.34806,0.16487-1.0442,0.1832-0.1744,0-0.33927-0.1832-1.4014-1.5571-0.16487-0.52246,0.52246-0.16488,0.16488-0.18319,0-0.34806-1.2091-0.87017-0.52247-0.69613-0.69613-0.6866,0-1.4014,0-0.16487,0-0.34807,0.1744-0.1744,0.16488-0.1744,0.35685-2.0884,0.34807-1.7312,0-1.4014,0.1744-2.0792,0.16487-0.34807,0-0.34806,0.18319-0.1744,0.17367-0.1744,0.16487-0.34806,0.17367-0.16488,1.4014-0.87016,1.9052-1.2274,0.17439,0.52247,0.34807,1.2182,0,0.1744,0.17367,1.5663-0.17367,0.17439,0.17367,0.34807,0.33927,0.33927,0.35686-0.16487,0.87016-0.69613,1.0442-0.52247,0.33928,0.1744-0.33928,1.0442,0.1744,0.87016,0.69613,0.87016,0,0.86101,0.16488,1.3923,0,2.0792-0.69613,1.0534-0.69613,0.861-0.52247,0.87017,0,0.53125-0.51294,0.33928-0.52246-0.1744-0.35686,0,0-0.16488-0.16487-0.34806-0.1744-0.18319,0.1744-0.68661,0-0.34806m109.33-1.0442,0.17366-0.52173,0.1744-0.18319,5.3858,0,0.52173-0.16487,0-0.33854,0-0.53126,0.87016,0.1744,0.86101,0.35759,2.0884,0,1.2182-0.53126,0.17439,0,0-0.1744,0.52174,0,0.87932-0.52173,1.035-0.87016-0.17366-0.34806-0.34807-0.34807-0.51294,0.18319-1.4014,0.51294-0.52246,0.1744-0.6866,0-0.69613,0.1744-0.53126,0-0.861,0-0.52174,0-0.17439-0.1744-1.0442,0-0.1744-0.1744-0.52173-0.16487-0.34806,0-2.2624-1.5663-0.87016-0.52174,0-0.17439,0.35759-0.1744,2.4273,0,1.3923,0.34806,0,0.17367,0.52173,0.16487,0.69613,0.18319,1.3831,0,0.17367-0.18319,0.69613,0,0.17439,0,0.34807,0,1.0442-0.51294,1.5663-0.87932,0-0.16487-0.16488-0.34807-0.53125,0-0.69613,0.34807-0.34807,0.16487-0.17366,0-0.33928,0.18319-0.70492,0-0.34806,0.1744-1.5571,0-0.18319-0.1744-0.861,0-0.1744,0-2.0884-0.69613-0.34807-0.1744-0.69613-0.34806-0.34806-0.1744-0.16487-0.1744,0-0.1744,2.0792-0.87016,0.87016-0.34807,0.52246-0.52173,0-0.34806-0.52246-0.1744-0.17367,0-0.34806,0.1744-0.1744,0-0.17367,0-0.52246,0-0.17367-0.1744-1.2182-0.1744-0.52246,0-0.51294-0.52246,0-0.51294,0.1744-0.18319,0.17367,0.18319,0.16487,0,0.69613,0.51294,0.34807,0,0.17366-0.16488,0.34807,0,0.34806-0.1744,0.87016,0,0.17367-0.17439,2.2624-0.53126,0.1744-0.33854-0.1744-0.34807-0.34806-0.18319-0.17367,0-0.1744,0-0.1744,0-0.87016,0.18319-1.0442,0-0.87017,0.1744-0.69613-0.35685-0.69613-0.69614,0.1832-0.17439,0.33927,0,0-0.16488,1.3923,0.16488,0.17366,0,1.0442,0,0.34806,0.17439,0.52247,0,0.17366,0,0.1744,0.1832,0.34807,0,0.16487,0,1.0442,0.34806,0.69613,0.34807,0.87016,0.34806,1.2182,1.0442,1.5663,1.3831,1.3923,1.3923,1.7403,2.4364,0.17367,0.52247,0.52246,1.035,0.33928,0.52247,1.0442,3.8287,0,1.0442,0.1744,0.69613,0,1.0442,0,0.51294,0,1.0442-0.6866,3.4806-0.35686,2.4273-1.2091,4.5248-0.69613,1.5571-0.18319,0.69613-0.33927,1.2182-0.87017,2.2624-0.69613,1.5663-1.3923,2.6013-1.3923,2.2624-2.6013,4.6989-1.0442,1.3923-1.7403,2.6013-3.3066,3.8196-3.4715,3.3066-0.17367,0.1744-0.34807,0.1744-0.17439,0-0.1744,0-0.17367-0.34806-0.1744-1.2182-0.17366-0.34807,0-0.1744-0.69613-1.7312-1.3923-1.7403-1.035-1.0442-0.69613-0.34807-0.69613-0.34806-0.35686-0.34807,0.53126,0,3.3066,0.34807,1.3831,0,0.17366-0.1744,0.52247,0,0.1744,0,0.17366-0.1744,0.69613,0,2.6013-0.52173,2.0884-0.87016,0.1744-1.035-0.34807-0.18319-0.52246,0.18319-0.34806,0.16487-0.1744,0-1.7312,0.34807-0.34806,0-0.87017,0.35686-0.34806-0.18319,0,0.18319-0.34807,0-0.52246,0-0.34807,0.16487-0.34806-0.16487-0.1744,0-0.52173,0.16487-0.1744,0-1.3923-0.16487-2.7754-0.53126-0.34807,0-1.2182-0.33854,0.1744-0.69613-0.1744-0.52246-0.52173-0.53126-1.0442-0.34806-0.69613-0.16488,0-0.1744-0.69613-0.1744-0.69613-0.34806-0.34806-0.34807-0.68661-0.34806,0-0.1744-0.18319,0,0.18319-0.69613,0.34807-0.34806,0-0.1744,0.1744,0,2.7754,0,0.1744-0.16488,0.34806,0,1.2182-0.35759,0-0.52173-0.34807-0.34806-0.34806-0.34807-0.69613-0.1744-0.87016-0.51294-0.34807-0.18319-0.52246,0-0.1744-0.1744,0-0.52246,0.1744-0.16487,0.18319-0.1744,0.16487,0,0.69613-0.18319,2.0884,0.18319,1.5663,0.51294,0.34807,0.18319,0.6866,0.33854,0.35686,0.18319,0.1744,0.16487,0.69613,0,0.16487,0.18319,2.7845,0,0.17367-0.18319,0.87016,0,0.17367,0,0-0.16487,0.69613,0,1.0442-0.35686,1.3831-0.34806,0.1744-0.1744,0.34807,0,1.7403-1.035,1.0442-0.69613,0.1744-0.34806,0-0.1744-0.52247-0.34807-2.4364,1.2091-0.68661,0.1744-0.34806,0-0.18319,0.18319-0.17367,0-0.34806,0-0.16488,0.17367-1.3923-0.17367-0.69613-0.18319-0.34806,0-0.17367,0-1.0442-0.1744-1.9144-0.6866-1.2091-0.52173-0.52173-0.34807-0.52246-0.34806-0.52174-0.34807-0.17439-0.1744-0.1744-0.34806-0.17367-0.34807,0-1.2182,0.17367-0.1744,0.1744,0,0-0.17439,0.69613-0.52247,0.17439,0,1.0442,0,0.33927,0.35759,0.35686,0,0,0.16488,1.7312,0.52246,1.2182,0.18319,0.69613,0,0.17367,0,1.0442,0,0.1744,0,0.52173,0,0.34807-0.18319,0.51294,0,0.70492-0.1744,0.6866-0.1744,0.69613-0.33854,1.2182-0.52246,1.5663-0.87932,0.52247-0.33854,0.1744-0.1744,0.17366-0.18319-0.17366-0.33928-0.69613,0-0.17367,0.1744-0.34806,0-0.87017,0.52247-0.52173,0-0.1744,0-1.0442,0-0.17367,0.1744-0.861-0.1744-1.2182,0-0.69613-0.1744-0.52173-0.18319-0.1744,0-0.17366,0-0.34807-0.16488-0.69613-0.1744-0.87016-0.34806-0.52247-0.34807,0-0.18319,0.34807-0.16487,0.1744-0.69613,0-0.52246-0.52247-0.1744-0.17366-0.1744-0.34807,0-0.34806,0-0.87016-0.1744-1.3923-0.69613,0-0.51294,0.18319-0.18319,0.34806-0.1744,0.16488-0.1744,0.69613,0,0.17439,0,0.35686,0.1744,0.16488,0,0.35685,0.35759,0,0.16487,0.68661,0.1744,0.69613,0,0.17366,0.1744,0.52247,0,0.69613,0.1744,1.3923,0.17367,1.3923,0.18319,0.51294,0,1.7403,0.33854,0.34807,0.34806,1.3923,0.1832,0.87016-0.35686,0.6866-0.34807,0.35759-0.34806-0.17439-0.52173-0.52174-0.33854-0.52246,0-0.1744,0-0.34806,0-0.52174-0.35759-1.5663-0.34807-0.87016-0.34806-0.69613-0.34807-0.33854-0.16487,0-0.18319,1.3831-0.69613,0-0.33854-1.0442-0.69613,0.17439-0.1744,1.2182,0,0,0.1744,0.52173,0,0.1744,0.1744,0.52173,0,0.1744,0.16487,0.69613,0,0.34807,0,1.0442,0,2.2533-0.33854,2.4364-0.69613,0.1744-0.18319-0.1744-0.51294-0.33927-0.1744-0.18319,0-0.52173,0-0.1744,0.1744-0.17367,0-0.861,0-0.53126,0.1744-0.16487,0-0.53126,0-2.2533,0.33854-0.52247-0.16488-0.87016-0.69613-0.52246-0.1744-3.1326-2.6105,0-0.34807-1.2091-1.035-0.17366-0.34807,0.87016,0.16487,0.34807,0.1832,1.0442,0.17366,0.861,0.1744,0.52247,0.16487,1.7403,0.35686,1.7403,0,2.2533,0,0.69613-0.18319,0.87016-0.87016-0.34806-0.68661-0.16487,0-0.87933,0.16488-0.69613,0.35686-0.17366,0.16487-0.33927,0-0.1744,0.18319-1.7403-0.18319-0.1744,0-0.52173-0.16487-0.34806,0-0.87017-0.52247-1.5571-0.34806-1.7403-0.1832-0.69613-0.33853-0.87017-0.1744,0-0.34807m5.7339,48.317,0.52173-0.1744,0.1744,0,1.0442,0.34807,1.5571,0.69613,0.87017,0.52173,0.1744,0-0.34807,0.1744-0.52246,0.33854-0.17367,0.18319-0.16487,0-0.34807-0.18319-0.53125-0.33854-0.16488,0-0.17366,0-0.52247-0.34807-0.87016-0.52173-0.34806-0.1744-0.17367,0-0.1744-0.17439-0.17367,0,0-0.1744,0.34807-0.1744m-48.674-6.082,0.18319,0.1744,0.16488,0.34806,0,0.17367,0,0.1744-0.16488,0-1.2182,0.52246-0.1744,0-0.52173-0.1744-0.34807-0.1744-0.1744,0-0.1744,0-0.34806-0.17439-0.17367-0.1744-0.33927,0-0.35686-0.34807,0.69613-0.69613,0.17367-0.1744,1.5663,0.52247,0.34807-1.9144,0.1744-0.1744,0-0.52173,0.17366-0.52246,0.1744,0,0.17367,0.17439,0.34806,0.52247,0.16487,0.17366,0.1832,1.2182-0.53126,1.0442m-3.6455,12.686,0-0.1744-1.3831-1.2091,0-0.35759,0-0.1744,0.16487,0,0.1744,0.1744,2.0884,1.7403,0,0.1744,0.17366,0-0.6866,0.87016-0.17367,0.1744-0.35685-0.1744,0-0.1744-0.1744,0,0-0.69613,0.1744-0.1744m0-25.033-2.4365-0.68661-1.035-0.17439-1.5663-0.1744-3.3066,0.34806-1.035,0.34807-0.87932,0.1744-1.035,0.52173-0.17367,0-0.17439,0,0-0.1744,0-0.18319,0.34806-0.16488,0.69613-0.52246,0.52246-0.1744,3.4715-1.0442,0.34806,0,0.1744-0.17439,1.7312,0,0.18319,0.17439,0.87016,0,0.861,0.1744,2.0884,0.87017,1.3923,0.69613,1.0442,0.861-0.17367,0-1.9144-0.69613m-4.3508,0.69613,0,6.4392-0.861,2.7754-0.34807,0-0.17366,0,0-0.1744,0-4.6897,0.17366-4.5157,0.69613,0,0.51294,0.16487m7.1353-85.514,0.52247,0.1744,0.17366,0.18319,0,0.1744,0,0.1744-0.17366,0.16487-0.69613,0.1744-0.69613,0.34807-1.3831-0.16488-0.87932,0-0.1744,0,0-0.18319-0.17367-0.1744,0-0.16487-0.34806-0.1744,0.34806-0.1744,0.17367-0.18319,0.1744,0,0.87932-0.1744,0.16487,0,0.17367,0,0.1744,0,1.7403,0m17.037,47.456,0.33927,0,0.18319,0,0.68661,0.34806,0.87016,0.17367,1.5663,0.52246,0.34807,0,0.52173,0,1.2182,0.33854,0.34806,0,0.6866,0,2.6105,0.1832,0.52173-0.1832,1.9144-0.33854,2.9494-0.69613,2.0884-1.0442,1.5663-0.87016,2.0884-1.2182,0-0.34807-0.34807-0.34806-0.17366,0-0.1744,0-0.1744,0,0,0.18319-1.2182,0.68661-0.1744,0-0.69613,0.35685-0.34806,0-0.69613,0.51294-0.86101,0.35686-0.70565,0.51294-2.0792,0.69613-0.17367,0-0.52246,0.1744-0.34807,0-1.3923,0-0.52246,0.34806-0.34807,0-0.33927,0.17367-3.8379-1.7403-2.6013-1.035-0.52173-0.18319,0-0.34807,0-0.34806,0-0.16488,0-1.5754,0-0.16487,0.17366-0.34807,0-0.18319,0.34807-0.51294,0.69613-0.35759,0.1744-0.16487,0.17366,0,0.1744,0,1.5571,0.33854,0.53125,0,0.16488-0.1744,0.87932,0,0.861-0.16487,0.17367,0,0.52246-0.1744,0.34807-0.1744,0.52173-0.18319,0.69613-0.33854,0.34806,0,0.69613-0.34807,0.52173,0,0.87017-0.52246,0-0.1744-0.1744-0.34807-0.17367-0.17366-0.69613,0.33854-0.52246,0.35685-0.52173,0-0.69613,0.34807-1.2182-0.1744-0.69613-0.1744-0.69613-0.1744-0.86101,0-0.34806-0.18319-0.70492,0-1.3831-0.16487-0.34807-0.17367-0.34806-0.69613,0-0.16487,0-0.34807,0-0.18319,0-0.1744,0.17366-0.34806,0-0.1744,0.69613-0.861,0-0.1744,0-0.1832,0.1744-0.17439,0.52173-0.33854,0.1744,0,0.17367,0,1.3923,0,0.16487,0,1.0534,0,0.16488,0.1744,2.2624,0,0.1744,0.16487,1.0442,0,0-0.16487,0.1744,0,0.52173-0.1744,3.2975-2.4273,0.52247-0.36638,1.2182-1.035,1.0442-0.69613,0-0.1744,0-0.1744-0.17367-0.16487-0.52246,0-0.17367,0.16487-0.1744,0.1744-1.3923,0.87017-1.7312,1.2182-0.1744,0-0.17367,0.18319-0.1744,0-1.0442,0-0.17367,0-0.1744,0-0.17366,0-0.52247-0.18319-0.17366,0-0.1744,0-1.5663-0.87016-1.5663-0.52173-1.2182-0.33927-1.035-0.53126-1.9144-0.52246-0.34806-0.52174,0-0.16487,0.1744-0.17366,0-0.1744,0.52173-0.34807,0.34806-0.34806,0-0.1832,0-0.17439,0-0.16488,0.1744,0,0.17367,0,0.1744,0,2.0884,0,0.33927,0,0.1744,0,0.34806,0,0.17367,0,0.69613,0.33854,1.0442,0,1.5663-0.33854,0.1744-0.34806,0.52173-0.34807,0.1744-0.1744,1.3923-0.52173,1.2091-0.34806,0.34807-0.52247-0.17367-0.1744-0.52246-0.17439-1.2182,0.51293-0.33927,0-0.34807,0.1832-0.17439,0-1.2182,0.17439-2.4365-1.2182-1.3923-0.69613-0.33927-0.34807,0-0.16487,0.861-0.18319,1.3923-0.1744,0.87017-0.33927,0.87016-0.34807,0.34806-0.1744,0-0.53125,0-0.16488-0.34806-0.35686-0.52173,0.35686-1.0442,0,0-0.1744-0.17366,0.1744-0.16488,0-0.18319,0.16488-0.87016,0-0.17367-0.16488-1.2182,0-0.16488-0.1744-0.35686,0-0.16487,0,0.16487-0.18319,0.1832-0.1744,0.51293,0,0.1832,0,1.035,0,0-0.16487,2.6105,0,0.34806,0.16487,0.1744,0,0.69613,0,0.34807,0.1744,2.4273,0.69613,1.4014,0.53126,1.035,0.6866,0.1744,0,0.52173,0.35686,1.0442,0.68661,0.69613,0.52246,1.9144,2.0884,0.33927,0.52246,0.69613,0.87017,0.87017,1.5571,2.2624,6.4392,0.17367,0.68661,0.52246,1.5663,0,0.34806,0.17367,1.0442,0.17439,0.34806-0.17439,3.6455,0,1.5663-0.87017,4.3508-0.69613,3.2975-0.34806,0.69613-0.34807,1.7403-0.34806,1.035-0.33927,0.87932-0.52173,1.3923-0.69613,2.0792-2.4365,5.7339-2.6105,5.0378-1.7312,2.9677-1.0534,1.3831-2.4273,3.3066-1.7403,2.0792-0.52246,0.52247-0.16488,0.34806-0.18319,0-1.5663,1.7403-2.7754,2.6013-0.17367,0,0-0.17439,0-0.68661-0.1744-1.7403-1.0442-1.5663-0.17367,0-0.1744-0.34806-0.17366,0-0.52247-0.1744-0.17366-0.1744-3.6455-2.6013-1.2182-0.69613-0.69613-0.35686,0-0.16487,0-0.1744,1.3923,0,0-0.1744,0-0.34806-1.3923-1.0442-1.0442-0.52173-0.52246,0-0.69613-0.1744-0.16488-0.16487,0.16488-0.69613,0.1744,0,0.87016,0,1.5663,0,0,0.16487,1.9052,0,0.17367,0.1744,0.34806,0,0.35686-0.52173-0.17367-0.52246-0.53125-0.16488-1.035-0.18319-1.2182-0.1744-2.2624-0.6866-1.0442-0.69613-0.17439,0-0.34807,0.1744-0.16487,0-0.87932-0.1744-1.035-0.1744-1.2182-0.69613-0.34806-0.17367-0.52173-0.53125-0.1744-0.16488-0.17367-0.34806,0.17367-0.1744,0.34806,0,0.1744,0.1744,0.69613,0,0.87016,0.1744,1.0442,0.52246,0.861,0.52173,1.5754,0.34807,1.035,0,0.34806,0,0.52247,0,0.34806,0,0.17367-0.34807-0.17367-0.35685-0.69613-0.34807-1.2182-0.33854-1.2182-0.69613-0.17367-0.16487,0-0.18319,0-0.1744,0-0.1744,1.9144,0.1744,1.0442,0.1744,1.2182,0.18319,0.1744,0.16487,0.52173,0,0.1744,0.1744,0.68661,0,1.9144,0.34806,3.6547,0,0.51293,0,1.3923-0.34806,0.87017-0.1744,0.70492,0,0.6866-0.34806,0.70493-0.34807,0.861-0.33854,0-0.35686-0.1744-0.1744-0.34806,0,0-0.17439-1.3923,0-0.86101,0.52173-0.69613,0-0.18319,0.34806-0.51294,0-0.52173,0.1744-1.0442,0-2.4365,0.1744,0-0.1744-0.69613-0.1744-0.52173-0.34806-0.6866-0.34807-0.34807,0-0.35686-0.34806-0.16487,0-1.7403-1.0442-1.5663-1.2091-0.34806-0.18319-0.87016-0.34806-1.9052-1.5571-0.1832,0-0.17366-0.34806,0-0.1744-0.16487,0,0-0.1744-0.17367-0.1744,0.17367-0.69613,0.52246-0.69613,0.16487,0,1.7403-1.9144,0.1744,0,0.17366,0,0.52247,0.34807,0.52246-0.1744,0.34807,0.1744,0.34806,0.1744,0.52173,0.1744,0.34807,0,0.1744,0.18319,1.3923,0.16487,0.52173,0.34807,0.51294,0,0.17366,0,0.52247,0.1744,0.17439,0.18319,0.87017,0,1.0442,0.16487,0.87016,0.34807,0.34807,0,0.34806,0.17439,0.17367,0,0.33927,0,0.69613,0.1744,0.69613,0,0.18319,0.17367,1.3923,0,0.16488-0.17367,0.53125,0,0.16488,0,0.69613-0.1744,1.9144-0.87016,0.69613-0.52173,0.6866,0,2.9586-1.7312,0.34807-0.1744,0.69613-0.52173,0.34806,0,0.17367-0.1744-0.17367-0.34807-0.34806,0-0.34807,0-0.34806-0.34806-0.51294,0.16487-0.35686,0.18319-0.34806,0.16487-0.1744,0,0,0.1832-1.0442,0.52246-0.51294,0.34807-0.17439,0.33927-0.52174,0.18319-1.3923,0.51294-1.5663,0.1744-0.52246-0.1744-1.5663,0.53125-0.34806,0-0.1744,0-1.9144,0-0.17366,0-0.68661-0.18319-0.1744-0.1744-0.17366,0-0.1744,0-0.69613-0.34806,0,0.1744-0.17367,0-1.0442-0.1744-0.87016-0.1744-0.34807-0.16487-0.1744,0-0.17366-0.1832-0.51294-0.17439-0.35686-0.16488,0-0.1744-0.16487,0-0.1832,0-1.9052-1.3923-0.1744-0.18319,0.1744-0.861,0.17366-0.1744,1.5571-0.1744,0.17366,0,0.34807,0,0.18319,0,1.5571,0.52246,0.34807,0.1744,1.9144-0.1744,1.2182-0.17439,1.2091-0.52174,0.69613-0.18319,0.34806-0.16487,0.17367-0.1744-0.17367-0.52246-0.52246,0-0.16487,0-0.35686,0.1744-0.16487,0-2.4365,0-0.1744-0.1744-0.52173,0-0.34806-0.1744-0.34807,0-0.1744-0.1744-0.52173,0-0.1744-0.17367-0.52246,0-0.17367,0-0.51294-0.18319-0.17366-0.16487-0.70492,0-0.16488,0-0.52173,0-0.1744-0.1744-0.69613-0.1744,0-0.1744,0-0.1744,0-0.52173,0.69613-0.52246,1.5663,0.1744,0.52247,0,0.33854,0,0.34806-0.33854,0.17367,0,0.69613-0.35759,0.1744,0,0.17366-0.33854-0.17366-0.34807-0.1744-0.34806-0.17367-0.1744,0,0.1744-0.1744,0-0.17366,0-0.87016-0.1744-0.68661-0.18319-0.18319,0-0.34807-0.16488-0.17366,0,0-0.69613,0.35686-0.34806,0.16487-0.1744,0.18319,0m-77.875,44.149,30.071-3.8287-0.34807,1.9144-29.723,3.8287,0-1.9144m0.87016-50.057-0.17366,0.33927-0.34807,0.53126-0.16487,0.16487-0.34807,0.1744-0.87932,0.70493-0.33927,0.33854-0.1744,0.17439-0.52173,0.52247-0.35686,0.34806,0-0.1744-0.33927-0.17439-0.1744,0-1.2182-1.3923,0-0.1744,0-0.1744,0-0.1744,0-0.51294,0.1744,0,0.17367,0.1744,0.1744,0,0.87016,0.6866,0,0.1744,0.16487,0,0,0.1832,2.2624-2.0976,0.1832-0.1744,0.6866,0.1744,0.1744,0,0.17367,0.35685m9.0405,72.306,0.34806,0,0,0.33928,0,0.53125-0.69613,2.0792-0.34806,0.69613-0.17367,0,0,0.1744-1.0442,0-0.1744,0-0.17367,0-0.87016-0.51293,0-0.1832-0.1744-0.1744-0.16487-0.52246-0.17367-0.33854-0.18319-0.18319-0.1744-0.16487,0-0.1744-1.0442-2.4365-0.861-1.7403-0.87016-0.69613,0-0.1744,0.1744-0.52247,0.16487,0,0-0.17439,0.53126,0,0.17366,0,0,0.17439,1.035,0.87017,2.0884,2.2624,0.52173,0.69613,0.1744,0.1744,0.34806,0.1744,0.17367,0.16487,0.69613-0.16487,0.53126-0.1744,0.16487,0m-13.382-69.183,0.69613,0.87017,0.16487,0.17439,0,0.1744,0.1744,0-0.1744,0.1832,0,0.16487,0,0.16487-0.16487,0-0.35759,0.35686-0.16488,0.1744-0.1744,0-0.17366,0.1744,0,0.1744-0.34807,0.1744-0.1744-0.1744,0-0.1744-0.17366,0,0-0.1744-0.18319-1.5571,0-0.1744,0-0.1832,0.35685-0.17439,0.1744-0.1744,0.17367,0,0.34806,0m15.645,64.667-0.34806,0.87016-0.34807,1.5571-0.52246,0.861-0.34807,0.35686-0.17366,0-0.1744,0-0.87933-0.35686-1.035-1.1999-1.9052-2.0884-1.0534-1.0442,0.17366-0.52246,0.52247-0.87017,0-0.17439,0.18319,0,0.6866,0.17439,0.34807,0,0.52173,0,0.34806,0.16488,0.52247,0,0.6866,0.35686,0.36639,0,0.16487,0.17439,0.34806,0,0.1744,0,1.2182,0.1744,0.17367,0.16488,0.16487,0,0,0.1744,0.18319,1.2274m-11.825-0.53125,0,0.17439-1.0442,2.6105-0.1744,0.52247,0,1.3923-0.17367,0.17366,0,0.1744,0,0.1744-0.1744,0-0.16487,0-0.1744,0-0.17367-0.1744-1.0442-1.7403-0.69613-1.0442,0-0.1744-0.17367-0.87016-0.1744-1.3923-1.3923-2.7754-0.87016-0.34807-0.87016,0-0.17367-0.1744-1.3923,0-0.16487,0-1.4014,0.34807-1.035,0.6866-0.1744,0-0.34806,0-0.17367,0.1744-0.87016-0.33854-0.52246-0.34806-2.0792-2.2624-1.0534-1.2182-0.69613-0.861-0.6866-1.0442-0.34807-0.52246-0.69613-1.3923-0.1744-0.34807,0-0.34806-0.18319-0.34807-0.16487-1.9144,0-0.34806,0-0.52173,0-0.33927,0.52246-1.5663,0.87016-2.6105-0.17366-0.34806-0.35686,0.1744-0.33927,0.34806-0.1744,0.52247-1.2182,2.4273-0.51294,0.87017-0.87932,1.5663-0.69613,1.0442-0.861,1.2182-0.53126,0.1744-0.69613,0-0.6866,0.1744-0.34807,0-0.52173,0.1744-0.18319,0-0.16487-0.1744-0.1744,0.1744-0.17367,0-0.52246-0.1744-0.34807,0.1744-0.69613-0.1744-1.035,0-0.1744,0-0.18319,0-0.1744,0-0.34807,0-0.17366-0.1744-0.34807-0.1744-0.16487,0-0.18319,0-0.52247-0.52173-0.51294-0.34807-0.52246-0.17439-2.0792-1.0442-0.18319,0,0-0.1744-0.33927-0.1744-0.1832-0.1744-0.1744-0.17439-0.34806-0.52174-0.17367-1.3923-0.1744-0.33927,0-1.9144,0.1744-0.17439,0.17367-0.1744,0.34806-0.52247-0.17366-0.1744-0.34807-0.34806-0.52246-0.1744-0.1744,0.1744,0,0.87016-0.17367,0.87016-0.17439,0.34807-0.52174,1.7403-0.861,1.035-0.52173,1.0442-1.2182,2.6105-0.34806,0.69613-2.9586,1.9144-0.34806,0.33927-0.17367,0-0.34806,0-0.16487,0-0.52174-0.52246-0.18319,0-0.34806,0.34806,0.1744,0.70493,0.35685,0.861,0,0.1744,0.16488,0.34806,0,0.34807,0,1.9144-0.34807,1.2091-0.17366,0.3576-1.3831,1.2091-0.34807,0.69613,0,0.1744,0.1744,0.35686,0,0.1744,0.17367,1.2091,0,1.9052,0,0.35685-0.17367,1.0442,0,2.0792,0.52246,2.4364,0.16488,0,0.18319,0,0.17366,0.17367,0.1744,0.52246,0.51294,2.0884,0,1.0442,0.18319,0.16487,0.16488,0.52247,0.18319,0.35686-1.2182,1.3831-0.17367,0-0.34806,0-0.1744,0-0.52246-0.34807-0.17367,0.1744-0.34806,0.52173-0.17404,0.18319,0.17404,0.16488,0.34806,0.52246,0.17367,0.34806,0,3.8196-0.17367,1.9144-0.34806,0.34806-0.5221,0.34807-0.34807,0.18319-0.34806,0.16487-0.5221,0.1744-0.34806,0.1744-0.5221,0-0.87016,0.1744-0.34807,0-2.4365,0-1.7312-0.52246-0.34807-0.16488-0.69613-0.18319-0.52209-0.1744,0-0.1744-0.17404-0.1744,0-0.17439,0.17404-0.68661,0.34806-1.2274,0.17403-0.52173,0.17404-0.1744,0.52209-0.16487,0.17404,0,0.34806,0.16487,0.17403,0.35686,0,0.16488-0.17403,2.0884,2.0792-0.34807,1.0534-4.6897,0.3389,0.1744,0.69613,0.34807,0.34807,0.17439-0.87016,3.9936,0.34806,0,0.17403,0,0.17404,0,0.17403,0.1744,0.17403,0.52247,0.17403,0,0.34807,0,0.5221-0.1744,0.34806,0,0.17403-0.69613,0.17404,0,0-0.16488,0.34806,0,0.34807-0.53125,0-1.035,0-1.9144,0-1.0442-1.3923,0-0.34807,0-0.69613-0.1744-0.34806,0-0.69613-0.18319-0.68698-0.16488-0.52209,0.16488-1.7403,0.18319-0.17403-0.18319-0.17403-0.16488-0.17404-0.17439,0.34807-1.2182,0.17403-1.5571,0.17403-1.2274,0.17404-0.86101,0-0.52246,0.34806-1.0442,0.68697-1.9144-0.17403-3.9936,0-1.9144-0.51294-1.7312,0-1.0534-0.5221-0.34806-0.17403,0-0.34806-0.33854,0-1.0442-0.17404-0.87932,0-1.3923,0.34807-1.035,0.34806-0.52246,0.34807-0.34806,0.68697-0.87017,0.34807-1.3923,0-3.4715,0-0.34806,0.18319-0.86101,0.17403-0.35685,0.68697-2.2624,0-1.2091-0.16487-0.69613,0-0.34807,0-0.52173,0-0.34807,0.3389-1.0442-0.3389-1.2182-0.5221-1.0442-0.53126,0.1744-0.3389,0.18319-0.5221,0.16487-0.69613,0.87016-0.34807,0.34807,0,1.2182,0,0.17439-0.17403,0-0.17403,0-0.34807-0.17439-0.52209-0.34807-0.17404,0-0.17403,0-0.17403,0-0.17403-0.52173-0.34807-1.7312,0-0.18319-0.17403-0.1744,0-0.33854-0.34807-1.2274-0.17403-0.1744,0-0.16488,0-0.69613,0.5221-1.3923,0-0.17439,0.17403,0,0.17403,0,0.17404,0,0.17403,0.17439,0.34806,1.5571,0.34807,0.35686,0.34806,0,0.87017,0,0.17403-0.35686,0.17403-0.86101,0.17403-0.17439,1.035-0.52174,2.4365-0.52246,0-0.1744-0.17404-0.16487,0-0.18319,0-0.52173,0.34807-1.5571,0.17403,0,0-0.18319,1.0442-0.1744-0.17404-0.34806,0-0.69613,0.69613-2.9494,0-0.1744,0.17404-0.34806,0.52209-2.6105-0.17403-0.33854-0.5221-0.34806-0.17403,0-0.17403-0.18319,0.17403-0.87017,0.5221-0.6866,0-0.18319,0.17403,0,0.69613,0,0.17403,0,0.69613-0.16488,0.69613-0.52246,0.69613-0.1744,0.16488,0,0.87932,0.34807,0,0.16487,0.17366,0.18319,0.16488,0,0.17366-0.18319,0.34807-0.33854,0.87016-1.0442,1.2182-1.3923,0.69613-1.0442,0-0.1744,0.17366,0,0.1744-0.1744,0.17367,0,0.861,0.1744,0.53126,0.1744,1.035,0,0.69613-0.34807,0.18319,0,0.16487,0,0.52246,0,0.1744,0,0.34807,0.52174,0.52173,0.69613,1.3923,1.2182,1.2182,0.53126,2.4273,0,0.1744-0.18319,1.2182,0,0.52246-0.1744,0.34807,0,0.87016-0.34807,0.69613-0.16487,0.17367-0.18319,0.1744,0,0.34806,0,2.0792-0.861,0.17367-0.1832,0.87016,0.1832,1.7403,0.861,0.69613,0.18319,0.69613,0.51294,0.17439,0,1.7403,3.1326,0.6866,2.0792,0.1832,0.69613,0.51293,0.69613,0.52247,0.17439,0.35686,0.1744,0.51293,0.34807,0.34807-0.17367,0.1744-0.52246,0.17366-1.2182,0.69613-1.3923,0.52247-0.34806,0.34806-0.33854,0.1744,0,1.0442,0,0.69613,0.33854,0.16487,0.34806,0.52246-0.16487,1.9144-0.52173,0.70566-0.34807,0.16487,0,0.1744,0,0.17367,0.1744,1.3923,2.0792,1.3923,2.7845,1.2182,2.2624,0.51294,1.035,0,0.18319-0.33927,1.5571,0,0.34807,0,0.34806-0.1744,0.87017,0,0.1744-1.0442,1.2182,0,0.1744-0.53126,0.34807-0.16487,0-0.52247,0-0.52173,0-1.9052,1.035-1.4014,0.70493-0.861,0.6866-0.87016,0.53126-1.0442,1.035-0.34806,1.7403,0.52173,0.861,1.9144,2.6196,1.2091,1.035,0,0.1744,0.1744,0,0,1.2274-0.1744,0.16487-0.16487,1.3923-0.18319,0.52247-0.17367,0.1744-0.33927,0.16487-0.34806,0.35759,0,0.51294,0.34806,0.53126,1.3923,1.7312,1.035,0.87016,0.87016,0.17367,1.5571,0,2.4456,0.1744,0.16487,0,0.87016,1.0442,0.17367,0.52173,0,0.69613,0.1744,0.34807-0.1744,0.6866,0,0.1744-0.51294,0.35759-0.1744,0.33854,0.1744,0.69613,0.33927,0.1744,0.52173,0,0.1744,0,0.53126,0.69613,0.16487,0m34.935,7.8223,0.69613,0.87016,0,0.34806-0.17367,0.1744-0.17439,0-0.1744,0.1744-1.3831,0.1744-0.1832,0-0.16487,0-0.34806,0,0.1744-0.69613,0.17366-0.1744,1.2182-0.87016,0.33927,0m-10.25,1.5663,0,0.1744-0.17366,0.1744-0.1744,0.17366-0.52173,0.1744-0.51294-0.1744,0-0.17366-0.35686,0-0.17367,0-0.34806-0.1744-0.87016-0.1744-0.16488,0-0.53125-0.34806-0.52247,0-0.17366,0,0-0.1744-1.2091-0.34807-0.35686,0-0.16487,0-0.34807-0.16487-0.69613,0.16487-2.0884,0.1744-3.4715,0.1744-0.18319-0.1744-0.16488,0,0-0.1744,0-0.52173,1.035-1.9144,1.2274-3.1234,0.861-2.6105,0.1744-0.34807,0-0.17439,0.17367,0,0.17439,0,0.87017,0.17439,0.17366,0,0.1744,0,0.17367,0,0,0.1744,0.1744,0,0.17366,0,0.1744,0,0.17367,0.1744,0.52246,0,0.17367,0,0.34806,0,0.1744,0.18319,0.52173,0,0.1744,0,0,0.1744,0.51294,0,0.18319,0,0.17367,0,0.51294,0.16488,1.9144,0.34806,0.52174,0,0.35685,0.18319,0,0.16488,0.16488,0,0,0.1744,0,1.0442,0.17366,1.035,0,0.87932,0.69613,3.6547,0.34807,1.035m14.6-1.035,0,0.16487-0.52246,0.1744-2.2624,0-0.1744,0-1.7312-3.8196-0.70492-2.4365-0.51294-1.9052-0.17367-1.2274-0.1744-0.51294-0.17366-1.0534,0.17366-4.8546,0-1.2182,0.34807-1.0534,0.51294-1.9052,1.3923-3.9936,0.34806-0.35685,0.87016-1.9144,0.17367-0.51294,0.69613-1.0442,0.34806-0.52246,2.4273-2.4364,1.5754-1.0442,1.035-0.51294,0.87016-0.52173,1.0442-0.34806,0.69613-0.34807,0.34806,0.1744-0.17367,0.34807,0,0.17439-1.7403,1.2091-0.87016,0.87016-0.34807,0.34807-0.34806,0.53126-0.69613,0.6866-1.5663,2.0884-1.7312,2.9494-1.035,2.6105-0.70492,3.4715-0.1744,1.9144-0.17367,2.2624,0,1.7403,0.17367,1.7312,0.52246,3.3066,0.69613,2.7845,1.0442,2.7845,0.69613,1.2182m-7.8223-5.0469,1.9144,0.34806,0.16488,0.16487,0.34806,0.53126,0,0.52173,0.17367,0,0,0.1744,0,0.1744-1.035,0.69613-0.17366,0-0.1744,0-0.18319,0.16487-0.16488,0-0.34806,0-0.34807-0.34806-0.17366-0.16487,0-0.1832,0-0.16487,0-0.1744-0.1744-1.2274,0.1744-0.33927,0-0.17366m-3.6455-9.3886-24.163,2.0884-0.87016-0.34806-0.34807-0.87017-0.17366-0.34806-0.1744-0.1744,0-0.1744,0-0.17367,0.1744-0.17439,25.72-2.2624-0.16487,2.4365m2.2533,16.167,0,0.1744,0,0.1744-0.17366,0-0.1744,0.1744-3.1326,0-0.16487,0,0-0.1744-0.35686-0.52246-0.16487-0.69613-0.87016-3.9936-0.17367-1.0442-0.1744-1.9144,0-0.1744,0.1744,0,0.17367-0.1744,2.7845,0.70565,0.33927,0,0,0.16488,0.17366,0,0,0.1744,0,0.69613,1.5663,6.082,0.17366,0.34807m-87.776,4.8638-0.17404,1.9144-0.69613,2.0884-0.3389,1.3923-0.18319,0.1744-0.17404,0-1.7312-0.52247-1.0442-0.35686-0.17403,0-0.17403,0-0.70529-0.16487-1.2091,0-2.4273,0-1.4014,0-1.3831,0-0.17404,0,0-0.18319-1.0442-3.4715,0.17403-1.3831-0.17403-1.4014-0.17404-0.51294,0-0.18319,0-0.33854,0-0.1744,0.87017-2.6105,0-0.1744,0.17403,0,0.17403,0,1.2182,0,0.17403,0,0.68697,0,0.87933,0,0.51293,0,0.17404,0.1744,0.34806,0,0.17403,0,0.17404,0.1744,0.17403,0,0.34806,0,0.17404,0,0.17403,0,0.17403,0,0.17403,0,2.9494,1.9144,0.87932,0.34806,1.2091,0,0.18319,0.1744,0.3389,0.1744,0.17404,0.16488,0.34806,0.35759,0.34807,0.1744,0.34806,0.17366,0,0.16487,0,0.53126-0.34806,1.3831m-0.87017-26.242,0.17404,0.34807,0,0.17439-0.69613,1.9144,0.35722,0.1744,0.51294,0.16487,0.5221,0.53126,0.34806,0,0.5221,0.16487,0.34806,0.1744,0.34807,0.69613,0,1.3923,0,0.1744-0.17403,0.1744,0,0.1744-1.5663,1.0442,2.4365,6.43,0.69613,1.2182,0.17403,1.7312-0.17403,0.18319-0.5221,0.51294,0,0.53126,0,0.1744-0.17403,0.16487-0.17403,0-0.5221-0.33854-0.17403-0.1744-0.17404-0.18319,0-0.1744,0-0.16487,0-0.18319,0-0.34807,0-0.16487,0.17404,0,0-1.4014-0.17404-0.33927-1.2182-2.4365-0.69613-1.5571-1.9052-2.9586-0.69613-0.52247-0.70529-1.2182,0-0.69613,0-1.0442,0-0.52246-0.68697-1.9144-1.0442-3.8196-0.34806-0.34806-0.69613-0.69613-0.5221-0.52247-0.69613-1.2091-0.5221-1.2182,0-2.0884,0-0.52247,0-0.69613,0.17404-0.52246,0.18319,0,0.3389,0,0.34807,0.1744,0,0.69613,0.87016,1.5663,0.69613,1.035,1.0442,1.0534,1.9144,2.9494,1.5571,2.0884,0.35722,0.1744,0.16487,0m-51.092-11.825,0,0.53126,0,0.34806-0.53126,1.9144-0.68697,1.7312,0,0.1744-0.18319,0.17439-0.17403,0-0.5221,0-0.17403,0-0.51294-0.69613-0.17403,0,0-0.17366,0-0.52247,0-1.2182,0.17403-0.52247,0.34807-0.51293,1.035-0.69613,0.69613-1.0442,0.17403,0,0.17404,0,0.17403,0,0.18319,0.1744,0,0.33854m12.851,38.241,0.17403,0.1832,0,0.16487-0.5221,1.0534-1.5571,2.0792,1.7403,1.7403,0,0.1744,0,0.33854-0.1832,0.18319-0.51293,0.16487-0.17404,0.17367-0.17403,0-0.34806,0-1.2182-0.17367-0.17403,0-0.17404-0.16487-1.3923-2.9586,0-0.69613,0-0.1744,1.9144-1.5663,0.17403,0,1.2182-0.69613,0.17403,0,0.34807,0,0.3389,0,0.34807,0.1744m58.063-0.51293,0,0.33853,0,0.1744,0,0.1832-0.17366,0-0.1744,0-0.87933,0.16487-0.6866,0.34806-0.87016,0.1744-0.17367,0.1744-0.1744,0-0.1744,0-0.34806,0.17367-0.69613,0.18319-0.34807,0.16487-0.17366,0-0.34807,0-0.1744-0.16487-0.34806-0.70492,0-0.1744,0.34806-0.87017,0.1744-0.33927,0-1.9144,0.34807-0.52247,0-0.53126-0.69613-0.861-0.1744-0.87016,0-0.1744,0-0.1744,0.1744,0,0.17366,0,0.52247,0.1744,1.9144,1.2182,0.52173,0.1744,0.69613,0.51293,0.34806,0.1832,1.3923,2.9586m37.536-5.569,0,0.1744,0,0.1744-0.17367,0-0.1744,0.1744-0.51293,0.17439-1.5663,0.17367-0.52246-0.17367-0.34807-0.17439-0.69613-0.34807-0.34806-0.1744-0.69613-1.0442,0-0.52247-1.9144-3.4715-0.16487-0.52246-0.18319-0.52173,0-0.33854-0.17367-0.70566,0-0.51294,0.17367,0,0-0.18319,0.18319,0,0.6866,0.18319,1.7403,1.035,2.7845,2.4364,0,0.1744,0,0.1744,1.5571,2.4273,0,0.1744,0.34807,1.2182m-7.6483,0,0,0.1744-0.16487,0-0.52246,0.1744-1.5663-0.1744-0.17439,0,0-0.1744-0.17367-0.17439-1.3923,0.69613-0.34807,0.17439-0.52173,0-0.33927,0-1.9144,0-0.18319,0,0-0.17439,0-0.87017,0.53126-0.87016,2.9494-2.0884,0.1744,0,0-0.16487-0.52246-0.52247,0-0.1744,0-0.87016,1.0442-2.0884,0.1744,0,0.17367,0,0.1744,0,0.17366,0,0,0.1744,2.4273,6.6041,0,0.34806m-11.468-7.6391,0.1744,1.2182,0,0.16487-0.69613,1.3923-0.861,1.2091-0.35686,1.0534,0,0.1744,0,0.33854-0.17367,0-1.0442,0.87016-0.52173,0.69613-0.68661,2.2624-0.18319,0.1744-1.9052,0.34806-0.34806,0-2.6013,0.69613-1.0534,0.52246-0.17439,0-0.52174,0-0.16487,0,0-0.18319-1.0442-1.2091,0-0.17439,0-0.1744,0.17439-0.52247,0-0.34806-1.0534-2.9586-0.52173-0.87016-0.51294-0.34806-0.17367,0,0-0.16488-0.33927-0.87016-0.18319-0.34806,0-0.69613,0-0.34807,0-0.6866-0.69613-2.9586-1.2182-2.6105,0-0.52173,0-0.1832,0.34807-0.51293,0.17366-0.1744,0.52247,0,0.53126,0.34806,0.33927,0,0.87016,0.33854,0.861,0.18319,2.4365,1.035,0.87016,0.1744,0.53126,0,0.16487,0,0.1744,0.18319,0.69613,0,0.69613,0.33854,1.9144,0.53126,0.52173,0.33853,1.3831,0.1744,0.69613,0.35759,0.34806,0,0.1744,0,0.17367,0,0.1744,0,0,0.16488,0.1744,0,0.17366,0,0.1744,0,0.18319,0,0.86101,0.52246,0.52173,1.0534m-56.496,18.759,0,0.18319,0,0.1744-0.51294,0.33854-2.9586,0.69613-1.0442,0.34806-0.3389,0-0.5221,0.35686-0.70529,0,0,0.16488-0.16487,0-0.34807,0-1.5663,0.34806-0.5221,0.34807-1.0442,0.34806-0.5221,0.1744-0.34807,0-0.17403,0,0,0.1744-0.69613,0-0.5221,0.35686-0.51293,0-2.6105,0.861-1.3923,0.87016-0.17404,0-0.17403,0-0.17403-0.1744-0.17403,0,0-0.17366,0-0.18319,0-2.6013,0.17403,0,0.5221-0.87017,0-0.17439,0.34806-0.1744,0.5221-0.69613,0-0.69613-0.17403-0.87017,0-0.33853,1.3923-2.6105,0.17403-0.34807,0.68697-0.6866,0.35723-0.35759,0.51293-0.51294,0.35723-0.70492,0.51294-0.34807,0.17403,0,0.17403,0,0.5221,0.18319,0.5221,0.51294,0.87016,0.1744,0.17403,0,0.5221,0,0.17403,0,1.7403-0.34806,0.17403,0,0.17403,0,2.4273,1.9144,2.6105,2.0884,0.34807,0.52247,0.5221,0.861,0.51294,0.34806,0.17403,0.52174m183.73-24.85,0.33854,1.5663-1.9052-1.9144-4.1676-3.8196-0.87932-0.53125-0.51294-0.51294-1.4014-0.87016,0-0.34807,0.18319-0.52246,0.16487-0.1744,0.87017,0.34806,4.0027,1.7403,0.34807,0.33854,0.69613,0.70492,0.17366,0.34807,1.5571,2.2533,0.53125,1.3923m-19.821,20.16-0.17367,0.34807,0,0.1744-1.9144,2.2624-0.33927,0.52246-0.18319,0-0.33927-0.1744-0.87017-0.1744-0.52246-0.34806-1.0442-0.35686-0.17367,0-0.52246-0.16487-0.34807-0.1744-0.87016-0.861-1.0442-0.1832-0.6866-0.17366-0.87016,0,0-0.1744,0-1.7403,0.16487,0,4.3508,0,0.87016-0.17439,3.8196,0,0,0.17439,0.69613,1.2182m21.379-19.464,0.52247,0.1744,0.87016,0.52246,0.34806,0.17367,1.5663,0.861,1.7312,1.0534,0.18319,0,0.17367,0.17439-0.17367,0.16488-0.18319,0.35759,0,0.33854-0.33927-0.16488-0.17367-0.17439-0.1744,0-0.87016-0.52247-0.52246-0.1744-0.69613-0.53125-0.52247-0.16488-1.2182-0.69613-0.1744,0-0.17367-0.1744-0.1744,0,0-0.34806,0-0.17367-0.17366-0.1744,0-0.34806,0-0.1744,0.17366,0m4.8638,14.774,0.17367,0.1744,0.18319,0.34807,0.17367,0.16487-0.87017,1.0534-0.34806,0-0.52246,0-0.17367,0-0.87016-0.1832,0-0.6866,0.34806-0.87016,0.69613-1.9144,1.3831-1.2182,0.18319,0,0,0.52247-0.18319,1.0442-0.17366,1.0442,0,0.52246m-35.109,1.2182-1.2182,0,0-0.1744,0-0.87016,0.18319,0,9.2054,0,0.1744,0.1744-0.51293,0.52173-0.69613,0-0.1832,0-1.7312,0-0.1744,0.1744-1.9144,0-0.34806,0.17439-1.7403,0-0.17366,0-0.87017,0m62.056-50.763-0.17439,0.18319,0,0.87016-0.17367,1.3923-0.1744,2.0884-0.69613,3.1234-0.34806,1.7312-0.52174,0.70493,0,0.51293-0.34806,0.87017-1.0442,2.7845-1.2091,2.2624-1.3923,2.2533-2.4365,3.3066-1.0442,1.2091-0.17367,0-0.52246,0.87016-2.4273,2.4365-1.3923,1.3923-2.7845,2.0884-5.0378,3.2975-2.6105-0.52247-0.34807-0.17366-1.7312-0.87017-0.18319-0.33854,0-0.18319,0.35685,0,0-0.17366,0.86101-0.1744,0.52173-0.69613-0.16488-0.33854-0.35685-0.1744-0.16488,0-0.18319,0-1.3831-0.35686-0.87016-0.51294-0.17367,0-0.1744,0-1.0442-0.69613-0.87016-0.34806-0.17367-0.17367,0-0.1744,1.3923,0,1.0442-0.1744,1.3831-0.1744,0.35685-0.17439,0-0.1744,0-0.1744-0.35685-0.52173-0.17367,0.18319-1.2091,0-0.17366-0.18319-0.1744,0-0.34807,0-0.1744,0-0.69613-0.52247-0.17366-0.1744,0.17366-0.52246,0.1744-0.17367,0.87016-0.1744,0.1744,0,0.34807,0,0.16487,0,0.87932,0.52174,1.7312,0.52246,3.1326,0.1744,0-0.1744,0.17367,0,1.035,0,0.18319-0.1744,1.0442,0,0.52173,0,0.86101-0.1744,0.87016,0,1.2182-0.34806,0.87016-0.17367,0.52173-0.1744,2.2624-1.2182,0.51294,0,0.18319-0.33927-0.18319-0.35686-0.1744-0.16487-0.16487,0-0.35686,0.34807-0.33927,0-0.1744,0.1744-0.34806,0.16487-0.17367,0-1.0442,0.1744-0.17366,0.18319-0.69613,0.16487-0.34807,0-1.0442,0.18319-0.87016,0.16488-1.2091,0.1744-2.4365,0-0.17366-0.1744-0.34807,0-0.1744,0-0.52173-0.69613-0.69613-0.69613-0.69613-0.33854-0.34806,0-0.17367-0.1744-0.33927,0-0.18319,0-0.52174,0,0-0.1744-0.51293-0.1744-0.17367-0.1744,0-0.1744,0.17367-0.69613,0.16487-0.1744,1.0534,0,0.51294-0.17439,3.1326,0,0.17366,0,1.5663,0,0.17366-0.1744,1.5571,0,1.5663-0.1744,0.69613,0,0.69613,0,0.17366,0,0-0.1744,0.69613,0,0.1744,0,1.035,0,0.35686-0.17367,0.87016,0,0.6866-1.0442,0.34807-0.87016,0-0.16488-0.34807-0.35759-0.16487-0.1744-0.34806,0-0.17367,0.1744-0.1744,0-0.87932,0.1744-0.68661,0.18319-0.69613,0-1.3923,0-0.17366,0.16488-0.69613,0-0.1744,0.17439-1.0442,0-0.69613-0.33854-0.33927,0-1.7403-0.53125-0.34807-0.16488,0.861-0.18319,0.70493-0.16487,0.861-0.1744,0.1744-0.1744,0.69613-0.17366,1.0442-0.53126,0.34806-0.16487,0-0.53126-0.34806-0.16487-2.4365,0-0.33927,0-0.34807-0.1744-0.35686,0-0.6866-0.1744-0.17367,0-0.18319,0-0.33927,0-0.52173-0.34807-0.52246-0.1744-0.17367-0.18319,0.34806-1.1999,0.34807-0.18319,0-0.1744,0-0.1744,0-0.17366,1.2182-1.2091,0.1744-0.18319,0.16487,0,1.0534,0,0.1744,0.18319,0.16488,0,0.18319,0,0.33927,0.33854,3.3066,0.34806,1.7403,0.1744,0.33927,0,0.69613,0,0.53126-0.1744,0.52173,0,2.0792-0.6866,0.1744-0.18319-0.1744-0.34807-0.34806,0-0.17367,0.18319-1.7403,0-0.69613-0.18319-1.3831,0-1.3923-0.33854-0.87017-0.18319-1.5663-0.69613-0.87016-0.16487-0.34807-0.1744-0.16487,0-0.34806-0.17367,0-0.18319,0-0.1744,0.16487-0.16487,0.18319-0.1744,0.33927,0,0.69613-0.18319,0.34807-0.16487,1.3923,0.16487,0.34806,0,1.0442,0.18319,0.69613,0.33854,0.69613,0,1.2182,0,1.7312-0.33854,1.5663-0.87016,1.0442-0.52247,0.87016-0.69613,1.3923-0.861,1.2182-0.69613-0.1744-0.70492-0.70492,0.1744-1.9052,0.87016-0.34807,0.1744-0.34806,0.34806-4.8638,0-0.1744,0,0-0.16487,1.7312-1.0534,2.2624-0.51294,0.87016-0.35759,0.6866-0.52173,0.35686-0.16488,0.52173-0.87016,0.1744,0,0.17367-0.18319-0.17367-0.33927-0.35686-0.1744-0.33927,0.1744-0.52246,0.33927-0.69613,0.53125-0.52173,0.33854-2.0884,1.0442-1.5663,0.34806-0.69613,0-3.1234-0.6866-2.4365-0.52246-0.1744,0,0-0.1832,0.1744-1.035,0.1744-0.34807,0.52173-2.4364,0.52247,0,0.17366,0,1.0442,0,0.1744,0.1744,0.52173,0,0.1744,0.1744,0.52173,0,0.1744,0,0.34806,0,0,0.18319,1.2091,0.16487,0.52173,0,1.5663,0,0.17367,0,0.53126,0,0-0.16487,1.7312-0.70493,1.0442-1.0442,0.34806-0.16487,1.3923-1.2274,0.87017-1.0442,0.16487-0.34806-0.16487-0.33854-0.35686-0.18319-0.33927,0.18319-1.0534,1.2091-0.33927,0.34806-0.52246,0.34807-0.34807,0.1744-0.34806,0.1744-0.87017,0.34806-0.1744,0-0.1744,0.1744-0.17366,0,0,0.18319-1.2182,0.16487-1.2091,0-0.1744-0.16487-0.69613,0-0.69613-0.18319-0.17366,0-0.1744,0-1.3923-0.69613,0-0.1744,0-0.1744-0.1744-0.1744,0.1744-0.6866-0.1744-0.53126,0.1744-0.16487,0.17366-0.1744,0.87017,0.1744,1.035,0.16487,0.53126-0.16487,0.52173-0.1744,1.3831-0.69613,0.87016-0.52246,0.52174-0.52174,0.69613-1.0442,0-0.1744-0.34807-0.1744-0.87016,0.1744-0.16487,0.1744,0,0.17367,0,0.17439-1.0534,0.87017-0.17367,0.16487-0.51293,0.18319-0.34807,0-0.18319,0.1744-0.33927,0.1744-0.1744,0-1.0442,0-0.69613-0.34806-0.1744-0.1832,1.5571-0.51293,1.0534-0.52247,0.34807-0.69613,0-0.34806-0.53126-0.16488-0.1744,0-0.16487,0.16488-0.35686,0.16487-0.1744,0.18319-1.3831,0.34807,0,0.17366-0.34806,0-0.1744,0-0.69613,0,0-0.52173,0-0.69613-0.17367-0.52173,0-0.52246,0-0.1744,0.17367,0,1.2182,0,1.0442-0.34807,1.5663-0.52173,1.035-0.51294,1.0442-0.87016,0-0.69613-0.52246-0.34806-0.17367,0-1.3831,1.0442-0.1744,0-0.35686,0,0,0.16487-1.3831,0-0.34806,0-0.34807,0-0.34806-0.16487-0.87016-0.18319-0.34807-0.34807,0-0.6866,0.1744-0.1744,0.17367,0,0-0.1744,0.1744,0.1744,0.17366,0,0.1744,0,0.52173,0.52246,0,0.1744,0.52247,0,2.0884-0.69613,1.3831-0.52173,0-0.34806-0.52173-0.33854-0.34807,0.16487-0.16487,0-0.53126,0-0.69613,0.1744-1.2091,0.16487-0.34806-0.16487-0.52247-0.1744-0.17366-0.16487-0.34807-0.18319-0.52246-0.69613-0.17367-0.34807,0.17367-0.1744,1.7403,0,1.3831,0.1744,0.35686,0.16487,0.52173,0,0.34807,0.1832,1.3831,0.34806,2.9586,1.3923,0.52247,0.52246,1.0442,0.68661,0.51294,0.53126,1.7403,2.0792,0.17367,0,0.1744,0.34806,0,0.1744,0.34806,0.34807,0.17367,0.17439,1.2182,2.2624,0.69613,1.9144,0.52173,1.9052,0,1.5663,0.1744,2.9494m-25.033,38.425,0.34807,0.16487,0.34806,0-0.17366,0.70492-0.34807,0.68661-0.1744,0.52246,0,0.17367-0.16487,0.34806-0.18319,0.1744-0.17367,0-0.16487,0.18319-0.18319,0.16488-0.34807,0.17439-1.035,0.52174-0.1744,0.17439-0.17367,0.16488,0-0.16488,0-0.17439,0.34807-0.69613,0.51294-1.2182,0.35685-0.69613,0.16488-0.33854,0.17366-0.53126,0.1744-0.51294,0.34807,0,0.17366,0,0.18319,0,0.16488,0.1744m-0.16488-2.0976,0.33928-0.6866,0-0.34807,0.52173,0.1744,0.53125,0.17367,0.33928,0.1744,0.1744,0.1744,0.52173,0.33854,0.34806,0.17439,0,0.1832-0.17366,0.33854,0,0.53125-0.1744,0.33854-0.17367,0-0.16487,0-0.18319-0.16487-0.1744-0.1744-0.1744,0-0.16488,0-0.35685-0.1744-0.34807-0.18319-0.1744-0.1744-0.17366,0-0.1744-0.16487-0.16488,0,0-0.1744,0-0.35759m-57.193-20.325,1.0442,1.035,1.5663,1.7403,1.5663,2.4273,1.5571,2.9586,1.0442,3.4806,0.52173,4.0028-0.52173,4.5157-1.7403,5.0378-3.1234,5.2118-4.8638,5.7339-0.87016,0.18319-0.34807-0.53126-0.1744-0.51294,4.5248-5.221,2.9494-5.0378,1.7403-4.6989,0.52173-4.3325-0.35686-3.8287-0.861-3.3066-1.3923-2.9494-1.2182,0.87016-0.17367,0.861-2.4364,3.3066-0.34807,0.1744-0.52173-0.34807,0-0.51293,2.4365-2.7845,0.34806-0.69613,1.2182-1.2182,0.34807-0.35686-1.9144-2.6013-1.5663-1.7312-0.68661-0.87017,0.51294-0.35759,0.52173-0.1744,0.34807,0.1744,0.34806,0.35759m10.781,37.71,0,0.1744-0.1744,0.18319-0.1744,0-0.17367,0-5.0469,0-0.33927-0.18319-0.52247,0-0.34806-0.1744-0.18319,0-0.16488-0.17366-0.18319,0-0.33927-0.16488,0-0.1744,0-0.18319,0-0.34806,1.2182-1.9052,0.16487-0.87016,0.18319-0.1744,0.1744,0,1.7312,0.51294,1.7403,0.35685,1.0442,0.1744,0.69613,0.16488,0.34806,0,0.1744,1.0534,0,1.035,0.1744,0.69613m9.7275-20.508-2.0884,3.6547-1.2091,2.9494-0.52246,1.7403-0.69613,3.4715-0.17367,0.87932-0.1744,1.3831,0,1.0442-0.17439,0.1744,0,2.9586,0.17439,0.17367,0,0.16487,0,1.0442,0,1.5663-0.52246,0-0.861-0.1744-2.2716,0,0-0.16488-0.16488,0,0-1.7403,0-4.5248,0-0.52246,0.52173-3.1326,0.33928-1.3831,1.2182-3.4715,0.69613-1.5663,1.2182-2.6196,0.17367,0,1.3923-2.0792,1.9144-2.2533,1.035-0.87016,1.7403-1.2274,3.1234-1.7312,2.4365-0.87016,1.7495-0.34806,0.33927,0,0,0.1744,0,0.17439-0.69613,0.34807-0.52246,0.34806-0.33927,0-0.69613,0.34807-1.5755,1.0442-0.51293,0.51294-1.2182,0.69613-1.7403,1.5663-1.3923,1.5663-0.52246,0.69613m-25.372,14.948,0,2.6105-0.1744,0.16488-0.34806,0-0.17367-0.16488-0.52246,0-0.17367-0.1744-0.1744,0,0-10.424,0.1744-0.35686,0.87016,0.1744,0,0.1832,0,0.16487,0,1.2182-0.34806,0.69613,0,5.2118,0.87016,0.69613m-50.753-19.812-0.1744-0.1744-0.34806,0,0-0.17439-0.87016-2.9586,0-0.1744,0-0.17366,0.1744-0.1744,0.69613-0.16487,0.87016,0,0.17366,0,0.52247,0,0.17366-0.1832,0.1744,0,0.17367,0,0,0.1832,0.16487,0.16487,0.18319,0,0,0.69613,0.51294,0.1744,2.0976,0,0.16488-0.1744,0.17366,0,2.7845,0,0.1744,0,0,0.1744,0.17367,0,0,0.34806,0,1.2182,0,0.1744-0.17367,0-0.1744,0.1744-0.34806,0-0.16488,0-2.9677,0.52173-0.1744,0,0-0.17367-0.33854,0.17367-1.5663,0.1744-0.69613,0.1744-1.3923,0.1744m-4.8638-15.123,0.87016,0.33854,0.16488,0.18319,0,0.1744,0,0.1744,0,0.34806,0,0.52173,0,1.3923,0,1.5571,0,0.69613,0,0.34806-0.16488,1.2182-0.1744,2.7845,0,2.6013-0.17366,0.87016-0.18319,0.34806-0.16488,0-0.35686,0-0.17439,0-0.16488-0.1744-0.69613-1.5663,0-2.6013,0-0.17439,0.33927-1.0534,0.52247-2.9494,0-1.2182,0-2.0792,0-1.0442,0-0.17439,0.1744-0.34807,0.18319-0.17367m13.034-25.381,0-0.1744,0-0.16488,0.87016-0.87016,1.9144-2.0884,1.035,0,0.1744,0,0.69613-0.17367,0.17367,0.17367,0.1744,0,0,0.52246-0.34807,0.68661,0,0.34806,0,0.1832,0,0.16487-0.87016,0.35686-0.69613,0.16487-0.16487,0.18319-0.53126,0-0.69613,0.34807-0.33927,0-0.18319,0.16487-0.86101,0.1744-0.1744,0-0.17366,0m-62.926-12.164-0.16487-0.1744-0.17403,0,0-1.2182,0.17403-0.34807,0.16487-0.1744,0-0.16487,0.69613-0.87932,0.17404-0.68661,0.17403-1.2182-0.34807-1.0442,0-0.1744,0.17404-0.1744,0.17403,0,0.34806,0.1744,0.17404,0.1744,0,0.1744,0.69613,1.2091-0.17404,0.69613,0,1.0442,0,0.70493-1.0442,1.5663-0.69613,0.51294-0.17403,0-0.17404,0m-8.3352,2.4364-0.17403,0,0-0.1744,0-0.17366,0-0.1744,0.17403,0,0.5221-0.52247,2.2533-0.87016,0.5221,0,0.17403,0,1.0442,1.2182,0.34806,0.34806,0.87017,0,0.52209,0.17367,0.17404,0.1744,0,0.52246-0.17404,0,0,0.16487-0.17403,0.1832-0.17403,0-0.34807,0-0.17403,0.1744,0,0.51293,0.17403,0,0,0.1832,0,0.16487-0.34806,0.69613,0,0.1744,0.34806,0.18319,0.34807,0.16487,0.17403,0,0.17403,0.1832,0,0.16487,0,0.34806-0.17403,0.1744-0.17403,0-1.3923,0.1744-0.17403,0-2.0884,0-0.69613-0.52246-0.17404,0,0-0.1744,0-0.51294-0.17403-0.35686-0.51294-0.34806-0.17403,0,0-0.1744,0.17403-0.52173,0.16488,0,0-0.16488,0.17403,0,1.2182,0,0.34806-0.34806,0-0.35759,0-0.16488,0-0.35685-1.3923-0.16488,0,0.16488-0.17403,0-0.861,0-0.17404-0.16488m17.724,8.6925,1.0442-2.7845,0.17439-0.1744,0.1744,0.1744,0.34807,0.52173,0.34806,1.7403,0,0.52246-0.1744,0.52173-0.34806,1.035-0.17367,0.52246-2.7845,4.5157-0.17366,0-0.16488,0-0.17366,0-0.34807-2.0792,2.2533-4.5157m-10.607,16.332-3.1234,5.5599-3.2975,3.8287-3.3066,2.4365-2.9586,1.2182-2.4365,0.51293-1.5571,0-0.69613-0.16487,0.5221,4.5157,0,0.16487-0.17404,0.35686-0.17403,0.1744-0.17403,0-0.17403,0-0.17404-0.1744-1.2182-1.3923-0.17404,0-0.34806,0.52246,0.69613,3.2975,2.2624,8.6925,0.5221,1.0442,0,0.1744,0,1.9144,0,0.1744,0,0.1744-0.5221,0.52246-0.17403,1.2091-0.5221,1.0442-0.69613,0.53126-0.87016,0.69613-0.69613,0.33927-1.3831-0.1744-0.69613-0.34806-0.69613-1.0442-1.5663-2.2533-2.0884-3.1326-0.34807-1.2182,0-2.7845-0.17403-0.1744-0.5221,0.1744-0.17403,0.18319,0,2.7754-0.17403,3.9936,0.53125,0.69613,0.16488,0.69613,0.17403,0.87016,1.0442,2.2624,0.87017,1.5571,0.17403,0.18319,0.17403,0,0.17403,0.1744,1.0442,1.0442,0.5221,0.16488,0.17403,0.18319,0,0.16487,0.17403,0.34807,0,0.17439,0,0.1832-0.17403,0.1744,0,0.17439-0.17403,0.16488,0,0.18319-0.1832,0-0.3389,0-0.18319,0.51294,0.18319,2.9586,0.69613,0.69613,0.69613,0.34807,1.0442,1.3831,0.33891,0,0.17403,0.18319,0,0.34806,0,0.16488,0,0.1744-0.17403,0.17439-0.16487,0.35686-0.17404,0.1744,0.51294,2.7754,0.17403,1.3923,0,0.69613,0,0.16487-0.17403,0.1832-0.51294,0.33854-0.87016,0.18319-0.69613,0,0-0.18319-0.17403,0-1.2182-2.2533-0.34806-0.34806-0.17404-0.52247-0.69613-0.51293-1.3923-2.0884-2.4273-3.1326-0.35723-0.69613-0.51293-1.0442-0.34807-0.69613-0.34807-1.0442-2.6105-4.8638-0.34807-0.52246-0.34806-1.2182-0.17404-0.51294,0-0.53126-0.17403-0.87016,0-0.51294,0-2.6105-0.17403-0.69613,0.17403-3.6547,0.5221-1.5571-0.34807-2.4365,0-2.4364-0.68697,0-0.17403-0.1744-0.18319,0-0.34807,0-0.17403,3.6547-0.861,4.3508,0,0.16488-0.17403,0.1744-0.17404-0.1744-0.52209-0.34807-0.17404-0.16487-0.18319-0.53126-0.3389-0.33927-0.34807,0-0.34806,0.33927-0.69613,3.3066,0,1.0442,0,0.34806-0.17404,0.6866,0,0.3576-0.87016,0.16487-0.5221-0.861-1.0442-1.3923-0.69613-0.87017-0.69613-1.2182,0-0.68661-0.17403-1.4014-0.16488-0.6866-2.0884,0.52246-7.3002-0.52246-2.2624-2.9586,0.34807-3.1234,0.5221-1.3923,1.2182,1.2091,0.17404,0,0,0.18319-0.5221,2.4364,0.17403,0.68661,0.17403,1.0442,0.17404,0.1744,0.52209,0.1744,0.34807,0,0.34806-0.1744,0.17404,0,1.9052-0.1744,4.5248-0.87016,1.2091-0.1744,0.17403,0-1.3831-1.5663,0-0.87016-0.17403-1.035-0.17403-1.2182,0-0.1744,0-0.17439-0.17404-1.7403,0-1.9144-0.17403-1.5663,0.5221,0,0.69613-0.16487,0.34806,0,2.4273,9.7367,2.0884-1.0534,0.34806-1.3831-0.17403-0.18319-0.17403-0.16487-0.17403-0.18319,0-0.1744,0-0.16488,0-0.17439,1.3923-3.1326,0.87016-2.2624,0.16487-0.51294,0-1.2274,0-1.2091,0-0.17439,0.18319-0.1744,0.17404,0,0.16487,0,0.17403,0.1744,0,0.34806,0.18319-0.34806,0.69613-2.4365,1.3923-4.3416,0.16488-0.1832,0-0.16487,0.52209-0.34806,0-0.17367,0.17404,0,0.34806,0,0.69613,0.17367,0.17403,0,0,0.1744,0.34807,0.861,0,0.87016,0,0.87932-0.17403,0.87017-0.17404,1.035,1.3923,0.34807,0-0.52173,0-0.34807,0.17404-0.34806,0.17403-0.16488,0.17403,0.16488,0.17403,0.17439,0.51294,0.34807,0.1832,0.34806,0.87016,1.3923,1.2091,2.9494,0.69613,0.35686,0.52209,0,0.17404-0.17367,0-0.18319,0.17403,0,0.17403,0,0.17403,0.18319,1.0442,1.2091,0.17403,0.35759,0.69613,0,0.69613-0.87932-0.35722-1.9144-0.86101-1.035,0-0.34806-0.17403-0.34807,0-0.1744-0.17403-0.87016,0-0.1744-0.34807-0.34806-0.17403,0,0-0.1744-0.5221-1.0442-0.52209-3.1234,0-0.1744,0.17403-0.1744,0-0.17367,0.17403-0.17439,0.17403-0.34807,0.17404,0,0.87016-0.1744,2.0884-0.87016,0.3389-0.34807,0.35723-0.16487,0.51294-0.35759,0.34806-0.1744,0.18319-0.16487,1.035,0,0.17403,0,0.17403,0,1.0442,0,0.17403-0.18319,0.17403,0,1.2182,0,0.17403-0.1744,0.34807,0,0.17403,0,0.17403,0,0.17404,0,0.16487,0,0.17403,0,0.35723,0.1744,0,0.18319,0.17403,0,0,0.33854,0,0.1744-0.17403,0,0,0.18319-0.69613,0.33854-0.69613,0.34806-0.69613,0.34807-0.17404,0-0.69613,0-0.17403,0-0.17403-0.1744-0.17403-0.34807-0.17404,0-0.17403,0-0.17403,0.1744,0,0.69613,0.17403,0.1744,0.34807,0.52247,0.34806,0.52173,0,0.16487,0,0.18319-0.17403,0.1744-0.17403,0,1.0442,1.9144,0.69613,1.2091,0,0.17439-0.69613,2.9586,0.87016-0.1744,2.6013-0.87016,3.6547-1.9144,3.8196-3.4715,3.4806-5.395,2.4365-7.6391-0.5221-0.18319-0.69613-0.51294,0-0.1744,0-0.52246,0-0.1744,0.17403-0.1744,0.5221,0,0.68697,0,1.5663,0,0.87017,0.1744,3.3066,0,0.33891-0.1744,0-1.0442-6.5949-0.1744-1.0442,0-0.17404-0.1744-0.34806-0.34806-0.17403-0.17367,0.87016-1.0442,0-0.1744,0.69613-0.34807,0-0.34806,0-0.861-0.17403-0.35686,0-0.33927,0.17403,0,0.17403-0.17367,0.16487,0,0.34807,0,0.17403,0,0.35723-1.4014,0-0.16487,0.52209-0.1744,0.33891,0,0-0.87016-0.51294-0.17367,0-0.18319-0.17403,0,0-0.86101-0.17403,0-0.1832-0.17439-0.17403,0-0.17403,0-0.16487-0.1744,0-0.17367,0-0.18319,0.51293-0.68661,0.1832-0.17439,0.34806,0,0.17403,0,4.1676,0,1.2182-2.0884,0.1744-0.16488,0.52247,0,0.861,0,0.1744,0,0.17366,0,0,0.16488,0,0.69613-0.861,1.3923,1.2091,0.17439,0.69613,0,1.0442,0.1744,0.52247,0,0.17366,0,0.1744,0.1744,0,0.1744,0,0.34807-1.0442,2.7845-1.0442,2.2533-1.9144,3.1326,0.35685,2.6105,0.68661,2.0792,0,0.1744,0,0.17367-0.17367,0-0.87016,0.1744-0.16487,0-0.1744,0-0.1744-0.1744-0.17367,0,0-0.17367-0.69613-0.52246-0.69613-0.1744-1.0442,0-0.34807,0.1744-0.17403,0-0.17403,0-0.5221,0.1744-2.7845,7.6483m61.534-33.194,0.34807,0,0.1744,0,0.6866,0.52173,0,0.1744,0,0.17439,0,0.16488-0.16487,0.1744,0.16487,0,0,0.18319,0,0.17366,0.18319,0,0.34807,0.1744,0.1744,0,0,0.16488,0,0.18319,0,0.1744,0,0.1744,0.17366,0.16487,0.1744,0.1744,0.17367,0,0.1744-0.1744,0.17366,0,0,0.1744,0.1744,0,0,0.1744-0.1744,0.35686,0,0.17439-0.34806,0.51294-0.17367,0-0.1744,0.34807-0.17366,0-0.1744,0.1744,0,0.1744-0.16488,0.17439-0.36638,0.69613-0.16487,0.86101,0,0.35686,0,0.17439,0,0.52247,0,0.1744,1.2182,2.0792,0.17366,0,0,0.18319,0,0.33854,0.1744,0.1744,0.17367,0.52246,0,0.18319-0.17367,0.51294-0.34806,0.69613-0.1744,0.1744-0.17367,0,0-0.1744-0.70492-0.34806-0.16488-0.1744,0-0.1744,0-0.16487,0-0.1832,0.16488-0.34806-0.16488,0-0.34806-0.33854-0.17367,0-0.1744,0-0.17366,0-0.1744-0.18319,0-0.1744,0-0.17367,0-0.16487,0.1744,0,0.17366,0,0.1744,0,0.17367,0,0.1744,0,0-0.18319,0-0.16488-0.1744-0.17366-0.34807-0.1744,0-0.1744-0.17366,0,0-0.18319,0-0.16487,0.17366,0-0.34806-0.1744-0.17367-0.1832-0.1744,0-0.17366,0-0.34807,0,0,0.1832-0.16487,0,0-0.1832-0.18319,0-0.1744-0.16487-0.1744-0.1744-0.16487-0.17366-0.17367,0-0.18319,0,0-0.1744-0.1744-0.1744,0-0.1744-0.34807-0.52246-0.17366,0,0-0.1744,0-0.34807,0-0.69613,0-0.33854,0.17366-0.18319,0-0.1744,0.1832-0.1744,0.16487-0.1744,0-0.69613,0-1.0442,0.1744-0.51294,0-0.1744,0.35686-0.34806,0-0.1744,0.16487,0,0-0.17367,0-0.18319,0-0.1744,0-0.16487,0.1744,0,0.87016-0.69613,0.52173-0.17367m-5.9079,19.995,0.34806-1.2274,3.8287-6.256,0.51294-0.87016,0.87016,0.1744,0.1744,0,0.34806,0.1744,0.17367,0.1744,1.2274,1.3923,0,0.18319,0,0.33854,0,0.16487-2.7937,4.0028-0.34807,0.52246,0,0.1744-3.8196,0.87017-0.34806,0.18319-0.17367,0m23.815-33.726,0,1.2182-0.18319,1.2091-0.16488,1.0442,0,0.1744-0.17439,0.35686-0.1744,0.16487-0.69613,0.69613-0.52173,1.3831-0.51294,0.35686-0.1832,0-0.17439,0-0.17367,0-1.0442,0,0-0.1744,0-0.34807,0-0.16487,0-0.69613-0.17439-0.35686-0.86101-0.1744-0.35759,0.86101-0.33927,1.2274-0.17367,0-0.18319-0.1744,0.18319-0.87016-0.18319-1.5663-0.33927-1.0442-0.70492-0.52173-0.16488,3.3158-2.4364,3.9844-0.52247,0.69613-0.34806,0.1744,0-0.33927,0-0.69613,0.17367-0.34807,0.34806-1.0442,0.69613-1.7403,0.34807-2.4364,0.17366-3.4715,0.1744-1.5663,0.17367-0.34806,0.52246-0.52247,0.17367-0.34806,0.861-0.34807,1.5663-0.87016,0.87017-0.34806,1.0442,0,1.3923,0.18319,1.3923,1.035,0.87016,1.3923-0.17366,1.0442m-27.992,14.939,0,0.35685-0.52173,0.33928-0.1744,0-0.33927,0-0.18319,0-1.035-0.51294-0.35686-0.52247-0.16487-0.34806-0.52246-0.52173-0.69613-1.0442-0.34807-1.0442,0-0.1744,0.1744,0,0-0.16487,0.34807,0.16487,1.3923,1.035,0.34806,0,0-0.33853,0-0.34807,0-0.1744,0.17367-0.1744,0.1744,0,0.34806,0.52247,0.16487,0.51293,0.35759,0.35686-0.17439,0.34807-0.1832,0.1744,0,0.34806,0.1832,0.17367,0.69613,0.16487,0,0.18319-0.35686,0.34807,0.35686,0.16487,0.17439,0.1744,0.16488,0m18.255-17.376-0.1744,0.1744-0.87016,0-0.17367-0.1744-1.035,0-1.2274,1.2182-0.17366,0.87017,0,0.34806,0.52173,0.69613-0.34807,1.3923,0.1744,0.33854,0,0.69613,0.17367,0.18319-0.86101,1.2091-0.35685,0.34807,0.18319,0.87016,0.1744,1.2091,0.33927,1.0534,0.69613,1.0442,0.52173,0.51294,0.18319,0.18319,0.17367,0.16487,0,0.34807,0,0.18319,0,0.16487-0.17367,0.1744,0-0.1744-0.18319,0-0.16487,0-0.70493-0.69613-0.1744-0.16487-0.17366-0.18319-0.861-2.4273-0.17367-2.0884-0.1744-0.34807-0.18319-0.34806-0.16487-0.69613,0-0.52246,0-3.6455,0.16487-0.17366,0-0.34807,0.18319-0.1744,1.035-1.7403,0.34806-0.1744,0.52246-0.52173,0.1832-0.1744,0.1744,0,0.16487-0.1744,0.35686,0,0.6866,0,0.34807,0,0.1744,0.1744,0.34806,0.1744,0.34807,0,0.34806,0.69613-0.17367,0.52246m1.7403,11.825,0.34806,0,0.17367-0.1744,0.1744,0.1744,0.16487,0,0.1744,0,0,0.16488,0,0.18319,0,0.16487-0.33927,0.1744-0.34807,0.1744-0.34806,0.18319-0.1744,0-0.34806,0.33927-0.17367,0.18319-0.69613,0.51294-0.34807,0.52247,0.34807,0.1744,0.34806,0,0.17367,0,0-0.1744,0.1744,0,0.17367,0,0,0.1744,0,0.17366,0,0.16487-0.17367,0-0.34807,0.1832-0.34806,0-0.1744,0-0.34806,0-0.52247-0.1832-0.17366,0,0,0.1832-0.1744,0.1744,0,0.17439-0.17367,0-0.1744,0.1744,0-0.1744-0.17366,0-0.1744-0.34806-1.035,0.87016-0.35686,0.1744-0.34806,0.52173-0.68661,0.68661-0.34806,0.35685-0.17367,0,0-0.17366,0-0.18319,0.17367-0.1744,0.16487-0.16488,0.18319-0.17439,0-0.1744,0-0.1832,0-0.16487,0-0.17367,0.68661-0.34806,1.0442-0.69613,0.69613-0.34807-0.33927-0.17366-0.87932-0.52247-0.34807-0.17439-0.52246-0.16488-0.861-0.53125-0.35759-0.1744-0.16488-0.16488,0-0.18319,0.16488-0.1744,0.18319-0.1744,0.1744,0,0.17366-0.16487,0.16488,0,0.52173,0.33854,0.87016,0.69613,0.35686,0.34807,0.861,0.87016,0.87016-0.34807,0.17367-0.1744,0.69613-0.51293,0.34806-0.35686,1.3923-1.2091m-1.3923,6.943-0.69613,0-0.34806,0.1744-0.34807,0.70492-0.34806,0-0.17367-0.1744-0.87016-0.18319-0.33927,0-0.18319-0.34806,0-0.1744-0.1744-0.33854-0.17367,0.1744-0.1744,0-0.17366,0-0.1744-0.34807,0-0.18319,1.0534-1.035,0.86101,0,1.3923,0,0-0.1744,0.17366,0,0.1744-0.1744,0.34807,0,1.5663-0.87016,0.861-1.0442,0.53126-1.9052,0.17366-0.18319,0-0.1744,0.16488-0.33854,0.69613,0,0.87016,1.2182,0.35686,0.51294-0.18319,0.1744-0.69613,0.1744-0.1744,0.52173,0,0.69613,0,0.1744-0.17367,0.17439,0,0.1744-0.52246,0.1744-0.33927,0-0.17367,0.33854-0.1744,0.69613-0.52173,0.53126-0.87016,0-0.34807,0.52246,0,0.34807-0.17366,0-0.1744,0.16487-0.17367,0-0.34806,0m-2.4273-11.816,0.33927-0.17367,0.1744-0.1744,0.69613,0,0.52173,0.34807,0.1744,0.34806,0,1.0534-0.34806,1.2091-0.52247,1.035-0.34806,0.35759-0.34807,0.16488-0.17366,0-0.68661-0.33854-0.35686-0.52247-0.34806-0.34806,0.17366-0.34807,0.1744-0.52246-0.1744-0.52247-0.17366-0.34806-0.1744-0.18319,0-0.16488,0.1744-0.34806,0.34806-0.1744,0.52173,0,0.35686-0.34806m-0.87932-1.7403,0.52173-1.5571,0.69613-0.35686,0.52247,0.1744,0.17366,0,0.1744,0.18319,0.17367,0,0,0.1744,0.1744,0.33854,0,0.18319,0,1.3923-0.1744,0.16487-0.87017-0.34806-0.51293,0-0.69613,0-0.1832-0.34807m-110.71,40.852-0.17403-0.1832,0-0.16487,0.17403-0.1744,1.5571-1.0442,1.2182-1.0442,0-0.1744,0.34806,0,0.34807,0,0.17403,0,0,0.1744,0.17403,0.69613-0.34806,2.9494,1.0442,1.5754,0,0.16487-0.17403,0,0,0.1744-0.17403,0-0.17404,0-1.3831-0.69613-1.0534-0.861-1.5571-1.3923m-16.863-3.6547-0.17403,0-0.17404-0.1744,0-0.17366,0-0.1744,0.5221-0.52246,0-0.16488,0-0.87932,0.17403,0,0-0.1744,0.17404-0.16487,0.17403,0,0.87016,0,0.17403-0.1744,0.17404,0,0.17403,0,0.87016,0,1.3831-0.52246,0.53126-0.1744,0.33891,0,0.17403,0,0.18319,0,0.33891,0.1744,0.52209,0.33854,0.69613,0,0.87017,0,0.17403,0,0,0.18319,0.5221-0.18319,0.17403,0,0.69613,0.35759,0.17403,0,0,0.16487,0,0.1744,0,0.1744,0,0.18319-0.17403,0-0.34807,0.33854,0,0.18319-0.17403,0-1.2182-0.18319-0.69613,0.18319-0.87016,0.51294-1.5663,1.0534-0.17403,0-0.34807-0.35759-0.34806,0-0.86101,0.52247-0.5221,0.34806-0.17403,0-0.17403,0,0-0.1744-0.17403-0.33854-0.5221-0.35759-1.3923,0m-5.2118,15.297-0.34806,1.5663,0.16487,0.69613,0.18319,0.34806,0.17404,0,0,0.1744,0,0.69613-0.17404,0.1744-0.18319,0.1744-0.16487,0-0.17403,0-1.7403-0.69613,0-0.1744-0.17403-0.1744,0-0.1744,0.34806-0.87016,0.87017-1.2182,0.52209-2.0884,0-1.035,0.17404-0.1832,0.17403,0,0.5221,0,0.34806,0.1832,0.17403,0.33853,0,0.1744-0.17403,1.0534-0.5221,1.035m1.2182-7.6391,0.33891,0.33854,0.34806,0,0.35723-0.33854,0-0.35686,0-0.17439,0.3389-0.1744,0.17403-0.52247-0.34806-0.6866,0-0.18319,0-0.1744,0.34806-0.69613,0.17404-0.68661-0.34807-1.0442,0-0.52173,0-0.16488,0.5221-0.53125,0.5221-0.52247,0.17403,0,0.69613,0,0.17403,0,0.5221,0.52247,0.5221,0.1744,0.87016,0,0.69613-0.34807,0.87016,0,0.86101-0.34806,0.17403,0,0.5221,0.18319,0.87016,0.33854,0.18319,0,0.16487,0.1744,0.17404,0.17439,0.17403,0.34807,0,0.1744,0.69613,1.9144,0,0.16487-1.0442,2.2624-0.16487,0.70493-0.18319,0.33853-0.17403,1.0442-0.16488,0.69613,0,0.1744-0.35722,0.1744-0.17403,0-0.34807,0.1744-1.3923,0.1744-1.7312,0-1.3923,0.52173-0.51293,0-1.0534,0.34806-1.035,0-0.70529-0.34806-0.86101-0.69613-0.17403,0-0.17403,0-0.34807-0.34807-0.34806,0-1.3923-0.52246-0.17403,0,0-0.1744-0.34807-0.52173,0-0.1744,0.17403-0.861,0.34807-1.3923,0.17403-0.1744,0-0.87017-0.17403-0.1744,0-0.17439,0-0.1832,0.34806-0.51293,0.17404-0.17367,1.035-0.53126,0.18319,0,0.17404,0.18319,0,0.16488,0,0.18319-0.87017,1.0442,0,0.33854,0.17404,0.1744,0.52209,0,0,0.18319,0.17404,0,0.34806,0.68661,0.5221,0.35759,0.17403,0,0,0.16487,0,0.34807,0,0.35686m55.617-14.262,0.34806,0,0.17404,0,0.52209,0.52246,0.5221,0.69613,0.5221,1.3831,0,0.53126,0.17403,0.68661,0,0.52246-0.17403,1.5663-0.17403,0.87016-1.5663,2.4365-2.2624,2.0792-1.7312,1.5754-1.7403,0.16488-0.70529,0-0.861,0-0.17403,0,0-0.16488-0.17404-0.1744,0-0.18319,0.17404-0.6866,0.52209-0.69613,0-0.1744-0.34806-0.1744-1.0442,0-0.17403-0.17367-0.87016,0-0.17403,0-0.17404,0-0.34806,0-0.5221,0-0.34806,0-0.17404-0.18319-1.3831,0-0.17403,0-0.17403-0.16487-0.18319,0,0-0.18319,0-0.68661,0.18319-0.17366,1.7312-0.52247,0.87017-0.1744,1.0442-0.69613,1.3923-1.3923,0.5221-1.3831,0.34806-2.2624,0.17404-0.52173,0.17403-0.34807,0.16487,0,0-0.1744,0.17403,0,0.1832,0,2.6013-1.5663,0.87017-0.52173,0.17403-0.34806,0.17403,0,0.5221,0,0.17403,0,0.69613,0.69613,0.33891,0,0.18319,0m-38.589,6.7781,0-0.17439,0.17403-0.69613,0-0.1744,1.0442-0.68661,0.34806-0.1744,0.17403,0,0.17404,0,0,0.1744,0.34806,0.34807,0.34807,0.33854,0,0.1744,0,0.17439-0.34807,0.69613,0,0.1832,0.34807,0.33854,0,0.17439,0.17403,0,0,0.1744-0.17403,0.52173-0.17404,0-0.17403,0.1744-0.34806,0-0.5221,0.1744-0.34807-0.1744-0.17403-0.1744-0.17403-0.34806-0.17403-0.17367-0.5221-0.87016m-13.895,27.122,0.16487,0.16488,0,0.18319-0.16487,0.16487-0.1832,0.1744-0.69613,0.18319-4.6897-0.35685-0.17404,0-0.17403-0.16488,0-0.18319,0-0.16487,0.17403-0.18319,0.34807-0.1744,0.69613-0.16488,0.16487-0.1744,0.18319,0,2.0792,0,0.1832,0,0,0.1744,0.16487,0,0.69613,0,0.34806,0.16488,0.5221,0,0.17403,0.1744,0.1832,0.18319m0.51293-3.3066,0,0.34806,0,0.34807,0,0.1744,0,0.16487,0,0.18319-0.17403,0.1744-0.69613,0.69613-0.17403,0-0.17403,0-0.34807-0.1744-0.87016-0.34806-0.5221,0-0.17403,0-0.17403,0-0.16488,0-0.52209-0.1744-0.34807,0-0.34806,0-0.17404,0-0.18319-0.1744-0.51294,0-0.87016,0.69613-0.17403,0-1.2182-0.34806-0.87016-0.53126-0.5221-0.861-0.17403-0.87017,0.5221-2.2624,0-0.6866,0.17403,0,0-0.1744,0.34806-0.34807,0.5221,0,0.5221,0,0.5221,0.17367,0.17403,0.34806,0.5221,0.16488,0.17403,0.18319,0.861,0.33854,1.5754-0.1744,0.16488,0,0,0.1744,0,0.1744-0.16488,0.34806-0.17403,0.52247,0,0.34806,0,1.5663,0.33891,0.34807,0.52209,0.34806,0.87017-0.1744,0.17403-0.17439,0.17403,0,0.17403,0-0.17403-2.0792-0.17403,0-0.17403-0.18319-0.17404,0,0-0.52246,0.17404-0.16487,0.17403,0,0.17403-0.1832,0.69613,0.1832,0.17403,0,0.34807,0.51293,0,0.1744,0.17403,0.34807,0.17403,0.34806,0,1.0442,0,0.1744m-8.1704-20.518-0.17404,0,0-0.16487,0.17404-0.1744,0.34806,0,0-0.1744,0-0.68661,0.17403-0.53125,0.87017-0.69613,0.17403-0.34807,0-0.69613,0-0.1744,0.17403,0,0.34807-0.17366,0.87016-0.34807,0.34806-0.34806,0.17404,0,0-0.16488,0.52209,0,0,0.16488,0.17404,0,0,0.1744,0,0.17439-0.17404,0.34807-1.0442,2.0884-0.87016,0.87016-0.17404,0.17367-0.87016,0.87016-0.17403,0-0.34807,0.16487-0.52209-0.16487,0-0.18319m-1.7312-5.0286,0,0.16487,0,0.34806,0,0.1744-0.18319,0-0.33891,0.34807-0.17403,0.52173,0,0.1744-0.18319,0.18319-0.17403,0-0.16488,0-0.17403-0.18319-0.69613-1.0442-0.5221-2.0792,0-0.1744-0.18319-0.34806,0-0.1744,0-1.9144,0.70529-1.5571,0.87016-1.4014,0.16488-0.16487,0.17403,0,0-0.1744,0.35722,0,0.16488,0.1744,0,0.16487,0,0.35686,0,0.16487-0.5221,0.1744,0,0.52246-0.33891,0.18319-0.35722,2.0792,0.69613,2.2533,0.5221,0.87016,0.35722,0.35686m19.29,18.594,0.17403-0.1744,0.17404,0,0.69613,0.34807,0,0.16487,0.16487,0,0-0.68661,1.0534-2.4273,0.51294-1.3923,1.2182-2.9586,0.17403-0.1744,0.34807-0.1744,0.17403-0.1744,0.17403,0,0,0.1744,0.17403,0,0.17404,0,0.17403,0.1744,0,0.1744,0,1.5663,0,0.16487-0.34807,1.9144-0.52209,1.9144-0.34807,0.87016-0.5221,1.3923-0.34806,0.69613-0.5221,0.52173-1.2182,0.51294-0.34806,0.1744-1.2091,0.87016-0.17403,0.18319-0.5221,0-0.17403-0.18319-0.5221-0.51294-0.17403,0,0-0.17366,0.17403-0.87017,1.2182-1.9144,0.17403,0m26.416-33.03-0.17403-1.035,0.17403-0.69613,1.0442-0.69613,1.5663-0.52246,1.5571-0.1744,0.35722,0.69613-0.5221,0.34806-0.34806,0.16488-0.18319,0.18319-0.33891,0.52246-0.17403,0.87016,0,0.16488,0.34806,0.34806,1.2182,0.34807,0.34807-0.34807,0.17403-0.69613,0.16487-0.16487,0.5221,0,1.0442,0.16487,1.5663-0.51294,0.17403,0.1744,0.34806,0.86101,0.5221,0.52246,1.0442-0.34807,0.69613-0.34806,0.16487-0.16487,0-0.1832,0.34806,0,0.1832,0,0.16487,0,0.69613,0.52174,2.0884,0.17439,0.17403,0,0,0.1832,0,0.16487,0,0.35686-2.2624,3.8196-0.16487,0,0,0.1744-0.69613,0.34807-0.87933,0.33854-0.3389,0.18319-1.0442,0.34806-0.17403,0.16488-0.17403,0-0.34807,0-0.17403,0.35686-0.5221,0-0.69613,0.34806-2.4273,0.34807-0.5221,0.16487-1.5663,0-0.34807-0.16487-0.69613,0-0.34806,0-0.17403-0.1744-0.17404-0.17367,0-0.18319,0.17404,0,0-0.16487,0.52209-0.35686,1.2182-0.69613,0.17403,0,0.34807,0,0.17403,0,0.69613,0,0.68697-0.51294,0.34807-0.87016,0-0.52247,0-0.16487,0-0.18319-0.51294,0.18319-1.0442,0.16487-1.0442-0.34806-0.5221-0.69613,0-0.52247,0.17403-0.1744-1.0442,0.34807-1.9144,1.7312-1.2182,3.4806-0.17403-0.33928-0.33891-1.2274,0.16488-2.2533,0.69613-2.0884,0.87016-1.0442,0.5221-0.16487-0.17404-0.3576m-6.6041-4.5157,0.17403-1.9144,0.69613-2.4273,1.9052-1.9144,2.0884-0.87017,0.87016-0.17366-0.51294,0.33854-1.2182,1.0534-1.5755,1.9144-1.3831,2.2533-0.69613,1.7403-0.17403,0.87016-0.17403-0.87016m19.986,33.717,0-0.1744,0.34806-0.52173,0-0.51294-0.34806-0.18319-0.16487,0-0.1832-0.1744-0.51293-0.52173-0.87933-1.7312-0.17403-1.035,0-0.1832,0.5221-0.87016,0.87016-0.69613,0.87016-0.51294,0.17404-0.18319,0.34806,0,0.17403,0.18319,0,0.1744,0.17404,0.16488,0,0.69613,0.17403,1.9144,0.17403,3.1326-0.5221,1.9052-0.17403,0.18319-0.17403,0.16487,0,0.1744-0.17403,0-0.17404,0-0.17403-0.1744-0.17403-0.51294,0-0.70492m-46.751-0.69613,0,0.18319-0.34807,1.7312-0.87016,4.0028-0.17403,0.16487-0.5221,0.18319-1.2182-0.18319-0.17403,0,0-0.16487-0.17403-0.52247,0.53126-2.7845,0.16487-1.2091,0-0.18319,0.69613-1.035,0.34806-0.52247,0.17404-0.17366,0.17403,0,1.0442,0.17366,0.34807,0.33927m24.85-14.774,0-0.16487,0-0.1744,0-0.18319,1.5663-0.86101,1.3923-1.0442,0.17404-0.1744,0.17403-0.52173,0.17403-0.1744,0.5221-0.1744,0-0.18319,0.17403,0.18319,0.16487,0,0.34807,0.69613,0.53126,0.1744,1.7312-1.7403,0.34807-0.51293,0.17403-0.1832,0.17403,0,0.17403-0.1744,1.2182,0,0.17404,0.1744,0.17403,0,0.34806,0,0.34807-0.34806,0.17403,0,0.33891-0.1744,0,0.1744,0.69613,0.53126,0.53125,0,0.86101-0.35686,0.17403,0,0.53126,0.1744,0.17403,0,0,0.34806,0,0.34807,0,0.1744,0,0.18319-0.17403,0-1.5663,0.32974-0.53125,0.53126-0.16488,0.17367-0.17403,0.34806-0.18319,0.34807-1.3831,1.5663-1.5663,1.035-1.3831,0.70492-0.18319,0-0.17403,0,0-0.18319-0.5221-0.33854-0.5221-0.53126-1.3831,0-0.69613,0.1744-0.52209,0.1744-0.34807,0-0.34806,0-0.69613,0.35686-0.34807,0-0.69613-0.70493m-3.9936,4.1768,0-0.1744,0-1.0442,0-0.1744,0.34807-0.87016,0.3389-0.52247,0.5221-0.52246,0.53126-0.52173,0.17403,0,0.16487,0,0.69613,0.18319,0.17404,0,0.53125,0.6866,0.33891,0.34807,0.69613,0,0.17403,0,0.17403,0,0.17404,0,0.17403,0,0.17403,0.52173,0,0.1744-0.34806,1.7403,0,0.87016,0.34806,1.2091,0,0.35685,0.17403,0,0.17404,0.1744,0.17403,0,0.34806,0.69613,0,0.1744,0,0.16487-0.17403,0.1744-0.5221,0.1832-0.17403,0-0.5221-0.1832-0.17403,0-0.17403-0.1744-0.34807,0-0.17403-0.16487-0.17403,0-0.33891,0.16487-0.35722,0.52247-0.17403,0-0.17404,0.18319-0.17403,0-0.16487,0,0-0.18319-0.17403,0-0.34807-0.861,0-0.1744,0.16487-0.1832,0.1832-0.16487,0.51293,0,0.5221-0.1744,0.18319-0.34806-0.35722-1.2182-0.17403-0.51294,0-0.18319,0.17403-1.3923-0.17403-0.52246-0.68697-0.87017-0.1832,0-0.69613,0.87017,0,0.18319,0.1832,0.51294,0,0.69613,0,0.1744-0.1832,0-0.3389,0.34806,0,0.18319-0.17403,0-0.1832,0-0.16487-0.18319-0.17403,0-0.17403-0.1744-0.17404,0m10.25-1.2182,0.18319,0.1744-0.35722,1.4014,0.17403,0.86101-0.3389,1.3923-0.17404,0-0.52209,0.52246-0.69613,0.33854-0.1832,0-0.16487-0.16487,0-0.1744,0-0.35686,0-0.16487,0.51294-0.52174,0.17403-0.69613-0.17403-0.52246,0-1.2182,0.17403-0.34806-0.17403-0.52173-0.16487-0.1744-0.34807-0.16488-0.5221-0.18319-0.17403,0,0-0.1744-0.17403-0.34806,0-0.52247,0.17403-0.17439,0-0.16488,0.34807-0.18319,0.17403,0,0.68697,0.18319,0.17403,0,1.3923,1.9052m149.83,24.328,10.772,4.6989-1.3923,1.0442-2.9494,2.6013-2.2624,3.1326-2.6013-1.7403,0-1.5663,0-3.9936-1.5663-4.1768m2.4273,12.521,0,0.34806-0.16488,0-0.35686-0.1744-1.0442-0.34806-1.2091-0.52247-0.34806-0.1744-0.69613,4.6989-1.5663,5.0286-2.9494,5.569-0.18319,0.1744-0.16488,0-0.17366,0,0-0.1744-0.1744-0.1744,0.1744-0.1744,3.2975-6.7781,1.5663-6.082,0-5.395-0.87016-4.3416-1.2182-3.4715-1.2182-2.0884-0.52173-0.87016,0-0.1744,0-0.16487,0-0.1832,0.18319,0,0.16488,0,0.17366,0.1832,1.0442,1.3831,1.7403,4.1676,1.3923,6.4392,3.1234,3.1234,0,0.17439m-77.692-70.044,1.5663,0.87016,1.0442,0,0.6866-0.34807,1.4014-0.69613,1.035-0.52173,0.34806,0,0.18319,0.34807,0,0.17366-9.7367,4.8638-0.34806-0.17439,0-0.1744,0.16487-0.1744,3.6547-1.7403-0.69613-0.6866-0.861-1.3923-0.18319-1.5754,0.53125-0.86101,0.51294-0.34806,0.17367,0,0.52246,2.4364m27.286,13.556,0.18319,0,0.16487,0,0,0.1744,0,0.1744,0.1744,0.1744,0.35686,0.87016,0.16487,0.16487,0.1744,0.18319,0.17367,0.1744,0.1744,0.1744,0,0.17367-0.1744,0,0,0.16487-0.17367,0-0.1744,0-0.16487,0,0,0.18319,0,0.16488,0.16487,0,0.34807,0.17366,0.1744,0,0.17366,0,0.1744,0.1744,0,0.18319,0.34807,0,0.69613,0.33854,0.34806,0.1832,0.17367,0.16487,0.1744,0.18319,0.17366,0.16487,0.1744,0,0,0.1744,0,0.1744,0,0.1744-0.1744,0,0,0.1744-0.17366,0-0.1744-0.1744-0.17367-0.1744-0.51293-0.34806-0.35686-0.16488-0.17367-0.18319-0.34806-0.16487-0.34807-0.18319-0.1744,0-0.17366,0-0.1744,0-0.34807-0.1744-0.17366,0-0.1744,0-0.16488,0-0.18319,0-0.1744-0.16488,0.1744-0.69613,0-0.18319,0.18319-0.33854-0.18319-0.53125-0.51294-0.68661,0-0.1744,0-0.17366,0.16488,0,0-0.1744,0.17366-0.1744,0.1744,0,0-0.1744m14.262,5.2118,1.7312,1.2274,1.0442,0.68661,3.3066,2.4364,1.5663,1.2182,2.4273,1.5571,2.6013,1.9144,3.1326,1.9052,1.9144,1.2274,1.0442,0.6866,1.2182,0.69613,1.9052,1.2182,0.87016,0.35686,1.7403,1.2091-0.34806-0.69613-0.52173-0.69613-0.16487-0.17366-0.53126-0.1744-0.34807-0.1744-3.8196-2.7845-1.0442-0.861-1.5663-0.87017-0.1744,0-0.17366-0.34806-0.87017-0.52247,0-0.17439-0.34806-0.1744-1.2182-0.69613-2.4273-1.5663-0.17366-0.17439-0.1744-0.1744-0.17367,0-0.52246-0.51294-0.70492-0.18319-0.16488-0.1744,0-0.16488,0-0.17439,2.0792,0.69613,1.0534,0.16487,1.9144,0,0.16487,0,1.0442-0.16487,0.69613,0,0.69613-0.35686,0.34807-0.16488,0.87016-0.17439,0.17367-0.35686,0.34806,0,0.16488-0.16488,0.35685,0,1.5571-0.87016,1.7403-1.7495,0.87016-1.2091-0.17366-0.17367-0.69613,0-1.0442,0.52173-1.5571,0.3576-0.53126,0.33853-0.52173,0-0.16487,0-0.52173,0.16488-0.69613,0.18319-0.69613,0.17367-1.3923,0.34806-1.5571,0-0.18319-0.1744-0.33927,0-2.0884-1.035-0.17367,0-0.17439-0.1832-0.17367,0-0.1744,0-0.17367-0.17439-1.0442-0.52174-0.87016-0.69613-0.1744-0.17439,0.1744-0.1744,0.17366,0,1.5663,0,0.87016,0.34806,1.0442-0.52246,0.86101-0.16488,0.18319-0.34806,0-0.35686-0.52247-0.16487-1.0442,0-0.34807-0.18319-0.34806,0-0.87016-0.1744,0,0.1744-0.34807-0.1744-0.34806-0.33854,0-0.52173,0.34806-0.1744,1.3923,0,0.17367,0.1744,0.69613,0,0.1744,0,0.34806,0,0.34807,0.17366,0.16487,0,2.7937,0.68661,0.51294,0,0.69613,0,0.52246,0.1744,0.69613,0.18319,2.4365,0,0-0.18319,0.16487,0,0.17367-0.1744,0.70492-0.17367,1.035-0.34806,1.7403-0.87017,3.3066-2.0792,2.9494-2.6013,1.9144-1.5754,0-0.16487-0.34807-0.34807-0.87016,0.51294-0.52173,0.34807-0.34807,0-2.0884,1.3923-0.861,0.34806-0.1744,0-0.18319,0.1744-0.16487,0.1744-0.18319,0.18319-0.68661,0.33854-0.52246,0.34807-1.0442,0.18319-0.69613,0-1.3923,0.16487-1.2182,0-0.16487,0-0.35686-0.16487-1.035,0-0.35759-0.18319-0.86101,0-1.0442-0.1744-1.7312-0.51294-0.70565-0.35686-0.17367-0.34806-0.1744,0-0.33927,0-0.17367,0-0.17439-0.33854,0-0.35759,2.4273,0,0.17367,0,0.52246,0,0.17367-0.16488,0.87016,0,0.34806-0.1744,1.0442,0,0.1744,0,0.69613-0.17439,0.861,0,0.53126-0.1832,0.861-0.1744,1.0534,0,0.6866-0.17439,0.69613-0.1744,0.69613,0,0.87016-0.33854,0.69613,0,0.87017-0.52247,0.52173-0.17439,0.87016-0.35686,0.33927-0.1744,2.0884-1.035,3.1326-2.4273,0.16487,0,0.18319-0.34807,0-0.18319-0.34806-0.1744-0.1744-0.16487-0.69613,0.33927-0.69613,0.34806-1.3923,0.69613-0.69613,0.1744-1.7312,0.87017-0.52246,0,0,0.1744-0.18319,0.17439-0.52173,0-0.33928,0.1744-1.5663,0.52173-0.87016,0.16488-0.87016,0.18319-0.52247,0.1744-0.17366,0-2.0884,0-0.1744-0.1744-1.3831,0.1744-0.17367-0.1744-1.0534,0-0.861-0.18319,0-0.16488-0.34806,0.16488-0.87017-0.33854-0.34806,0-1.035-0.1744-1.9144-0.52246-0.87017-0.53126-0.18319,0-0.16487,0-0.34807-0.16488-0.1744,0-0.52173-0.34806-0.35685-0.52246,0-0.16488,0.18319-0.18319,0-0.16487,0.69613-0.52247,0.52246-0.18319,0.861,0,0.35686-0.1744,1.035,0,0.1744-0.1744,2.0884,0,0.52246-0.16487,0.69613,0,0.52173-0.34806,0.52247,0,0.52246-0.34807,0.52173-0.35686,0.33927-0.33854,0.52247-0.18319,0.52173-0.51294,0.69613-0.52173,0-0.34806-0.17367-0.1744-0.34806,0-0.51294,0.33854-0.52173,0,0,0.18319-0.69613,0-1.2182,0.17367-1.3923,0-0.69613-0.17367-0.69613-0.18319-0.51294-0.51294,0.16488-0.87932,0.69613-0.51294,0.17366,0,0.34807,0,0.1744,0,1.9052,0.18319,0.1832,0.16487,1.9052,0,0.1832-0.16487,0.861,0,0.17366,0,0.34807,0,0.1744,0,0-0.18319,0.35686,0,0.17366,0,0.16488-0.1744,0.69613-0.1744,1.7403-0.6866,1.9144-0.87932,3.6455-2.0884,2.9494-2.4365,0.52173-0.51294,0.87932-0.87016,0.33927-0.52246,0.17367,0,0-0.16488,0-0.35686-0.34807-0.33927-0.16487,0-0.35686,0.51294-0.16487,0.18319-0.35686,0.16488-0.16487,0.17439-0.35686,0.1744,0,0.1744-2.0792,1.3831-0.87017,0.53126-0.52246,0.34807-0.52173,0.17439-1.2091,0.86101-2.4456,0.34806-0.16488,0-0.52173-0.34806-2.9494-0.16488-0.53126,0-0.87016,0-1.5571-0.18319-1.2274-0.33854-1.035-0.34806,0-0.17367-0.34806-0.1744-0.17367,0,0-0.34806,0-0.34807,1.3923-0.69613,0.34807-0.1744,0.1744,0,0.34806-0.52246-0.1744-0.34807-0.34806-0.16487-0.52247,0-0.69613,0-0.17366,0,0.17366-0.18319,0-0.1744,2.2624-1.5571,0.16487-0.1744,0.69613-0.35686,0.35686-0.33854,1.9144-0.53126,0.33927,0,0.69613,0,0.52173,0,1.0442,0,1.5571-0.69613,0.52173-0.17439,2.7845-1.7312,1.0442-0.87016,0-0.34807-0.1744-0.1744-0.69613,0-0.17366,0.1744-1.5571,0.87017-0.34807,0-0.35686,0.17439-0.34806,0-0.69613,0.1744-1.3831,0-0.1744,0-0.87017-0.1744-0.52246-0.33854-0.52246-0.18319-0.34807-0.34806-0.51294-0.1744-0.18319-0.1744,0-0.1744,1.5663-0.34806,1.3923,0,3.8196-2.6013,1.5663-0.87016,1.5663-0.87017,1.0442-0.52246,0.16487-0.34807,0.53126,0,0.1744-0.17366,0-0.34807-0.35686-0.34806-0.34806,0-0.16488,0.1744-0.17366,0-1.3923,0.52246-1.5663,0.52173-1.9052,0.52247-0.87933,0.33853-0.16487,0-0.1744,0-0.18319,0.1832-0.16487,0-0.53126,0-2.0792,0.34806-0.69613,0-1.7403,0-0.34806-0.69613-0.34807-0.52246-0.52173-0.34807-0.861-0.1744-0.52173-0.34806-0.1744,0,0-0.1744,0-0.1744,0.1744,0,0-0.1744,3.8196,0,2.4364-0.6866,0.51294-0.35686,0.70492-0.16487,0.861-0.53126,1.4014-1.035,0.68661-0.53125,0.52173-0.87017,0.1744,0,0-0.51293-0.34807-0.34807-0.69613,0.16487-1.3831,1.0534-0.18319,0.1744-0.51294,0.33854-0.87932,0.34806-0.51294-0.16487,0,0.16487-0.17366,0-0.1744,0-0.34807,0-1.0442-0.52246-0.17367,0-0.1744-0.16487-0.1744,0-1.2182-0.87017,0-0.1744,1.5663-0.70492,0.17366-0.16487,0.34807-0.52173,0.1744-0.52247,0.87016-0.52173,0.861-0.51294,0.69613-0.87016,2.6105,0.51294,0.69613,0.1744,1.9144,0.52246,0.34806,0.1744,0.52247,0.34807,0.34806,0,2.6013,2.4364,0.53126,0.52173,0.6866,0.861,0.34807,0.35686,2.6105,4.1676,0.52246,1.0442,0.6866,1.9052,0.52173,1.0534,0.70566,3.8196,0.33854,1.035,0,0.70493,0.1744,0.87016,0,1.5571,0.1744,3.1326-0.1744,0.69613,0,1.7312-0.51294,2.4365,0,0.52173-0.52246,2.7845-1.2274,4.3416-0.51294,1.7403-0.34806,1.3831-2.2624,6.7873-0.69613,1.9144-0.51293,0.86101-0.1832,0.35686-0.34806,1.035-1.0442,2.0792-0.861,1.9144-2.4364,4.6989-1.3923,2.6013-0.52247,0.87016-1.2182,1.9144-0.34806,0.35759-2.2624,3.6455,5.221,3.2975,0.1744,0.1744,1.5663,1.0442,2.0792,1.5663,2.6105,1.2182,2.2624,1.2091,2.2624,1.5663,0.6866,0.52173,0.52247,0.1744,0.34806,0.1744,0.69613,0.52247,0.34807,0.34806,1.0442,1.7403,0,0.1744,0.17367,0.17439-0.17367,0.34807-0.34806,0-0.1744-0.1744-0.34807,0-0.87016-0.70492-0.52247-0.16488-0.34806-0.34806-0.34807,0-0.34806,0.51294,0,1.2182-0.16487,1.4014,0,1.3923,0,0.33854,3.8196,2.2624,2.9494,1.5663,4.0027,2.6105,0.17367,0-0.17367,0.33927-0.52246,0.17366-0.52246-0.17366-0.16488,0.17366-0.18319-0.17366-0.17367,0-0.16487,0-1.2274-0.69613-0.69613-0.34807-0.6866-0.52173-0.52246-0.16487-0.70493-0.35686-0.33927-0.33854-0.69613-0.1744-0.52246-0.34806-0.17367,0-0.34806-0.34807-0.1744,0-0.87017-0.69613-1.2182-0.52246-0.69613-0.34807-0.16488,0-0.70492,1.3831-0.17367,0-0.16487,0.35686-0.17366,0-0.69613,0.1744-0.1744,0.1744-0.34807,0,0,0.1744,0-0.1744-0.17366,0,0-0.1744,0.34806-1.7403,0.34807-1.2182-0.34807-0.33854-1.5663-1.0534-0.52247-0.17439-2.9586-1.7403-0.861-0.33854-0.18319-0.1744-1.035-0.69613-0.52173-0.1744-0.87016-0.53125-0.34807-0.16488-0.69613-0.52173-0.87016-0.34806-0.1744-0.16488-0.34806,0-0.33928,0.33854-0.34806,2.0792-0.52247,2.7937-0.52173-0.18319-1.0534-1.2091,0.35686-0.53125,0.17366-1.035,0-0.87016,0.16488-1.0442,0.18319-2.0884-0.18319-0.16487-5.908-3.8287-1.0442-0.52247-1.7312-1.0442-0.87016-0.51294-1.7403-1.2274-2.7754-1.7403-1.0442,8.6925,0,0.69613-0.1744,1.7403-0.34807,0-0.52173,0.34806-0.35686,0-0.33927,0-0.34806,0.1744-0.1744,0-0.17367-0.1744,0.52173-2.9494,0.1744-2.0976,0.69613-3.8196,0.34807-1.9052,0.17366-1.0442-0.17366-1.0442-0.1744-0.34807-2.2624-1.5663-2.0884-1.0442-1.3831-0.87016-0.17366,0-0.69613-0.52173-0.35759,0-0.33928-0.34807-0.17366-0.1744-0.1744,0-0.52173-0.52246-0.69613-0.16487-1.0442-0.70493-0.69613-0.52246-0.34806-0.33854-0.1744,0.1744-0.1744,0-0.33854,0-0.1744,0.34807-0.18319,1.2091-0.17367,1.5663-0.1744,1.5663-0.17366,1.5663-0.16487,1.3831-0.1832,1.4014-0.16487,1.5663,0,0.33854-0.17367,1.2182,0,1.5663-0.34806,2.2533-0.1744,2.4364-0.18319,1.3923,0,0.1744,1.5663,0.87016,0.34807,0.1744,0.69613,0.34807,2.0976,1.035,0.51293,0.35759,0.69613,0.34807,0.34807,0.1744,0.1744,0.16487-0.1744,0.18319,0,0.16488-1.0442,1.2182-0.17366,0-0.1744,0-1.0442-0.52246-0.34806-0.16487-1.3831-0.53126-1.5663-0.6866-0.34807-0.34807-0.18319,0-0.16487-0.18319-0.17367,0-1.2182-0.68661,3.8287-32.681m22.24,46.586,0.17367,0.51293,0.1744,0.35686,0,2.4273-0.1744,0.34806,0,0.69613-0.17367,0.52247-0.34806,1.0442-0.1744,0.52247-1.3831,2.2624-0.34807,0.16487-0.52173,0.53126-0.35759,0.33854-1.7312,0.34806-0.17366,0-0.34807,0-0.1744,0-0.34806-0.1744-0.17367,0-0.1744,0-0.33927-0.17439-0.17366-0.1744-0.1832,0-6.7781,8.8665,0,0.17439-0.1744,0.1744-0.17367,0-0.34806,0-0.16488,0-1.5663-1.7403-2.7845-5.5599-0.34807-9.5626,0-0.51294,0.1744-0.34806,0.34807-1.5663,2.4364-6.082,2.0792-3.1326,0.87017-0.861,0.70492-0.1832,0.16487,0.34807-0.16487,0.34806-0.36638,0.34807,5.9171,8.8665,0.35686-0.34807,0.17367-0.34806,0.16487-0.1744,0.17366,0,0.1744-0.1744,0.17367-0.1744,0.52246-0.1744,0.34807,0,0.17366,0,0.1744-0.1744,0.87017-0.1744,1.3923,0.1744,0.34806,0.34807,0.51294,0.34806,0.34806,0.1744,1.0442,1.2091,0.1744,0.35759m49.718,14.774,0,4.8638-0.18319,2.9586-2.2533,7.4742-2.4365,5.0286-2.7754-1.035,0.33927-0.52173,0.69613-1.3923,0.69613-1.3831-4.8638-5.9171-0.69613,0.52246-0.87016,0.34807-0.87016,0-2.4273-0.87016-1.7403-2.2533-0.69613-2.9586,0.69613-3.1234,1.7403-2.2624,2.4273-0.87016,0.69613,0,0.69613,0.16487,0.52173,0.35686,2.7845-2.9586,2.7754-2.9586,1.2182-1.2091-0.87016-1.5663-1.9144-3.3066-2.9494-3.4715,4.3416,2.9586,2.9586,3.2975,1.0442,1.3831,0.1744,0.35759,0.34807,0.52173,0,0.1744,1.2091,4.0028,0.1832,3.6455m-7.6483,17.211,0.17439,0.16487-0.34806,1.0442-0.18319,0.1744-0.34807,0.17439-0.16487,0.1744-0.1744,0-0.52173-0.1744-0.1744,0-1.0442-0.34806-0.52247-0.34807-1.0442-0.34806-0.52173-0.16487,0.17366-1.2274,0-2.4273,0-1.2274,0.34807,0,0.52246,0,0.17367,0.18319,3.6547,4.1676,0,0.18319m-7.4742-4.8729,0,0.1744,0,1.2182-0.1744,1.2182,0,1.2091-0.17366,0-0.35686-0.16487-0.68661,0,0-0.18319-1.0442-0.51294-0.34807-0.34807-0.52246,0-0.17367-0.35685,0-0.16488,1.5663-2.2624,0.17439,0,0.17367,0,0.861,0,0.53126,0,0.1744,0.1744z"/><path d="m354.18,273.2,0.87016-7.9963-9.0405,1.5755-0.69613,7.9872,8.8665-1.5663z"/><path d="m366.18,271.64,0.69613-8.3444-9.3886,1.7403-0.69613,7.9963,9.3886-1.3923z"/><path d="m367.92,250.79-9.3886,1.9052-0.87016,10.085,9.2146-1.7403,1.0442-10.25z"/><path d="m355.06,263.47,1.0442-10.259-9.0405,1.7403-0.69613,10.076,8.6925-1.5571z"/><path d="m298.22,276.86,0,0-0.34807-0.35759,0-0.1744-0.52173-0.16488-0.1744,0-0.52173,0-0.34806-0.69613-0.1744,0-0.52247-0.1744-0.17366,0-1.0442,0.52174-0.69613,0.51293-0.34806-0.16487-0.68661,0-0.18319,0-0.52173,0.33854-0.1744,0.1744,0,0.18319-0.16487,0.33854,0,0.18319,0.51293,1.035,0,0.34806,0.1744,0.52173-0.1744,2.6105-0.34806,0.68661-0.16487,0.53125,0,0.1744,0.33927,0.33854,0,0.18319,0.17366,0,1.0442,0.1744,0.52246-0.1744,0.87017-0.87932,0.1744,0,1.3923-1.548,0-0.18319,0.87016-1.5663,0-0.16487,0-0.35759,0.17366-0.34807,0.1744-0.1744,0.52173-0.34806,0.16488,0,0-0.1744,0.18319-1.2091z"/><path d="m385.3,251.31-0.18319-0.1744-1.5571-1.2091-0.34806-0.17367-0.34807-0.18319-0.52173-0.34807-0.33927-0.17366-1.2274-0.68661-0.17366-0.18319-0.1744,0-0.33927-0.16487-0.17367-0.18319-0.34806-0.16488-1.5663-1.0534-0.1744-0.16488-0.17366,0-0.1744,0-2.2624-1.5663-0.33928-0.1744-0.53125-0.34806-0.33927-0.1744-0.1832,0.1744-0.1744,0-0.34806,2.2533-0.1744,0.35759,0.1744,0-0.34807,1.3923-0.17439,0.16488,0,0.87016,2.0976,1.2182,2.0792,1.3923,1.3923,0.87016,1.2182,0.87016,4.8638,2.9494,0.34807-0.17439,0.1744-0.69614,0-1.3831,0.34806-3.1326z"/><path d="m397.81,260,0,0-0.17366,0,0-0.1744-0.1744,0-4.6897-3.2974,0-0.1744-1.7495-1.0442-0.51294-0.18319-3.3066-2.0792-0.1744,1.3923-0.17367,2.9586-0.17439,1.5663,3.8287,2.4273,1.9144,1.2091,0.6866,0.35686,4.1768,2.7754,3.2975,2.0884,0.17367,0,0.34806-0.33854,0-0.87932,0.34807-1.5663,0-0.33853,0-0.52247,0.35686-1.3923-4.0028-2.7845z"/><path d="m414.33,270.6-0.1744-0.1744-2.7845-1.5571-0.861-0.70492-1.9144-1.0442-1.3923-0.87016-0.69613-0.33927-0.69613-0.69613-2.0884-1.0442-0.52173-0.52246-0.1744,0.34806-0.16487,1.9144-0.53126,2.7754,0.1744,0.18319,0,0.16488,1.3923,0.69613,0.69613,0.34806,3.8287,2.4365,4.3416,2.6013,0.1744,0,0.17366,0.18319,0.1744,0,0.17367-0.18319,0.1744-0.16488,0.52173-3.3066,0.1744-0.86101,0-0.18319z"/><path d="m378.17,284.33-1.0442,3.3066,2.4365,0.69613,3.2974,0.87016,3.1326,0.69613,0.52173-1.5663,0.1744-0.53126-5.908-8.6833-1.3923,2.2624-1.2182,2.9494z"/><path d="m376.26,294.24,0.34806,2.4365,9.2146-3.1326-0.17367-0.34807,0-0.51293,0-0.87933,0-0.861-9.3886-2.0884-0.17439,2.7845,0.17439,2.6013z"/><path d="m378.87,302.93,1.0442,1.5663,7.1262-8.1704-0.34807-0.34806-0.17367-0.16487,0-0.1832-0.52246-1.3923-9.2146,3.4807,1.0442,2.7754,1.0442,2.4364z"/><path d="m434.84,302.93,0.34807,0.52173,0.17367,1.0442,6.7781-0.52247,0-2.4273,0-1.2182-0.34806-2.2624-0.52173-1.7403-7.1262,5.9171,0.69613,0.6866z"/><path d="m435.88,305.71,0,0.34807,0.1744,0.52246,0,0.52173,0,0.33927,0,0.35686-0.1744,0.52173,5.5599,1.3923,0.69613-3.1326,0-1.2182-6.256,0.34806z"/><path d="m435.18,310.92-0.69613,0.52247,1.5663,1.3923,1.9052,1.7312,1.5755,1.3923,1.3831-4.5157-5.0378-2.0884-0.34806,0.87016-0.34807,0.69613z"/><path d="m289.18,297.02-0.34806-0.69614,0-0.51293-0.17404-0.52247-0.17403,0-0.16487-0.1744-0.17403-0.19271-0.1832,0-0.17403,0-0.16487,0-0.17403,0-0.1832,0.19271-0.3389,0.33854-0.18319,0.1744,0,0.52247,0,0.17439-0.34807,0.1744-0.68697,0-0.34807-0.1744,0-0.17439-0.18319,0-0.68697,0.34806-0.34806,0.34807,0,1.0442,0,0.1744,0.17403,0.34807,0.17403,0.17439,0.17403,0,0.17404,0.16488,0.3389,0,0.87017,0,0.34806,0.35686,0.17403,0.34806,0.17404,5.3858-0.17404,0.69613,0.17404,0.1744,0,0.1744,0.18319,0,0.16487,0.87016,0,0.1744,0,0.1744,0.17403,0,1.0534,0,0.16487-0.1744,0-0.1744,0-6.7781,0.17403-0.87016,0.5221-0.69613,0.17403-0.87016-0.17403-0.52247z"/><path d="m221.91,263.47,0,0,0.35723,0.69613,0.51294,0.33854,0.17403,0,0.5221,0,0.69613-0.16488,0.17403,0,0-0.17439,0.17403-0.34807,0.34807-0.1744,0.69613-0.52173,0.16487-0.1744,0.18319-0.35759,0-0.16487,0.17403-0.16487,0-0.3576,0-0.17366,0.17404-0.1744,0.16487,0,0.35722-0.34807,0.16488-0.17439,0-0.52247,0-0.16487-0.34807-0.35686-0.51294-0.33927-0.17403-0.18319,0.87016-1.2091,0.16488-0.52173,0-0.1832-0.16488-0.16487-0.52209-0.52246-0.17404,0-0.17403,0-0.18319,0-0.51294,0.33927-0.34806,0.53126-1.7403,1.9144-0.17403,0.1744-0.17403,0,0,0.16488-0.17404,0.52173,0.17404,0.52246,0.17403,0.1744,0,0.1744-0.34807,0.52173-0.3389,0.35759-0.18319,0-0.17404,0.32975-0.17403,0.18319,0,0.51294,0.17403,0.18319z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="370px" line-height="100%" y="358.75699" x="375.3988" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="358.75699" x="375.3988">***NUMBER***</tspan></text><g stroke-linejoin="miter" transform="translate(4.005585,238.15293)" stroke="#000" stroke-linecap="butt" stroke-width="0.40084389px" fill="#000"><path d="m182.86-141.54-21.1-25.983,0,25.983-7.127,0,0-37.599,7.0148,0,21.1,26.263,0-26.263,7.2392,0,0,37.599-7.127,0"/><path d="m213.36-141.54,0-37.599,29.967,0,0,7.127-22.84,0,0,6.8464,13.188,0,0,7.2392-13.188,0,0,9.2595,23.345,0,0,7.127-30.472,0"/><path d="m300.98-153.05c-0.00004,1.8706-0.29934,3.5168-0.89789,4.9384-0.56122,1.4217-1.3469,2.6188-2.357,3.5916-1.0102,0.97272-2.2074,1.721-3.5916,2.2447-1.3843,0.48635-2.8808,0.72953-4.4895,0.72953h-24.019v-37.599h23.065c1.4964,0.00004,2.8807,0.26193,4.1527,0.78566,1.272,0.48639,2.3756,1.1785,3.311,2.0764,0.93527,0.86051,1.6648,1.908,2.1886,3.1426,0.52373,1.2346,0.78561,2.5815,0.78565,4.0405-0.00004,0.74827-0.0749,1.5152-0.22447,2.3008-0.11228,0.74826-0.31804,1.4778-0.6173,2.1886-0.29934,0.67344-0.67346,1.2907-1.1224,1.8519-0.44899,0.52379-0.97275,0.95403-1.5713,1.2907,1.7209,0.74826,3.049,1.8893,3.9844,3.4232,0.93526,1.4965,1.4029,3.1613,1.403,4.9945m-8.9789-16.05c-0.00003-0.86045-0.31804-1.5526-0.95401-2.0764-0.63604-0.56115-1.721-0.84174-3.2548-0.84177h-15.04v7.0148h15.04c1.6461,0.00002,2.7498-0.39281,3.311-1.1785,0.59856-0.82304,0.89786-1.7958,0.89789-2.9182m1.7397,16.05c-0.00003-1.6461-0.46768-2.862-1.403-3.6477-0.89793-0.82305-2.3757-1.2346-4.4333-1.2346h-15.152v9.2595h15.04c2.2447,0,3.816-0.39282,4.7139-1.1785,0.89786-0.82306,1.3094-1.8893,1.2346-3.1987"/><path d="m349.75-141.54-8.3055-14.142-11.616,0,0,14.142-7.127,0,0-37.599,22.952,0c1.6461,0.00004,3.1987,0.31804,4.6578,0.95401,1.459,0.59863,2.7124,1.4404,3.7599,2.5253,1.0849,1.0476,1.9267,2.2822,2.5253,3.7038,0.63596,1.4217,0.95396,2.9369,0.954,4.5456-0.00004,2.544-0.72957,4.8262-2.1886,6.8464-1.4591,1.9829-3.4232,3.4045-5.8924,4.265l8.5861,14.759h-8.3055m0.67342-25.87c-0.00003-0.59857-0.13097-1.1785-0.39283-1.7397-0.2245-0.56115-0.56121-1.0475-1.0101-1.4591-0.41157-0.44891-0.91663-0.78562-1.5152-1.0101-0.56121-0.26186-1.1785-0.3928-1.8519-0.39283h-15.825v9.2595h15.825c0.67339,0.00002,1.2907-0.11221,1.8519-0.33671,0.59856-0.26186,1.1036-0.59857,1.5152-1.0101,0.44891-0.44892,0.78562-0.95399,1.0101-1.5152,0.26186-0.56116,0.3928-1.1598,0.39283-1.7958"/><path d="m410.77-141.54-3.816-8.1932-19.136,0-3.9283,8.1932-7.9127,0,17.789-37.599,7.127,0,17.846,37.599-7.9688,0m-13.412-28.508-6.2291,13.076,12.402,0-6.173-13.076"/><path d="m471.86-152.2c-0.00004,3.5916-1.4404,6.3788-4.3211,8.3616-2.8808,1.9828-6.94,2.9743-12.178,2.9743-1.908,0-3.7038-0.11224-5.3873-0.33671-1.6462-0.18706-3.2362-0.50506-4.77-0.95401-1.4965-0.44894-2.9556-1.0288-4.3772-1.7397-1.3842-0.74824-2.7872-1.6274-4.2089-2.6376l4.0966-5.8363c1.1224,0.74825,2.226,1.403,3.311,1.9641,1.0849,0.52378,2.1886,0.95402,3.311,1.2907,1.1598,0.33672,2.3569,0.5799,3.5916,0.72954,1.272,0.14965,2.6562,0.22448,4.1527,0.22447,3.18,0.00001,5.5931-0.35541,7.2392-1.0662,1.6835-0.71083,2.5253-1.7958,2.5253-3.2549-0.00003-0.78564-0.33674-1.5339-1.0101-2.2447-0.63603-0.74823-1.4965-1.3281-2.5814-1.7397-0.89792-0.29929-2.0016-0.59858-3.311-0.8979-1.3094-0.33669-3.18-0.72951-5.6118-1.1785-1.4217-0.29928-2.675-0.57987-3.7599-0.84177-1.085-0.29928-2.039-0.61728-2.862-0.95401-0.82308-0.33669-1.5526-0.6921-2.1886-1.0662-0.5986-0.41151-1.1411-0.86046-1.6274-1.3468-1.9454-1.9828-2.9182-4.1901-2.9182-6.6219,0-3.9656,2.1138-6.8277,6.3414-8.5861,1.3094-0.59856,2.7498-1.0475,4.3211-1.3468,1.6087-0.33667,3.1987-0.50503,4.77-0.50506,2.6562,0.00003,5.2003,0.37416,7.6321,1.1224,2.4318,0.71087,4.901,1.8332,7.4076,3.3671l-3.816,5.9485c-1.908-1.1972-3.7599-2.0202-5.5557-2.4692-1.7958-0.44891-3.8535-0.67338-6.173-0.67341-2.6563,0.00003-4.6204,0.2432-5.8924,0.72953-1.272,0.44898-1.908,1.2159-1.908,2.3008-0.00002,0.82309,0.3554,1.4965,1.0662,2.0202,0.74823,0.48638,1.6274,0.87921,2.6376,1.1785,1.0101,0.29932,2.0389,0.52379,3.0865,0.67342,1.0475,0.11226,1.8706,0.22449,2.4692,0.33671,2.1699,0.41155,4.2275,0.91662,6.173,1.5152,1.9828,0.5612,3.5728,1.1598,4.77,1.7958,1.7209,0.93532,3.0678,2.2822,4.0405,4.0405,1.0101,1.7584,1.5152,3.6664,1.5152,5.724"/><path d="m520.68-141.54-11.504-19.249-8.4177,8.6983,0,10.55-7.127,0,0-37.599,7.127,0,0,16.611,15.713-16.611,9.5962,0-11.841,12.907,14.647,24.692-8.1932,0"/><path d="m579.39-141.54-3.816-8.1932-19.136,0-3.9283,8.1932-7.9127,0,17.789-37.599,7.127,0,17.846,37.599-7.9688,0m-13.412-28.508-6.2291,13.076,12.402,0-6.173-13.076"/></g></svg> \ No newline at end of file diff --git a/shields/template_usanes_link.svg b/shields/template_usanes_link.svg new file mode 100644 index 00000000..bab008de --- /dev/null +++ b/shields/template_usanes_link.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg43960" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata43965"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-554.39 236.83)"> + <g id="g44799"> + <rect id="rect44797" rx="37.5" ry="37.5" height="600" width="600" y="-236.83" x="554.39"/> + <path id="rect44794" d="m25 25h550l-100 550h-350z" transform="translate(554.39 -236.83)" fill="#fff"/> + </g> + <text id="text44828" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="334.82px" line-height="100%" y="63.171711" x="798.16663" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan44830" y="63.171711" x="798.16663">***NUMBER***</tspan></text> + <text id="text44842" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="251.87px" line-height="100%" y="63.172192" x="1007.9865" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan44844" y="63.172192" x="1007.9865">***LETTER***</tspan></text> + <g id="text45180"> + <path id="path45213" d="m740.19 238.17v-99.702h14.286v86.458h36.458v13.244h-50.744"/> + <path id="path45215" d="m805 238.17v-99.702h13.988v99.702h-13.988"/> + <path id="path45217" d="m886.13 238.17-30.804-66.815v66.815h-14.286v-99.702h14.286l27.381 59.821v-59.821h14.286v99.702h-10.863"/> + <path id="path45219" d="m959.56 238.17-17.56-48.661-9.0774 16.815v31.845h-14.286v-99.702h14.286v39.881l22.768-39.881h16.518l-20.685 34.97 23.065 64.732h-15.03"/> + </g> + </g> +</svg> diff --git a/shields/template_usanes_spur.svg b/shields/template_usanes_spur.svg new file mode 100644 index 00000000..46d1fdcf --- /dev/null +++ b/shields/template_usanes_spur.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg43960" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata43965"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-554.39 236.83)"> + <g id="g44799"> + <rect id="rect44797" rx="37.5" ry="37.5" height="600" width="600" y="-236.83" x="554.39"/> + <path id="rect44794" d="m25 25h550l-100 550h-350z" transform="translate(554.39 -236.83)" fill="#fff"/> + </g> + <text id="text44828" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="334.82px" line-height="100%" y="63.171711" x="798.16663" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan44830" y="63.171711" x="798.16663">***NUMBER***</tspan></text> + <text id="text44842" style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="251.87px" line-height="100%" y="63.172192" x="1007.9865" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan id="tspan44844" y="63.172192" x="1007.9865">***LETTER***</tspan></text> + <g id="text45180"> + <path id="path45185" d="m772.76 210.94c-0.00006 4.0675-0.7441 7.8869-2.2321 11.458-1.389 3.4722-3.3731 6.498-5.9524 9.0774-2.4802 2.5794-5.4068 4.6627-8.7798 6.25-3.2738 1.4881-6.8453 2.2321-10.714 2.2321-4.3651 0-8.2838-0.84326-11.756-2.5298s-6.3988-3.9682-8.7798-6.8452-4.2163-6.2004-5.506-9.9702-1.9345-7.6885-1.9345-11.756h13.988c-0.00002 2.0834 0.24799 4.1667 0.74404 6.25 0.59522 1.9842 1.4385 3.8195 2.5298 5.506 1.1904 1.5873 2.6289 2.877 4.3155 3.869 1.7857 0.99208 3.9186 1.4881 6.3988 1.4881 1.8849 0.00002 3.6706-0.39681 5.3572-1.1905 1.7857-0.79364 3.2738-1.8849 4.4643-3.2738 1.2896-1.3889 2.2817-2.9762 2.9762-4.7619 0.7936-1.8849 1.1904-3.8194 1.1905-5.8036-0.00005-2.877-0.59529-5.4067-1.7857-7.5893-1.1905-2.2817-3.2738-4.5635-6.25-6.8452-0.49607-0.49599-0.69448-0.74401-0.59523-0.74405 0.0992-0.0992-0.19846-0.39678-0.89286-0.89286-0.69448-0.49598-2.1826-1.4384-4.4643-2.8274-2.1826-1.488-5.8036-3.9682-10.863-7.4405-4.0675-2.7777-7.1429-6.0019-9.2262-9.6726-1.9841-3.7698-2.9762-7.8868-2.9762-12.351-0.00001-3.5714 0.64483-6.8948 1.9345-9.9702 1.2897-3.1745 3.0754-5.9523 5.3571-8.3333 2.3809-2.3809 5.1091-4.2162 8.1845-5.506 3.0754-1.3888 6.3988-2.0832 9.9702-2.0833 3.5714 0.0001 6.8452 0.64494 9.8214 1.9345 3.0754 1.2898 5.7043 3.0755 7.8869 5.3572 2.2817 2.2818 4.0674 5.01 5.3571 8.1845 1.3888 3.1747 2.1329 6.6469 2.2321 10.417h-13.69c-0.19846-3.4722-1.3889-6.2499-3.5714-8.3333-2.1826-2.0832-4.8612-3.1249-8.0357-3.125-3.2738 0.00009-6.0516 1.0914-8.3333 3.2738-2.2818 2.1826-3.4226 4.9108-3.4226 8.1845-0.00002 2.4802 0.64482 4.5636 1.9345 6.25 1.2896 1.6866 3.7698 3.5715 7.4405 5.6548 9.623 5.5556 16.617 11.21 20.982 16.964 4.4642 5.754 6.6964 12.252 6.6964 19.494"/> + <path id="path45187" d="m845.4 166.45c-0.00007 9.127-2.2818 16.071-6.8452 20.833-4.4643 4.762-10.913 7.1429-19.345 7.1429h-15.476v43.75h-14.286v-99.702h29.762c3.869 0.0001 7.3908 0.69455 10.565 2.0833 3.2738 1.2898 6.0515 3.1747 8.3333 5.6548 2.3809 2.381 4.1666 5.3076 5.3572 8.7798 1.2896 3.4723 1.9344 7.2917 1.9345 11.458m-13.988 0c-0.00006-4.1666-1.1905-7.5396-3.5714-10.119-2.381-2.5793-5.506-3.869-9.375-3.869h-14.732v28.274h14.732c4.1666 0.00006 7.3412-1.24 9.5238-3.7202 2.2817-2.4801 3.4226-6.0019 3.4226-10.565"/> + <path id="path45189" d="m915.16 208.41c-0.00006 1.9842-0.0993 3.7699-0.29762 5.3571-0.0993 1.5873-0.29768 3.0754-0.59523 4.4643-0.29769 1.2897-0.69451 2.5794-1.1905 3.869-0.4961 1.2897-1.0913 2.5794-1.7857 3.869-2.4802 4.0675-5.9028 7.4405-10.268 10.119-4.2659 2.5794-8.7798 3.869-13.542 3.869-4.9604 0-9.6726-1.2897-14.137-3.869-4.3651-2.5794-7.7877-5.9524-10.268-10.119-0.69446-1.2897-1.2897-2.5794-1.7857-3.869-0.49605-1.2897-0.89287-2.5794-1.1905-3.869-0.29763-1.3889-0.54565-2.877-0.74405-4.4643-0.0992-1.5873-0.14882-3.373-0.14881-5.3571v-69.94h14.286v71.726c-0.00003 4.7619 1.2896 8.5814 3.869 11.458 2.5793 2.877 5.9524 4.3155 10.119 4.3155 3.869 0.00002 7.0436-1.4385 9.5238-4.3155 2.5793-2.877 3.869-6.6964 3.869-11.458v-71.726h14.286v69.94"/> + <path id="path45191" d="m978.03 238.17-13.244-46.875h-13.69v46.875h-14.286v-99.702h29.762c3.869 0.0001 7.3908 0.64494 10.565 1.9345 3.2738 1.2898 6.0515 3.0755 8.3333 5.3571 2.3809 2.2818 4.1666 5.1092 5.3572 8.4821 1.2896 3.2739 1.9344 6.8949 1.9345 10.863-0.00007 5.9524-1.1905 11.012-3.5714 15.179-2.381 4.1667-5.9524 7.1429-10.714 8.9286l14.286 48.958h-14.732m0.74405-73.065c-0.00006-3.869-1.1905-6.9444-3.5714-9.2262-2.381-2.2817-5.506-3.4225-9.375-3.4226h-14.732v25.149h14.732c4.1666 0.00006 7.3412-1.0416 9.5238-3.125 2.2817-2.1825 3.4226-5.3075 3.4226-9.375"/> + </g> + </g> +</svg> diff --git a/shields/template_usanh.svg b/shields/template_usanh.svg new file mode 100644 index 00000000..5aa8f9a3 --- /dev/null +++ b/shields/template_usanh.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 600 600"><path d="m0 38c0-20.987 17.013-38 38-38h524c20.987 0 38 17.013 38 38v524c0 20.987-17.013 38-38 38h-524c-20.987 0-38-17.01-38-38v-524z"/><path d="m300 300"/><path fill-rule="evenodd" fill="#fff" d="m61.791 587-7.7783-0.17773-4.772-1.4141-4.2432-3.3574-4.0659-4.0664-3.0059-3.8887-3.0039-5.6582-2.6514-6.3633-1.4141-7.0723-0.17773-7.6006 0.88379-5.833 1.9453-6.54 1.5913-5.1279 15.379-36.062 14.319-27.225 2.2974-4.2412 1.9458-3.8887 1.2373-5.6572 1.4141-6.541 0.17725-3.3604v-4.2412l-0.17725-3.3594 0.17725-2.8301-0.17725-3.8887 0.70606-4.0654 0.17725-4.0654 1.2373-3.3584 2.4746-3.8887 2.8286-4.4209 1.5918-3.8887 3.1826-5.127 2.4746-5.834 1.7666-5.127 1.0601-3.7109 0.53125-3.1816 4.0659-33.942-52.502 0.17675-3.1831-1.7656-2.6514-1.5918-1.9434-0.88574-1.9453-2.1201-1.415-2.6523-1.4141-3.7109-0.35449-4.0664 8.1318-48.437 16.265-10.606-13.258-11.667 0.53125-3.8916 0.1748-2.8262 1.9458-2.4746 1.0596-3.3604 0.88574-4.0659 1.7666-3.0058 1.7686-4.9492v-2.2979l-7.9551-1.9458-9.9014-0.52832-5.6548-1.4146-5.4805-1.5918-2.3003-0.17676-0.70606-1.2378-0.70801-1.5913v-1.7661l0.17676-2.4746 0.88574-2.2998v-6.3638l1.9434-5.4805 4.0659-6.895 1.769-3.8887 3.1802-6.541 1.9458-4.418 3.8887-7.6006 3.0039-8.1323 4.0684-8.1323 1.4121-12.552-17.147-2.8267-3.1807-8.3091-1.4141-6.0117-1.5918-6.7183-0.354-4.4175 2.4741-5.835v-0.70605l-2.4741-4.4199-1.7661-3.0063-0.88574-3.0034-1.5918-3.7144v-2.63l-0.179-5.126-0.177-3.004v-2.3l0.70606-4.2402 1.7686-2.4771 0.52881-1.4121 2.3003-1.0625 1.9429-1.5894 2.2974-4.7744 2.6519-3.5347 3.5376-3.8892 3.1802-3.5376 5.3032-3.5342 3.3604-3.0063 5.832-0.35156 4.5977-1.2373 7.7783-1.7686 4.772-1.5918 5.126-0.8833 6.541-2.1226 1.0625-1.2373 3.8892 1.063 4.0659 1.2373 4.5952 0.88281 3.5342 0.35449 9.7241-0.35449 7.0718-1.9458 4.418-1.5889 4.2432-2.123 5.4805-3.8887 4.2432-3.1807 11.49 2.8262 3.3574 0.17725 3.7148-0.17725 4.4175-0.17432 4.0659-1.063 3.5371-0.52881 2.8267-1.0601 2.1226-2.123 3.7119-3.1802 4.0664-2.8291 7.2466-0.354 3.0064-0.35449 3.5342 0.17725 2.8291 0.17725 5.126-2.1206 2.3003-1.5913 3.3579-1.415 3.7119-3.1826 3.8887-1.5889 3.71-3.536h352.42c13.807 0 25 11.193 25 25v524c0 13.808-11.193 25-25 25h-500.21z"/><g style="word-spacing:0px;letter-spacing:0px" font-size="432.2px" font-family="Sans" line-height="125%"><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="507.74px" line-height="125%" y="445.67599" x="327.43109" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan x="327.43106" y="445.67599">***NUMBER***</tspan></text> +</g></svg> diff --git a/shields/template_usanh_wide.svg b/shields/template_usanh_wide.svg new file mode 100644 index 00000000..a726388f --- /dev/null +++ b/shields/template_usanh_wide.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 600 600"><path d="m0 38c0-20.987 17.013-38 38-38h524c20.987 0 38 17.013 38 38v524c0 20.987-17.013 38-38 38h-524c-20.987 0-38-17.01-38-38v-524z"/><path d="m300 300"/><path fill-rule="evenodd" fill="#fff" d="m61.791 587-7.7783-0.17773-4.772-1.4141-4.2432-3.3574-4.0659-4.0664-3.0059-3.8887-3.0039-5.6582-2.6514-6.3633-1.4141-7.0723-0.17773-7.6006 0.88379-5.833 1.9453-6.54 1.5913-5.1279 15.379-36.062 14.319-27.225 2.2974-4.2412 1.9458-3.8887 1.2373-5.6572 1.4141-6.541 0.17725-3.3604v-4.2412l-0.17725-3.3594 0.17725-2.8301-0.17725-3.8887 0.70606-4.0654 0.17725-4.0654 1.2373-3.3584 2.4746-3.8887 2.8286-4.4209 1.5918-3.8887 3.1826-5.127 2.4746-5.834 1.7666-5.127 1.0601-3.7109 0.53125-3.1816 4.0659-33.942-52.502 0.17675-3.1831-1.7656-2.6514-1.5918-1.9434-0.88574-1.9453-2.1201-1.415-2.6523-1.4141-3.7109-0.35449-4.0664 8.1318-48.437 16.265-10.606-13.258-11.667 0.53125-3.8916 0.1748-2.8262 1.9458-2.4746 1.0596-3.3604 0.88574-4.0659 1.7666-3.0058 1.7686-4.9492v-2.2979l-7.9551-1.9458-9.9014-0.52832-5.6548-1.4146-5.4805-1.5918-2.3003-0.17676-0.70606-1.2378-0.70801-1.5913v-1.7661l0.17676-2.4746 0.88574-2.2998v-6.3638l1.9434-5.4805 4.0659-6.895 1.769-3.8887 3.1802-6.541 1.9458-4.418 3.8887-7.6006 3.0039-8.1323 4.0684-8.1323 1.4121-12.552-17.147-2.8267-3.1807-8.3091-1.4141-6.0117-1.5918-6.7183-0.354-4.4175 2.4741-5.835v-0.70605l-2.4741-4.4199-1.7661-3.0063-0.88574-3.0034-1.5918-3.7144v-2.63l-0.179-5.126-0.177-3.004v-2.3l0.70606-4.2402 1.7686-2.4771 0.52881-1.4121 2.3003-1.0625 1.9429-1.5894 2.2974-4.7744 2.6519-3.5347 3.5376-3.8892 3.1802-3.5376 5.3032-3.5342 3.3604-3.0063 5.832-0.35156 4.5977-1.2373 7.7783-1.7686 4.772-1.5918 5.126-0.8833 6.541-2.1226 1.0625-1.2373 3.8892 1.063 4.0659 1.2373 4.5952 0.88281 3.5342 0.35449 9.7241-0.35449 7.0718-1.9458 4.418-1.5889 4.2432-2.123 5.4805-3.8887 4.2432-3.1807 11.49 2.8262 3.3574 0.17725 3.7148-0.17725 4.4175-0.17432 4.0659-1.063 3.5371-0.52881 2.8267-1.0601 2.1226-2.123 3.7119-3.1802 4.0664-2.8291 7.2466-0.354 3.0064-0.35449 3.5342 0.17725 2.8291 0.17725 5.126-2.1206 2.3003-1.5913 3.3579-1.415 3.7119-3.1826 3.8887-1.5889 3.71-3.536h352.42c13.807 0 25 11.193 25 25v524c0 13.808-11.193 25-25 25h-500.21z"/><g style="word-spacing:0px;letter-spacing:0px" font-size="432.2px" font-family="Sans" line-height="125%"><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="507.74px" line-height="125%" y="445.67599" x="327.43109" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="445.67599" x="327.43112" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> +</g></svg> diff --git a/shields/template_usanh_wide4.svg b/shields/template_usanh_wide4.svg new file mode 100644 index 00000000..983f8e04 --- /dev/null +++ b/shields/template_usanh_wide4.svg @@ -0,0 +1,3 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 600 600" version="1.1" enable-background="new 0 0 600 600" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 38c0-20.987 17.013-38 38-38h524c20.986 0 38 17.013 38 38v524c0 20.987-17.014 38-38 38h-524c-20.987 0-38-17.013-38-38v-524z"/><path d="m300 300"/><path fill="#fff" clip-rule="evenodd" d="m61.791 587l-7.7778-0.17773-4.772-1.4141-4.2432-3.3574-4.0664-4.0664-3.0059-3.8887-3.004-5.65-2.6519-6.3633-1.4136-7.0723-0.17773-7.6006 0.88379-5.832 1.9448-6.541 1.5918-5.1289 15.379-36.061 14.319-27.226 2.2974-4.2412 1.9458-3.8887 1.2373-5.6582 1.4141-6.54 0.17725-3.3604v-4.2412l-0.17725-3.3594 0.17725-2.8291-0.17725-3.8887 0.70605-4.0664 0.17725-4.0664 1.2373-3.3574 2.4746-3.8887 2.8286-4.4209 1.5918-3.8887 3.1826-5.127 2.4746-5.834 1.7666-5.127 1.0601-3.7119 0.53125-3.1797 4.0659-33.943-52.502 0.17676-3.1831-1.7666-2.6519-1.5908-1.9434-0.88574-1.947-2.11-1.415-2.6523-1.4146-3.7119-0.354-4.0654 8.1318-48.437 16.265-10.607-13.258-11.667 0.53125-3.8916 0.1748-2.8262 1.9453-2.4746 1.0601-3.3604 0.88574-4.0654 1.7661-3.0059 1.7686-4.9492v-2.2979l-7.9551-1.9453-9.9004-0.5293-5.6553-1.4141-5.4805-1.5918-2.3003-0.17676-0.70605-1.2373-0.70801-1.5918v-1.7666l0.17676-2.4736 0.88623-2.3008v-6.34l1.9429-5.4805 4.0659-6.8955 1.769-3.8887 3.1802-6.54 1.9458-4.418 3.8887-7.6016 3.0039-8.1318 4.0684-8.1318 1.4121-12.553-17.147-2.8262-3.1807-8.3096-1.4146-6.0117-1.5913-6.7178-0.354-4.418 2.4741-5.835v-0.70605l-2.4741-4.4199-1.7666-3.0059-0.88525-3.0039-1.5918-3.7139v-2.6523l-0.17432-5.126-0.178-2.992v-2.2998l0.70605-4.2402 1.7686-2.4775 0.52881-1.4121 2.2998-1.0625 1.9434-1.5889 2.2974-4.7744 2.652-3.536 3.5371-3.8887 3.1807-3.5371 5.3032-3.5352 3.3604-3.0059 5.832-0.35156 4.5981-1.2373 7.7773-1.7686 4.7725-1.5918 5.126-0.88281 6.541-2.123 1.0625-1.2373 3.8892 1.0625 4.0659 1.2373 4.5947 0.88281 3.5352 0.35449 9.7236-0.35449 7.0718-1.9453 4.418-1.5889 4.2432-2.123 5.4805-3.8887 4.2432-3.1807 11.491 2.8262 3.3569 0.17676 3.7148-0.17676 4.4175-0.1748 4.0659-1.0625 3.5376-0.52832 2.8262-1.0605 2.123-2.123 3.7119-3.1807 4.0659-2.8291 7.2466-0.35352 3.0063-0.35449 3.5342 0.17676 2.8291 0.17773 5.1265-2.1211 2.2998-1.5908 3.3574-1.4146 3.7119-3.1831 3.8892-1.5889 3.7144-3.5376 352.42 0.001c13.807 0 25 11.192 25 25v524c0 13.808-11.193 25-25 25h-500.21z" fill-rule="evenodd"/><text style="word-spacing:0px;letter-spacing:6.1px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="380.8px" line-height="125%" y="300.63379" x="340.36746" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan x="343.41748" y="300.63379">***NUMBER***</tspan></text> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="253.75px" line-height="125%" y="518.16699" x="340.37653" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="340.37653" y="518.16699">***LETTER***</tspan></text> +</svg> diff --git a/shields/template_usanm.svg b/shields/template_usanm.svg new file mode 100644 index 00000000..96c60468 --- /dev/null +++ b/shields/template_usanm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600" width="600" viewBox="0 0 600 600"><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/><path transform="matrix(.519 0 0 .493 -109 -171)" d="m1.34e3 954a554 583 0 1 1 -1.11e3 0 554 583 0 1 1 1.11e3 0z" fill="#FFF"/><path d="m300 84.4c-119 0-216 96.6-216 216s96.6 216 216 216c119 0 216-96.6 216-216s-96.6-216-216-216zm0 15.6c110 0 200 89.6 200 200s-89.6 200-200 200-200-89.6-200-200 89.6-200 200-200z" fill="red"/><rect transform="scale(-1)" height="15.6" width="53.1" y="-359" x="-95.6" fill="red"/><rect transform="scale(-1)" height="15.6" width="62.5" y="-325" x="-87.5" fill="red"/><rect transform="scale(-1)" height="15.6" width="62.5" y="-291" x="-87.5" fill="red"/><rect transform="scale(-1)" height="15.6" width="53.1" y="-256" x="-95.6" fill="red"/><rect y="241" width="53.1" fill="red" x="504" height="15.6"/><rect y="275" width="62.5" fill="red" x="512" height="15.6"/><rect y="309" width="62.5" fill="red" x="512" height="15.6"/><rect y="344" width="53.1" fill="red" x="504" height="15.6"/><rect transform="rotate(-90)" height="15.6" width="53.1" y="241" x="-95.6" fill="red"/><rect transform="rotate(-90)" height="15.6" width="62.5" y="275" x="-87.5" fill="red"/><rect transform="rotate(-90)" height="15.6" width="62.5" y="309" x="-87.5" fill="red"/><rect transform="rotate(-90)" height="15.6" width="53.1" y="344" x="-95.6" fill="red"/><rect transform="rotate(90)" height="15.6" width="53.1" y="-359" x="504" fill="red"/><rect transform="rotate(90)" height="15.6" width="62.5" y="-325" x="512" fill="red"/><rect transform="rotate(90)" height="15.6" width="62.5" y="-291" x="512" fill="red"/><rect transform="rotate(90)" height="15.6" width="53.1" y="-256" x="504" fill="red"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-family="'Roadgeek 2014 Series D'" font-size="325px" y="396.53687" x="300.3454" line-height="125%" fill="#000000"><tspan y="396.53687" x="300.3454">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usanm_wide.svg b/shields/template_usanm_wide.svg new file mode 100644 index 00000000..174c670a --- /dev/null +++ b/shields/template_usanm_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="600" version="1.0" viewBox="0 0 600 600"><g><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/><path d="m1.34e3 954a554 583 0 1 1 -1.11e3 0 554 583 0 1 1 1.11e3 0z" transform="matrix(.519 0 0 .493 -109 -171)" fill="#fff"/><path d="m300 84.4c-119 0-216 96.6-216 216 0.4 119 97 216 216 216s216-97 216-216-97-216-216-216zm0 15.6c110 0 200 90 200 200s-90 200-200 200-200-90-200-200 90-200 200-200z" fill="red"/><rect transform="scale(-1)" height="15.6" width="53.1" y="-359" x="-95.6" fill="red"/><rect transform="scale(-1)" height="15.6" width="62.5" y="-325" x="-87.5" fill="red"/><rect transform="scale(-1)" height="15.6" width="62.5" y="-291" x="-87.5" fill="red"/><rect transform="scale(-1)" height="15.6" width="53.1" y="-256" x="-95.6" fill="red"/><rect height="15.6" width="53.1" y="241" x="504" fill="red"/><rect height="15.6" width="62.5" y="275" x="512" fill="red"/><rect height="15.6" width="62.5" y="309" x="512" fill="red"/><rect height="15.6" width="53.1" y="344" x="504" fill="red"/><rect transform="rotate(-90)" height="15.6" width="53.1" y="241" x="-95.6" fill="red"/><rect transform="rotate(-90)" height="15.6" width="62.5" y="275" x="-87.5" fill="red"/><rect transform="rotate(-90)" height="15.6" width="62.5" y="309" x="-87.5" fill="red"/><rect transform="rotate(-90)" height="15.6" width="53.1" y="344" x="-95.6" fill="red"/><rect transform="rotate(90)" height="15.6" width="53.1" y="-359" x="504" fill="red"/><rect transform="rotate(90)" height="15.6" width="62.5" y="-325" x="512" fill="red"/><rect transform="rotate(90)" height="15.6" width="62.5" y="-291" x="512" fill="red"/><rect transform="rotate(90)" height="15.6" width="53.1" y="-256" x="504" fill="red"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-size="250px" y="378.01712" x="298.5253" font-family="'Roadgeek 2014 Series D'" line-height="125%" fill="#000000"><tspan y="378.01712" x="298.5253">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usanm_wide4.svg b/shields/template_usanm_wide4.svg new file mode 100644 index 00000000..afddf6d3 --- /dev/null +++ b/shields/template_usanm_wide4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="600" version="1.0" viewBox="0 0 600 600"><g><rect rx="37.5" ry="37.5" height="600" width="600" y="0" x="0"/><path d="m1.34e3 954a554 583 0 1 1 -1.11e3 0 554 583 0 1 1 1.11e3 0z" transform="matrix(.519 0 0 .493 -109 -171)" fill="#fff"/><path d="m300 84.4c-119 0-216 96.6-216 216 0.4 119 97 216 216 216s216-97 216-216-97-216-216-216zm0 15.6c110 0 200 90 200 200s-90 200-200 200-200-90-200-200 90-200 200-200z" fill="red"/><rect transform="scale(-1)" height="15.6" width="53.1" y="-359" x="-95.6" fill="red"/><rect transform="scale(-1)" height="15.6" width="62.5" y="-325" x="-87.5" fill="red"/><rect transform="scale(-1)" height="15.6" width="62.5" y="-291" x="-87.5" fill="red"/><rect transform="scale(-1)" height="15.6" width="53.1" y="-256" x="-95.6" fill="red"/><rect height="15.6" width="53.1" y="241" x="504" fill="red"/><rect height="15.6" width="62.5" y="275" x="512" fill="red"/><rect height="15.6" width="62.5" y="309" x="512" fill="red"/><rect height="15.6" width="53.1" y="344" x="504" fill="red"/><rect transform="rotate(-90)" height="15.6" width="53.1" y="241" x="-95.6" fill="red"/><rect transform="rotate(-90)" height="15.6" width="62.5" y="275" x="-87.5" fill="red"/><rect transform="rotate(-90)" height="15.6" width="62.5" y="309" x="-87.5" fill="red"/><rect transform="rotate(-90)" height="15.6" width="53.1" y="344" x="-95.6" fill="red"/><rect transform="rotate(90)" height="15.6" width="53.1" y="-359" x="504" fill="red"/><rect transform="rotate(90)" height="15.6" width="62.5" y="-325" x="512" fill="red"/><rect transform="rotate(90)" height="15.6" width="62.5" y="-291" x="512" fill="red"/><rect transform="rotate(90)" height="15.6" width="53.1" y="-256" x="504" fill="red"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-size="240px" y="378.01712" x="298.5253" font-family="'Roadgeek 2014 Series C'" line-height="125%" fill="#000000"><tspan y="378.01712" x="298.5253">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usanv.svg b/shields/template_usanv.svg new file mode 100644 index 00000000..a8e90957 --- /dev/null +++ b/shields/template_usanv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><g fill="#000" transform="translate(-765.0002,-539.9991)"><path stroke-linejoin="miter" d="m765.1,593.02c0-52.92,52.92-52.92,52.92-52.92h493.98c52.9,0,52.9,52.92,52.9,52.92v493.98c0,52.9-52.9,52.9-52.9,52.9h-493.98c-52.92,0-52.92-52.9-52.92-52.9v-493.98z" fill-rule="evenodd" stroke="#000" stroke-linecap="butt" stroke-width="0.19601439px" fill="#000"/></g><g fill="#FFF" transform="translate(-765.0002,-539.9991)"><path fill="#FFF" d="m1262.4,1106.7c1.5-4-0.6-9.1-5.9-14.4-10.6-10.4-12.1-12.7-12.1-18,0-3.6-0.6-5.5-2.4-7.7-1.6-1.9-2.5-4.5-2.8-8.1-0.5-4.8-1-5.8-4.9-9.1-4-3.5-4.2-3.9-3.6-7.6,0.4-2.6,1.5-4.7,3.2-6,1.5-1.1,4.4-3.7,6.4-5.8,2.9-3,4.4-3.8,6.6-3.5,2.4,0.3,3,1,4.1,5,1.3,4.5,4.3,7.8,7,7.8,2.1,0,4.4-3,4.4-5.8,0-1.5,0.7-3.7,1.6-5,1.1-1.6,1.9-5.4,1.9-13.5l-1.1-424.78h-399.84v216.58l95.56,75.28-95.56-0.31v108.29h241.54l147.7,115.44c5.6,4.4,6.9,4.7,8.2,1.2z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="250px" line-height="125%" y="265.1088" x="137.52582" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="265.1088" x="300.22888">***NUMBER***</tspan></text><g fill="#000" transform="translate(-765.0002,-539.9991)"><path d="M929.43,973.6,902.28,927.84v45.76h-12.48v-74.88h12.48l24.96,41.6v-41.6h12.48v74.88h-10.29z"/><path d="m953.84,973.6v-74.88h44.12v12.48h-29.12v16.64h20.8v12.48h-20.8v20.8l33.26,0.41v12.07h-48.26z"/><path d="m1041.6,973.6h-8.7l-22.5-74.88h11.8l15.2,49.96,14.9-49.96h12l-22.7,74.88z"/><path d="m1110.8,973.6-7-21.01h-22.2l-7,21.01h-12l24.5-74.88h11.2l24.5,74.88h-12zm-18-54.09-7.3,21.01h14.2l-6.9-21.01z"/><path d="m1181,936.05c0,7.52-1.1,14.14-3.2,19.84-2.2,5.7-5.3,10.18-9.3,13.46-1.4,1.34-2.9,2.35-4.7,3.02s-3.7,1.08-5.5,1.23h-25.7v-74.88h22.9c1.8,0,3.4,0.06,4.7,0.17s2.5,0.32,3.5,0.61c1.1,0.3,2,0.71,2.9,1.23,0.8,0.53,1.7,1.16,2.7,1.9,3.8,3.43,6.7,7.99,8.7,13.69s3,12.28,3,19.73zm-11.5,0c0-5.07-0.5-9.58-1.5-13.52-1-3.95-2.4-6.9-4.2-8.83-0.9-0.9-2-1.64-3.2-2.24-1.2-0.59-2.5-0.89-4-0.89h-12.7v50.96h11.2c1.9,0,3.4-0.22,4.6-0.67,1.3-0.45,2.4-1.19,3.4-2.24,2.1-2.23,3.7-5.31,4.8-9.22s1.6-8.36,1.6-13.35z"/><path d="m1235.6,973.6-7-21.01h-22.2l-7,21.01h-12l24.5-74.88h11.2l24.5,74.88h-12zm-18-54.09-7.3,21.01h14.2l-6.9-21.01z"/></g></svg> \ No newline at end of file diff --git a/shields/template_usanv_wide.svg b/shields/template_usanv_wide.svg new file mode 100644 index 00000000..a8e90957 --- /dev/null +++ b/shields/template_usanv_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><g fill="#000" transform="translate(-765.0002,-539.9991)"><path stroke-linejoin="miter" d="m765.1,593.02c0-52.92,52.92-52.92,52.92-52.92h493.98c52.9,0,52.9,52.92,52.9,52.92v493.98c0,52.9-52.9,52.9-52.9,52.9h-493.98c-52.92,0-52.92-52.9-52.92-52.9v-493.98z" fill-rule="evenodd" stroke="#000" stroke-linecap="butt" stroke-width="0.19601439px" fill="#000"/></g><g fill="#FFF" transform="translate(-765.0002,-539.9991)"><path fill="#FFF" d="m1262.4,1106.7c1.5-4-0.6-9.1-5.9-14.4-10.6-10.4-12.1-12.7-12.1-18,0-3.6-0.6-5.5-2.4-7.7-1.6-1.9-2.5-4.5-2.8-8.1-0.5-4.8-1-5.8-4.9-9.1-4-3.5-4.2-3.9-3.6-7.6,0.4-2.6,1.5-4.7,3.2-6,1.5-1.1,4.4-3.7,6.4-5.8,2.9-3,4.4-3.8,6.6-3.5,2.4,0.3,3,1,4.1,5,1.3,4.5,4.3,7.8,7,7.8,2.1,0,4.4-3,4.4-5.8,0-1.5,0.7-3.7,1.6-5,1.1-1.6,1.9-5.4,1.9-13.5l-1.1-424.78h-399.84v216.58l95.56,75.28-95.56-0.31v108.29h241.54l147.7,115.44c5.6,4.4,6.9,4.7,8.2,1.2z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="250px" line-height="125%" y="265.1088" x="137.52582" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="265.1088" x="300.22888">***NUMBER***</tspan></text><g fill="#000" transform="translate(-765.0002,-539.9991)"><path d="M929.43,973.6,902.28,927.84v45.76h-12.48v-74.88h12.48l24.96,41.6v-41.6h12.48v74.88h-10.29z"/><path d="m953.84,973.6v-74.88h44.12v12.48h-29.12v16.64h20.8v12.48h-20.8v20.8l33.26,0.41v12.07h-48.26z"/><path d="m1041.6,973.6h-8.7l-22.5-74.88h11.8l15.2,49.96,14.9-49.96h12l-22.7,74.88z"/><path d="m1110.8,973.6-7-21.01h-22.2l-7,21.01h-12l24.5-74.88h11.2l24.5,74.88h-12zm-18-54.09-7.3,21.01h14.2l-6.9-21.01z"/><path d="m1181,936.05c0,7.52-1.1,14.14-3.2,19.84-2.2,5.7-5.3,10.18-9.3,13.46-1.4,1.34-2.9,2.35-4.7,3.02s-3.7,1.08-5.5,1.23h-25.7v-74.88h22.9c1.8,0,3.4,0.06,4.7,0.17s2.5,0.32,3.5,0.61c1.1,0.3,2,0.71,2.9,1.23,0.8,0.53,1.7,1.16,2.7,1.9,3.8,3.43,6.7,7.99,8.7,13.69s3,12.28,3,19.73zm-11.5,0c0-5.07-0.5-9.58-1.5-13.52-1-3.95-2.4-6.9-4.2-8.83-0.9-0.9-2-1.64-3.2-2.24-1.2-0.59-2.5-0.89-4-0.89h-12.7v50.96h11.2c1.9,0,3.4-0.22,4.6-0.67,1.3-0.45,2.4-1.19,3.4-2.24,2.1-2.23,3.7-5.31,4.8-9.22s1.6-8.36,1.6-13.35z"/><path d="m1235.6,973.6-7-21.01h-22.2l-7,21.01h-12l24.5-74.88h11.2l24.5,74.88h-12zm-18-54.09-7.3,21.01h14.2l-6.9-21.01z"/></g></svg> \ No newline at end of file diff --git a/shields/template_usany.svg b/shields/template_usany.svg new file mode 100644 index 00000000..976718a5 --- /dev/null +++ b/shields/template_usany.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><path fill="#000" d="M37.5-2E-12h525c20.78,0,37.5,16.725,37.5,37.5v525c0,20.77-16.72,37.5-37.5,37.5h-525c-20.775,0-37.5-16.73-37.5-37.5v-525c0-20.775,16.725-37.5,37.5-37.5z"/><g transform="matrix(0.277778,0,0,0.277778,-619.88596,2.9629065)"><path fill="#FFF" d="M3311.6,101.83c-214.5,0-326.7,43.75-460.6,142.33-144.2,106.18-310.4,173.91-506.9,174.25v1141c0,101.4,0.1,101.4,52.1,152.6,90.9,89.6,915.4,324.8,915.4,324.8s824.5-235.2,915.3-324.8c52-51.2,52.2-51.2,52.2-152.6v-1141c-196.6-0.34-364.1-65.91-506.9-174.25-127.4-96.68-246.1-142.33-460.6-142.33z"/></g><text line-height="125%" y="444.81546" x="299.97363" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan text-anchor="middle" text-align="center" font-size="470px" line-height="125%" y="444.81546" x="299.97363">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usany_wide.svg b/shields/template_usany_wide.svg new file mode 100644 index 00000000..01415e7a --- /dev/null +++ b/shields/template_usany_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="750px" viewBox="0 0 750 600"><g transform="scale(0.2777778,0.2777778)"><rect rx="135" ry="135" height="2160" width="2700" y="0" x="0" fill="#000"/><path fill="#FFF" d="M1350,112.5c-210.5,0-391.31,31.05-587.22,144.16-195.19,112.7-385.48,172.38-650.28,172.38v1141c0,101.4,0.2,101.4,66.72,152.7,116.23,89.6,1170.8,324.8,1170.8,324.8s1054.5-235.2,1170.8-324.8c66.5-51.3,66.7-51.3,66.7-152.7v-1141c-264.8,0-455.1-59.68-650.3-172.38-195.9-113.11-376.7-144.16-587.2-144.16z"/><text line-height="125%" y="1514.4465" x="1349.9209" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan text-anchor="middle" text-align="center" font-size="1475px" line-height="125%" y="1514.4465" x="1349.9209">***NUMBER***</tspan></text></g></svg> diff --git a/shields/template_usany_wide4.svg b/shields/template_usany_wide4.svg new file mode 100644 index 00000000..abe06bda --- /dev/null +++ b/shields/template_usany_wide4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="750px" viewBox="0 0 750 600"><g transform="scale(0.2777778,0.2777778)"><rect rx="135" ry="135" height="2160" width="2700" y="0" x="0" fill="#000"/><path fill="#FFF" d="M1350,112.5c-210.5,0-391.31,31.05-587.22,144.16-195.19,112.7-385.48,172.38-650.28,172.38v1141c0,101.4,0.2,101.4,66.72,152.7,116.23,89.6,1170.8,324.8,1170.8,324.8s1054.5-235.2,1170.8-324.8c66.5-51.3,66.7-51.3,66.7-152.7v-1141c-264.8,0-455.1-59.68-650.3-172.38-195.9-113.11-376.7-144.16-587.2-144.16z"/><text line-height="125%" y="1514.4465" x="1349.9209" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan text-anchor="middle" text-align="center" font-size="1475px" line-height="125%" y="1514.4465" x="1349.9209">***NUMBER***</tspan></text></g></svg> diff --git a/shields/template_usaoh.svg b/shields/template_usaoh.svg new file mode 100644 index 00000000..8d73a48a --- /dev/null +++ b/shields/template_usaoh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="600" version="1.1" viewBox="0 0 6.6666667 6.6666667"><g stroke-width="0" transform="scale(0.27777778,0.27777778)"><rect rx="1.5" height="24" width="24" y="0" x="0" fill="#000"/><path fill="#FFF" d="m7.6128,1.6905a1.4605,1.4605,0,0,1,0.8406,0.2862,1.4636,1.4636,0,0,0,1.5478,0.1209,1.8951,1.8951,0,0,1,2.0464,0.1887,0.6864,0.6864,0,0,0,0.7762,0.0487,1.0921,1.0921,0,0,1,1.2696,0.1059,1.7109,1.7109,0,0,0,1.8706,0.2305,4.9425,4.9425,0,0,1,2.031,-0.5125l1.253-0.0422a6.0868,6.0868,0,0,0,3.055,-0.9429,0.4539,0.4539,0,0,1,0.697,0.3833v8.5289a0.7038,0.7038,0,0,1,-0.3857,0.6277,0.4326,0.4326,0,0,0,-0.1701,0.6171,1.4162,1.4162,0,0,1,-0.057,1.5966,1.7365,1.7365,0,0,0,-0.322,1.2686,5.5049,5.5049,0,0,1,-4.0782,6.0869,3.1235,3.1235,0,0,0,-2.0526,1.7079,0.6817,0.6817,0,0,1,-0.9036,0.3317,0.4832,0.4832,0,0,0,-0.525,0.0792,1.0756,1.0756,0,0,1,-0.1766,0.1286l-0.3808,0.2221a1.0013,1.0013,0,0,1,-0.774,0.098,2.1094,2.1094,0,0,0,-1.065,-0.02,3.3193,3.3193,0,0,1,-3.2594,-1.02,2.0632,2.0632,0,0,0,-1.4446,-0.69,15.224,15.224,0,0,1,-1.7469,-0.184,5.7798,5.7798,0,0,1,-2.1215,-0.798,2.8409,2.8409,0,0,1,-0.9506,-0.978,0.8717,0.8717,0,0,0,-0.8424,-0.428,0.3333,0.3333,0,0,1,-0.3676,-0.331v-16.493a0.3333,0.3333,0,0,1,0.3398,-0.3333z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="5.3px" line-height="100%" y="4.8611112" x="3.3320508" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="4.8611112" x="3.3320508">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usaoh_wide.svg b/shields/template_usaoh_wide.svg new file mode 100644 index 00000000..a8668e16 --- /dev/null +++ b/shields/template_usaoh_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="750" version="1.1" viewBox="0 0 8.3333333 6.6666667"><g stroke-width="0" transform="scale(0.27777778,0.27777778)"><rect rx="1.5" height="24" width="30" y="0" x="0" fill="#000"/><path fill="#FFF" d="m9.7098,1.7511a0.3333,0.3333,0,0,1,0.1294,0.0311,9.0587,9.0587,0,0,0,1.0017,0.3967,0.3333,0.3333,0,0,0,0.273,-0.0293,0.3333,0.3333,0,0,1,0.2601,-0.0332,3.441,3.441,0,0,0,0.5061,0.1036,1.9589,1.9589,0,0,0,0.7128,-0.0403,4.5924,4.5924,0,0,1,1.6425,-0.0981,0.9047,0.9047,0,0,1,0.4078,0.1554,11.859,11.859,0,0,1,0.3439,0.2483,0.8434,0.8434,0,0,0,0.9277,0.0556,1.4415,1.4415,0,0,1,1.6527,0.1487,2.0902,2.0902,0,0,0,2.3194,0.258,5.2047,5.2047,0,0,1,2.7086,-0.5832l2.016,0.1157a5.3119,5.3119,0,0,0,3.832,-1.3333,0.3333,0.3333,0,0,1,0.555,0.2491v8.9914a0.3747,0.3747,0,0,1,-0.1988,0.3308,0.8638,0.8638,0,0,0,-0.3926,1.0937,1.2285,1.2285,0,0,1,-0.285,1.3489,0.3888,0.3888,0,0,0,-0.1079,0.282l0.023,2.2448a3.5338,3.5338,0,0,1,-1.3073,2.7806,5.7307,5.7307,0,0,1,-2.0707,1.0696,15.001,15.001,0,0,1,-1.7531,0.3777,4.8992,4.8992,0,0,0,-1.6805,0.5597,3.155,3.155,0,0,0,-1.1689,1.2045,1.1428,1.1428,0,0,1,-1.1977,0.562,2.1001,2.1001,0,0,0,-0.4742,-0.031,0.9934,0.9934,0,0,0,-0.6082,0.2462,1.6212,1.6212,0,0,1,-1.6504,0.2965,0.9859,0.9859,0,0,0,-0.648,-0.022,4.2387,4.2387,0,0,1,-4.45,-1.234,2.3633,2.3633,0,0,0,-1.863,-0.796,19.439,19.439,0,0,1,-4.1555,-0.283,5.2543,5.2543,0,0,1,-2.5074,-1.189,2.1896,2.1896,0,0,0,-1.2037,-0.517,0.3333,0.3333,0,0,1,-0.2994,-0.332v-16.59a0.3333,0.3333,0,0,1,0.3449,-0.3331z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="4.7px" line-height="100%" y="4.4444447" x="4.1655979" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="4.4444447" x="4.1655979">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usaok.svg b/shields/template_usaok.svg new file mode 100644 index 00000000..cd4db6d5 --- /dev/null +++ b/shields/template_usaok.svg @@ -0,0 +1,19 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 385 385"> +<g transform="translate(-224.6 -397)"> +<g transform="translate(-1275 -603)"> +<g fill="#fff"> +<path d="m1500 1024c0-13 11-24 24-24h336c14 0 24 11 24 24v336c0 14-10 24-24 24h-336c-13 0-24-10-24-24v-336z"/> +</g> +<g stroke-linejoin="round" stroke="#000" stroke-linecap="round" stroke-miterlimit="3.864" fill="none"> +<path d="m1500 1024c0-13 11-24 24-24h336c14 0 24 11 24 24v336c0 14-10 24-24 24h-336c-13 0-24-10-24-24v-336z"/> +</g> +<path d="m1504 1024c0-11 9-20 20-20h336c12 0 20 9 20 20v336c0 12-8 20-20 20h-336c-11 0-20-8-20-20v-336z"/> +<g fill="#fff"> +<path d="m1510 1024c0-7 7-14 14-14h336c8 0 14 7 14 14v336c0 8-6 14-14 14h-336c-7 0-14-6-14-14v-336z"/> +</g> +<polygon stroke="#000" points="1692 1199 1688 1189 1683 1192 1672 1189 1668 1186 1664 1191 1648 1181 1646 1175 1646 1077 1528 1077 1528 1050 1838 1050 1838 1071 1856 1133 1856 1220 1828 1210 1811 1215 1801 1221 1779 1210 1764 1218 1748 1208 1739 1212 1731 1207 1721 1212" clip-rule="evenodd" stroke-miterlimit="3.864" stroke-width="8" fill="none"/> +</g> +<text style="word-spacing:0px;letter-spacing:-17px;text-anchor:middle;text-align:center" font-family="'Roadgeek 2014 Series D'" line-height="125%" font-size="321.6px" stroke="#ffffff" y="729.38147" x="417.23755" stroke-width="25" xml:space="preserve" fill="#ffffff"><tspan y="729.38147" x="408.73752">***NUMBER***</tspan></text> +<text style="word-spacing:0px;letter-spacing:-17px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="321.6px" line-height="125%" y="729.38147" x="417.23755" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="408.73752" y="729.38147">***NUMBER***</tspan></text> +</g> +</svg> diff --git a/shields/template_usaok_wide.svg b/shields/template_usaok_wide.svg new file mode 100644 index 00000000..3bdb24b6 --- /dev/null +++ b/shields/template_usaok_wide.svg @@ -0,0 +1,11 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 480 385"> +<g transform="translate(-253.2 -405.6)"> +<path fill="#fff" d="m253.6 430.1c0-13.2 10.8-24 24-24h432.4c13.2 0 24 10.8 24 24v336c0 13.3-10.8 24-24 24h-432.4c-13.2 0-24-10.7-24-24v-336z"/> +<path stroke-linejoin="round" d="m253.6 430.1c0-13.2 10.8-24 24-24h432.5c13.2 0 24 10.8 24 24v336c0 13.3-10.8 24-24 24h-432.5c-13.2 0-24-10.7-24-24v-336 0z" stroke="#000" stroke-linecap="round" stroke-miterlimit="3.864" fill="none"/> +<path d="m257.6 430.1c0-11 9-20 20-20h431.8c11 0 20 9 20 20v336c0 11.1-9 20-20 20h-431.8c-11 0-20-8.9-20-20v-336z"/> +<path fill="#fff" d="m263.6 430.1c0-7.7 6.3-14 14-14h432.5c7.7 0 14 6.3 14 14v336c0 7.8-6.3 14-14 14h-432.5c-7.7 0-14-6.2-14-14v-336z"/> +<polygon transform="matrix(1.249 0 0 1.159 -2868 -4815)" stroke="#000" points="2692 4699 2688 4689 2683 4692 2672 4689 2668 4686 2664 4691 2648 4681 2646 4675 2646 4577 2528 4577 2528 4550 2838 4550 2838 4571 2856 4633 2856 4720 2828 4710 2811 4715 2801 4721 2779 4710 2764 4718 2748 4708 2739 4712 2731 4707 2721 4712" stroke-miterlimit="3.864" clip-rule="evenodd" stroke-width="8" fill="none"/> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-family="'Roadgeek 2014 Series B'" line-height="125%" font-size="321.6px" stroke="#ffffff" y="735.92371" x="515.36707" stroke-width="15" xml:space="preserve" fill="#ffffff"><tspan y="735.92371" x="515.36707">***NUMBER***</tspan></text> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="321.6px" line-height="125%" y="735.92371" x="515.36707" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan x="515.36707" y="735.92371">***NUMBER***</tspan></text> +</g> +</svg> diff --git a/shields/template_usaor.svg b/shields/template_usaor.svg new file mode 100644 index 00000000..3f0f0bcc --- /dev/null +++ b/shields/template_usaor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="600" version="1.1" viewBox="0 0 600 600"><g transform="translate(0 -452)"><rect style="color:#000000" rx="37.5" ry="37.5" height="600" width="600" y="452" x="0"/><path d="m578 601-2.68-9.59-3.75-10.1-4.28-9.59-4.82-9.06-5.89-8.53-5.89-8.53-6.96-7.99-6.96-7.46-8.03-6.93-8.03-6.39-8.57-5.86-9.1-4.8-9.1-3.73-8.57-3.73-8.57-3.2-9.1-3.2-9.1-2.66-9.1-3.2-9.1-2.66-9.1-2.13-9.1-2.66-9.1-2.13-9.1-1.6-9.1-2.13-9.64-1.6-9.1-1.6-9.64-1.07-9.1-1.07-9.64-1.07-9.1-0.533-9.64-0.533-9.1-0.533-9.64-0.533h-9.64l-9.1 0.533h-9.64l-9.64 0.533-9.1 0.533-9.64 1.07-9.1 1.07-9.64 1.07-9.1 1.07-9.64 1.6-9.1 1.6-9.1 2.13-9.64 1.6-9.1 2.13-9.1 2.66-9.1 2.66-9.1 2.66-8.57 2.66-9.1 3.2-9.1 3.2-8.57 3.2-9.1 3.73-8.57 3.2-9.1 5.33-8.57 5.86-8.03 6.39-8.03 6.93-7.5 7.46-6.42 7.46-6.42 8.53-5.89 8.53-5.35 9.06-4.82 9.06-4.28 9.59-3.21 9.59-2.14 8.53-1.61 8.53-1.07 9.06-1.61 8.53-0.535 8.53-1.07 8.53-0.535 9.06-0.535 8.53v9.06 8.53 8.53l0.535 9.06 0.535 8.53 1.07 8.53 1.07 9.06 1.61 8.53 1.07 8.53 1.61 8.53 2.14 8.53 2.14 8.53 2.14 8.53 2.68 8.53 2.68 7.99 2.68 8.53 3.21 7.99 3.21 7.99 3.75 7.99 3.75 7.99 3.75 7.99 4.28 7.46 3.75 7.99 4.82 7.46 4.28 7.46 4.82 7.46 4.82 6.93 5.35 6.93 5.35 7.46 5.35 6.39 5.89 6.93 5.35 6.39 5.89 6.39 6.42 6.39 5.89 6.39 6.42 5.86 6.96 5.86 6.42 5.86 6.96 5.33 6.96 5.33 6.96 5.33 6.96 5.33 7.5 4.8 7.5 4.26 7.5 4.8 7.5 4.26 7.5 4.26 8.03 3.73 8.03 3.73 8.03 3.73 8.03 3.73 8.03 3.2 8.03 2.66 8.57 3.2 8.57 2.66 8.03 2.13 8.57 2.13 8.57 2.13 8.57-2.13 8.57-2.13 8.57-2.13 8.03-2.66 8.57-3.2 8.03-2.66 8.03-3.2 8.57-3.73 7.5-3.2 8.03-3.73 8.03-4.26 7.5-4.26 7.5-4.26 8.03-4.26 6.96-4.8 7.5-4.8 6.96-5.33 7.5-4.8 6.42-5.33 6.96-5.86 6.96-5.33 6.42-5.86 6.42-6.39 5.89-5.86 6.42-6.39 5.89-6.39 5.89-6.39 5.35-6.93 5.35-6.93 5.35-6.93 5.35-6.93 4.82-7.46 4.82-6.93 4.28-7.46 4.82-7.99 4.28-7.46 3.75-7.46 3.75-7.99 3.75-7.99 3.75-7.99 3.21-7.99 3.21-8.53 2.68-7.99 2.68-8.53 2.68-7.99 2.14-8.53 2.14-8.53 2.14-8.53 1.61-8.53 1.61-8.53 1.07-8.53 1.07-9.06 1.07-8.53 0.535-8.53 0.535-9.06v-8.53-8.53-9.06l-0.535-8.53-0.535-9.06-1.07-8.53-0.535-8.53-1.61-8.53-1.07-9.06-1.61-8.53-2.14-8.53" fill-rule="evenodd" fill="#fff"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-size="500px" line-height="100%" y="864.86218" x="299.62234" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="864.86218" x="299.62234">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usaor_wide.svg b/shields/template_usaor_wide.svg new file mode 100644 index 00000000..5d1290d3 --- /dev/null +++ b/shields/template_usaor_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="750" version="1.1" viewBox="0 0 750 600"><g transform="translate(0 -452)"><rect style="color:#000000" rx="37.5" ry="37.5" height="600" width="750" y="452" x="0"/><path d="m735 628-2.15-9.58-2.15-9.05-3.22-9.05-3.22-9.05-4.3-8.52-4.3-8.52-5.37-8.52-5.37-7.45-5.91-7.45-6.44-7.45-6.98-6.39-7.52-6.39-7.52-5.86-8.06-5.32-8.59-4.79-8.59-4.26-8.59-4.26-9.13-3.19-8.59-2.66-8.59-2.13-8.59-2.66-8.59-2.13-8.59-2.13-8.59-2.13-8.59-2.13-8.59-1.6-8.59-2.13-8.59-1.6-8.59-1.6-9.13-1.6-8.59-1.6-8.59-1.6-8.59-1.06-9.13-1.06-8.59-1.6-9.13-1.06-8.59-0.532-8.59-1.06-9.13-0.532-8.59-1.06-9.13-0.532-8.59-0.532h-9.13l-8.59-0.532h-9.13-8.59l-9.13-0.532-8.59 0.532h-9.13-8.59l-9.13 0.532-8.59 0.532-9.13 0.532-8.59 0.532-9.13 0.532-8.59 1.06-9.13 0.532-8.59 1.06-8.59 1.06-9.13 1.06-8.59 1.6-9.13 1.06-8.59 1.6-8.59 1.6-8.59 1.6-8.59 1.6-9.13 2.13-8.59 1.6-8.59 2.13-8.59 2.13-8.59 2.13-8.59 2.13-8.59 2.13-8.59 2.66-8.59 2.13-8.06 3.19-8.06 3.19-8.06 3.73-8.06 3.73-7.52 4.79-7.52 4.79-6.98 5.32-6.44 5.32-6.44 6.39-6.44 6.39-5.37 6.39-5.91 6.92-4.83 6.92-4.83 7.45-3.76 7.99-4.3 7.99-3.22 7.99-2.69 7.99-2.69 8.52-2.15 8.52-1.61 8.52-1.07 9.05-0.537 8.52-0.537 10.6 0.537 10.6v10.6l1.07 10.6 1.07 10.6 1.07 10.6 1.61 10.1 1.61 10.6 2.15 10.6 2.69 10.1 2.69 10.1 2.69 10.1 3.76 10.1 3.22 10.1 3.76 10.1 4.3 9.58 4.3 10.1 4.3 9.58 5.37 9.58 4.83 9.05 5.37 9.05 5.91 9.05 5.37 9.05 5.37 6.92 4.83 6.92 5.37 6.92 5.91 6.92 5.37 6.39 5.91 6.39 5.91 6.39 6.44 5.86 5.91 5.86 6.44 5.86 6.44 5.86 6.98 5.32 6.44 5.32 6.98 5.32 6.98 5.32 7.52 4.79 6.98 4.79 7.52 4.26 7.52 4.26 7.52 4.26 7.52 4.26 8.06 3.73 8.06 3.73 7.52 3.19 8.06 3.73 8.06 2.66 8.59 3.19 8.06 2.66 8.59 2.66 8.06 2.13 8.59 2.13 8.59 2.13 8.06 1.6 8.59 1.6 8.59 1.06 8.59 1.06 8.59 1.06 9.13 0.532 8.59 0.532 8.59 0.532 10.7-0.532 10.7-0.532 10.7-1.06 10.7-1.06 10.2-1.6 10.7-2.13 10.7-2.13 10.2-2.66 10.2-2.66 10.7-3.19 10.2-3.73 9.67-3.73 10.2-3.73 9.67-4.26 9.67-4.79 9.67-4.79 9.13-5.32 9.67-5.32 9.13-5.86 8.59-5.86 8.59-6.39 8.59-6.39 8.59-6.39 8.06-7.45 8.06-6.92 7.52-7.45 7.52-7.45 6.98-7.99 7.52-7.99 6.44-8.52 6.44-8.52 6.44-8.52 4.83-7.45 5.37-6.92 4.3-7.45 4.83-7.45 4.3-7.99 4.3-7.45 3.76-7.99 4.3-7.99 3.22-7.99 3.76-7.99 3.22-7.99 3.22-8.52 2.69-7.99 2.69-8.52 2.15-8.52 2.69-8.52 1.61-8.52 2.15-8.52 1.61-8.52 1.07-8.52 1.61-9.05 1.07-8.52 0.537-8.52 0.537-9.05 0.537-8.52v-9.05-8.52-9.05l-0.537-8.52-1.07-9.05-0.537-8.52" fill-rule="evenodd" fill="#fff"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-size="500px" line-height="100%" y="852.36218" x="375.14536" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="852.36218" x="375.14536">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usaor_wide4.svg b/shields/template_usaor_wide4.svg new file mode 100644 index 00000000..19f8e5df --- /dev/null +++ b/shields/template_usaor_wide4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="750" version="1.1" viewBox="0 0 750 600"><g transform="translate(0 -452)"><rect style="color:#000000" rx="37.5" ry="37.5" height="600" width="750" y="452" x="0"/><path d="m735 628-2.15-9.58-2.15-9.05-3.22-9.05-3.22-9.05-4.3-8.52-4.3-8.52-5.37-8.52-5.37-7.45-5.91-7.45-6.44-7.45-6.98-6.39-7.52-6.39-7.52-5.86-8.06-5.32-8.59-4.79-8.59-4.26-8.59-4.26-9.13-3.19-8.59-2.66-8.59-2.13-8.59-2.66-8.59-2.13-8.59-2.13-8.59-2.13-8.59-2.13-8.59-1.6-8.59-2.13-8.59-1.6-8.59-1.6-9.13-1.6-8.59-1.6-8.59-1.6-8.59-1.06-9.13-1.06-8.59-1.6-9.13-1.06-8.59-0.532-8.59-1.06-9.13-0.532-8.59-1.06-9.13-0.532-8.59-0.532h-9.13l-8.59-0.532h-9.13-8.59l-9.13-0.532-8.59 0.532h-9.13-8.59l-9.13 0.532-8.59 0.532-9.13 0.532-8.59 0.532-9.13 0.532-8.59 1.06-9.13 0.532-8.59 1.06-8.59 1.06-9.13 1.06-8.59 1.6-9.13 1.06-8.59 1.6-8.59 1.6-8.59 1.6-8.59 1.6-9.13 2.13-8.59 1.6-8.59 2.13-8.59 2.13-8.59 2.13-8.59 2.13-8.59 2.13-8.59 2.66-8.59 2.13-8.06 3.19-8.06 3.19-8.06 3.73-8.06 3.73-7.52 4.79-7.52 4.79-6.98 5.32-6.44 5.32-6.44 6.39-6.44 6.39-5.37 6.39-5.91 6.92-4.83 6.92-4.83 7.45-3.76 7.99-4.3 7.99-3.22 7.99-2.69 7.99-2.69 8.52-2.15 8.52-1.61 8.52-1.07 9.05-0.537 8.52-0.537 10.6 0.537 10.6v10.6l1.07 10.6 1.07 10.6 1.07 10.6 1.61 10.1 1.61 10.6 2.15 10.6 2.69 10.1 2.69 10.1 2.69 10.1 3.76 10.1 3.22 10.1 3.76 10.1 4.3 9.58 4.3 10.1 4.3 9.58 5.37 9.58 4.83 9.05 5.37 9.05 5.91 9.05 5.37 9.05 5.37 6.92 4.83 6.92 5.37 6.92 5.91 6.92 5.37 6.39 5.91 6.39 5.91 6.39 6.44 5.86 5.91 5.86 6.44 5.86 6.44 5.86 6.98 5.32 6.44 5.32 6.98 5.32 6.98 5.32 7.52 4.79 6.98 4.79 7.52 4.26 7.52 4.26 7.52 4.26 7.52 4.26 8.06 3.73 8.06 3.73 7.52 3.19 8.06 3.73 8.06 2.66 8.59 3.19 8.06 2.66 8.59 2.66 8.06 2.13 8.59 2.13 8.59 2.13 8.06 1.6 8.59 1.6 8.59 1.06 8.59 1.06 8.59 1.06 9.13 0.532 8.59 0.532 8.59 0.532 10.7-0.532 10.7-0.532 10.7-1.06 10.7-1.06 10.2-1.6 10.7-2.13 10.7-2.13 10.2-2.66 10.2-2.66 10.7-3.19 10.2-3.73 9.67-3.73 10.2-3.73 9.67-4.26 9.67-4.79 9.67-4.79 9.13-5.32 9.67-5.32 9.13-5.86 8.59-5.86 8.59-6.39 8.59-6.39 8.59-6.39 8.06-7.45 8.06-6.92 7.52-7.45 7.52-7.45 6.98-7.99 7.52-7.99 6.44-8.52 6.44-8.52 6.44-8.52 4.83-7.45 5.37-6.92 4.3-7.45 4.83-7.45 4.3-7.99 4.3-7.45 3.76-7.99 4.3-7.99 3.22-7.99 3.76-7.99 3.22-7.99 3.22-8.52 2.69-7.99 2.69-8.52 2.15-8.52 2.69-8.52 1.61-8.52 2.15-8.52 1.61-8.52 1.07-8.52 1.61-9.05 1.07-8.52 0.537-8.52 0.537-9.05 0.537-8.52v-9.05-8.52-9.05l-0.537-8.52-1.07-9.05-0.537-8.52" fill-rule="evenodd" fill="#fff"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" font-size="500px" line-height="100%" y="852.36218" x="375.14536" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan y="852.36218" x="375.14536">***NUMBER***</tspan></text></g></svg> \ No newline at end of file diff --git a/shields/template_usapa.svg b/shields/template_usapa.svg new file mode 100644 index 00000000..b154bbe9 --- /dev/null +++ b/shields/template_usapa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="600px" viewBox="0 0 600 600"><g transform="scale(0.277778,0.277778)"><path fill="#000" d="M135,0h1890c74.8,0,135,60.21,135,135v1890c0,74.8-60.2,135-135,135h-1890c-74.79,0-135-60.2-135-135v-1890c0-74.79,60.21-135,135-135z"/><path fill-rule="evenodd" fill="#FFF" d="M470.56,90l60.47,360.94h-463.53l259.47,1619.1h1513l259.4-1619.1h-463.5l60.5-360.94h-1225.8z"/></g><text font-size="460px" y="458.00037" x="300"><tspan text-anchor="middle" text-align="center" y="458.00037" x="300" font-family="'Roadgeek 2014 Series D'">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usapa_wide.svg b/shields/template_usapa_wide.svg new file mode 100644 index 00000000..2db98dd3 --- /dev/null +++ b/shields/template_usapa_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" height="600px" width="750px" viewBox="0 0 750 600"><path d="M37.5,0h675c20.78,0,37.5,16.725,37.5,37.5v525c0,20.78-16.72,37.5-37.5,37.5h-675c-20.775,0-37.5-16.72-37.5-37.5v-525c0-20.775,16.725-37.5,37.5-37.5z"/><path d="M130.71,25l16.8,100.26h-128.76l72.077,449.74h568.34l72.08-449.74h-128.75l16.79-100.26h-488.58z" fill-rule="evenodd" fill="#FFF"/><text font-size="500px" y="458.00037" x="375.13425"><tspan text-anchor="middle" text-align="center" y="458.00037" x="375.13425" font-family="'Roadgeek 2014 Series C'">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usari.svg b/shields/template_usari.svg new file mode 100644 index 00000000..b867f6b8 --- /dev/null +++ b/shields/template_usari.svg @@ -0,0 +1,14 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 601 601"> +<g> +<rect stroke-linejoin="round" rx="37.5" ry="37.5" height="600" width="600" stroke="#999" y=".5" x=".5" fill="#fff"/> +<rect stroke-linejoin="round" rx="21.875" ry="21.875" height="559.38" width="559.38" stroke="#000" y="20.812" x="20.812" stroke-width="15.625" fill="#fff"/> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="524.66px" line-height="125%" y="520.90326" x="300.62531" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="300.62527" y="520.90326">***NUMBER***</tspan></text> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" line-height="125%" font-size="40px" y="107.32143" x="284.99802" font-family="'Bitstream Vera Sans'" xml:space="preserve" fill="#000000"><tspan y="107.32143" x="284.99802"/></text> +<g transform="translate(-170.88 -445.81)"> +<path d="m451.65 625.81-16.119-43.582h-18.955v43.582h-15.821v-100h32.985c3.8806 0.0001 7.2139 0.24885 10 0.74626 2.786 0.39811 5.4228 1.1941 7.9104 2.3881 2.189 1.0946 4.179 2.5374 5.9702 4.3284 1.8905 1.6916 3.4825 3.6817 4.7761 5.9702 1.393 2.1891 2.4377 4.5772 3.1343 7.1642 0.79595 2.4876 1.194 4.9752 1.194 7.4627-0.00007 2.6866-0.39808 5.3234-1.194 7.9104-0.69659 2.4876-1.7414 4.8757-3.1343 7.1642-1.2936 2.1891-2.9354 4.1792-4.9254 5.9702-1.8906 1.7911-3.9802 3.1841-6.2686 4.1791l17.612 46.716h-17.164m-0.74627-71.94c-0.00006-2.0895-0.54733-4.0795-1.6418-5.9702-1.0946-1.8905-2.6369-3.383-4.6269-4.4776-1.2936-0.69644-2.4876-1.1442-3.5821-1.3433-1.0946-0.29842-2.9354-0.44767-5.5224-0.44776h-18.955v24.478h18.955c2.4875 0.00006 4.2786-0.0994 5.3731-0.2985 1.194-0.19895 2.4378-0.64671 3.7313-1.3433 1.99-1.0945 3.5323-2.587 4.6269-4.4776 1.0945-1.99 1.6417-4.0298 1.6418-6.1194"/> +<path d="m495.44 617.75c-0.00002 2.4876-0.8458 4.6269-2.5373 6.4179-1.6916 1.791-3.7811 2.6866-6.2686 2.6866-2.4876 0-4.6269-0.89553-6.4179-2.6866-1.791-1.791-2.6866-3.9303-2.6866-6.4179-0.00001-2.4876 0.89552-4.5771 2.6866-6.2687 1.791-1.6915 3.9303-2.5373 6.4179-2.5373 2.4875 0.00001 4.5771 0.84578 6.2686 2.5373 1.6915 1.6916 2.5373 3.7811 2.5373 6.2687"/> +<path d="m511.53 625.81v-100h16.119v100h-16.119"/> +<path d="m561.32 617.75c-0.00002 2.4876-0.84579 4.6269-2.5373 6.4179-1.6916 1.791-3.7811 2.6866-6.2686 2.6866-2.4876 0-4.6269-0.89553-6.4179-2.6866-1.791-1.791-2.6866-3.9303-2.6866-6.4179s0.89552-4.5771 2.6866-6.2687c1.791-1.6915 3.9303-2.5373 6.4179-2.5373 2.4875 0.00001 4.5771 0.84578 6.2686 2.5373 1.6915 1.6916 2.5373 3.7811 2.5373 6.2687"/> +</g> +</g> +</svg> diff --git a/shields/template_usari_wide.svg b/shields/template_usari_wide.svg new file mode 100644 index 00000000..f73254b6 --- /dev/null +++ b/shields/template_usari_wide.svg @@ -0,0 +1,14 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 751 601"> +<g> +<rect stroke-linejoin="round" rx="37.5" ry="37.5" height="599.88" width="749.88" stroke="#999" y=".55892" x=".55891" stroke-width="1.1178" fill="#fff"/> +<rect stroke-linejoin="round" rx="21.875" ry="21.875" height="557.46" width="707.46" stroke="#000" y="21.771" x="21.771" stroke-width="17.542" fill="#fff"/> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" line-height="125%" font-size="40px" y="107.32142" x="284.99802" font-family="'Bitstream Vera Sans'" xml:space="preserve" fill="#000000"><tspan y="107.32142" x="284.99802"/></text> +<g transform="translate(-106.26 -445.81)"> +<path d="m451.65 625.81-16.119-43.582h-18.955v43.582h-15.821v-100h32.985c3.8806 0.0001 7.2139 0.24885 10 0.74626 2.786 0.39811 5.4228 1.1941 7.9104 2.3881 2.189 1.0946 4.179 2.5374 5.9702 4.3284 1.8905 1.6916 3.4825 3.6817 4.7761 5.9702 1.393 2.1891 2.4377 4.5772 3.1343 7.1642 0.79595 2.4876 1.194 4.9752 1.194 7.4627-0.00007 2.6866-0.39808 5.3234-1.194 7.9104-0.69659 2.4876-1.7414 4.8757-3.1343 7.1642-1.2936 2.1891-2.9354 4.1792-4.9254 5.9702-1.8906 1.7911-3.9802 3.1841-6.2686 4.1791l17.612 46.716h-17.164m-0.74627-71.94c-0.00006-2.0895-0.54733-4.0795-1.6418-5.9702-1.0946-1.8905-2.6369-3.383-4.6269-4.4776-1.2936-0.69644-2.4876-1.1442-3.5821-1.3433-1.0946-0.29842-2.9354-0.44767-5.5224-0.44776h-18.955v24.478h18.955c2.4875 0.00006 4.2786-0.0994 5.3731-0.2985 1.194-0.19895 2.4378-0.64671 3.7313-1.3433 1.99-1.0945 3.5323-2.587 4.6269-4.4776 1.0945-1.99 1.6417-4.0298 1.6418-6.1194"/> +<path d="m495.44 617.75c-0.00002 2.4876-0.8458 4.6269-2.5373 6.4179-1.6916 1.791-3.7811 2.6866-6.2686 2.6866-2.4876 0-4.6269-0.89553-6.4179-2.6866-1.791-1.791-2.6866-3.9303-2.6866-6.4179-0.00001-2.4876 0.89552-4.5771 2.6866-6.2687 1.791-1.6915 3.9303-2.5373 6.4179-2.5373 2.4875 0.00001 4.5771 0.84578 6.2686 2.5373 1.6915 1.6916 2.5373 3.7811 2.5373 6.2687"/> +<path d="m511.53 625.81v-100h16.119v100h-16.119"/> +<path d="m561.32 617.75c-0.00002 2.4876-0.84579 4.6269-2.5373 6.4179-1.6916 1.791-3.7811 2.6866-6.2686 2.6866-2.4876 0-4.6269-0.89553-6.4179-2.6866-1.791-1.791-2.6866-3.9303-2.6866-6.4179s0.89552-4.5771 2.6866-6.2687c1.791-1.6915 3.9303-2.5373 6.4179-2.5373 2.4875 0.00001 4.5771 0.84578 6.2686 2.5373 1.6915 1.6916 2.5373 3.7811 2.5373 6.2687"/> +</g> +<text style="word-spacing:0px;letter-spacing:-20px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="473.89px" line-height="125%" y="516.39648" x="389.13062" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="379.13062" y="516.39648">***NUMBER***</tspan></text> +</g> +</svg> diff --git a/shields/template_usari_wide4.svg b/shields/template_usari_wide4.svg new file mode 100644 index 00000000..be77be0f --- /dev/null +++ b/shields/template_usari_wide4.svg @@ -0,0 +1,14 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 751 601"> +<g> +<rect stroke-linejoin="round" rx="37.5" ry="37.5" height="599.88" width="749.88" stroke="#999" y=".55892" x=".55891" stroke-width="1.1178" fill="#fff"/> +<rect stroke-linejoin="round" rx="21.875" ry="21.875" height="557.46" width="707.46" stroke="#000" y="21.771" x="21.771" stroke-width="17.542" fill="#fff"/> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" line-height="125%" font-size="40px" y="107.32142" x="284.99802" font-family="'Bitstream Vera Sans'" xml:space="preserve" fill="#000000"><tspan y="107.32142" x="284.99802"/></text> +<g transform="translate(-106.26 -445.81)"> +<path d="m451.65 625.81-16.119-43.582h-18.955v43.582h-15.821v-100h32.985c3.8806 0.0001 7.2139 0.24885 10 0.74626 2.786 0.39811 5.4228 1.1941 7.9104 2.3881 2.189 1.0946 4.179 2.5374 5.9702 4.3284 1.8905 1.6916 3.4825 3.6817 4.7761 5.9702 1.393 2.1891 2.4377 4.5772 3.1343 7.1642 0.79595 2.4876 1.194 4.9752 1.194 7.4627-0.00007 2.6866-0.39808 5.3234-1.194 7.9104-0.69659 2.4876-1.7414 4.8757-3.1343 7.1642-1.2936 2.1891-2.9354 4.1792-4.9254 5.9702-1.8906 1.7911-3.9802 3.1841-6.2686 4.1791l17.612 46.716h-17.164m-0.74627-71.94c-0.00006-2.0895-0.54733-4.0795-1.6418-5.9702-1.0946-1.8905-2.6369-3.383-4.6269-4.4776-1.2936-0.69644-2.4876-1.1442-3.5821-1.3433-1.0946-0.29842-2.9354-0.44767-5.5224-0.44776h-18.955v24.478h18.955c2.4875 0.00006 4.2786-0.0994 5.3731-0.2985 1.194-0.19895 2.4378-0.64671 3.7313-1.3433 1.99-1.0945 3.5323-2.587 4.6269-4.4776 1.0945-1.99 1.6417-4.0298 1.6418-6.1194"/> +<path d="m495.44 617.75c-0.00002 2.4876-0.8458 4.6269-2.5373 6.4179-1.6916 1.791-3.7811 2.6866-6.2686 2.6866-2.4876 0-4.6269-0.89553-6.4179-2.6866-1.791-1.791-2.6866-3.9303-2.6866-6.4179-0.00001-2.4876 0.89552-4.5771 2.6866-6.2687 1.791-1.6915 3.9303-2.5373 6.4179-2.5373 2.4875 0.00001 4.5771 0.84578 6.2686 2.5373 1.6915 1.6916 2.5373 3.7811 2.5373 6.2687"/> +<path d="m511.53 625.81v-100h16.119v100h-16.119"/> +<path d="m561.32 617.75c-0.00002 2.4876-0.84579 4.6269-2.5373 6.4179-1.6916 1.791-3.7811 2.6866-6.2686 2.6866-2.4876 0-4.6269-0.89553-6.4179-2.6866-1.791-1.791-2.6866-3.9303-2.6866-6.4179s0.89552-4.5771 2.6866-6.2687c1.791-1.6915 3.9303-2.5373 6.4179-2.5373 2.4875 0.00001 4.5771 0.84578 6.2686 2.5373 1.6915 1.6916 2.5373 3.7811 2.5373 6.2687"/> +</g> +<text style="word-spacing:0px;letter-spacing:-22.143px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="524.66px" line-height="125%" y="515.90326" x="372.58627" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan style="letter-spacing:0px" y="515.90326" x="372.5863" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> +</g> +</svg> diff --git a/shields/template_usasc.svg b/shields/template_usasc.svg new file mode 100644 index 00000000..d7d56dfd --- /dev/null +++ b/shields/template_usasc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600px" width="750px" viewBox="0 0 750 600"><g transform="translate(0,360)"><rect rx="37.5" ry="37.5" height="600" width="750" y="-360" x="0" fill="#003882"/><rect rx="25" ry="25" height="500" width="725" y="-272.5" x="12.5" fill="#FFF"/><text text-anchor="middle" text-align="center" font-size="450px" y="170" x="374.88455" font-family="'Roadgeek 2014 Series D'" fill="#003882"><tspan letter-spacing="-17.47572899" y="170" x="366.14667">***NUMBER***</tspan></text><path fill="#FFF" d="m71.754-306.18c-0.000032,2.0932-0.36991,4.0453-1.1096,5.8566-0.73979,1.8112-1.7603,3.3803-3.0614,4.7072-1.3012,1.3269-2.8068,2.3859-4.5168,3.1771-1.71,0.79115-3.5602,1.1867-5.5505,1.1867-2.2458,0-4.2614-0.43374-6.047-1.3012-1.7856-0.86747-3.2908-2.041-4.5157-3.5205s-2.1691-3.1891-2.8325-5.1289c-0.66345-1.9397-0.99518-3.9554-0.99517-6.047h7.1952c-0.00001,1.0715,0.14015,2.1301,0.4205,3.1759,0.28032,1.0458,0.71405,1.99,1.3012,2.8325,0.58712,0.84256,1.3273,1.5189,2.2205,2.0289,0.89315,0.51005,1.9775,0.76507,3.253,0.76507,0.97024,0,1.9019-0.204,2.7951-0.61206,0.89314-0.40803,1.6586-0.96947,2.2964-1.6843,0.63773-0.71483,1.1478-1.5441,1.5301-2.4879,0.38232-0.94377,0.57348-1.9265,0.57351-2.9482-0.000025-1.4795-0.30605-2.7932-0.91808-3.941-0.61208-1.1478-1.6836-2.3088-3.2145-3.4831-0.25543-0.25539-0.35744-0.39594-0.30603-0.42166,0.05138-0.0257-0.10165-0.16585-0.45904-0.4205-0.35744-0.25461-1.1104-0.7522-2.259-1.4928-1.1486-0.74052-3.0241-2.0032-5.6265-3.788-2.0916-1.4296-3.6607-3.1015-4.7072-5.0156-1.0466-1.914-1.5699-4.0188-1.5698-6.3144-0.000008-1.8377,0.33172-3.5602,0.99517-5.1674,0.66344-1.6072,1.5948-3.0232,2.794-4.2482,1.1992-1.2248,2.5899-2.1818,4.1723-2.871,1.5823-0.68909,3.2915-1.0337,5.1277-1.0337,1.8377,0.00005,3.5349,0.33178,5.0915,0.99518,1.5566,0.66349,2.9088,1.5824,4.0566,2.7566,1.1478,1.1743,2.0662,2.5779,2.7554,4.2108,0.68911,1.633,1.0594,3.4189,1.1108,5.3578h-7.0433c-0.10126-1.7863-0.71331-3.2152-1.8362-4.2867-1.1229-1.0714-2.5012-1.6072-4.1349-1.6072-1.6836,0.00004-3.1121,0.56148-4.2856,1.6843-1.1735,1.1229-1.7603,2.5261-1.7602,4.2096-0.000013,1.2755,0.33171,2.347,0.99517,3.2145,0.66344,0.8675,1.9389,1.837,3.8265,2.9084,4.9509,2.8578,8.5617,5.7667,10.832,8.7265,2.2706,2.9598,3.406,6.3024,3.406,10.028zm34.401-11.711c-0.00003,3.9293-0.2169,7.2719-0.6506,10.028-0.43377,2.7558-1.1872,5.3586-2.2602,7.8084-1.2755,3.0618-2.8699,5.2944-4.7831,6.6976-1.9133,1.4032-4.3245,2.1048-7.2337,2.1048-3.0618,0-5.5498-0.7016-7.4638-2.1048s-3.5088-3.6357-4.7843-6.6976c-1.0715-2.5012-1.8241-5.1168-2.2578-7.8469-0.43374-2.7301-0.6506-6.0598-0.6506-9.9891-0.000005-3.8779,0.21688-7.2076,0.6506-9.9891,0.43373-2.7815,1.1863-5.3971,2.2578-7.8469,1.3269-3.0618,2.9474-5.269,4.8614-6.6216,1.914-1.3525,4.3763-2.0288,7.3867-2.0289,2.959,0.00005,5.3827,0.67635,7.2711,2.0289,1.8883,1.3526,3.4702,3.6113,4.7458,6.7758,0.51079,1.2756,0.95776,2.551,1.3409,3.8265,0.38309,1.2755,0.6895,2.6149,0.91925,4.0181,0.22968,1.4032,0.39554,2.9088,0.49759,4.5168,0.10197,1.608,0.15297,3.3815,0.15302,5.3204zm-7.0433,0c-0.000028-1.4297-0.03817-2.7312-0.11448-3.9048-0.07635-1.1735-0.17835-2.2578-0.30603-3.253-0.12773-0.99514-0.29359-1.9518-0.49758-2.8699-0.20404-0.91805-0.43376-1.8365-0.68915-2.7554-0.66347-2.2971-1.4928-3.9561-2.4879-4.977-0.9952-1.0208-2.2582-1.5313-3.7891-1.5313-3.1646,0.00004-5.3333,2.1181-6.506,6.3542-0.61362,1.939-1.0349,3.8908-1.2638,5.8554-0.22895,1.9647-0.34342,4.3759-0.3434,7.2337-0.00001,1.3783,0.03815,2.6418,0.11448,3.7903,0.0763,1.1486,0.1783,2.2205,0.30603,3.2156,0.1277,0.99519,0.29356,1.9775,0.49758,2.947,0.204,0.96949,0.43372,1.9643,0.68915,2.9844,1.1727,4.2361,3.3414,6.3542,6.506,6.3542,1.5309,0,2.7939-0.51043,3.7891-1.5313,0.99515-1.0209,1.8245-2.6285,2.4879-4.8228,0.30522-1.0201,0.56025-2.002,0.76507-2.9458,0.20478-0.94377,0.37063-1.9261,0.49759-2.947,0.1269-1.0208,0.21605-2.1056,0.26748-3.2542,0.05138-1.1486,0.07708-2.4626,0.0771-3.9422zm42.783,10.41c-0.00003,1.0217-0.0382,1.9405-0.11447,2.7566-0.0763,0.81608-0.1912,1.5687-0.34458,2.2578-0.15342,0.68916-0.35784,1.3655-0.61322,2.0289-0.25545,0.66346-0.56147,1.3269-0.91808,1.9904-1.2755,2.0931-3.0233,3.8156-5.2434,5.1674s-4.555,2.0277-7.0048,2.0277c-2.551,0-4.9623-0.66345-7.2337-1.9904-2.2715-1.3269-4.045-3.0618-5.3204-5.2048-0.35665-0.66345-0.66268-1.3269-0.91808-1.9904-0.25542-0.66344-0.45983-1.3397-0.61323-2.0289-0.1534-0.68913-0.26826-1.4417-0.34457-2.2578-0.0763-0.81606-0.11448-1.7349-0.11448-2.7566v-35.978h7.3493v36.899c-0.00001,2.4482,0.66343,4.4125,1.9904,5.8928,1.3269,1.4803,3.0618,2.2205,5.2048,2.2205,1.9903,0,3.6361-0.74015,4.9373-2.2205,1.3012-1.4803,1.9518-3.4446,1.9518-5.8928v-36.899h7.3493v35.978zm20.571-29.164,0,44.474-7.4241,0,0-44.474-9.3397,0,0-6.8144,26.103,0,0,6.8144-9.3397,0zm34.457,44.474,0-23.195-14.084,0,0,23.195-7.3493,0,0-51.289,7.3493,0,0,20.899,14.084,0,0-20.899,7.3493,0,0,51.289-7.3493,0z"/><path fill="#FFF" d="m495.86-329.75c-0.7647-4.9509-2.8056-7.4264-6.1229-7.4264-1.4796,0.00004-2.7426,0.31931-3.7892,0.95779-1.0466,0.63858-1.8887,1.6594-2.5265,3.0626-0.63775,1.4032-1.0968,3.253-1.3771,5.5494-0.28033,2.2964-0.4205,5.1032-0.4205,8.4204,0,7.3992,0.6759,12.706,2.0277,15.922,1.3518,3.2152,3.61,4.8229,6.7747,4.8229,1.0714,0,1.9518-0.204,2.641-0.61206,0.68912-0.40803,1.2506-0.95662,1.6843-1.6458,0.4337-0.68914,0.72688-1.4803,0.87953-2.3735,0.1525-0.89315,0.229-1.8241,0.229-2.7928h7.3494c-0.0515,2.143-0.40885,4.1076-1.0723,5.894-0.66347,1.7863-1.5562,3.3301-2.6783,4.6313s-2.4615,2.3088-4.0181,3.0229c-1.5567,0.71407-3.2282,1.0711-5.0145,1.0711-5.5116,0-9.5305-2.2454-12.057-6.7361-2.5261-4.4907-3.7892-11.482-3.7892-20.975,0-8.3694,1.2759-14.697,3.8277-18.984,2.5518-4.2867,6.3787-6.43,11.481-6.4301,2.0931,0.00005,4.0072,0.44664,5.7421,1.3398,1.7349,0.89321,3.1895,2.1816,4.3638,3.8651,0.96866,1.2771,1.6827,2.5791,2.1422,3.9059,0.4594,1.3269,0.81682,3.1639,1.0723,5.5108h-7.3494zm35.221,37.585-3.5976-14.01-11.024,0-3.3663,14.01-7.4264,0,12.783-51.289,7.1975,0,12.783,51.289-7.3494,0zm-9.1855-35.978-3.5976,14.773,7.3494,0-3.7518-14.773zm41.012,35.978-6.8144-24.113-7.041,0,0,24.113-7.3493,0,0-51.289,15.311,0c1.9903,0.00006,3.8148,0.33178,5.4734,0.99518,1.6586,0.6635,3.0875,1.5824,4.2867,2.7566,1.1992,1.1743,2.1176,2.6161,2.7554,4.3253,0.6377,1.7093,0.95657,3.5848,0.95662,5.6265-0.00005,3.0619-0.61247,5.6647-1.8374,7.8084-1.2249,2.1438-3.0622,3.6743-5.512,4.5916l7.3494,25.185h-7.5783zm0.38312-37.585c-0.00005-1.9903-0.61247-3.5722-1.8374-4.7458-1.2249-1.1734-2.8325-1.7602-4.8228-1.7602h-7.5783v12.935h7.5783c2.143,0.00003,3.7887-0.54856,4.9373-1.6458s1.7228-2.6915,1.7229-4.7831zm41.129,11.865c-0.00002,3.9293-0.217,7.2719-0.6506,10.028-0.43377,2.7558-1.1872,5.3586-2.2602,7.8084-1.2755,3.0618-2.8699,5.2944-4.7831,6.6976-1.9133,1.4032-4.3245,2.1048-7.2337,2.1048-3.0618,0-5.5498-0.7016-7.4638-2.1048s-3.5088-3.6357-4.7843-6.6976c-1.0715-2.5012-1.8241-5.1168-2.2578-7.8469-0.43375-2.7301-0.6506-6.0598-0.6506-9.9891,0-3.8779,0.21675-7.2076,0.6506-9.9891,0.43373-2.7815,1.1863-5.3971,2.2578-7.8469,1.3269-3.0618,2.9474-5.269,4.8614-6.6216,1.914-1.3525,4.3762-2.0288,7.3867-2.0289,2.959,0.00005,5.3827,0.67635,7.2711,2.0289,1.8883,1.3526,3.4702,3.6113,4.7458,6.7758,0.5108,1.2756,0.95777,2.551,1.3409,3.8265,0.38308,1.2755,0.6895,2.6149,0.91926,4.0181,0.22974,1.4032,0.39554,2.9088,0.49759,4.5168,0.10201,1.608,0.15301,3.3815,0.15301,5.3204zm-7.0433,0c-0.00002-1.4297-0.0383-2.7312-0.1145-3.9048-0.0762-1.1735-0.17825-2.2578-0.30602-3.253-0.12775-0.99514-0.2936-1.9518-0.4976-2.8699-0.204-0.91805-0.43375-1.8365-0.68913-2.7554-0.66347-2.2971-1.4928-3.9561-2.488-4.977-0.9952-1.0208-2.2582-1.5313-3.7891-1.5313-3.1646,0.00004-5.3333,2.1181-6.506,6.3542-0.61362,1.939-1.0349,3.8908-1.2638,5.8554-0.229,1.9647-0.3434,4.3759-0.3434,7.2337,0,1.3783,0.0382,2.6418,0.1145,3.7903,0.0763,1.1486,0.17825,2.2205,0.30603,3.2156,0.12774,0.99519,0.29355,1.9775,0.49759,2.947,0.20401,0.96949,0.4337,1.9643,0.68913,2.9844,1.1727,4.2361,3.3414,6.3542,6.506,6.3542,1.5309,0,2.7939-0.51043,3.7891-1.5313,0.99515-1.0209,1.8245-2.6285,2.488-4.8228,0.30522-1.0201,0.56022-2.002,0.76505-2.9458,0.20475-0.94376,0.37065-1.9261,0.4976-2.947,0.127-1.0208,0.216-2.1056,0.26747-3.2542,0.0513-1.1486,0.077-2.4626,0.077-3.9422zm13.521,25.72,0-51.289,7.3494,0,0,44.477,18.754,0,0,6.812-26.103,0zm29.514,0,0-51.289,7.1952,0,0,51.289-7.1952,0zm37.908,0-15.846-34.371,0,34.371-7.3494,0,0-51.289,7.3494,0,14.084,30.773,0-30.773,7.3493,0,0,51.289-5.5879,0zm34.331,0-3.5976-14.01-11.024,0-3.3663,14.01-7.4264,0,12.783-51.289,7.1975,0,12.783,51.289-7.3493,0zm-9.1855-35.978-3.5976,14.773,7.3494,0-3.7518-14.773z"/><use stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,53739.823,-13247.5)" height="240" width="300" stroke="#000000" y="0" x="0" stroke-width="309" fill="#ffffff"/><path fill="#FFF" d="m281.98-349.38c-10.789,6.3242-25.841,10.066-37.973,14.734-5.9697,4.9782-10.704,11.557-17.646,21.768,0.49592,8.4012,3.0031,12.95,6.4045,16.493,9.0166,5.1305,8.347,5.4654,14.455,9.9757,7.4479,5.4998,4.1833,1.4735,8.9798,7.612,3.1812,4.0713,3.5604,8.6663,3.5604,8.6663s235.25,11.596,235.25,11.596-63.089-65.633-63.089-65.633-50.647-0.54922-50.647-0.54922-10.242-12.165-10.242-12.165,0.35992-9.7697,0.35992-9.7697-89.412-2.7273-89.412-2.7273z"/><path fill="#003882" d="m287.42-340c-9.8074,5.7487-21.151,8.6447-32.422,11.406-6.0605,6.2047-21.768,13.691-14.062,24.297,7.1328,2.6289,7.5913,3.9483,10.156,7.2656,2.7226,3.5211,8.4428,4.5316,11.641,6.25,5.4948,11.783,9.0432,25.737,19.531,34.141,10.957,5.4792,12.144,18.354,22.812,23.281,6.6211,6.6468,4.4864,15.363,12.188,20.547,4.4394,8.8255,17.116,10.195,16.797,22.109,4.7576,6.8621-0.5128,19.161,11.172,21.953,9.0484,7.4577,0.0617,24.116,7.5781,28.75,1.9082-4.3709,2.4861-5.7082,2.5781-6.0156,1.7408-2.3226-0.0785,7.3031,5.625,2.3438,0.31225-0.27151,1.5102-1.2113,2.0312-1.6406v-24.609c0-28.203-0.26299-30.958-3.2031-34.688-3.4361-4.3588-4.1383-6.7447-1.5625-5.1562,2.2344,1.3778,1.925-1.3614-0.39063-3.6719-1.4322-1.4291-1.3948-1.875,0-1.875,1.0837,0,1.4516-1.1164,0.85938-2.6562-0.68515-1.7816-0.47402-2.2585,0.78125-1.4844,1.0268,0.6332,1.875,0.38052,1.875-0.54688,0-2.6331-3.3592-1.9872-5.7031,1.0938-1.1659,1.5326-2.1596,1.9948-2.1875,1.0156-0.028-0.97913-2.4896,0.47767-5.4688,3.2812-2.9792,2.8036-6.6178,5.1562-8.0469,5.1562-2.9521,0-4.8908-5.9103-3.5938-10.859,0.70065-2.6734,0.298-3.1486-2.1875-2.5-1.6959,0.44248-3.125,0.16877-3.125-0.625s-0.85608-1.2346-1.9531-1.0156c-2.1103,0.42115-2.2921-2.3145-0.46875-7.5781,0.8045-2.3226-0.0677-1.9213-3.2031,1.5625-2.485,2.7612-3.8966,3.642-3.3594,2.0312,0.5173-1.5508,0.1385-2.8125-0.85937-2.8125-0.98613,0-0.42193-1.5354,1.25-3.4375,1.6719-1.902,2.177-3.0052,1.1719-2.4219-1.0051,0.58335-2.1808,0.0642-2.6562-1.1719-0.47537-1.2361,0.14525-2.6422,1.4062-3.125,1.2611-0.48287,2.3438-2.1556,2.3438-3.6719,0-2.1442-0.46375-2.2674-1.9531-0.78125-2.7083,2.7024-4.9557,2.3069-3.8281-0.625,0.54493-1.417,0.27955-2.0422-0.625-1.4844-0.86757,0.53505-1.6406,0.25073-1.6406-0.625,0-0.87575,0.82547-2.0572,1.7969-2.6562,1.2372-0.76297,1.1667-1.5097-0.3125-2.4219-1.1866-0.73181-3.0472-0.5014-4.2188,0.46875-1.633,1.3523-1.8251,1.0309-0.9375-1.3281,1.001-2.6605,0.81588-2.7117-1.5625-0.78125-2.3084,1.8736-2.7344,1.7886-2.7344-0.3125,0-1.3478,1.9332-3.8289,4.2969-5.5469,4.0469-2.9415,4.1986-3.307,1.6406-5.8594-1.494-1.4908-2.2514-3.467-1.6406-4.4531,2.6853-4.3355,5.9789-7.2778,7.2656-6.4844,1.6905,1.0425,7.8648-5.6977,6.7969-7.4219-1.0598-1.711,3.5216-3.2921,6.4062-2.1875,1.3165,0.5041,2.4218,0.13745,2.4219-0.85938,0-1.0779,2.1809-1.7053,5.4688-1.4844,6.294,0.42295,9.1022-1.3214,5.625-3.5156-1.7324-1.0932-1.7759-1.4664-0.23425-1.4844,1.1488-0.0135,1.63-0.69683,1.0938-1.5625-0.58568-0.94561,0.14775-1.1933,1.875-0.54688,2.5404,0.95065,2.6648,0.7651,0.70312-1.6406-1.9312-2.3683-1.9595-2.5588,0.23425-1.7188,1.5679,0.60035,3.3187-0.28148,4.6094-2.3438,1.257-2.0084,3.387-3.0755,5.3906-3.2031,2.0036-0.12767,3.881,0.68408,4.6094,2.5781,0.9033,2.3487,1.3056,2.3984,2.5781,0.39062,1.3009-2.0525,1.4966-2.0135,1.5625,0.0781,0.0588,1.864,0.57826,1.7012,2.3438-0.625,2.0917-2.7561,2.437-2.7921,4.8438-0.39063,1.4316,1.4285,3.4268,2.1369,4.4531,1.5625,1.2168-0.68105,1.2226-0.30455-0.078,1.0938-3.5689,3.8366-1.2459,5.709,3.5938,2.8906,3.3264-1.9371,10.581-3.0527,9.6094-1.4844-0.53695,0.8669,0.50715,2.3786,2.3438,3.3594,2.5626,1.3685,2.9256,2.2673,1.5625,3.9062-1.1289,1.3573-1.1496,2.5124-0.15625,3.125,0.85963,0.53012,2.0269,0.1869,2.5781-0.70313,0.55127-0.89003,1.7004-1.5625,2.5781-1.5625,0.87763,0,1.0653,0.75563,0.46875,1.7188-0.75432,1.2179-0.0327,1.191,2.3438-0.0781,4.5357-2.4221,7.6335-0.45703,3.8281,2.4219-1.8116,1.3705-2.0677,2.1557-0.78125,2.1875,1.6226,0.0401,1.6523,0.83732,0.15625,3.6719-1.0399,1.9704-2.7062,4.1222-3.6719,4.7656-0.9657,0.64338,1.6536,1.1585,5.7812,1.1719,8.9221,0.029,15.625,2.7692,15.625,6.3281,0,3.2493-9.6382,8.5226-13.125,7.1875-1.4429-0.5525-3.9577-0.20957-5.5469,0.78125-2.5671,1.6005-2.4867,1.7296,0.70312,0.85938,2.094-0.5712,3.5938-0.28808,3.5938,0.70312,0,0.93475,1.001,1.7188,2.2656,1.7188,1.2647,0,2.7451,0.69678,3.2812,1.5625,0.58185,0.93935-0.159,1.1653-1.875,0.54688-1.8043-0.65026-1.1289,0.63835,1.875,3.5156,4.0613,3.89,4.4178,4.6723,2.0312,5.1562-2.5984,0.5269-2.6038,0.86795,0.46875,4.7656,3.5721,4.5312,1.675,6.9461-2.6562,3.3594-2.1131-1.7499-2.4135-1.6229-1.9531,1.0156,0.32073,1.8378-0.22325,2.9704-1.4062,2.7344-1.0971-0.21893-2.0312,0.4007-2.0312,1.3281,0,0.92742-0.68485,1.2444-1.5625,0.70312-0.87765-0.54125-1.6406,0.18165-1.6406,1.6406,0,1.8388-0.78255,2.3581-2.6562,1.6406-2.3692-0.90717-2.3516-0.66375,0.23425,2.1875,1.6228,1.7892,2.401,3.2812,1.7188,3.2812-0.6823,0-0.4376,0.98807,0.625,2.2656,2.873,3.4543-4.8912,5.0163-13.047,2.5781-5.6638-1.6932-6.6849-1.6641-7.9688,0.625-1.3674,2.4379-1.8071,2.445-5.5469,0-2.9132-1.9046-4.5194-2.1186-5.7812-0.85937-1.2619,1.2591-0.9369,1.7188,1.0938,1.7188,1.5438,0,2.371,0.68345,1.875,1.4844-0.4961,0.80095-0.01,1.8197,1.0938,2.2656,1.5641,0.63275,1.541,1.1572-0.15625,2.3438-1.8365,1.284-1.8365,1.6272,0,2.2656,1.6866,0.58635,1.4589,1.5216-1.0156,4.2969-2.8306,3.1745-3.216,6.3048-3.6719,27.344-0.21,9.6927-0.025,17.7,0.39062,21.406,1.2958-1.313,2.465-2.6346,3.2812-3.75,4.5696-6.2439,2.2653-8.9126,2.3438-10,6.8285,0.26253,8.4353,0.50996,10.391,0.23437,3.8561-0.54349,4.7177-2.894,8.4375-5.9375,1.4694-1.475,3.5426,0.033,7.1094-2.0312,7.3272-4.2406,5.7019-5.1374,5.4688-7.3438-0.247-2.3373-1.9664-2.9436-1.875-3.2031,0.7674-2.1796,2.9304,0.40185,4.1406,2.8125,7.024-1.2729,7.2172-5.2366,9.5312-7.7344,1.9235-2.0762,1.0929-4.6368,3.2031-6.4844,2.1103-1.8475,5.4121-0.82314,7.1875-2.1875,3.5508-2.7287,5.0635-2.9284,7.6562-5.0781,5.1854-4.2994,3.0003-1.6303,5.4688-4.7656,4.9369-6.2706-2.4339-5.7217-2.3438-6.875,0.25703-3.2875,8.2482-10.749,13.047-17.188,6.7026-11.072,14.874-11.819,24.062-19.219-18.212-20.119-38.036-38.743-57.266-57.891-19.17-0.12072-38.487-0.90865-57.656-1.0156,4.5486-9.9435-7.1964-19.705-11.094-16.875-1.2858-4.1626,1.0551-5.8375-5.5469-6.3281,0,0-21.953-0.23437-21.953-0.23437,0.00003,0-42.656-1.7969-42.656-1.7969zm11.016,16.484c0.6881-0.22301,2.7802,0.92719,5.3125,3.2812,10.58,9.8348,7.5187,28.772-5.5469,34.219-6.0256,2.5122-11.545,2.8167-14.766,0.78125-1.6267-1.028-0.8952-1.7046,2.7344-2.5,14.913-3.2684,23.019-22.593,13.75-32.812-1.6393-1.8075-2.0196-2.7953-1.4844-2.9688zm185.86,67.578z"/></g></svg> \ No newline at end of file diff --git a/shields/template_usasc_wide.svg b/shields/template_usasc_wide.svg new file mode 100644 index 00000000..d7d56dfd --- /dev/null +++ b/shields/template_usasc_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600px" width="750px" viewBox="0 0 750 600"><g transform="translate(0,360)"><rect rx="37.5" ry="37.5" height="600" width="750" y="-360" x="0" fill="#003882"/><rect rx="25" ry="25" height="500" width="725" y="-272.5" x="12.5" fill="#FFF"/><text text-anchor="middle" text-align="center" font-size="450px" y="170" x="374.88455" font-family="'Roadgeek 2014 Series D'" fill="#003882"><tspan letter-spacing="-17.47572899" y="170" x="366.14667">***NUMBER***</tspan></text><path fill="#FFF" d="m71.754-306.18c-0.000032,2.0932-0.36991,4.0453-1.1096,5.8566-0.73979,1.8112-1.7603,3.3803-3.0614,4.7072-1.3012,1.3269-2.8068,2.3859-4.5168,3.1771-1.71,0.79115-3.5602,1.1867-5.5505,1.1867-2.2458,0-4.2614-0.43374-6.047-1.3012-1.7856-0.86747-3.2908-2.041-4.5157-3.5205s-2.1691-3.1891-2.8325-5.1289c-0.66345-1.9397-0.99518-3.9554-0.99517-6.047h7.1952c-0.00001,1.0715,0.14015,2.1301,0.4205,3.1759,0.28032,1.0458,0.71405,1.99,1.3012,2.8325,0.58712,0.84256,1.3273,1.5189,2.2205,2.0289,0.89315,0.51005,1.9775,0.76507,3.253,0.76507,0.97024,0,1.9019-0.204,2.7951-0.61206,0.89314-0.40803,1.6586-0.96947,2.2964-1.6843,0.63773-0.71483,1.1478-1.5441,1.5301-2.4879,0.38232-0.94377,0.57348-1.9265,0.57351-2.9482-0.000025-1.4795-0.30605-2.7932-0.91808-3.941-0.61208-1.1478-1.6836-2.3088-3.2145-3.4831-0.25543-0.25539-0.35744-0.39594-0.30603-0.42166,0.05138-0.0257-0.10165-0.16585-0.45904-0.4205-0.35744-0.25461-1.1104-0.7522-2.259-1.4928-1.1486-0.74052-3.0241-2.0032-5.6265-3.788-2.0916-1.4296-3.6607-3.1015-4.7072-5.0156-1.0466-1.914-1.5699-4.0188-1.5698-6.3144-0.000008-1.8377,0.33172-3.5602,0.99517-5.1674,0.66344-1.6072,1.5948-3.0232,2.794-4.2482,1.1992-1.2248,2.5899-2.1818,4.1723-2.871,1.5823-0.68909,3.2915-1.0337,5.1277-1.0337,1.8377,0.00005,3.5349,0.33178,5.0915,0.99518,1.5566,0.66349,2.9088,1.5824,4.0566,2.7566,1.1478,1.1743,2.0662,2.5779,2.7554,4.2108,0.68911,1.633,1.0594,3.4189,1.1108,5.3578h-7.0433c-0.10126-1.7863-0.71331-3.2152-1.8362-4.2867-1.1229-1.0714-2.5012-1.6072-4.1349-1.6072-1.6836,0.00004-3.1121,0.56148-4.2856,1.6843-1.1735,1.1229-1.7603,2.5261-1.7602,4.2096-0.000013,1.2755,0.33171,2.347,0.99517,3.2145,0.66344,0.8675,1.9389,1.837,3.8265,2.9084,4.9509,2.8578,8.5617,5.7667,10.832,8.7265,2.2706,2.9598,3.406,6.3024,3.406,10.028zm34.401-11.711c-0.00003,3.9293-0.2169,7.2719-0.6506,10.028-0.43377,2.7558-1.1872,5.3586-2.2602,7.8084-1.2755,3.0618-2.8699,5.2944-4.7831,6.6976-1.9133,1.4032-4.3245,2.1048-7.2337,2.1048-3.0618,0-5.5498-0.7016-7.4638-2.1048s-3.5088-3.6357-4.7843-6.6976c-1.0715-2.5012-1.8241-5.1168-2.2578-7.8469-0.43374-2.7301-0.6506-6.0598-0.6506-9.9891-0.000005-3.8779,0.21688-7.2076,0.6506-9.9891,0.43373-2.7815,1.1863-5.3971,2.2578-7.8469,1.3269-3.0618,2.9474-5.269,4.8614-6.6216,1.914-1.3525,4.3763-2.0288,7.3867-2.0289,2.959,0.00005,5.3827,0.67635,7.2711,2.0289,1.8883,1.3526,3.4702,3.6113,4.7458,6.7758,0.51079,1.2756,0.95776,2.551,1.3409,3.8265,0.38309,1.2755,0.6895,2.6149,0.91925,4.0181,0.22968,1.4032,0.39554,2.9088,0.49759,4.5168,0.10197,1.608,0.15297,3.3815,0.15302,5.3204zm-7.0433,0c-0.000028-1.4297-0.03817-2.7312-0.11448-3.9048-0.07635-1.1735-0.17835-2.2578-0.30603-3.253-0.12773-0.99514-0.29359-1.9518-0.49758-2.8699-0.20404-0.91805-0.43376-1.8365-0.68915-2.7554-0.66347-2.2971-1.4928-3.9561-2.4879-4.977-0.9952-1.0208-2.2582-1.5313-3.7891-1.5313-3.1646,0.00004-5.3333,2.1181-6.506,6.3542-0.61362,1.939-1.0349,3.8908-1.2638,5.8554-0.22895,1.9647-0.34342,4.3759-0.3434,7.2337-0.00001,1.3783,0.03815,2.6418,0.11448,3.7903,0.0763,1.1486,0.1783,2.2205,0.30603,3.2156,0.1277,0.99519,0.29356,1.9775,0.49758,2.947,0.204,0.96949,0.43372,1.9643,0.68915,2.9844,1.1727,4.2361,3.3414,6.3542,6.506,6.3542,1.5309,0,2.7939-0.51043,3.7891-1.5313,0.99515-1.0209,1.8245-2.6285,2.4879-4.8228,0.30522-1.0201,0.56025-2.002,0.76507-2.9458,0.20478-0.94377,0.37063-1.9261,0.49759-2.947,0.1269-1.0208,0.21605-2.1056,0.26748-3.2542,0.05138-1.1486,0.07708-2.4626,0.0771-3.9422zm42.783,10.41c-0.00003,1.0217-0.0382,1.9405-0.11447,2.7566-0.0763,0.81608-0.1912,1.5687-0.34458,2.2578-0.15342,0.68916-0.35784,1.3655-0.61322,2.0289-0.25545,0.66346-0.56147,1.3269-0.91808,1.9904-1.2755,2.0931-3.0233,3.8156-5.2434,5.1674s-4.555,2.0277-7.0048,2.0277c-2.551,0-4.9623-0.66345-7.2337-1.9904-2.2715-1.3269-4.045-3.0618-5.3204-5.2048-0.35665-0.66345-0.66268-1.3269-0.91808-1.9904-0.25542-0.66344-0.45983-1.3397-0.61323-2.0289-0.1534-0.68913-0.26826-1.4417-0.34457-2.2578-0.0763-0.81606-0.11448-1.7349-0.11448-2.7566v-35.978h7.3493v36.899c-0.00001,2.4482,0.66343,4.4125,1.9904,5.8928,1.3269,1.4803,3.0618,2.2205,5.2048,2.2205,1.9903,0,3.6361-0.74015,4.9373-2.2205,1.3012-1.4803,1.9518-3.4446,1.9518-5.8928v-36.899h7.3493v35.978zm20.571-29.164,0,44.474-7.4241,0,0-44.474-9.3397,0,0-6.8144,26.103,0,0,6.8144-9.3397,0zm34.457,44.474,0-23.195-14.084,0,0,23.195-7.3493,0,0-51.289,7.3493,0,0,20.899,14.084,0,0-20.899,7.3493,0,0,51.289-7.3493,0z"/><path fill="#FFF" d="m495.86-329.75c-0.7647-4.9509-2.8056-7.4264-6.1229-7.4264-1.4796,0.00004-2.7426,0.31931-3.7892,0.95779-1.0466,0.63858-1.8887,1.6594-2.5265,3.0626-0.63775,1.4032-1.0968,3.253-1.3771,5.5494-0.28033,2.2964-0.4205,5.1032-0.4205,8.4204,0,7.3992,0.6759,12.706,2.0277,15.922,1.3518,3.2152,3.61,4.8229,6.7747,4.8229,1.0714,0,1.9518-0.204,2.641-0.61206,0.68912-0.40803,1.2506-0.95662,1.6843-1.6458,0.4337-0.68914,0.72688-1.4803,0.87953-2.3735,0.1525-0.89315,0.229-1.8241,0.229-2.7928h7.3494c-0.0515,2.143-0.40885,4.1076-1.0723,5.894-0.66347,1.7863-1.5562,3.3301-2.6783,4.6313s-2.4615,2.3088-4.0181,3.0229c-1.5567,0.71407-3.2282,1.0711-5.0145,1.0711-5.5116,0-9.5305-2.2454-12.057-6.7361-2.5261-4.4907-3.7892-11.482-3.7892-20.975,0-8.3694,1.2759-14.697,3.8277-18.984,2.5518-4.2867,6.3787-6.43,11.481-6.4301,2.0931,0.00005,4.0072,0.44664,5.7421,1.3398,1.7349,0.89321,3.1895,2.1816,4.3638,3.8651,0.96866,1.2771,1.6827,2.5791,2.1422,3.9059,0.4594,1.3269,0.81682,3.1639,1.0723,5.5108h-7.3494zm35.221,37.585-3.5976-14.01-11.024,0-3.3663,14.01-7.4264,0,12.783-51.289,7.1975,0,12.783,51.289-7.3494,0zm-9.1855-35.978-3.5976,14.773,7.3494,0-3.7518-14.773zm41.012,35.978-6.8144-24.113-7.041,0,0,24.113-7.3493,0,0-51.289,15.311,0c1.9903,0.00006,3.8148,0.33178,5.4734,0.99518,1.6586,0.6635,3.0875,1.5824,4.2867,2.7566,1.1992,1.1743,2.1176,2.6161,2.7554,4.3253,0.6377,1.7093,0.95657,3.5848,0.95662,5.6265-0.00005,3.0619-0.61247,5.6647-1.8374,7.8084-1.2249,2.1438-3.0622,3.6743-5.512,4.5916l7.3494,25.185h-7.5783zm0.38312-37.585c-0.00005-1.9903-0.61247-3.5722-1.8374-4.7458-1.2249-1.1734-2.8325-1.7602-4.8228-1.7602h-7.5783v12.935h7.5783c2.143,0.00003,3.7887-0.54856,4.9373-1.6458s1.7228-2.6915,1.7229-4.7831zm41.129,11.865c-0.00002,3.9293-0.217,7.2719-0.6506,10.028-0.43377,2.7558-1.1872,5.3586-2.2602,7.8084-1.2755,3.0618-2.8699,5.2944-4.7831,6.6976-1.9133,1.4032-4.3245,2.1048-7.2337,2.1048-3.0618,0-5.5498-0.7016-7.4638-2.1048s-3.5088-3.6357-4.7843-6.6976c-1.0715-2.5012-1.8241-5.1168-2.2578-7.8469-0.43375-2.7301-0.6506-6.0598-0.6506-9.9891,0-3.8779,0.21675-7.2076,0.6506-9.9891,0.43373-2.7815,1.1863-5.3971,2.2578-7.8469,1.3269-3.0618,2.9474-5.269,4.8614-6.6216,1.914-1.3525,4.3762-2.0288,7.3867-2.0289,2.959,0.00005,5.3827,0.67635,7.2711,2.0289,1.8883,1.3526,3.4702,3.6113,4.7458,6.7758,0.5108,1.2756,0.95777,2.551,1.3409,3.8265,0.38308,1.2755,0.6895,2.6149,0.91926,4.0181,0.22974,1.4032,0.39554,2.9088,0.49759,4.5168,0.10201,1.608,0.15301,3.3815,0.15301,5.3204zm-7.0433,0c-0.00002-1.4297-0.0383-2.7312-0.1145-3.9048-0.0762-1.1735-0.17825-2.2578-0.30602-3.253-0.12775-0.99514-0.2936-1.9518-0.4976-2.8699-0.204-0.91805-0.43375-1.8365-0.68913-2.7554-0.66347-2.2971-1.4928-3.9561-2.488-4.977-0.9952-1.0208-2.2582-1.5313-3.7891-1.5313-3.1646,0.00004-5.3333,2.1181-6.506,6.3542-0.61362,1.939-1.0349,3.8908-1.2638,5.8554-0.229,1.9647-0.3434,4.3759-0.3434,7.2337,0,1.3783,0.0382,2.6418,0.1145,3.7903,0.0763,1.1486,0.17825,2.2205,0.30603,3.2156,0.12774,0.99519,0.29355,1.9775,0.49759,2.947,0.20401,0.96949,0.4337,1.9643,0.68913,2.9844,1.1727,4.2361,3.3414,6.3542,6.506,6.3542,1.5309,0,2.7939-0.51043,3.7891-1.5313,0.99515-1.0209,1.8245-2.6285,2.488-4.8228,0.30522-1.0201,0.56022-2.002,0.76505-2.9458,0.20475-0.94376,0.37065-1.9261,0.4976-2.947,0.127-1.0208,0.216-2.1056,0.26747-3.2542,0.0513-1.1486,0.077-2.4626,0.077-3.9422zm13.521,25.72,0-51.289,7.3494,0,0,44.477,18.754,0,0,6.812-26.103,0zm29.514,0,0-51.289,7.1952,0,0,51.289-7.1952,0zm37.908,0-15.846-34.371,0,34.371-7.3494,0,0-51.289,7.3494,0,14.084,30.773,0-30.773,7.3493,0,0,51.289-5.5879,0zm34.331,0-3.5976-14.01-11.024,0-3.3663,14.01-7.4264,0,12.783-51.289,7.1975,0,12.783,51.289-7.3493,0zm-9.1855-35.978-3.5976,14.773,7.3494,0-3.7518-14.773z"/><use stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,53739.823,-13247.5)" height="240" width="300" stroke="#000000" y="0" x="0" stroke-width="309" fill="#ffffff"/><path fill="#FFF" d="m281.98-349.38c-10.789,6.3242-25.841,10.066-37.973,14.734-5.9697,4.9782-10.704,11.557-17.646,21.768,0.49592,8.4012,3.0031,12.95,6.4045,16.493,9.0166,5.1305,8.347,5.4654,14.455,9.9757,7.4479,5.4998,4.1833,1.4735,8.9798,7.612,3.1812,4.0713,3.5604,8.6663,3.5604,8.6663s235.25,11.596,235.25,11.596-63.089-65.633-63.089-65.633-50.647-0.54922-50.647-0.54922-10.242-12.165-10.242-12.165,0.35992-9.7697,0.35992-9.7697-89.412-2.7273-89.412-2.7273z"/><path fill="#003882" d="m287.42-340c-9.8074,5.7487-21.151,8.6447-32.422,11.406-6.0605,6.2047-21.768,13.691-14.062,24.297,7.1328,2.6289,7.5913,3.9483,10.156,7.2656,2.7226,3.5211,8.4428,4.5316,11.641,6.25,5.4948,11.783,9.0432,25.737,19.531,34.141,10.957,5.4792,12.144,18.354,22.812,23.281,6.6211,6.6468,4.4864,15.363,12.188,20.547,4.4394,8.8255,17.116,10.195,16.797,22.109,4.7576,6.8621-0.5128,19.161,11.172,21.953,9.0484,7.4577,0.0617,24.116,7.5781,28.75,1.9082-4.3709,2.4861-5.7082,2.5781-6.0156,1.7408-2.3226-0.0785,7.3031,5.625,2.3438,0.31225-0.27151,1.5102-1.2113,2.0312-1.6406v-24.609c0-28.203-0.26299-30.958-3.2031-34.688-3.4361-4.3588-4.1383-6.7447-1.5625-5.1562,2.2344,1.3778,1.925-1.3614-0.39063-3.6719-1.4322-1.4291-1.3948-1.875,0-1.875,1.0837,0,1.4516-1.1164,0.85938-2.6562-0.68515-1.7816-0.47402-2.2585,0.78125-1.4844,1.0268,0.6332,1.875,0.38052,1.875-0.54688,0-2.6331-3.3592-1.9872-5.7031,1.0938-1.1659,1.5326-2.1596,1.9948-2.1875,1.0156-0.028-0.97913-2.4896,0.47767-5.4688,3.2812-2.9792,2.8036-6.6178,5.1562-8.0469,5.1562-2.9521,0-4.8908-5.9103-3.5938-10.859,0.70065-2.6734,0.298-3.1486-2.1875-2.5-1.6959,0.44248-3.125,0.16877-3.125-0.625s-0.85608-1.2346-1.9531-1.0156c-2.1103,0.42115-2.2921-2.3145-0.46875-7.5781,0.8045-2.3226-0.0677-1.9213-3.2031,1.5625-2.485,2.7612-3.8966,3.642-3.3594,2.0312,0.5173-1.5508,0.1385-2.8125-0.85937-2.8125-0.98613,0-0.42193-1.5354,1.25-3.4375,1.6719-1.902,2.177-3.0052,1.1719-2.4219-1.0051,0.58335-2.1808,0.0642-2.6562-1.1719-0.47537-1.2361,0.14525-2.6422,1.4062-3.125,1.2611-0.48287,2.3438-2.1556,2.3438-3.6719,0-2.1442-0.46375-2.2674-1.9531-0.78125-2.7083,2.7024-4.9557,2.3069-3.8281-0.625,0.54493-1.417,0.27955-2.0422-0.625-1.4844-0.86757,0.53505-1.6406,0.25073-1.6406-0.625,0-0.87575,0.82547-2.0572,1.7969-2.6562,1.2372-0.76297,1.1667-1.5097-0.3125-2.4219-1.1866-0.73181-3.0472-0.5014-4.2188,0.46875-1.633,1.3523-1.8251,1.0309-0.9375-1.3281,1.001-2.6605,0.81588-2.7117-1.5625-0.78125-2.3084,1.8736-2.7344,1.7886-2.7344-0.3125,0-1.3478,1.9332-3.8289,4.2969-5.5469,4.0469-2.9415,4.1986-3.307,1.6406-5.8594-1.494-1.4908-2.2514-3.467-1.6406-4.4531,2.6853-4.3355,5.9789-7.2778,7.2656-6.4844,1.6905,1.0425,7.8648-5.6977,6.7969-7.4219-1.0598-1.711,3.5216-3.2921,6.4062-2.1875,1.3165,0.5041,2.4218,0.13745,2.4219-0.85938,0-1.0779,2.1809-1.7053,5.4688-1.4844,6.294,0.42295,9.1022-1.3214,5.625-3.5156-1.7324-1.0932-1.7759-1.4664-0.23425-1.4844,1.1488-0.0135,1.63-0.69683,1.0938-1.5625-0.58568-0.94561,0.14775-1.1933,1.875-0.54688,2.5404,0.95065,2.6648,0.7651,0.70312-1.6406-1.9312-2.3683-1.9595-2.5588,0.23425-1.7188,1.5679,0.60035,3.3187-0.28148,4.6094-2.3438,1.257-2.0084,3.387-3.0755,5.3906-3.2031,2.0036-0.12767,3.881,0.68408,4.6094,2.5781,0.9033,2.3487,1.3056,2.3984,2.5781,0.39062,1.3009-2.0525,1.4966-2.0135,1.5625,0.0781,0.0588,1.864,0.57826,1.7012,2.3438-0.625,2.0917-2.7561,2.437-2.7921,4.8438-0.39063,1.4316,1.4285,3.4268,2.1369,4.4531,1.5625,1.2168-0.68105,1.2226-0.30455-0.078,1.0938-3.5689,3.8366-1.2459,5.709,3.5938,2.8906,3.3264-1.9371,10.581-3.0527,9.6094-1.4844-0.53695,0.8669,0.50715,2.3786,2.3438,3.3594,2.5626,1.3685,2.9256,2.2673,1.5625,3.9062-1.1289,1.3573-1.1496,2.5124-0.15625,3.125,0.85963,0.53012,2.0269,0.1869,2.5781-0.70313,0.55127-0.89003,1.7004-1.5625,2.5781-1.5625,0.87763,0,1.0653,0.75563,0.46875,1.7188-0.75432,1.2179-0.0327,1.191,2.3438-0.0781,4.5357-2.4221,7.6335-0.45703,3.8281,2.4219-1.8116,1.3705-2.0677,2.1557-0.78125,2.1875,1.6226,0.0401,1.6523,0.83732,0.15625,3.6719-1.0399,1.9704-2.7062,4.1222-3.6719,4.7656-0.9657,0.64338,1.6536,1.1585,5.7812,1.1719,8.9221,0.029,15.625,2.7692,15.625,6.3281,0,3.2493-9.6382,8.5226-13.125,7.1875-1.4429-0.5525-3.9577-0.20957-5.5469,0.78125-2.5671,1.6005-2.4867,1.7296,0.70312,0.85938,2.094-0.5712,3.5938-0.28808,3.5938,0.70312,0,0.93475,1.001,1.7188,2.2656,1.7188,1.2647,0,2.7451,0.69678,3.2812,1.5625,0.58185,0.93935-0.159,1.1653-1.875,0.54688-1.8043-0.65026-1.1289,0.63835,1.875,3.5156,4.0613,3.89,4.4178,4.6723,2.0312,5.1562-2.5984,0.5269-2.6038,0.86795,0.46875,4.7656,3.5721,4.5312,1.675,6.9461-2.6562,3.3594-2.1131-1.7499-2.4135-1.6229-1.9531,1.0156,0.32073,1.8378-0.22325,2.9704-1.4062,2.7344-1.0971-0.21893-2.0312,0.4007-2.0312,1.3281,0,0.92742-0.68485,1.2444-1.5625,0.70312-0.87765-0.54125-1.6406,0.18165-1.6406,1.6406,0,1.8388-0.78255,2.3581-2.6562,1.6406-2.3692-0.90717-2.3516-0.66375,0.23425,2.1875,1.6228,1.7892,2.401,3.2812,1.7188,3.2812-0.6823,0-0.4376,0.98807,0.625,2.2656,2.873,3.4543-4.8912,5.0163-13.047,2.5781-5.6638-1.6932-6.6849-1.6641-7.9688,0.625-1.3674,2.4379-1.8071,2.445-5.5469,0-2.9132-1.9046-4.5194-2.1186-5.7812-0.85937-1.2619,1.2591-0.9369,1.7188,1.0938,1.7188,1.5438,0,2.371,0.68345,1.875,1.4844-0.4961,0.80095-0.01,1.8197,1.0938,2.2656,1.5641,0.63275,1.541,1.1572-0.15625,2.3438-1.8365,1.284-1.8365,1.6272,0,2.2656,1.6866,0.58635,1.4589,1.5216-1.0156,4.2969-2.8306,3.1745-3.216,6.3048-3.6719,27.344-0.21,9.6927-0.025,17.7,0.39062,21.406,1.2958-1.313,2.465-2.6346,3.2812-3.75,4.5696-6.2439,2.2653-8.9126,2.3438-10,6.8285,0.26253,8.4353,0.50996,10.391,0.23437,3.8561-0.54349,4.7177-2.894,8.4375-5.9375,1.4694-1.475,3.5426,0.033,7.1094-2.0312,7.3272-4.2406,5.7019-5.1374,5.4688-7.3438-0.247-2.3373-1.9664-2.9436-1.875-3.2031,0.7674-2.1796,2.9304,0.40185,4.1406,2.8125,7.024-1.2729,7.2172-5.2366,9.5312-7.7344,1.9235-2.0762,1.0929-4.6368,3.2031-6.4844,2.1103-1.8475,5.4121-0.82314,7.1875-2.1875,3.5508-2.7287,5.0635-2.9284,7.6562-5.0781,5.1854-4.2994,3.0003-1.6303,5.4688-4.7656,4.9369-6.2706-2.4339-5.7217-2.3438-6.875,0.25703-3.2875,8.2482-10.749,13.047-17.188,6.7026-11.072,14.874-11.819,24.062-19.219-18.212-20.119-38.036-38.743-57.266-57.891-19.17-0.12072-38.487-0.90865-57.656-1.0156,4.5486-9.9435-7.1964-19.705-11.094-16.875-1.2858-4.1626,1.0551-5.8375-5.5469-6.3281,0,0-21.953-0.23437-21.953-0.23437,0.00003,0-42.656-1.7969-42.656-1.7969zm11.016,16.484c0.6881-0.22301,2.7802,0.92719,5.3125,3.2812,10.58,9.8348,7.5187,28.772-5.5469,34.219-6.0256,2.5122-11.545,2.8167-14.766,0.78125-1.6267-1.028-0.8952-1.7046,2.7344-2.5,14.913-3.2684,23.019-22.593,13.75-32.812-1.6393-1.8075-2.0196-2.7953-1.4844-2.9688zm185.86,67.578z"/></g></svg> \ No newline at end of file diff --git a/shields/template_usasd.svg b/shields/template_usasd.svg new file mode 100644 index 00000000..e042e0c2 --- /dev/null +++ b/shields/template_usasd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="600" version="1.1" viewBox="0 0 600 600"><g transform="scale(0.8 1)"><rect rx="37.5" ry="37.5" height="600" width="750" y="-3.83e-7" x="4.13e-7" fill="#006a4d"/><g fill-rule="evenodd" transform="matrix(2.47 0 0 3.09 -74.6 -18.1)" stroke="#fff" fill="#fff"><path d="m98.9 21.1 0.314 0.011 2.54 0.0812 0.375 0.0119 0.264 0.0127 2.6 0.0597 0.293 0.0087 0.277 0.011 0.457 0.0116 0.0327 0.000898 0.696 0.0196 0.001 0.0026 0.18 0.000499 0.341 0.0081 0.145 0.0077 0.263 0.0129 0.0769-0.000399 0.125-0.0001 0.002 0.0015 1.33 0.0352 0.0313-0.0034 0.872 0.0299 0.268 0.0068 3.56 0.0872 0.719 0.0184 0.698 0.0178 0.0102 0.0002 0.191 0.0039 0.408 0.0084 0.0511 0.0011 0.0545 0.0001 0.371 0.0083 0.0113 0.000299 0.35 0.0112 0.341 0.0041 0.0279-0.0074 0.351 0.0105 0.934 0.0276 0.0844-0.0004 0.839 0.0186 2.09 0.0479 0.008-0.0031 0.0597 0.0024 0.226 0.0088 0.0931 0.0018 0.546 0.0116 0.566 0.0098 2.45 0.043 1.19 0.027 0.681 0.0121 0.305 0.0062 1.03 0.0209 0.158 0.0005 0.828 0.0204 0.0307-0.0017 0.0352-0.0017 0.197 0.0002 0.99 0.0228 0.232 0.0123 0.506 0.000399 0.287 0.0033 0.648 0.0073 0.0431 0.0064 0.796 0.0099 1.01 0.0205 1.81 0.0299 0.491 0.0079 0.17 0.0093 3.66 0.0643 0.208 0.0035 0.9 0.0151 1.6-0.0045 0.107 0.0046 0.188 0.0076 1.09 0.0097 0.184 0.0022 0.53 0.0064 0.904 0.0133 0.544 0.0012 1.65 0.0272 0.648 0.0129 0.053 0.000998 0.856 0.0088 0.118-0.0031 0.161 0.0028 0.271 0.0049 0.596 0.0095 0.121 0.0013 1.24 0.0046 0.19 0.0089 4.18 0.0243 0.143 0.0113 0.422 0.0053 0.294 0.0018 0.588 0.0035 0.118 0.0053 1.57 0.0058 4.18 0.0297 0.265 0.0013 0.001-0.0018 0.405 0.0097 1.02-0.0137 0.441 0.0051 1.99 0.0223 0.802 0.0048 4.02 0.0108 0.44 0.002 1.26 0.0055 1.12-0.0021 0.214 0.0037 0.148 0.0019 0.339 0.0043 4.03 0.01 0.305 0.0067 0.042 0.0089 0.295 0.0013 0.03-0.0012 3.61 0.0165 0.65 0.0001 0.359-0.0019 1.09 0.0042 0.064-0.0014 0.843 0.0021 0.526 0.0049 2.2 0.003 1.38 0.0005 2.96-0.0073 1.44 0.0105 3.06-0.0022 0.031-0.0012 0.006 0.000998 0.051-0.000299 1.03-0.0062 0.87-0.0087 0.73-0.0114 2.11-0.0194 0.776-0.0072 3.32 0.0041h0.101l1.44-0.0151 1.65-0.0182 0.544-0.0081 0.246-0.0027 1.16-0.0084 0.006-0.0001 0.933-0.0095 0.715-0.0039 0.461-0.0073 0.267-0.0031 0.643-0.0019 1.23-0.0167 0.021-0.000199 0.278-0.0061 0.037-0.0001 0.389-0.0055 3.43-0.051 0.167-0.0032 0.162-0.003 3.03-0.0348 1.12-0.0113 2.36-0.0253 0.036-0.000599 2.03-0.0222 1.74-0.0202 2.46-0.0303 2.15-0.0282 1.29-0.0177 0.87-0.0078 4.3-0.0425 0.633-0.0068 1.51-0.0168 2.17-0.0465 5.77-0.132 0.034-0.000798 0.359-0.0093 2.48-0.0655 1.12-0.0303 2.16-0.0555 0.739-0.0141 0.281-0.0068 0.696-0.0168 3.61-0.0892 2.43-0.0624 0.261-0.0113 1.65-0.0499 1.14-0.035 3.2-0.101 2.14-0.0692 0.817-0.0299 0.003-0.0001 0.938-0.0223 0.344-0.0132 0.053-0.0018 0.019-0.0006 0.067-0.0023 4.29-0.147 1.22-0.0431 0.233-0.0097 2.91-0.11 2.89-0.116 0.933-0.0462 0.513-0.045 2.9-0.084 0.667-0.0193 0.058-0.0255 0.729-0.028 0.379-0.0146 2.71-0.106 1.25-0.0497 0.297-0.0119 0.181-0.0073 1.15-0.0464 0.222-0.0194 0.001-0.0001 0.249-0.0218 2.02-0.0853 0.281-0.012 0.095-0.0041 0.726-0.0311 0.716-0.0269 0.72-0.024 0.722-0.02 0.72-0.0364 0.386-0.0121 0.337-0.0106 0.351-0.017 0.36-0.0176 0.472-0.0203-0.022 0.447 0.018 0.257 0.015 0.0746-0.083 0.134-0.013 0.0626 0.015 0.116 0.01 0.0716 0.037 0.0476 0.029 0.0484 0.008 0.0133 0.005 0.0094-0.064 0.145-0.009 0.0213-0.017 0.0372-0.03 0.125 0.018 0.208 0.009 0.372-0.01 0.156-0.086 0.0734-0.022 0.508 0.037 0.228-0.085 0.254 0.012 0.0892 0.058 0.167-0.012 0.92-0.063 0.16-0.03 0.101 0.013 0.239-0.062 0.365-0.103 0.293-0.018 0.0246-0.018 0.0257-0.096 0.134-0.206 0.137-0.117 0.108-0.167 0.279-0.184 0.37-0.026 0.0395-0.093 0.138-0.04 0.0595-0.017 0.0158-0.088 0.082-0.085 0.0786-0.242 0.167-0.08 0.0873-0.053 0.103-0.031 0.153-0.197 0.379-0.064 0.178-0.005 0.0561-0.018 0.182-0.009 0.0366-0.057 0.241-0.329 0.664-0.342 0.419-0.315 0.309-0.004 0.0044-0.018 0.0169-0.492 0.34-0.814 0.451-1.15 0.844-0.177 0.146-0.221 0.398-0.121 0.176-0.805 0.612-0.522 0.397-0.038 0.0326-0.827 0.701-0.01 0.0085-0.019 0.0251-0.003 0.0039-0.02 0.0273-0.033 0.0135-0.147 0.0612-0.104 0.107-0.022 0.0304-0.142 0.193-0.109 0.288-0.216 1.01-0.017 0.228-0.134 0.288-0.003 0.006-0.031 0.154 0.15 0.175 0.154 0.161 0.187 0.219 0.014 0.018 0.313 0.378 1.23 1.47 0.103 0.0546 0.191 0.166 0.333 0.454 0.145 0.258 0.581 0.698 0.177 0.316 0.297 0.62 0.053 0.121 0.234 0.535 0.072 0.209 0.015 0.188 0.038 0.0941 0.153 0.253 0.071 0.331 0.161 0.392 0.05 0.0831 0.262 0.264 0.502 0.701 0.273 0.428 0.033 0.0512 0.024 0.0374 0.064 0.0785 0.228 0.278 0.058 0.0711 0.152 0.13 0.086 0.0737 0.082 0.0698 0.118 0.0473 0.175 0.0063 0.18-0.0242 0.284 0.0636 0.5-0.0775 0.237 0.0308 0.019 0.0025 0.329-0.0152 0.043 0.0032 0.187 0.0141 0.244 0.0185 0.021 0.0078 0.03 0.0111 0.539 0.199 0.591 0.345 0.213 0.16 0.268 0.108 0.331 0.173 0.577 0.224 0.221 0.0253 0.311 0.0774 0.327 0.127 0.495 0.365 0.22 0.107 0.472 0.396 0.253 0.525 0.128 0.323 0.345 0.635 0.042 0.0776 0.027 0.216 0.03 0.0953 0.052 0.0699 0.174 0.155 0.159 0.304 0.038 0.195 0.09 0.0856 0.015 0.0142 0.044 0.168 0.027 0.441 4.14 88.6-3.83 0.16 0.342 2.02 0.906 3.14 0.263 2.16 0.118 2.07v0.001l1.99 4.28 0.017 0.018 0.015 0.016 0.127 1.11 0.019 0.443 0.062 0.204 0.251 0.728v0.002l-0.009 0.551 0.159 3.53-1.05 6.69-0.103 0.309-0.044 0.17-0.505 2.57-0.377 0.776-0.27 1.06-0.242 3.26 0.0193 2.57 1.32 2.08 1.38 1.9 1.39 1.17 0.518 1.26-0.672 0.804-1.13 0.539-3.05-0.415-2.61-0.703-2.35-1.46-4.07-0.673-6.12-3.19-6.02-3.46-5.4-1.42-5.16-0.752-4.01 0.423-4.12-0.249-8.22-1.04-7.39 2.06-7.38-1.37-0.644-0.235-2.79-1.53-0.091-0.0369-2.64-1.03-6.16-1.97-5.85-0.503-3.21-0.199-2.05-0.113-1.56 0.024-1.4 0.023-0.784 0.008-0.015 0.007-1.39 0.017-0.711 0.009-0.068 0.005-0.601 0.008-1.37 0.02-0.113-0.009-0.441 0.015-0.373-0.001-0.605 0.017-0.627 0.018-1.43 0.011-0.722 0.016-0.307-0.001-0.923 0.016-0.321 0.004-1.84 0.019-0.777 0.013-0.091 0.004-0.115 0.003-0.776 0.003-0.741 0.011-2.02 0.029-0.116-0.004-0.592 0.003-0.128 0.002-1.45 0.018-0.049 0.001-1.24 0.014-3.03 0.03-1.71 0.015-0.081-0.005-0.646 0.01-0.277 0.002-0.596 0.004-0.925-0.004-0.084 0.001-0.635 0.009-0.439 0.005-0.111-0.004-0.22-0.004-0.455 0.012-1.03-0.003-0.361 0.013-0.362-0.005-0.285 0.002-0.436 0.003-1.05 0.006-0.337-0.001-0.83-0.004-0.018-0.001h-0.375l-1.59 0.004h-0.132l-0.709 0.001-0.239 0.001-3.09-0.003-0.26-0.001h-0.017l-2.61 0.014-2.89-0.003-0.216-0.005-2.4 0.002-0.214-0.001-2.78-0.019-1.5-0.011-2.14 0.008-0.1 0.001-0.353 0.01-0.332 0.003-2.64-0.002-0.23 0.024-4.27-0.023-4.32-0.029-0.744 0.015-0.686-0.007-1.88-0.007-0.212-0.007-1.32 0.008-0.196-0.004-1.36-0.03-6.68-0.0619h-0.014l-0.038 0.00099h-0.047l-0.041-0.002-9.84-0.0839-1.32-0.006-1.53-0.008-0.206-0.001-1.5-0.009-3.21-0.0699h-0.0009-0.004l-4.97-0.222-1.97-0.037-0.186-0.003-3.94-0.0779-0.918-0.019-1.25-0.026-0.208-0.005h-0.0004l-9.89-0.234-1.88-0.0479-1.05-0.028-0.217-0.006-1.7-0.0409-2.44-0.0689-0.705-0.02-2.88-0.0849-5.08-0.155-0.683-0.023-0.98-0.0319-5.94-0.205-4.77-0.172-0.0442-0.002-7.57-0.269-0.217-0.007-2.11-0.0709-3.67-0.14-0.0339-0.00099-0.0148-0.001-0.627-0.024-1.91-0.0759-0.0234 0.003-1.51-0.0559-1.26-0.0869-2.26-0.0699-3.6-0.168-0.0597 0.002-1.63-0.0609-2.35-0.0909-1.5-0.104-0.903-0.0389-2.26-0.0459 6.81-146 4.21 0.186 4.32 0.185 4.21 0.173 0.323 0.013 0.267 0.0108v0.000499l2.9 0.112 0.636 0.0324 4.29 0.155 0.0852 0.002 0.497 0.0249 0.233 0.0047 1.24 0.069 0.219-0.0097 2.15 0.0778 0.797 0.0284 0.0006 0.0001 2.28 0.077 0.269 0.0087 1.71 0.0544 0.704 0.0264 1.49 0.0498 0.672 0.0209 0.499 0.0154 0.565 0.0173 0.753 0.0259 1.06 0.0413 0.189 0.0038 1.66 0.0584 0.747 0.0261 1.39 0.0415 2.16 0.0652 3.92 0.114 0.385 0.0073 0.683 0.0129 0.0556 0.0031 0.201 0.0025 0.522 0.0075" fill-rule="evenodd" stroke="#fff" stroke-width=".999" fill="#fff"/></g></g><text style="text-anchor:middle;text-align:center" font-size="480px" line-height="100%" y="437.5" x="299.72433" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="437.5" x="299.72433">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usasd_wide.svg b/shields/template_usasd_wide.svg new file mode 100644 index 00000000..31731ffa --- /dev/null +++ b/shields/template_usasd_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="750" version="1.1" viewBox="0 0 750 600"><g><rect rx="37.5" ry="37.5" height="600" width="750" y="-3.83e-7" x="4.13e-7" fill="#006a4d"/><g fill-rule="evenodd" transform="matrix(2.47 0 0 3.09 -74.6 -18.1)" stroke="#fff" fill="#fff"><path d="m98.9 21.1 0.314 0.011 2.54 0.0812 0.375 0.0119 0.264 0.0127 2.6 0.0597 0.293 0.0087 0.277 0.011 0.457 0.0116 0.0327 0.000898 0.696 0.0196 0.001 0.0026 0.18 0.000499 0.341 0.0081 0.145 0.0077 0.263 0.0129 0.0769-0.000399 0.125-0.0001 0.002 0.0015 1.33 0.0352 0.0313-0.0034 0.872 0.0299 0.268 0.0068 3.56 0.0872 0.719 0.0184 0.698 0.0178 0.0102 0.0002 0.191 0.0039 0.408 0.0084 0.0511 0.0011 0.0545 0.0001 0.371 0.0083 0.0113 0.000299 0.35 0.0112 0.341 0.0041 0.0279-0.0074 0.351 0.0105 0.934 0.0276 0.0844-0.0004 0.839 0.0186 2.09 0.0479 0.008-0.0031 0.0597 0.0024 0.226 0.0088 0.0931 0.0018 0.546 0.0116 0.566 0.0098 2.45 0.043 1.19 0.027 0.681 0.0121 0.305 0.0062 1.03 0.0209 0.158 0.0005 0.828 0.0204 0.0307-0.0017 0.0352-0.0017 0.197 0.0002 0.99 0.0228 0.232 0.0123 0.506 0.000399 0.287 0.0033 0.648 0.0073 0.0431 0.0064 0.796 0.0099 1.01 0.0205 1.81 0.0299 0.491 0.0079 0.17 0.0093 3.66 0.0643 0.208 0.0035 0.9 0.0151 1.6-0.0045 0.107 0.0046 0.188 0.0076 1.09 0.0097 0.184 0.0022 0.53 0.0064 0.904 0.0133 0.544 0.0012 1.65 0.0272 0.648 0.0129 0.053 0.000998 0.856 0.0088 0.118-0.0031 0.161 0.0028 0.271 0.0049 0.596 0.0095 0.121 0.0013 1.24 0.0046 0.19 0.0089 4.18 0.0243 0.143 0.0113 0.422 0.0053 0.294 0.0018 0.588 0.0035 0.118 0.0053 1.57 0.0058 4.18 0.0297 0.265 0.0013 0.001-0.0018 0.405 0.0097 1.02-0.0137 0.441 0.0051 1.99 0.0223 0.802 0.0048 4.02 0.0108 0.44 0.002 1.26 0.0055 1.12-0.0021 0.214 0.0037 0.148 0.0019 0.339 0.0043 4.03 0.01 0.305 0.0067 0.042 0.0089 0.295 0.0013 0.03-0.0012 3.61 0.0165 0.65 0.0001 0.359-0.0019 1.09 0.0042 0.064-0.0014 0.843 0.0021 0.526 0.0049 2.2 0.003 1.38 0.0005 2.96-0.0073 1.44 0.0105 3.06-0.0022 0.031-0.0012 0.006 0.000998 0.051-0.000299 1.03-0.0062 0.87-0.0087 0.73-0.0114 2.11-0.0194 0.776-0.0072 3.32 0.0041h0.101l1.44-0.0151 1.65-0.0182 0.544-0.0081 0.246-0.0027 1.16-0.0084 0.006-0.0001 0.933-0.0095 0.715-0.0039 0.461-0.0073 0.267-0.0031 0.643-0.0019 1.23-0.0167 0.021-0.000199 0.278-0.0061 0.037-0.0001 0.389-0.0055 3.43-0.051 0.167-0.0032 0.162-0.003 3.03-0.0348 1.12-0.0113 2.36-0.0253 0.036-0.000599 2.03-0.0222 1.74-0.0202 2.46-0.0303 2.15-0.0282 1.29-0.0177 0.87-0.0078 4.3-0.0425 0.633-0.0068 1.51-0.0168 2.17-0.0465 5.77-0.132 0.034-0.000798 0.359-0.0093 2.48-0.0655 1.12-0.0303 2.16-0.0555 0.739-0.0141 0.281-0.0068 0.696-0.0168 3.61-0.0892 2.43-0.0624 0.261-0.0113 1.65-0.0499 1.14-0.035 3.2-0.101 2.14-0.0692 0.817-0.0299 0.003-0.0001 0.938-0.0223 0.344-0.0132 0.053-0.0018 0.019-0.0006 0.067-0.0023 4.29-0.147 1.22-0.0431 0.233-0.0097 2.91-0.11 2.89-0.116 0.933-0.0462 0.513-0.045 2.9-0.084 0.667-0.0193 0.058-0.0255 0.729-0.028 0.379-0.0146 2.71-0.106 1.25-0.0497 0.297-0.0119 0.181-0.0073 1.15-0.0464 0.222-0.0194 0.001-0.0001 0.249-0.0218 2.02-0.0853 0.281-0.012 0.095-0.0041 0.726-0.0311 0.716-0.0269 0.72-0.024 0.722-0.02 0.72-0.0364 0.386-0.0121 0.337-0.0106 0.351-0.017 0.36-0.0176 0.472-0.0203-0.022 0.447 0.018 0.257 0.015 0.0746-0.083 0.134-0.013 0.0626 0.015 0.116 0.01 0.0716 0.037 0.0476 0.029 0.0484 0.008 0.0133 0.005 0.0094-0.064 0.145-0.009 0.0213-0.017 0.0372-0.03 0.125 0.018 0.208 0.009 0.372-0.01 0.156-0.086 0.0734-0.022 0.508 0.037 0.228-0.085 0.254 0.012 0.0892 0.058 0.167-0.012 0.92-0.063 0.16-0.03 0.101 0.013 0.239-0.062 0.365-0.103 0.293-0.018 0.0246-0.018 0.0257-0.096 0.134-0.206 0.137-0.117 0.108-0.167 0.279-0.184 0.37-0.026 0.0395-0.093 0.138-0.04 0.0595-0.017 0.0158-0.088 0.082-0.085 0.0786-0.242 0.167-0.08 0.0873-0.053 0.103-0.031 0.153-0.197 0.379-0.064 0.178-0.005 0.0561-0.018 0.182-0.009 0.0366-0.057 0.241-0.329 0.664-0.342 0.419-0.315 0.309-0.004 0.0044-0.018 0.0169-0.492 0.34-0.814 0.451-1.15 0.844-0.177 0.146-0.221 0.398-0.121 0.176-0.805 0.612-0.522 0.397-0.038 0.0326-0.827 0.701-0.01 0.0085-0.019 0.0251-0.003 0.0039-0.02 0.0273-0.033 0.0135-0.147 0.0612-0.104 0.107-0.022 0.0304-0.142 0.193-0.109 0.288-0.216 1.01-0.017 0.228-0.134 0.288-0.003 0.006-0.031 0.154 0.15 0.175 0.154 0.161 0.187 0.219 0.014 0.018 0.313 0.378 1.23 1.47 0.103 0.0546 0.191 0.166 0.333 0.454 0.145 0.258 0.581 0.698 0.177 0.316 0.297 0.62 0.053 0.121 0.234 0.535 0.072 0.209 0.015 0.188 0.038 0.0941 0.153 0.253 0.071 0.331 0.161 0.392 0.05 0.0831 0.262 0.264 0.502 0.701 0.273 0.428 0.033 0.0512 0.024 0.0374 0.064 0.0785 0.228 0.278 0.058 0.0711 0.152 0.13 0.086 0.0737 0.082 0.0698 0.118 0.0473 0.175 0.0063 0.18-0.0242 0.284 0.0636 0.5-0.0775 0.237 0.0308 0.019 0.0025 0.329-0.0152 0.043 0.0032 0.187 0.0141 0.244 0.0185 0.021 0.0078 0.03 0.0111 0.539 0.199 0.591 0.345 0.213 0.16 0.268 0.108 0.331 0.173 0.577 0.224 0.221 0.0253 0.311 0.0774 0.327 0.127 0.495 0.365 0.22 0.107 0.472 0.396 0.253 0.525 0.128 0.323 0.345 0.635 0.042 0.0776 0.027 0.216 0.03 0.0953 0.052 0.0699 0.174 0.155 0.159 0.304 0.038 0.195 0.09 0.0856 0.015 0.0142 0.044 0.168 0.027 0.441 4.14 88.6-3.83 0.16 0.342 2.02 0.906 3.14 0.263 2.16 0.118 2.07v0.001l1.99 4.28 0.017 0.018 0.015 0.016 0.127 1.11 0.019 0.443 0.062 0.204 0.251 0.728v0.002l-0.009 0.551 0.159 3.53-1.05 6.69-0.103 0.309-0.044 0.17-0.505 2.57-0.377 0.776-0.27 1.06-0.242 3.26 0.0193 2.57 1.32 2.08 1.38 1.9 1.39 1.17 0.518 1.26-0.672 0.804-1.13 0.539-3.05-0.415-2.61-0.703-2.35-1.46-4.07-0.673-6.12-3.19-6.02-3.46-5.4-1.42-5.16-0.752-4.01 0.423-4.12-0.249-8.22-1.04-7.39 2.06-7.38-1.37-0.644-0.235-2.79-1.53-0.091-0.0369-2.64-1.03-6.16-1.97-5.85-0.503-3.21-0.199-2.05-0.113-1.56 0.024-1.4 0.023-0.784 0.008-0.015 0.007-1.39 0.017-0.711 0.009-0.068 0.005-0.601 0.008-1.37 0.02-0.113-0.009-0.441 0.015-0.373-0.001-0.605 0.017-0.627 0.018-1.43 0.011-0.722 0.016-0.307-0.001-0.923 0.016-0.321 0.004-1.84 0.019-0.777 0.013-0.091 0.004-0.115 0.003-0.776 0.003-0.741 0.011-2.02 0.029-0.116-0.004-0.592 0.003-0.128 0.002-1.45 0.018-0.049 0.001-1.24 0.014-3.03 0.03-1.71 0.015-0.081-0.005-0.646 0.01-0.277 0.002-0.596 0.004-0.925-0.004-0.084 0.001-0.635 0.009-0.439 0.005-0.111-0.004-0.22-0.004-0.455 0.012-1.03-0.003-0.361 0.013-0.362-0.005-0.285 0.002-0.436 0.003-1.05 0.006-0.337-0.001-0.83-0.004-0.018-0.001h-0.375l-1.59 0.004h-0.132l-0.709 0.001-0.239 0.001-3.09-0.003-0.26-0.001h-0.017l-2.61 0.014-2.89-0.003-0.216-0.005-2.4 0.002-0.214-0.001-2.78-0.019-1.5-0.011-2.14 0.008-0.1 0.001-0.353 0.01-0.332 0.003-2.64-0.002-0.23 0.024-4.27-0.023-4.32-0.029-0.744 0.015-0.686-0.007-1.88-0.007-0.212-0.007-1.32 0.008-0.196-0.004-1.36-0.03-6.68-0.0619h-0.014l-0.038 0.00099h-0.047l-0.041-0.002-9.84-0.0839-1.32-0.006-1.53-0.008-0.206-0.001-1.5-0.009-3.21-0.0699h-0.0009-0.004l-4.97-0.222-1.97-0.037-0.186-0.003-3.94-0.0779-0.918-0.019-1.25-0.026-0.208-0.005h-0.0004l-9.89-0.234-1.88-0.0479-1.05-0.028-0.217-0.006-1.7-0.0409-2.44-0.0689-0.705-0.02-2.88-0.0849-5.08-0.155-0.683-0.023-0.98-0.0319-5.94-0.205-4.77-0.172-0.0442-0.002-7.57-0.269-0.217-0.007-2.11-0.0709-3.67-0.14-0.0339-0.00099-0.0148-0.001-0.627-0.024-1.91-0.0759-0.0234 0.003-1.51-0.0559-1.26-0.0869-2.26-0.0699-3.6-0.168-0.0597 0.002-1.63-0.0609-2.35-0.0909-1.5-0.104-0.903-0.0389-2.26-0.0459 6.81-146 4.21 0.186 4.32 0.185 4.21 0.173 0.323 0.013 0.267 0.0108v0.000499l2.9 0.112 0.636 0.0324 4.29 0.155 0.0852 0.002 0.497 0.0249 0.233 0.0047 1.24 0.069 0.219-0.0097 2.15 0.0778 0.797 0.0284 0.0006 0.0001 2.28 0.077 0.269 0.0087 1.71 0.0544 0.704 0.0264 1.49 0.0498 0.672 0.0209 0.499 0.0154 0.565 0.0173 0.753 0.0259 1.06 0.0413 0.189 0.0038 1.66 0.0584 0.747 0.0261 1.39 0.0415 2.16 0.0652 3.92 0.114 0.385 0.0073 0.683 0.0129 0.0556 0.0031 0.201 0.0025 0.522 0.0075" fill-rule="evenodd" stroke="#fff" stroke-width=".999" fill="#fff"/></g></g><text style="text-anchor:middle;text-align:center" transform="scale(.994 1.01)" line-height="100%" font-size="500px" y="435.07166" x="377.62177" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="435.07166" x="377.6218">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usasd_wide4.svg b/shields/template_usasd_wide4.svg new file mode 100644 index 00000000..f57c4f41 --- /dev/null +++ b/shields/template_usasd_wide4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="600" width="750" version="1.1" viewBox="0 0 750 600"><g><rect rx="37.5" ry="37.5" height="600" width="750" y="-3.83e-7" x="4.13e-7" fill="#006a4d"/><g fill-rule="evenodd" transform="matrix(2.47 0 0 3.09 -74.6 -18.1)" stroke="#fff" fill="#fff"><path d="m98.9 21.1 0.314 0.011 2.54 0.0812 0.375 0.0119 0.264 0.0127 2.6 0.0597 0.293 0.0087 0.277 0.011 0.457 0.0116 0.0327 0.000898 0.696 0.0196 0.001 0.0026 0.18 0.000499 0.341 0.0081 0.145 0.0077 0.263 0.0129 0.0769-0.000399 0.125-0.0001 0.002 0.0015 1.33 0.0352 0.0313-0.0034 0.872 0.0299 0.268 0.0068 3.56 0.0872 0.719 0.0184 0.698 0.0178 0.0102 0.0002 0.191 0.0039 0.408 0.0084 0.0511 0.0011 0.0545 0.0001 0.371 0.0083 0.0113 0.000299 0.35 0.0112 0.341 0.0041 0.0279-0.0074 0.351 0.0105 0.934 0.0276 0.0844-0.0004 0.839 0.0186 2.09 0.0479 0.008-0.0031 0.0597 0.0024 0.226 0.0088 0.0931 0.0018 0.546 0.0116 0.566 0.0098 2.45 0.043 1.19 0.027 0.681 0.0121 0.305 0.0062 1.03 0.0209 0.158 0.0005 0.828 0.0204 0.0307-0.0017 0.0352-0.0017 0.197 0.0002 0.99 0.0228 0.232 0.0123 0.506 0.000399 0.287 0.0033 0.648 0.0073 0.0431 0.0064 0.796 0.0099 1.01 0.0205 1.81 0.0299 0.491 0.0079 0.17 0.0093 3.66 0.0643 0.208 0.0035 0.9 0.0151 1.6-0.0045 0.107 0.0046 0.188 0.0076 1.09 0.0097 0.184 0.0022 0.53 0.0064 0.904 0.0133 0.544 0.0012 1.65 0.0272 0.648 0.0129 0.053 0.000998 0.856 0.0088 0.118-0.0031 0.161 0.0028 0.271 0.0049 0.596 0.0095 0.121 0.0013 1.24 0.0046 0.19 0.0089 4.18 0.0243 0.143 0.0113 0.422 0.0053 0.294 0.0018 0.588 0.0035 0.118 0.0053 1.57 0.0058 4.18 0.0297 0.265 0.0013 0.001-0.0018 0.405 0.0097 1.02-0.0137 0.441 0.0051 1.99 0.0223 0.802 0.0048 4.02 0.0108 0.44 0.002 1.26 0.0055 1.12-0.0021 0.214 0.0037 0.148 0.0019 0.339 0.0043 4.03 0.01 0.305 0.0067 0.042 0.0089 0.295 0.0013 0.03-0.0012 3.61 0.0165 0.65 0.0001 0.359-0.0019 1.09 0.0042 0.064-0.0014 0.843 0.0021 0.526 0.0049 2.2 0.003 1.38 0.0005 2.96-0.0073 1.44 0.0105 3.06-0.0022 0.031-0.0012 0.006 0.000998 0.051-0.000299 1.03-0.0062 0.87-0.0087 0.73-0.0114 2.11-0.0194 0.776-0.0072 3.32 0.0041h0.101l1.44-0.0151 1.65-0.0182 0.544-0.0081 0.246-0.0027 1.16-0.0084 0.006-0.0001 0.933-0.0095 0.715-0.0039 0.461-0.0073 0.267-0.0031 0.643-0.0019 1.23-0.0167 0.021-0.000199 0.278-0.0061 0.037-0.0001 0.389-0.0055 3.43-0.051 0.167-0.0032 0.162-0.003 3.03-0.0348 1.12-0.0113 2.36-0.0253 0.036-0.000599 2.03-0.0222 1.74-0.0202 2.46-0.0303 2.15-0.0282 1.29-0.0177 0.87-0.0078 4.3-0.0425 0.633-0.0068 1.51-0.0168 2.17-0.0465 5.77-0.132 0.034-0.000798 0.359-0.0093 2.48-0.0655 1.12-0.0303 2.16-0.0555 0.739-0.0141 0.281-0.0068 0.696-0.0168 3.61-0.0892 2.43-0.0624 0.261-0.0113 1.65-0.0499 1.14-0.035 3.2-0.101 2.14-0.0692 0.817-0.0299 0.003-0.0001 0.938-0.0223 0.344-0.0132 0.053-0.0018 0.019-0.0006 0.067-0.0023 4.29-0.147 1.22-0.0431 0.233-0.0097 2.91-0.11 2.89-0.116 0.933-0.0462 0.513-0.045 2.9-0.084 0.667-0.0193 0.058-0.0255 0.729-0.028 0.379-0.0146 2.71-0.106 1.25-0.0497 0.297-0.0119 0.181-0.0073 1.15-0.0464 0.222-0.0194 0.001-0.0001 0.249-0.0218 2.02-0.0853 0.281-0.012 0.095-0.0041 0.726-0.0311 0.716-0.0269 0.72-0.024 0.722-0.02 0.72-0.0364 0.386-0.0121 0.337-0.0106 0.351-0.017 0.36-0.0176 0.472-0.0203-0.022 0.447 0.018 0.257 0.015 0.0746-0.083 0.134-0.013 0.0626 0.015 0.116 0.01 0.0716 0.037 0.0476 0.029 0.0484 0.008 0.0133 0.005 0.0094-0.064 0.145-0.009 0.0213-0.017 0.0372-0.03 0.125 0.018 0.208 0.009 0.372-0.01 0.156-0.086 0.0734-0.022 0.508 0.037 0.228-0.085 0.254 0.012 0.0892 0.058 0.167-0.012 0.92-0.063 0.16-0.03 0.101 0.013 0.239-0.062 0.365-0.103 0.293-0.018 0.0246-0.018 0.0257-0.096 0.134-0.206 0.137-0.117 0.108-0.167 0.279-0.184 0.37-0.026 0.0395-0.093 0.138-0.04 0.0595-0.017 0.0158-0.088 0.082-0.085 0.0786-0.242 0.167-0.08 0.0873-0.053 0.103-0.031 0.153-0.197 0.379-0.064 0.178-0.005 0.0561-0.018 0.182-0.009 0.0366-0.057 0.241-0.329 0.664-0.342 0.419-0.315 0.309-0.004 0.0044-0.018 0.0169-0.492 0.34-0.814 0.451-1.15 0.844-0.177 0.146-0.221 0.398-0.121 0.176-0.805 0.612-0.522 0.397-0.038 0.0326-0.827 0.701-0.01 0.0085-0.019 0.0251-0.003 0.0039-0.02 0.0273-0.033 0.0135-0.147 0.0612-0.104 0.107-0.022 0.0304-0.142 0.193-0.109 0.288-0.216 1.01-0.017 0.228-0.134 0.288-0.003 0.006-0.031 0.154 0.15 0.175 0.154 0.161 0.187 0.219 0.014 0.018 0.313 0.378 1.23 1.47 0.103 0.0546 0.191 0.166 0.333 0.454 0.145 0.258 0.581 0.698 0.177 0.316 0.297 0.62 0.053 0.121 0.234 0.535 0.072 0.209 0.015 0.188 0.038 0.0941 0.153 0.253 0.071 0.331 0.161 0.392 0.05 0.0831 0.262 0.264 0.502 0.701 0.273 0.428 0.033 0.0512 0.024 0.0374 0.064 0.0785 0.228 0.278 0.058 0.0711 0.152 0.13 0.086 0.0737 0.082 0.0698 0.118 0.0473 0.175 0.0063 0.18-0.0242 0.284 0.0636 0.5-0.0775 0.237 0.0308 0.019 0.0025 0.329-0.0152 0.043 0.0032 0.187 0.0141 0.244 0.0185 0.021 0.0078 0.03 0.0111 0.539 0.199 0.591 0.345 0.213 0.16 0.268 0.108 0.331 0.173 0.577 0.224 0.221 0.0253 0.311 0.0774 0.327 0.127 0.495 0.365 0.22 0.107 0.472 0.396 0.253 0.525 0.128 0.323 0.345 0.635 0.042 0.0776 0.027 0.216 0.03 0.0953 0.052 0.0699 0.174 0.155 0.159 0.304 0.038 0.195 0.09 0.0856 0.015 0.0142 0.044 0.168 0.027 0.441 4.14 88.6-3.83 0.16 0.342 2.02 0.906 3.14 0.263 2.16 0.118 2.07v0.001l1.99 4.28 0.017 0.018 0.015 0.016 0.127 1.11 0.019 0.443 0.062 0.204 0.251 0.728v0.002l-0.009 0.551 0.159 3.53-1.05 6.69-0.103 0.309-0.044 0.17-0.505 2.57-0.377 0.776-0.27 1.06-0.242 3.26 0.0193 2.57 1.32 2.08 1.38 1.9 1.39 1.17 0.518 1.26-0.672 0.804-1.13 0.539-3.05-0.415-2.61-0.703-2.35-1.46-4.07-0.673-6.12-3.19-6.02-3.46-5.4-1.42-5.16-0.752-4.01 0.423-4.12-0.249-8.22-1.04-7.39 2.06-7.38-1.37-0.644-0.235-2.79-1.53-0.091-0.0369-2.64-1.03-6.16-1.97-5.85-0.503-3.21-0.199-2.05-0.113-1.56 0.024-1.4 0.023-0.784 0.008-0.015 0.007-1.39 0.017-0.711 0.009-0.068 0.005-0.601 0.008-1.37 0.02-0.113-0.009-0.441 0.015-0.373-0.001-0.605 0.017-0.627 0.018-1.43 0.011-0.722 0.016-0.307-0.001-0.923 0.016-0.321 0.004-1.84 0.019-0.777 0.013-0.091 0.004-0.115 0.003-0.776 0.003-0.741 0.011-2.02 0.029-0.116-0.004-0.592 0.003-0.128 0.002-1.45 0.018-0.049 0.001-1.24 0.014-3.03 0.03-1.71 0.015-0.081-0.005-0.646 0.01-0.277 0.002-0.596 0.004-0.925-0.004-0.084 0.001-0.635 0.009-0.439 0.005-0.111-0.004-0.22-0.004-0.455 0.012-1.03-0.003-0.361 0.013-0.362-0.005-0.285 0.002-0.436 0.003-1.05 0.006-0.337-0.001-0.83-0.004-0.018-0.001h-0.375l-1.59 0.004h-0.132l-0.709 0.001-0.239 0.001-3.09-0.003-0.26-0.001h-0.017l-2.61 0.014-2.89-0.003-0.216-0.005-2.4 0.002-0.214-0.001-2.78-0.019-1.5-0.011-2.14 0.008-0.1 0.001-0.353 0.01-0.332 0.003-2.64-0.002-0.23 0.024-4.27-0.023-4.32-0.029-0.744 0.015-0.686-0.007-1.88-0.007-0.212-0.007-1.32 0.008-0.196-0.004-1.36-0.03-6.68-0.0619h-0.014l-0.038 0.00099h-0.047l-0.041-0.002-9.84-0.0839-1.32-0.006-1.53-0.008-0.206-0.001-1.5-0.009-3.21-0.0699h-0.0009-0.004l-4.97-0.222-1.97-0.037-0.186-0.003-3.94-0.0779-0.918-0.019-1.25-0.026-0.208-0.005h-0.0004l-9.89-0.234-1.88-0.0479-1.05-0.028-0.217-0.006-1.7-0.0409-2.44-0.0689-0.705-0.02-2.88-0.0849-5.08-0.155-0.683-0.023-0.98-0.0319-5.94-0.205-4.77-0.172-0.0442-0.002-7.57-0.269-0.217-0.007-2.11-0.0709-3.67-0.14-0.0339-0.00099-0.0148-0.001-0.627-0.024-1.91-0.0759-0.0234 0.003-1.51-0.0559-1.26-0.0869-2.26-0.0699-3.6-0.168-0.0597 0.002-1.63-0.0609-2.35-0.0909-1.5-0.104-0.903-0.0389-2.26-0.0459 6.81-146 4.21 0.186 4.32 0.185 4.21 0.173 0.323 0.013 0.267 0.0108v0.000499l2.9 0.112 0.636 0.0324 4.29 0.155 0.0852 0.002 0.497 0.0249 0.233 0.0047 1.24 0.069 0.219-0.0097 2.15 0.0778 0.797 0.0284 0.0006 0.0001 2.28 0.077 0.269 0.0087 1.71 0.0544 0.704 0.0264 1.49 0.0498 0.672 0.0209 0.499 0.0154 0.565 0.0173 0.753 0.0259 1.06 0.0413 0.189 0.0038 1.66 0.0584 0.747 0.0261 1.39 0.0415 2.16 0.0652 3.92 0.114 0.385 0.0073 0.683 0.0129 0.0556 0.0031 0.201 0.0025 0.522 0.0075" fill-rule="evenodd" stroke="#fff" stroke-width=".999" fill="#fff"/></g></g><text style="text-anchor:middle;text-align:center" transform="scale(.994 1.01)" line-height="100%" font-size="500px" y="435.07166" x="377.62177" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan y="435.07166" x="377.6218">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usatn.svg b/shields/template_usatn.svg new file mode 100644 index 00000000..bcee33e4 --- /dev/null +++ b/shields/template_usatn.svg @@ -0,0 +1,46 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 751 601"> +<g transform="translate(-50.94 -103.3)"> +<g stroke="#000"> +<rect rx="37.56" ry="37.56" transform="scale(1,-1)" width="750" y="-703.8" x="51.43" height="600" fill="#fff"/> +<rect stroke-linejoin="round" rx="25" ry="25" height="568.2" width="718.6" y="119.4" x="67.65" stroke-width="15.67" fill="none"/> +<polyline stroke-linejoin="round" stroke-linecap="round" transform="matrix(1.549 0 0 1.524 54.54 120.3)" points="61.03 293.9 60.36 293.4 58.57 294.6 56.77 296.1 56.77 301.7 55.42 302.4 52.29 302.6 50.05 303.3 50.27 304.2 52.29 305.8 52.96 306.9 50.27 306.7 47.58 306.9 46.91 308.9 48.93 310.9 50.94 313.2 50.05 315 46.23 318.1 44.89 319.4 44.89 321 47.13 324.1 47.58 325.3 47.13 325.9 44.21 325.7 42.2 326.2 43.54 328.2 44.66 330.2 42.2 331.8 36.15 333.6 33.45 334.5 31.88 335.8 31.88 338.7 33.9 339.8 35.92 340.5 35.47 341.2 32.56 341.9 30.76 342.5 33.23 345.7 32.33 345.9 29.87 345 27.85 345.2 26.96 348.6 27.63 349.9 27.63 352.8 24.26 354 21.12 356.9 19.55 360 21.12 361.4 23.37 362.9 24.04 365.2 24.04 367.4 22.47 369 19.11 370.3 20.23 369.9 22.47 369 24.04 367.4 24.04 365.2 23.37 362.9 21.12 361.4 19.55 360 21.12 356.9 24.26 354 27.63 352.8 27.63 349.9 26.96 348.6 27.85 345.2 28.97 344.8 31.44 345.4 33.23 345.7 30.76 342.5 31.66 342.1 34.58 341.4 35.7 341 35.92 340.5 33.9 339.8 31.88 338.7 31.88 335.8 34.35 334 40.18 332.4 42.87 331.5 44.66 330.2 43.54 328.2 42.2 326.2 43.32 325.7 46.23 325.9 47.36 325.9 47.58 325.3 47.13 324.1 44.89 321 45.34 319 48.7 316.1 50.49 314.5 50.94 313.2 48.93 310.9 46.91 308.9 47.58 306.9 50.27 306.7 52.96 306.9 52.73 306.2 50.94 304.6 50.05 303.3 51.39 302.8 54.53 302.6 56.77 301.7 56.77 296.1 59.24 293.9 60.36 293.4 61.03 293.9 131.4 293.9 131.4 288.5 463.2 288.5 463 294.6 462.3 300.4 460.8 301.7 454 301.7 452.5 302.2 450.2 305.3 448.2 311.8 446.9 315 445.1 317 441 317.4 437.2 317.6 435.9 319.7 434.8 323.7 433.2 326.8 429.4 327.5 425.6 328.4 424.2 332.2 423.1 336.2 420.6 336.9 418.2 337.8 417.5 340.3 418.2 344.5 418.2 346.6 417.5 348.4 414.4 350.8 411 353.3 406.1 358.9 401.8 363.8 399.3 367.6 398.2 370.1 398 372.8" stroke-miterlimit="3.864" stroke-width="8" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m128.8 307.4 0.5566 9.908h-1.475c-0.2847-1.74-0.6733-2.982-1.166-3.728-0.8022-1.2-1.871-2.085-3.204-2.655-1.334-0.5693-3.088-0.8535-5.264-0.8535h-7.418v32.19c0 2.598 0.3481 4.217 1.044 4.861 0.9814 0.873 2.492 1.309 4.53 1.309h1.82v1.146h-22.42v-1.146h1.888c2.255 0 3.855-0.5391 4.799-1.619 0.5772-0.666 0.8657-2.183 0.8657-4.551v-32.19h-6.327c-2.459 0-4.206 0.1445-5.242 0.4346-1.346 0.3936-2.498 1.148-3.455 2.267-0.9575 1.118-1.527 2.63-1.708 4.535h-1.476l0.5566-9.908h43.1z" fill-rule="evenodd"/> +<path d="m128.8 307.4 0.5566 9.908h-1.475c-0.2847-1.74-0.6733-2.982-1.166-3.728-0.8022-1.2-1.871-2.085-3.204-2.655-1.334-0.5693-3.088-0.8535-5.264-0.8535h-7.418v32.19c0 2.598 0.3481 4.217 1.044 4.861 0.9814 0.873 2.492 1.309 4.53 1.309h1.82v1.146h-22.42v-1.146h1.888c2.255 0 3.855-0.5391 4.799-1.619 0.5772-0.666 0.8657-2.183 0.8657-4.551v-32.19h-6.327c-2.459 0-4.206 0.1445-5.242 0.4346-1.346 0.3936-2.498 1.148-3.455 2.267-0.9575 1.118-1.527 2.63-1.708 4.535h-1.476l0.5566-9.908h43.1z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m134.9 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.875-1.223 1.381-0.8144 2.54-2.227 3.475-4.238l0.957 0.498c-0.436 2.299-1.702 4.382-3.796 6.247-2.095 1.865-4.719 2.798-7.872 2.798-3.422 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.819 0.8428 7.873 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6538-3.086-0.519-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" fill-rule="evenodd"/> +<path d="m134.9 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.875-1.223 1.381-0.8144 2.54-2.227 3.475-4.238l0.957 0.498c-0.436 2.299-1.702 4.382-3.796 6.247-2.095 1.865-4.719 2.798-7.872 2.798-3.422 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.819 0.8428 7.873 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6538-3.086-0.519-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m170.6 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.4556 0.998 0.6836 2.529 0.6836 4.594v9.76c0 1.438 0.1445 2.412 0.4336 2.924 0.2275 0.4121 0.5942 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.101-1.425 0.0835-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3354-3.605-1.006-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.439-0.293 2.949-0.8789 0.5098-0.5869 0.7646-1.705 0.7646-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3213-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" fill-rule="evenodd"/> +<path d="m170.6 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.4556 0.998 0.6836 2.529 0.6836 4.594v9.76c0 1.438 0.1445 2.412 0.4336 2.924 0.2275 0.4121 0.5942 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.101-1.425 0.0835-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3354-3.605-1.006-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.439-0.293 2.949-0.8789 0.5098-0.5869 0.7646-1.705 0.7646-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3213-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m206.3 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.456 0.998 0.6841 2.529 0.6841 4.594v9.76c0 1.438 0.144 2.412 0.4336 2.924 0.2271 0.4121 0.5938 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.102-1.425 0.083-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3359-3.605-1.007-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.44-0.293 2.95-0.8789 0.5093-0.5869 0.7642-1.705 0.7642-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3208-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" fill-rule="evenodd"/> +<path d="m206.3 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.456 0.998 0.6841 2.529 0.6841 4.594v9.76c0 1.438 0.144 2.412 0.4336 2.924 0.2271 0.4121 0.5938 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.102-1.425 0.083-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3359-3.605-1.007-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.44-0.293 2.95-0.8789 0.5093-0.5869 0.7642-1.705 0.7642-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3208-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m238.5 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.078 1.919 4.518 2.879 7.322 2.879 1.869 0 3.494-0.4082 4.875-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4356 2.299-1.701 4.382-3.797 6.247-2.094 1.865-4.719 2.798-7.871 2.798-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.818 0.8428 7.873 2.527 2.053 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.2c-0.1035-1.46-0.3203-2.489-0.6533-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.382 4.468z" fill-rule="evenodd"/> +<path d="m238.5 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.078 1.919 4.518 2.879 7.322 2.879 1.869 0 3.494-0.4082 4.875-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4356 2.299-1.701 4.382-3.797 6.247-2.094 1.865-4.719 2.798-7.871 2.798-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.818 0.8428 7.873 2.527 2.053 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.2c-0.1035-1.46-0.3203-2.489-0.6533-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.382 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m284.2 326v7.757h-1.021c-0.7871-2.432-1.795-4.086-3.025-4.962-1.232-0.876-2.799-1.315-4.702-1.315-1.448 0-2.616 0.3076-3.506 0.9219-0.8896 0.6133-1.335 1.294-1.335 2.04 0 0.9297 0.3281 1.726 0.9834 2.39 0.6348 0.6797 1.938 1.402 3.909 2.166l4.545 1.767c4.214 1.644 6.32 3.812 6.32 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.586 1.906-1.743 0-3.737-0.2422-5.979-0.7266-0.6836-0.1621-1.244-0.2422-1.68-0.2422-0.4785 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.641 1.183 3.48 1.773 5.516 1.773 1.435 0 2.604-0.3359 3.508-1.008 0.9043-0.6709 1.355-1.48 1.355-2.427 0-1.144-0.5059-2.105-1.518-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8027-3.453 2.41-4.717 1.607-1.266 3.686-1.897 6.236-1.897 1.12 0 2.479 0.1953 4.075 0.5869 1.058 0.2549 1.763 0.3828 2.115 0.3828 0.331 0 0.5908-0.0596 0.7773-0.1787s0.4043-0.3828 0.6533-0.791h1.021z" fill-rule="evenodd"/> +<path d="m284.2 326v7.757h-1.021c-0.7871-2.432-1.795-4.086-3.025-4.962-1.232-0.876-2.799-1.315-4.702-1.315-1.448 0-2.616 0.3076-3.506 0.9219-0.8896 0.6133-1.335 1.294-1.335 2.04 0 0.9297 0.3281 1.726 0.9834 2.39 0.6348 0.6797 1.938 1.402 3.909 2.166l4.545 1.767c4.214 1.644 6.32 3.812 6.32 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.586 1.906-1.743 0-3.737-0.2422-5.979-0.7266-0.6836-0.1621-1.244-0.2422-1.68-0.2422-0.4785 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.641 1.183 3.48 1.773 5.516 1.773 1.435 0 2.604-0.3359 3.508-1.008 0.9043-0.6709 1.355-1.48 1.355-2.427 0-1.144-0.5059-2.105-1.518-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8027-3.453 2.41-4.717 1.607-1.266 3.686-1.897 6.236-1.897 1.12 0 2.479 0.1953 4.075 0.5869 1.058 0.2549 1.763 0.3828 2.115 0.3828 0.331 0 0.5908-0.0596 0.7773-0.1787s0.4043-0.3828 0.6533-0.791h1.021z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m312.9 326v7.757h-1.021c-0.7861-2.432-1.795-4.086-3.025-4.962-1.231-0.876-2.799-1.315-4.701-1.315-1.449 0-2.617 0.3076-3.507 0.9219-0.8896 0.6133-1.334 1.294-1.334 2.04 0 0.9297 0.3272 1.726 0.9834 2.39 0.6338 0.6797 1.938 1.402 3.908 2.166l4.546 1.767c4.213 1.644 6.319 3.812 6.319 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.585 1.906-1.744 0-3.737-0.2422-5.979-0.7266-0.6846-0.1621-1.245-0.2422-1.681-0.2422-0.4775 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.642 1.183 3.48 1.773 5.517 1.773 1.434 0 2.603-0.3359 3.507-1.008 0.9043-0.6709 1.356-1.48 1.356-2.427 0-1.144-0.5068-2.105-1.519-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8037-3.453 2.41-4.717 1.607-1.266 3.687-1.897 6.236-1.897 1.121 0 2.479 0.1953 4.076 0.5869 1.057 0.2549 1.762 0.3828 2.115 0.3828 0.3311 0 0.5898-0.0596 0.7774-0.1787 0.1855-0.1191 0.4043-0.3828 0.6523-0.791h1.021z" fill-rule="evenodd"/> +<path d="m312.9 326v7.757h-1.021c-0.7861-2.432-1.795-4.086-3.025-4.962-1.231-0.876-2.799-1.315-4.701-1.315-1.449 0-2.617 0.3076-3.507 0.9219-0.8896 0.6133-1.334 1.294-1.334 2.04 0 0.9297 0.3272 1.726 0.9834 2.39 0.6338 0.6797 1.938 1.402 3.908 2.166l4.546 1.767c4.213 1.644 6.319 3.812 6.319 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.585 1.906-1.744 0-3.737-0.2422-5.979-0.7266-0.6846-0.1621-1.245-0.2422-1.681-0.2422-0.4775 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.642 1.183 3.48 1.773 5.517 1.773 1.434 0 2.603-0.3359 3.507-1.008 0.9043-0.6709 1.356-1.48 1.356-2.427 0-1.144-0.5068-2.105-1.519-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8037-3.453 2.41-4.717 1.607-1.266 3.687-1.897 6.236-1.897 1.121 0 2.479 0.1953 4.076 0.5869 1.057 0.2549 1.762 0.3828 2.115 0.3828 0.3311 0 0.5898-0.0596 0.7774-0.1787 0.1855-0.1191 0.4043-0.3828 0.6523-0.791h1.021z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m328 335.3c-0.0215 3.375 1.007 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4365 2.299-1.702 4.382-3.797 6.247s-4.719 2.798-7.872 2.798c-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.75-9.122s5.637-3.272 9.412-3.272c3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6543-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.027-0.5312-2.102-0.7969-3.223-0.7969-1.724 0-3.266 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" fill-rule="evenodd"/> +<path d="m328 335.3c-0.0215 3.375 1.007 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4365 2.299-1.702 4.382-3.797 6.247s-4.719 2.798-7.872 2.798c-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.75-9.122s5.637-3.272 9.412-3.272c3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6543-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.027-0.5312-2.102-0.7969-3.223-0.7969-1.724 0-3.266 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m360.1 335.3c-0.0205 3.375 1.008 6.021 3.085 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.494-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.474-4.238l0.957 0.498c-0.4355 2.299-1.701 4.382-3.796 6.247s-4.719 2.798-7.872 2.798c-3.422 0-6.353-1.066-8.79-3.197-2.437-2.133-3.655-4.998-3.655-8.599 0-3.899 1.249-6.94 3.748-9.122 2.5-2.182 5.638-3.272 9.413-3.272 3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6533-3.086-0.5195-0.9287-1.293-1.659-2.32-2.19-1.029-0.5312-2.104-0.7969-3.225-0.7969-1.723 0-3.264 0.5352-4.624 1.605s-2.154 2.559-2.384 4.468z" fill-rule="evenodd"/> +<path d="m360.1 335.3c-0.0205 3.375 1.008 6.021 3.085 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.494-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.474-4.238l0.957 0.498c-0.4355 2.299-1.701 4.382-3.796 6.247s-4.719 2.798-7.872 2.798c-3.422 0-6.353-1.066-8.79-3.197-2.437-2.133-3.655-4.998-3.655-8.599 0-3.899 1.249-6.94 3.748-9.122 2.5-2.182 5.638-3.272 9.413-3.272 3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6533-3.086-0.5195-0.9287-1.293-1.659-2.32-2.19-1.029-0.5312-2.104-0.7969-3.225-0.7969-1.723 0-3.264 0.5352-4.624 1.605s-2.154 2.559-2.384 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +</g> +<text style="word-spacing:0px;letter-spacing:-30px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="526.4px" line-height="125%" y="388.88684" x="374.59796" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="359.59793" y="388.88684">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usatn_wide.svg b/shields/template_usatn_wide.svg new file mode 100644 index 00000000..20c7a909 --- /dev/null +++ b/shields/template_usatn_wide.svg @@ -0,0 +1,46 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 751 601"> +<g transform="translate(-50.94 -103.3)"> +<g stroke="#000"> +<rect rx="37.56" ry="37.56" transform="scale(1,-1)" width="750" y="-703.8" x="51.43" height="600" fill="#fff"/> +<rect stroke-linejoin="round" rx="25" ry="25" height="568.2" width="718.6" y="119.4" x="67.65" stroke-width="15.67" fill="none"/> +<polyline stroke-linejoin="round" stroke-linecap="round" transform="matrix(1.549 0 0 1.524 54.54 120.3)" points="61.03 293.9 60.36 293.4 58.57 294.6 56.77 296.1 56.77 301.7 55.42 302.4 52.29 302.6 50.05 303.3 50.27 304.2 52.29 305.8 52.96 306.9 50.27 306.7 47.58 306.9 46.91 308.9 48.93 310.9 50.94 313.2 50.05 315 46.23 318.1 44.89 319.4 44.89 321 47.13 324.1 47.58 325.3 47.13 325.9 44.21 325.7 42.2 326.2 43.54 328.2 44.66 330.2 42.2 331.8 36.15 333.6 33.45 334.5 31.88 335.8 31.88 338.7 33.9 339.8 35.92 340.5 35.47 341.2 32.56 341.9 30.76 342.5 33.23 345.7 32.33 345.9 29.87 345 27.85 345.2 26.96 348.6 27.63 349.9 27.63 352.8 24.26 354 21.12 356.9 19.55 360 21.12 361.4 23.37 362.9 24.04 365.2 24.04 367.4 22.47 369 19.11 370.3 20.23 369.9 22.47 369 24.04 367.4 24.04 365.2 23.37 362.9 21.12 361.4 19.55 360 21.12 356.9 24.26 354 27.63 352.8 27.63 349.9 26.96 348.6 27.85 345.2 28.97 344.8 31.44 345.4 33.23 345.7 30.76 342.5 31.66 342.1 34.58 341.4 35.7 341 35.92 340.5 33.9 339.8 31.88 338.7 31.88 335.8 34.35 334 40.18 332.4 42.87 331.5 44.66 330.2 43.54 328.2 42.2 326.2 43.32 325.7 46.23 325.9 47.36 325.9 47.58 325.3 47.13 324.1 44.89 321 45.34 319 48.7 316.1 50.49 314.5 50.94 313.2 48.93 310.9 46.91 308.9 47.58 306.9 50.27 306.7 52.96 306.9 52.73 306.2 50.94 304.6 50.05 303.3 51.39 302.8 54.53 302.6 56.77 301.7 56.77 296.1 59.24 293.9 60.36 293.4 61.03 293.9 131.4 293.9 131.4 288.5 463.2 288.5 463 294.6 462.3 300.4 460.8 301.7 454 301.7 452.5 302.2 450.2 305.3 448.2 311.8 446.9 315 445.1 317 441 317.4 437.2 317.6 435.9 319.7 434.8 323.7 433.2 326.8 429.4 327.5 425.6 328.4 424.2 332.2 423.1 336.2 420.6 336.9 418.2 337.8 417.5 340.3 418.2 344.5 418.2 346.6 417.5 348.4 414.4 350.8 411 353.3 406.1 358.9 401.8 363.8 399.3 367.6 398.2 370.1 398 372.8" stroke-miterlimit="3.864" stroke-width="8" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m128.8 307.4 0.5566 9.908h-1.475c-0.2847-1.74-0.6733-2.982-1.166-3.728-0.8022-1.2-1.871-2.085-3.204-2.655-1.334-0.5693-3.088-0.8535-5.264-0.8535h-7.418v32.19c0 2.598 0.3481 4.217 1.044 4.861 0.9814 0.873 2.492 1.309 4.53 1.309h1.82v1.146h-22.42v-1.146h1.888c2.255 0 3.855-0.5391 4.799-1.619 0.5772-0.666 0.8657-2.183 0.8657-4.551v-32.19h-6.327c-2.459 0-4.206 0.1445-5.242 0.4346-1.346 0.3936-2.498 1.148-3.455 2.267-0.9575 1.118-1.527 2.63-1.708 4.535h-1.476l0.5566-9.908h43.1z" fill-rule="evenodd"/> +<path d="m128.8 307.4 0.5566 9.908h-1.475c-0.2847-1.74-0.6733-2.982-1.166-3.728-0.8022-1.2-1.871-2.085-3.204-2.655-1.334-0.5693-3.088-0.8535-5.264-0.8535h-7.418v32.19c0 2.598 0.3481 4.217 1.044 4.861 0.9814 0.873 2.492 1.309 4.53 1.309h1.82v1.146h-22.42v-1.146h1.888c2.255 0 3.855-0.5391 4.799-1.619 0.5772-0.666 0.8657-2.183 0.8657-4.551v-32.19h-6.327c-2.459 0-4.206 0.1445-5.242 0.4346-1.346 0.3936-2.498 1.148-3.455 2.267-0.9575 1.118-1.527 2.63-1.708 4.535h-1.476l0.5566-9.908h43.1z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m134.9 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.875-1.223 1.381-0.8144 2.54-2.227 3.475-4.238l0.957 0.498c-0.436 2.299-1.702 4.382-3.796 6.247-2.095 1.865-4.719 2.798-7.872 2.798-3.422 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.819 0.8428 7.873 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6538-3.086-0.519-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" fill-rule="evenodd"/> +<path d="m134.9 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.875-1.223 1.381-0.8144 2.54-2.227 3.475-4.238l0.957 0.498c-0.436 2.299-1.702 4.382-3.796 6.247-2.095 1.865-4.719 2.798-7.872 2.798-3.422 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.819 0.8428 7.873 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6538-3.086-0.519-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m170.6 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.4556 0.998 0.6836 2.529 0.6836 4.594v9.76c0 1.438 0.1445 2.412 0.4336 2.924 0.2275 0.4121 0.5942 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.101-1.425 0.0835-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3354-3.605-1.006-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.439-0.293 2.949-0.8789 0.5098-0.5869 0.7646-1.705 0.7646-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3213-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" fill-rule="evenodd"/> +<path d="m170.6 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.4556 0.998 0.6836 2.529 0.6836 4.594v9.76c0 1.438 0.1445 2.412 0.4336 2.924 0.2275 0.4121 0.5942 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.101-1.425 0.0835-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3354-3.605-1.006-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.439-0.293 2.949-0.8789 0.5098-0.5869 0.7646-1.705 0.7646-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3213-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m206.3 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.456 0.998 0.6841 2.529 0.6841 4.594v9.76c0 1.438 0.144 2.412 0.4336 2.924 0.2271 0.4121 0.5938 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.102-1.425 0.083-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3359-3.605-1.007-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.44-0.293 2.95-0.8789 0.5093-0.5869 0.7642-1.705 0.7642-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3208-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" fill-rule="evenodd"/> +<path d="m206.3 330.8c3.335-3.192 6.515-4.788 9.54-4.788 1.554 0 2.89 0.3115 4.009 0.9365 1.119 0.623 2.01 1.651 2.673 3.082 0.456 0.998 0.6841 2.529 0.6841 4.594v9.76c0 1.438 0.144 2.412 0.4336 2.924 0.2271 0.4121 0.5938 0.7344 1.1 0.9658 0.5059 0.2314 1.441 0.3467 2.805 0.3467v0.9189h-14.1v-0.9189h0.5898c1.324 0 2.25-0.1602 2.777-0.4824 0.5273-0.3223 0.8945-0.7969 1.102-1.425 0.083-0.2471 0.1245-1.024 0.1245-2.329v-9.396c0-2.089-0.3359-3.605-1.007-4.549-0.6714-0.9434-1.802-1.416-3.391-1.416-2.458 0-4.904 1.084-7.34 3.253v12.11c0 1.537 0.1148 2.486 0.3438 2.85 0.292 0.4785 0.6929 0.8301 1.203 1.053 0.5103 0.2227 1.547 0.334 3.11 0.334v0.9189h-14.16v-0.9189h0.624c1.457 0 2.44-0.293 2.95-0.8789 0.5093-0.5869 0.7642-1.705 0.7642-3.357v-8.471c0-2.739-0.0776-4.408-0.2334-5.006-0.1553-0.5977-0.3936-1.004-0.7144-1.221-0.3208-0.2148-0.7505-0.3232-1.289-0.3232-0.5801 0-1.274 0.124-2.081 0.374l-0.4668-0.918 8.61-2.808h1.342v4.788z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m238.5 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.078 1.919 4.518 2.879 7.322 2.879 1.869 0 3.494-0.4082 4.875-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4356 2.299-1.701 4.382-3.797 6.247-2.094 1.865-4.719 2.798-7.871 2.798-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.818 0.8428 7.873 2.527 2.053 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.2c-0.1035-1.46-0.3203-2.489-0.6533-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.382 4.468z" fill-rule="evenodd"/> +<path d="m238.5 335.3c-0.0215 3.375 1.006 6.021 3.084 7.941 2.078 1.919 4.518 2.879 7.322 2.879 1.869 0 3.494-0.4082 4.875-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4356 2.299-1.701 4.382-3.797 6.247-2.094 1.865-4.719 2.798-7.871 2.798-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.749-9.122 2.5-2.182 5.637-3.272 9.412-3.272 3.195 0 5.818 0.8428 7.873 2.527 2.053 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.2c-0.1035-1.46-0.3203-2.489-0.6533-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.028-0.5312-2.103-0.7969-3.224-0.7969-1.723 0-3.265 0.5352-4.625 1.605s-2.154 2.559-2.382 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m284.2 326v7.757h-1.021c-0.7871-2.432-1.795-4.086-3.025-4.962-1.232-0.876-2.799-1.315-4.702-1.315-1.448 0-2.616 0.3076-3.506 0.9219-0.8896 0.6133-1.335 1.294-1.335 2.04 0 0.9297 0.3281 1.726 0.9834 2.39 0.6348 0.6797 1.938 1.402 3.909 2.166l4.545 1.767c4.214 1.644 6.32 3.812 6.32 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.586 1.906-1.743 0-3.737-0.2422-5.979-0.7266-0.6836-0.1621-1.244-0.2422-1.68-0.2422-0.4785 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.641 1.183 3.48 1.773 5.516 1.773 1.435 0 2.604-0.3359 3.508-1.008 0.9043-0.6709 1.355-1.48 1.355-2.427 0-1.144-0.5059-2.105-1.518-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8027-3.453 2.41-4.717 1.607-1.266 3.686-1.897 6.236-1.897 1.12 0 2.479 0.1953 4.075 0.5869 1.058 0.2549 1.763 0.3828 2.115 0.3828 0.331 0 0.5908-0.0596 0.7773-0.1787s0.4043-0.3828 0.6533-0.791h1.021z" fill-rule="evenodd"/> +<path d="m284.2 326v7.757h-1.021c-0.7871-2.432-1.795-4.086-3.025-4.962-1.232-0.876-2.799-1.315-4.702-1.315-1.448 0-2.616 0.3076-3.506 0.9219-0.8896 0.6133-1.335 1.294-1.335 2.04 0 0.9297 0.3281 1.726 0.9834 2.39 0.6348 0.6797 1.938 1.402 3.909 2.166l4.545 1.767c4.214 1.644 6.32 3.812 6.32 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.586 1.906-1.743 0-3.737-0.2422-5.979-0.7266-0.6836-0.1621-1.244-0.2422-1.68-0.2422-0.4785 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.641 1.183 3.48 1.773 5.516 1.773 1.435 0 2.604-0.3359 3.508-1.008 0.9043-0.6709 1.355-1.48 1.355-2.427 0-1.144-0.5059-2.105-1.518-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8027-3.453 2.41-4.717 1.607-1.266 3.686-1.897 6.236-1.897 1.12 0 2.479 0.1953 4.075 0.5869 1.058 0.2549 1.763 0.3828 2.115 0.3828 0.331 0 0.5908-0.0596 0.7773-0.1787s0.4043-0.3828 0.6533-0.791h1.021z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m312.9 326v7.757h-1.021c-0.7861-2.432-1.795-4.086-3.025-4.962-1.231-0.876-2.799-1.315-4.701-1.315-1.449 0-2.617 0.3076-3.507 0.9219-0.8896 0.6133-1.334 1.294-1.334 2.04 0 0.9297 0.3272 1.726 0.9834 2.39 0.6338 0.6797 1.938 1.402 3.908 2.166l4.546 1.767c4.213 1.644 6.319 3.812 6.319 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.585 1.906-1.744 0-3.737-0.2422-5.979-0.7266-0.6846-0.1621-1.245-0.2422-1.681-0.2422-0.4775 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.642 1.183 3.48 1.773 5.517 1.773 1.434 0 2.603-0.3359 3.507-1.008 0.9043-0.6709 1.356-1.48 1.356-2.427 0-1.144-0.5068-2.105-1.519-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8037-3.453 2.41-4.717 1.607-1.266 3.687-1.897 6.236-1.897 1.121 0 2.479 0.1953 4.076 0.5869 1.057 0.2549 1.762 0.3828 2.115 0.3828 0.3311 0 0.5898-0.0596 0.7774-0.1787 0.1855-0.1191 0.4043-0.3828 0.6523-0.791h1.021z" fill-rule="evenodd"/> +<path d="m312.9 326v7.757h-1.021c-0.7861-2.432-1.795-4.086-3.025-4.962-1.231-0.876-2.799-1.315-4.701-1.315-1.449 0-2.617 0.3076-3.507 0.9219-0.8896 0.6133-1.334 1.294-1.334 2.04 0 0.9297 0.3272 1.726 0.9834 2.39 0.6338 0.6797 1.938 1.402 3.908 2.166l4.546 1.767c4.213 1.644 6.319 3.812 6.319 6.501 0 2.076-0.9805 3.75-2.942 5.02-1.962 1.271-4.157 1.906-6.585 1.906-1.744 0-3.737-0.2422-5.979-0.7266-0.6846-0.1621-1.245-0.2422-1.681-0.2422-0.4775 0-0.8516 0.2031-1.121 0.6113h-1.021v-8.165h1.021c0.582 2.331 1.693 4.087 3.336 5.27 1.642 1.183 3.48 1.773 5.517 1.773 1.434 0 2.603-0.3359 3.507-1.008 0.9043-0.6709 1.356-1.48 1.356-2.427 0-1.144-0.5068-2.105-1.519-2.885-1.012-0.7793-3.024-1.764-6.037-2.952-3.014-1.188-4.984-2.266-5.914-3.231-0.9297-0.9473-1.395-2.146-1.395-3.594 0-1.88 0.8037-3.453 2.41-4.717 1.607-1.266 3.687-1.897 6.236-1.897 1.121 0 2.479 0.1953 4.076 0.5869 1.057 0.2549 1.762 0.3828 2.115 0.3828 0.3311 0 0.5898-0.0596 0.7774-0.1787 0.1855-0.1191 0.4043-0.3828 0.6523-0.791h1.021z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m328 335.3c-0.0215 3.375 1.007 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4365 2.299-1.702 4.382-3.797 6.247s-4.719 2.798-7.872 2.798c-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.75-9.122s5.637-3.272 9.412-3.272c3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6543-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.027-0.5312-2.102-0.7969-3.223-0.7969-1.724 0-3.266 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" fill-rule="evenodd"/> +<path d="m328 335.3c-0.0215 3.375 1.007 6.021 3.084 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.495-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.475-4.238l0.957 0.498c-0.4365 2.299-1.702 4.382-3.797 6.247s-4.719 2.798-7.872 2.798c-3.423 0-6.353-1.066-8.79-3.197-2.438-2.133-3.656-4.998-3.656-8.599 0-3.899 1.25-6.94 3.75-9.122s5.637-3.272 9.412-3.272c3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.081 3.938 3.081 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6543-3.086-0.5186-0.9287-1.292-1.659-2.32-2.19-1.027-0.5312-2.102-0.7969-3.223-0.7969-1.724 0-3.266 0.5352-4.625 1.605s-2.154 2.559-2.383 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +<g transform="matrix(1.524 0 0 1.524 58.91 120.3)"> +<path d="m360.1 335.3c-0.0205 3.375 1.008 6.021 3.085 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.494-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.474-4.238l0.957 0.498c-0.4355 2.299-1.701 4.382-3.796 6.247s-4.719 2.798-7.872 2.798c-3.422 0-6.353-1.066-8.79-3.197-2.437-2.133-3.655-4.998-3.655-8.599 0-3.899 1.249-6.94 3.748-9.122 2.5-2.182 5.638-3.272 9.413-3.272 3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6533-3.086-0.5195-0.9287-1.293-1.659-2.32-2.19-1.029-0.5312-2.104-0.7969-3.225-0.7969-1.723 0-3.264 0.5352-4.624 1.605s-2.154 2.559-2.384 4.468z" fill-rule="evenodd"/> +<path d="m360.1 335.3c-0.0205 3.375 1.008 6.021 3.085 7.941 2.077 1.919 4.518 2.879 7.321 2.879 1.869 0 3.494-0.4082 4.876-1.223 1.381-0.8144 2.539-2.227 3.474-4.238l0.957 0.498c-0.4355 2.299-1.701 4.382-3.796 6.247s-4.719 2.798-7.872 2.798c-3.422 0-6.353-1.066-8.79-3.197-2.437-2.133-3.655-4.998-3.655-8.599 0-3.899 1.249-6.94 3.748-9.122 2.5-2.182 5.638-3.272 9.413-3.272 3.194 0 5.818 0.8428 7.872 2.527 2.054 1.685 3.08 3.938 3.08 6.761h-19.71zm0-1.429h13.21c-0.1035-1.46-0.3213-2.489-0.6533-3.086-0.5195-0.9287-1.293-1.659-2.32-2.19-1.029-0.5312-2.104-0.7969-3.225-0.7969-1.723 0-3.264 0.5352-4.624 1.605s-2.154 2.559-2.384 4.468z" stroke="#000" stroke-miterlimit="3.864" stroke-width="2" fill="none"/> +</g> +</g> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="526.4px" line-height="125%" y="388.88684" x="374.59796" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan x="374.59799" y="388.88684">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usatx.svg b/shields/template_usatx.svg new file mode 100644 index 00000000..e4c284e6 --- /dev/null +++ b/shields/template_usatx.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 24c0-13.255 10.745-24 24-24h336c13.256 0 24 10.745 24 24v336c0 13.255-10.744 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path d="m192 192"/><g fill="#fff"><polygon points="24 24 360 24 360 360 24 360"/><path d="m192 192"/></g><g clip-rule="evenodd" fill-rule="evenodd"><polygon points="89.418 265.78 89.418 318.89 79.643 318.89 79.643 265.78 65.534 265.78 65.534 257.11 103.71 257.11 103.71 265.78"/><polygon points="116.54 318.89 116.54 257.11 152.96 257.11 152.96 266.88 126.31 266.88 126.31 282.01 144.29 282.01 144.29 291.96 126.31 291.96 126.31 308.93 154.9 308.93 154.9 318.89"/><polygon points="195.57 318.89 185.61 298.33 175.65 318.89 164.59 318.89 179.99 286.99 165.69 257.11 176.76 257.11 185.61 275.55 194.47 257.11 205.53 257.11 191.05 286.99 206.64 318.89"/><path d="m257.26 318.89l-6.0869-17.337h-19.273l-6.0859 17.337h-10.421l21.303-61.787h9.6826l21.303 61.787h-10.41zm-15.58-44.63l-6.3633 17.337h12.357l-6-17.34z"/><path d="m318.47 301.1c0 2.8281-0.52246 5.4404-1.5674 7.8379-1.0449 2.3984-2.5508 4.4883-4.5195 6.2715-1.7207 1.5371-3.7344 2.7207-6.0391 3.5498-2.31 0.82-4.78 1.24-7.42 1.24-5.3486 0-9.9141-1.4297-13.695-4.2881s-6.7168-6.6553-8.8066-11.39l9.3145-3.4121c1.291 2.9512 3.0742 5.2109 5.3486 6.7793 2.2744 1.5664 4.8877 2.3516 7.8389 2.3516 2.8887 0 5.21-0.87695 6.9629-2.6289 1.752-1.752 2.627-3.9199 2.627-6.502 0-2.0283-0.53711-3.6885-1.6133-4.9795s-2.4746-2.3818-4.1953-3.2734c-1.7227-0.8916-3.6133-1.6748-5.6719-2.3516-2.0596-0.67676-4.1035-1.4141-6.1328-2.2139-0.92188-0.36914-2.0596-0.89062-3.4121-1.5674-1.3516-0.67676-2.6592-1.6143-3.9199-2.8125-1.2598-1.1982-2.3359-2.6904-3.2266-4.4727-0.89258-1.7832-1.3379-3.9658-1.3379-6.5479 0-3.0117 0.49219-5.5791 1.4756-7.7002s2.3213-3.8428 4.0117-5.1641 3.7197-2.29 6.0869-2.9053c2.37-0.62 4.93-0.93 7.7-0.93 4.3652 0 8.0078 1.1367 10.928 3.4121 2.9209 2.2754 5.1504 5.3486 6.6875 9.2217l-8.6699 2.583c-0.49121-0.98438-1.1367-1.876-1.9355-2.6748-0.67676-0.67676-1.6143-1.292-2.8135-1.8447-1.1982-0.55273-2.6592-0.86035-4.3799-0.92188-1.1074-0.061523-2.2598 0.015625-3.459 0.23047-1.1982 0.21484-2.2588 0.59961-3.1807 1.1523-0.92285 0.55371-1.6602 1.3066-2.2139 2.2598-0.55273 0.95312-0.76855 2.1367-0.64551 3.5508 0.12305 1.9053 0.95312 3.3652 2.4902 4.3799 1.5361 1.0146 3.4121 1.8906 5.625 2.6279 2.2139 0.73828 4.5967 1.4912 7.1475 2.2598s4.9023 1.875 7.0547 3.3203c2.1523 1.4443 3.9492 3.3809 5.3945 5.8096s2.18 5.67 2.18 9.73z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="243.71px" line-height="125%" y="205.63249" x="192.05821" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="192.05824" y="205.63249">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usatx_aux.svg b/shields/template_usatx_aux.svg new file mode 100644 index 00000000..3b0d6374 --- /dev/null +++ b/shields/template_usatx_aux.svg @@ -0,0 +1,3 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 24c0-13.255 10.745-24 24-24h336c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-336c-13.255 0-24-10.75-24-24v-336z"/><path d="m192 192"/><g fill="#fff"><polygon points="360 360 24 360 24 24 24 24 360 24"/><path d="m192 192"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="108.32px" line-height="125%" y="126.94827" x="189.23247" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="189.23245" y="126.94827">***SYS***</tspan></text> +<text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="243.71px" line-height="125%" y="317.63196" x="192.01251" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="192.01254" y="317.63196">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usatx_aux_wide.svg b/shields/template_usatx_aux_wide.svg new file mode 100644 index 00000000..efcdf20d --- /dev/null +++ b/shields/template_usatx_aux_wide.svg @@ -0,0 +1,3 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 24c0-13.255 10.745-24 24-24h336c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-336c-13.255 0-24-10.75-24-24v-336z"/><path d="m192 192"/><g fill="#fff"><polygon points="360 360 24 360 24 24 24 24 360 24"/><path d="m192 192"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="108.32px" line-height="125%" y="126.94827" x="189.23247" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="189.23245" y="126.94827">***SYS***</tspan></text> +<text style="word-spacing:0px;letter-spacing:-5px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="199.61px" line-height="125%" y="299.7262" x="192.07216" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="189.57216" y="299.7262">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usatx_wide.svg b/shields/template_usatx_wide.svg new file mode 100644 index 00000000..f8cecef5 --- /dev/null +++ b/shields/template_usatx_wide.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 24c0-13.255 10.745-24 24-24h336c13.256 0 24 10.745 24 24v336c0 13.255-10.744 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path d="m192 192"/><g fill="#fff"><polygon points="24 24 360 24 360 360 24 360"/><path d="m192 192"/></g><g clip-rule="evenodd" fill-rule="evenodd"><polygon points="89.418 265.78 89.418 318.89 79.643 318.89 79.643 265.78 65.534 265.78 65.534 257.11 103.71 257.11 103.71 265.78"/><polygon points="116.54 318.89 116.54 257.11 152.96 257.11 152.96 266.88 126.31 266.88 126.31 282.01 144.29 282.01 144.29 291.96 126.31 291.96 126.31 308.93 154.9 308.93 154.9 318.89"/><polygon points="195.57 318.89 185.61 298.33 175.65 318.89 164.59 318.89 179.99 286.99 165.69 257.11 176.76 257.11 185.61 275.55 194.47 257.11 205.53 257.11 191.05 286.99 206.64 318.89"/><path d="m257.26 318.89l-6.0869-17.337h-19.273l-6.0859 17.337h-10.421l21.303-61.787h9.6826l21.303 61.787h-10.41zm-15.58-44.63l-6.3633 17.337h12.357l-6-17.34z"/><path d="m318.47 301.1c0 2.8281-0.52246 5.4404-1.5674 7.8379-1.0449 2.3984-2.5508 4.4883-4.5195 6.2715-1.7207 1.5371-3.7344 2.7207-6.0391 3.5498-2.31 0.82-4.78 1.24-7.42 1.24-5.3486 0-9.9141-1.4297-13.695-4.2881s-6.7168-6.6553-8.8066-11.39l9.3145-3.4121c1.291 2.9512 3.0742 5.2109 5.3486 6.7793 2.2744 1.5664 4.8877 2.3516 7.8389 2.3516 2.8887 0 5.21-0.87695 6.9629-2.6289 1.752-1.752 2.627-3.9199 2.627-6.502 0-2.0283-0.53711-3.6885-1.6133-4.9795s-2.4746-2.3818-4.1953-3.2734c-1.7227-0.8916-3.6133-1.6748-5.6719-2.3516-2.0596-0.67676-4.1035-1.4141-6.1328-2.2139-0.92188-0.36914-2.0596-0.89062-3.4121-1.5674-1.3516-0.67676-2.6592-1.6143-3.9199-2.8125-1.2598-1.1982-2.3359-2.6904-3.2266-4.4727-0.89258-1.7832-1.3379-3.9658-1.3379-6.5479 0-3.0117 0.49219-5.5791 1.4756-7.7002s2.3213-3.8428 4.0117-5.1641 3.7197-2.29 6.0869-2.9053c2.37-0.62 4.93-0.93 7.7-0.93 4.3652 0 8.0078 1.1367 10.928 3.4121 2.9209 2.2754 5.1504 5.3486 6.6875 9.2217l-8.6699 2.583c-0.49121-0.98438-1.1367-1.876-1.9355-2.6748-0.67676-0.67676-1.6143-1.292-2.8135-1.8447-1.1982-0.55273-2.6592-0.86035-4.3799-0.92188-1.1074-0.061523-2.2598 0.015625-3.459 0.23047-1.1982 0.21484-2.2588 0.59961-3.1807 1.1523-0.92285 0.55371-1.6602 1.3066-2.2139 2.2598-0.55273 0.95312-0.76855 2.1367-0.64551 3.5508 0.12305 1.9053 0.95312 3.3652 2.4902 4.3799 1.5361 1.0146 3.4121 1.8906 5.625 2.6279 2.2139 0.73828 4.5967 1.4912 7.1475 2.2598s4.9023 1.875 7.0547 3.3203c2.1523 1.4443 3.9492 3.3809 5.3945 5.8096s2.18 5.67 2.18 9.73z"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="191px" line-height="125%" y="195.78963" x="192.06906" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="192.06909" y="195.78963">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usaus.svg b/shields/template_usaus.svg index df8173a9..44fefebc 100644 --- a/shields/template_usaus.svg +++ b/shields/template_usaus.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><g transform="translate(-54.36-12)"><rect rx="3" y="12" x="54.36" height="36" width="36"/><path d="m-54.29 772.49c-31.719-37.984-79.36-61.16-128.93-61.16-.644 0-12.158 0-12.82 0-3.071 0-14.577 0-17.629 0-107.59 0-195.34-87.75-195.34-195.34 0-66.5 42.46-115.33 42.46-184.09 0-46.76-15.88-95.28-43.23-132.34l140.76-135.28c28.972 24.466 67.944 39.947 106.57 39.947 39.27 0 79.19-14.808 108.16-40.56 28.971 25.753 68.887 40.56 108.16 40.56 38.629 0 77.6-15.482 106.57-39.947l140.76 135.28c-27.35 37.05-43.23 85.58-43.23 132.34 0 68.765 42.46 117.59 42.46 184.09 0 107.59-87.75 195.34-195.34 195.34-3.052 0-14.559 0-17.629 0-.663 0-12.176 0-12.821 0-49.573 0-97.21 23.18-128.93 61.16z" fill="#fff" fill-rule="evenodd" stroke="#000" transform="matrix(.04914 0 0 .04914 75.02 9.455)"/></g><text x="18.01" y="25.605" font-family="'Roadgeek 2014 Series D'" text-anchor="middle" text-align="center" stroke="none" word-spacing="0" line-height="125%" letter-spacing="0" font-size="27.08"><tspan x="18.01" y="25.605">***NUMBER***</tspan></text></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><g transform="translate(-54.36-12)"><rect rx="3" y="12" x="54.36" height="36" width="36"/><path d="m-54.29 772.49c-31.719-37.984-79.36-61.16-128.93-61.16-.644 0-12.158 0-12.82 0-3.071 0-14.577 0-17.629 0-107.59 0-195.34-87.75-195.34-195.34 0-66.5 42.46-115.33 42.46-184.09 0-46.76-15.88-95.28-43.23-132.34l140.76-135.28c28.972 24.466 67.944 39.947 106.57 39.947 39.27 0 79.19-14.808 108.16-40.56 28.971 25.753 68.887 40.56 108.16 40.56 38.629 0 77.6-15.482 106.57-39.947l140.76 135.28c-27.35 37.05-43.23 85.58-43.23 132.34 0 68.765 42.46 117.59 42.46 184.09 0 107.59-87.75 195.34-195.34 195.34-3.052 0-14.559 0-17.629 0-.663 0-12.176 0-12.821 0-49.573 0-97.21 23.18-128.93 61.16z" fill="#fff" fill-rule="evenodd" stroke="#000" transform="matrix(.04914 0 0 .04914 75.02 9.455)"/></g><text x="18.01" y="25.605" font-family="'Roadgeek 2014 Series D'" text-anchor="middle" text-align="center" stroke="none" word-spacing="0" line-height="125%" letter-spacing="0" font-size="29"><tspan x="18.01" y="25.605">***NUMBER***</tspan></text></svg> diff --git a/shields/template_usausb.svg b/shields/template_usausb.svg index df8173a9..44fefebc 100644 --- a/shields/template_usausb.svg +++ b/shields/template_usausb.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><g transform="translate(-54.36-12)"><rect rx="3" y="12" x="54.36" height="36" width="36"/><path d="m-54.29 772.49c-31.719-37.984-79.36-61.16-128.93-61.16-.644 0-12.158 0-12.82 0-3.071 0-14.577 0-17.629 0-107.59 0-195.34-87.75-195.34-195.34 0-66.5 42.46-115.33 42.46-184.09 0-46.76-15.88-95.28-43.23-132.34l140.76-135.28c28.972 24.466 67.944 39.947 106.57 39.947 39.27 0 79.19-14.808 108.16-40.56 28.971 25.753 68.887 40.56 108.16 40.56 38.629 0 77.6-15.482 106.57-39.947l140.76 135.28c-27.35 37.05-43.23 85.58-43.23 132.34 0 68.765 42.46 117.59 42.46 184.09 0 107.59-87.75 195.34-195.34 195.34-3.052 0-14.559 0-17.629 0-.663 0-12.176 0-12.821 0-49.573 0-97.21 23.18-128.93 61.16z" fill="#fff" fill-rule="evenodd" stroke="#000" transform="matrix(.04914 0 0 .04914 75.02 9.455)"/></g><text x="18.01" y="25.605" font-family="'Roadgeek 2014 Series D'" text-anchor="middle" text-align="center" stroke="none" word-spacing="0" line-height="125%" letter-spacing="0" font-size="27.08"><tspan x="18.01" y="25.605">***NUMBER***</tspan></text></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><g transform="translate(-54.36-12)"><rect rx="3" y="12" x="54.36" height="36" width="36"/><path d="m-54.29 772.49c-31.719-37.984-79.36-61.16-128.93-61.16-.644 0-12.158 0-12.82 0-3.071 0-14.577 0-17.629 0-107.59 0-195.34-87.75-195.34-195.34 0-66.5 42.46-115.33 42.46-184.09 0-46.76-15.88-95.28-43.23-132.34l140.76-135.28c28.972 24.466 67.944 39.947 106.57 39.947 39.27 0 79.19-14.808 108.16-40.56 28.971 25.753 68.887 40.56 108.16 40.56 38.629 0 77.6-15.482 106.57-39.947l140.76 135.28c-27.35 37.05-43.23 85.58-43.23 132.34 0 68.765 42.46 117.59 42.46 184.09 0 107.59-87.75 195.34-195.34 195.34-3.052 0-14.559 0-17.629 0-.663 0-12.176 0-12.821 0-49.573 0-97.21 23.18-128.93 61.16z" fill="#fff" fill-rule="evenodd" stroke="#000" transform="matrix(.04914 0 0 .04914 75.02 9.455)"/></g><text x="18.01" y="25.605" font-family="'Roadgeek 2014 Series D'" text-anchor="middle" text-align="center" stroke="none" word-spacing="0" line-height="125%" letter-spacing="0" font-size="29"><tspan x="18.01" y="25.605">***NUMBER***</tspan></text></svg> diff --git a/shields/template_usaut.svg b/shields/template_usaut.svg new file mode 100644 index 00000000..54d34060 --- /dev/null +++ b/shields/template_usaut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="600px" viewBox="0 0 601 601"><rect rx="37.5" ry="37.5" height="600" width="600" stroke="#646464" y="0.5" x="0.5" fill="#FFF"/><rect rx="32.5" ry="32.5" height="590" width="590" y="5.5" x="5.5" fill="#000"/><g fill="#FFF" transform="matrix(1.4204546,0,0,1.4527027,27.062498,32.47636)"><path fill="#FFF" d="M166.93,57.776c2.22-12.104,12.82-21.276,25.57-21.276,12.746,0,23.351,9.1719,25.572,21.276-7.42,3.625-16.16,5.724-25.57,5.724-9.4062,0-18.151-2.0986-25.572-5.7241z"/></g><g fill="#FFF" transform="matrix(1.4204546,0,0,1.4527027,27.062498,32.47636)"><path fill-rule="evenodd" fill="#FFF" d="m192.5,264.5c-17.673,0-32,14.326-32,32l0.0117,0.86914c-43.2-3.08-82.345-12.32-114.21-25.85-1.148-0.49-2.287-0.98-3.417-1.48-6.19-3.4-10.386-9.98-10.386-17.54,0-7.5078,4.1372-14.05,10.256-17.471-3.853-3.65-6.256-8.81-6.256-14.53,0-9.1406,6.1323-16.85,14.508-19.236-4-3.65-6.508-8.91-6.508-14.76,0-11.046,8.9541-20,20-20-2.5117-3.3428-4-7.4961-4-12,0-11.046,8.9541-20,20-20,0.94629,0,1.8774,0.0659,2.7886,0.19287-1.772-2.98-2.789-6.47-2.789-10.19,0-11.046,8.9541-20,20-20,2.8838,0,5.625,0.61035,8.1016,1.709-2.57-2.69-4.1-6.06-4.1-9.71,0-8.8364,8.9541-16,20-16,3.0278,0,5.8984,0.56007,8.4707,1.502l1.2754,0.52295c17.31,7.001,37.17,10.975,58.25,10.975,21.076,0,40.944-3.9736,58.254-10.975l1.2754-0.52295c2.57-0.942,5.44-1.502,8.47-1.502,11.046,0,20,7.1636,20,16,0,3.6509-1.5283,7.0166-4.1016,9.709,2.48-1.1,5.22-1.71,8.1-1.71,11.046,0,20,8.9541,20,20,0,3.7231-1.0176,7.208-2.7891,10.193,0.91211-0.12695,1.8428-0.19287,2.7891-0.19287,11.046,0,20,8.9541,20,20,0,4.5039-1.4883,8.6572-4,12,11.046,0,20,8.9541,20,20,0,5.8462-2.5078,11.107-6.5078,14.764,8.375,2.3867,14.508,10.096,14.508,19.236,0,5.7227-2.4033,10.885-6.2559,14.529,6.1191,3.4209,10.256,9.9629,10.256,17.471,0,7.5615-4.1953,14.143-10.387,17.543-1.1289,0.49805-2.2676,0.99023-3.416,1.4785-31.862,13.525-71.008,22.764-114.21,25.848l0.02-0.87c0-17.674-14.326-32-32-32z"/></g><g transform="matrix(1.4204546,0,0,1.4527027,27.062498,32.47636)" stroke="#000" stroke-dasharray="none" stroke-miterlimit="4" stroke-width="1.39228439" fill="#FFF"><path d="m192.5,91.5c-3.8662,0-7.688-0.13428-11.457-0.39697-18.32-1.277-35.39-5.585-50.29-12.218,1.76-12.649,12.62-22.385,25.75-22.385,1.6436,0,3.252,0.15283,4.8115,0.44434,3.5493,2.2051,7.4678,4.041,11.662,5.4395,6.03,2.01,12.63,3.116,19.53,3.116,6.8984,0,13.498-1.106,19.526-3.1162,4.1943-1.3984,8.1123-3.2344,11.662-5.4395,1.56-0.291,3.17-0.444,4.81-0.444,13.133,0,23.991,9.7363,25.751,22.385-14.904,6.6328-31.976,10.941-50.294,12.218-3.77,0.263-7.59,0.397-11.46,0.397z" fill-rule="evenodd" stroke="#000" stroke-miterlimit="4" stroke-dasharray="none" stroke-width="1.39228439" fill="#FFF"/></g><g fill="#FFF" transform="matrix(1.4204546,0,0,1.4527027,27.062498,32.47636)"><path fill-rule="evenodd" fill="#FFF" d="m16.5,332.5v-40h48l-44.308-1.85,28.042-14.02c39.925,16.26,90.146,25.87,144.27,25.87,54.125,0,104.34-9.6055,144.27-25.867l28.042,14.021-44.31,1.85h48v40h-352z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="340px" line-height="125%" y="400.5" x="300.85526" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan y="400.5" x="300.85526">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usaut_wide.svg b/shields/template_usaut_wide.svg new file mode 100644 index 00000000..91e9bafd --- /dev/null +++ b/shields/template_usaut_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="750px" viewBox="0 0 751 601"><rect rx="37.5" ry="37.5" height="600" width="750" stroke="#646464" y="0.5" x="0.5" fill="#FFF"/><rect rx="32.5" ry="32.5" height="590" width="740" y="5.5" x="5.5" fill="#000"/><g fill="#FFF" transform="matrix(1.8472453,0,0,1.4520205,19.90528,32.602232)"><path fill="#FFF" d="M166.93,57.776c2.22-12.104,12.82-21.276,25.57-21.276,12.746,0,23.351,9.1719,25.572,21.276-7.42,3.625-16.16,5.724-25.57,5.724-9.4062,0-18.151-2.0986-25.572-5.7241z"/></g><g fill="#FFF" transform="matrix(1.8472453,0,0,1.4520205,19.90528,32.602232)"><path fill-rule="evenodd" fill="#FFF" d="m192.5,264.5c-17.673,0-32,14.326-32,32l0.0117,0.86914c-43.2-3.08-82.345-12.32-114.21-25.85-1.148-0.49-2.287-0.98-3.417-1.48-6.19-3.4-10.386-9.98-10.386-17.54,0-7.5078,4.1372-14.05,10.256-17.471-3.853-3.65-6.256-8.81-6.256-14.53,0-9.1406,6.1323-16.85,14.508-19.236-4-3.65-6.508-8.91-6.508-14.76,0-11.046,8.9541-20,20-20-2.5117-3.3428-4-7.4961-4-12,0-11.046,8.9541-20,20-20,0.94629,0,1.8774,0.0659,2.7886,0.19287-1.772-2.98-2.789-6.47-2.789-10.19,0-11.046,8.9541-20,20-20,2.8838,0,5.625,0.61035,8.1016,1.709-2.57-2.69-4.1-6.06-4.1-9.71,0-8.8364,8.9541-16,20-16,3.0278,0,5.8984,0.56007,8.4707,1.502l1.2754,0.52295c17.31,7.001,37.17,10.975,58.25,10.975,21.076,0,40.944-3.9736,58.254-10.975l1.2754-0.52295c2.57-0.942,5.44-1.502,8.47-1.502,11.046,0,20,7.1636,20,16,0,3.6509-1.5283,7.0166-4.1016,9.709,2.48-1.1,5.22-1.71,8.1-1.71,11.046,0,20,8.9541,20,20,0,3.7231-1.0176,7.208-2.7891,10.193,0.91211-0.12695,1.8428-0.19287,2.7891-0.19287,11.046,0,20,8.9541,20,20,0,4.5039-1.4883,8.6572-4,12,11.046,0,20,8.9541,20,20,0,5.8462-2.5078,11.107-6.5078,14.764,8.375,2.3867,14.508,10.096,14.508,19.236,0,5.7227-2.4033,10.885-6.2559,14.529,6.1191,3.4209,10.256,9.9629,10.256,17.471,0,7.5615-4.1953,14.143-10.387,17.543-1.1289,0.49805-2.2676,0.99023-3.416,1.4785-31.862,13.525-71.008,22.764-114.21,25.848l0.02-0.87c0-17.674-14.326-32-32-32z"/></g><g transform="matrix(1.8472453,0,0,1.4520205,19.90528,32.602232)" stroke="#000" stroke-dasharray="none" stroke-miterlimit="4" stroke-width="1.22118461" fill="#FFF"><path d="m192.5,91.5c-3.8662,0-7.688-0.13428-11.457-0.39697-18.32-1.277-35.39-5.585-50.29-12.218,1.76-12.649,12.62-22.385,25.75-22.385,1.6436,0,3.252,0.15283,4.8115,0.44434,3.5493,2.2051,7.4678,4.041,11.662,5.4395,6.03,2.01,12.63,3.116,19.53,3.116,6.8984,0,13.498-1.106,19.526-3.1162,4.1943-1.3984,8.1123-3.2344,11.662-5.4395,1.56-0.291,3.17-0.444,4.81-0.444,13.133,0,23.991,9.7363,25.751,22.385-14.904,6.6328-31.976,10.941-50.294,12.218-3.77,0.263-7.59,0.397-11.46,0.397z" fill-rule="evenodd" stroke="#000" stroke-miterlimit="4" stroke-dasharray="none" stroke-width="1.22118461" fill="#FFF"/></g><g fill="#FFF" transform="matrix(1.8472453,0,0,1.4520205,19.90528,32.602232)"><path fill-rule="evenodd" fill="#FFF" d="m16.5,332.5v-40h48l-44.308-1.85,28.042-14.02c39.925,16.26,90.146,25.87,144.27,25.87,54.125,0,104.34-9.6055,144.27-25.867l28.042,14.021-44.31,1.85h48v40h-352z"/></g><text letter-spacing="0px" text-anchor="middle" word-spacing="0px" text-align="center" font-size="340px" line-height="125%" y="400.5" x="375.85526" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan y="400.5" x="375.85526">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usavt.svg b/shields/template_usavt.svg new file mode 100644 index 00000000..cdec0a61 --- /dev/null +++ b/shields/template_usavt.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path fill="#006b54" d="m0 24c0-13.255 10.745-24 24-24h336c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-336c-13.255 0-24-10.75-24-24v-336z"/><path fill="#006b54" d="m192 192"/><path d="m16 248c0-42.549 15.098-81.57 40.229-112h271.54c25.13 30.43 40.23 69.45 40.23 112 0 42.549-15.098 81.57-40.229 112h-271.54c-25.132-30.43-40.23-69.45-40.23-112z" fill="#fff"/><g fill="#fff"><path d="m16 40c0-8.8364 7.1631-16 16-16h320c8.8369 0 16 7.1636 16 16v64c0 8.8369-7.1631 16-16 16h-320c-8.8369 0-16-7.1631-16-16v-64z"/><path d="m192 72"/></g><g fill-rule="evenodd" clip-rule="evenodd" fill="#006b54"><polygon points="36.798 41.107 45.743 41.107 55.887 81.222 66.123 41.107 74.977 41.107 59.115 102.89 52.383 102.89"/><polygon points="112.6 41.107 112.6 49.775 92.404 49.775 92.404 65.36 105.22 65.36 105.22 73.845 92.404 73.845 92.404 94.225 115 94.225 115 102.89 83.552 102.89 83.552 41.107"/><path d="m151.05 102.89-8.2075-29.049h-8.4839v29.049h-8.8535v-61.787h18.444c2.398 0 4.5957 0.39941 6.5938 1.1987 1.998 0.79932 3.7197 1.9058 5.1646 3.3198 1.4443 1.4141 2.5508 3.1509 3.3193 5.2104 0.76855 2.0596 1.1533 4.3188 1.1533 6.7778 0 3.689-0.73828 6.8247-2.2139 9.4067-1.4751 2.582-3.6885 4.4263-6.6396 5.5327l8.8535 30.34h-9.1299zm0.46093-45.28c0-2.3975-0.7373-4.3032-2.2129-5.7173s-3.4121-2.1211-5.81-2.1211h-9.1294v15.585h9.1294c2.582 0 4.5649-0.66064 5.9478-1.9829 1.3838-1.3218 2.0752-3.2427 2.0752-5.7637z"/><polygon points="191.08 102.89 179.55 68.219 179.55 102.89 170.7 102.89 170.7 41.107 179.55 41.107 191.08 75.781 202.51 41.107 211.46 41.107 211.46 102.89 202.51 102.89 202.51 68.219"/><path d="m260.01 71.908c0 4.7339-0.26172 8.7612-0.78321 12.081-0.52344 3.3198-1.4297 6.4551-2.7207 9.4062-1.5371 3.6885-3.459 6.3784-5.7637 8.0689-2.3057 1.6909-5.2109 2.5361-8.7148 2.5361-3.6894 0-6.6855-0.84521-8.9912-2.5361-2.3057-1.6904-4.2275-4.3804-5.7637-8.0689-1.292-3.0127-2.1982-6.1636-2.7207-9.4526-0.52246-3.2891-0.78418-7.3008-0.78418-12.035 0-4.6724 0.26172-8.6836 0.78418-12.034 0.52246-3.3506 1.4287-6.5015 2.7207-9.4526 1.5986-3.689 3.5498-6.3481 5.8555-7.977 2.3-1.628 5.27-2.443 8.9-2.443 3.5664 0 6.4863 0.81494 8.7608 2.4438 2.2744 1.6289 4.1807 4.3496 5.7178 8.1616 0.61426 1.5371 1.1523 3.0737 1.6133 4.6108 0.46094 1.5371 0.83008 3.1504 1.1074 4.8413 0.27637 1.6909 0.47559 3.5039 0.59864 5.4409 0.12304 1.937 0.18457 4.0732 0.18457 6.4092zm-8.4844 0c0-1.7212-0.0459-3.2891-0.13769-4.7031-0.0928-1.4141-0.21582-2.7202-0.36915-3.9189-0.15332-1.1992-0.35351-2.352-0.5996-3.4585-0.2461-1.1064-0.52247-2.2134-0.83008-3.3198-0.79883-2.7666-1.7978-4.7646-2.9971-5.9946-1.1992-1.229-2.7207-1.8438-4.5645-1.8438-3.8125 0-6.4248 2.5513-7.8389 7.6538-0.73731 2.3359-1.2451 4.688-1.5215 7.0547-0.27637 2.3672-0.41504 5.272-0.41504 8.7148 0 1.6602 0.0459 3.1816 0.13867 4.5649 0.0918 1.3833 0.21485 2.6743 0.36817 3.873 0.1543 1.1987 0.35351 2.3823 0.59961 3.5508 0.24609 1.168 0.52246 2.3667 0.83008 3.5962 1.4141 5.103 4.0264 7.6543 7.8389 7.6543 1.8438 0 3.3652-0.61475 4.5645-1.8442 1.1992-1.2295 2.1982-3.1665 2.9971-5.8101 0.36914-1.2295 0.67675-2.4131 0.92285-3.5503 0.24609-1.1372 0.44531-2.3213 0.59863-3.5503 0.1543-1.2295 0.26172-2.5361 0.32324-3.9194 0.0615-1.3833 0.0918-2.9663 0.0918-4.7495z"/><polygon points="281.22 102.89 272.37 102.89 272.37 41.107 281.22 41.107 298.19 78.179 298.19 41.107 307.04 41.107 307.04 102.89 300.31 102.89 281.22 61.487"/><polygon points="327.01 102.89 327.01 49.314 315.76 49.314 315.76 41.107 347.2 41.107 347.2 49.314 335.95 49.314 335.95 102.89"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="309.73px" line-height="125%" y="334.99115" x="185.78423" font-family="'Roadgeek 2014 Series D'" fill="#006b54"><tspan x="185.78426" y="334.99115">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usavt_wide.svg b/shields/template_usavt_wide.svg new file mode 100644 index 00000000..454fe053 --- /dev/null +++ b/shields/template_usavt_wide.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 480 384" version="1.1" enable-background="new 0 0 480 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><g fill="#006B54"><path d="m0 24c0-13.255 10.745-24 24-24h432c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-432c-13.255 0-24-10.745-24-24v-336z"/><path d="m240 192"/></g><path d="m16 248c0-42.549 15.098-81.57 40.229-112h367.54c25.13 30.43 40.23 69.45 40.23 112s-15.098 81.57-40.229 112h-367.54c-25.132-30.43-40.23-69.45-40.23-112z" fill="#fff"/><g fill="#fff"><path d="m16 40c0-8.8369 7.1631-16 16-16h416c8.8369 0 16 7.1631 16 16v64c0 8.8369-7.1631 16-16 16h-416c-8.8369 0-16-7.1631-16-16v-64z"/><path d="m240 72"/></g><g fill="#006B54" clip-rule="evenodd" fill-rule="evenodd"><polygon points="84.289 102.89 76.727 102.89 57.177 41.106 67.413 41.106 80.601 82.329 93.604 41.106 104.02 41.106"/><polygon points="113.2 102.89 113.2 41.106 149.62 41.106 149.62 50.882 122.97 50.882 122.97 66.006 140.95 66.006 140.95 75.965 122.97 75.965 122.97 92.934 151.56 92.934 151.56 102.89"/><path d="m193.34 102.89l-9.959-26.928h-11.712v26.928h-9.7754v-61.784h20.38c2.3979 0 4.4575 0.13867 6.1787 0.41504 1.7212 0.27686 3.3506 0.78418 4.8872 1.5215 1.3525 0.67676 2.5977 1.5527 3.7354 2.6284 1.1372 1.0762 2.1211 2.3057 2.9512 3.689 0.82959 1.3833 1.4751 2.8584 1.9365 4.4263 0.46094 1.5679 0.69141 3.1201 0.69141 4.6572 0 1.6602-0.23047 3.2739-0.69141 4.8413-0.46143 1.5679-1.1069 3.0435-1.9365 4.4268-0.83008 1.3833-1.8447 2.6284-3.0435 3.7349s-2.5054 1.9673-3.9194 2.582l10.882 28.865h-10.61zm-0.46-44.446c0-1.291-0.33789-2.5205-1.0142-3.689-0.67627-1.168-1.6294-2.0898-2.8589-2.7666-0.79932-0.43018-1.5371-0.72217-2.2129-0.87598-0.67676-0.15332-1.814-0.23047-3.4121-0.23047h-11.712v15.124h11.712c1.5366 0 2.6587-0.061523 3.3657-0.18457s1.46-0.39941 2.2593-0.83008c1.2295-0.67627 2.1826-1.6138 2.8589-2.8125s1-2.443 1-3.734z"/><polygon points="252.72 102.89 252.72 67.112 238.42 102.89 224.13 67.112 224.13 102.89 214.35 102.89 214.35 41.106 224.13 41.106 238.42 75.781 252.72 41.106 262.49 41.106 262.49 102.89"/><path d="m319.68 72.092c0 4.9185-0.58398 9.6216-1.752 14.109s-2.8281 8.1152-4.9795 10.882c-3.45 4.607-8.43 6.917-14.94 6.917-4.3652 0-7.9619-0.8916-10.79-2.6743s-5.1641-4.5801-7.0088-8.3921c-1.291-2.6436-2.3359-5.856-3.1348-9.6367-0.81-3.785-1.2-7.52-1.2-11.209 0-5.103 0.59961-9.8369 1.7979-14.202 1.1992-4.3652 2.8438-8.0229 4.9336-10.974 1.8447-2.3364 4.042-4.0732 6.5938-5.2104s5.61-1.706 9.18-1.706c3.9346 0 7.2861 0.8916 10.052 2.6743 2.7666 1.7832 5.1338 4.5806 7.1016 8.3921 1.291 2.7666 2.3047 5.9941 3.043 9.6831 0.74 3.689 1.11 7.47 1.11 11.343zm-9.78 0c0-3.5044-0.30762-6.7476-0.92188-9.729-0.61426-2.9819-1.5371-5.5181-2.7666-7.6084-0.9834-1.5981-2.1055-2.7666-3.3662-3.5039-1.2598-0.73828-2.8125-1.1685-4.6572-1.291-2.3975-0.12305-4.3955 0.43018-5.9941 1.6597-1.5977 1.2295-2.9199 3.2275-3.9648 5.9941-0.7998 1.8442-1.3984 4.0732-1.7988 6.686-0.39941 2.6128-0.59961 5.2104-0.59961 7.7925 0 3.3198 0.30762 6.5171 0.92285 9.5908 0.61426 3.0737 1.5371 5.5947 2.7666 7.562 0.9834 1.5981 2.1514 2.7974 3.5039 3.5967 1.3525 0.79883 3.0127 1.1987 4.9805 1.1987 2.2744 0 4.165-0.61475 5.6709-1.8447 1.5068-1.2295 2.7822-3.2275 3.8271-5.9941 0.30762-0.79932 0.61523-1.7676 0.92188-2.9048 0.30762-1.1372 0.56934-2.3364 0.78418-3.5967 0.21582-1.2603 0.38379-2.5361 0.50684-3.8271s0.19-2.551 0.19-3.781z"/><polygon points="366.77 102.89 343.17 61.026 343.17 102.89 333.39 102.89 333.39 41.106 343.17 41.106 365.67 80.576 365.67 41.106 375.44 41.106 375.44 102.89"/><polygon points="408.53 49.775 408.53 102.89 398.75 102.89 398.75 49.775 384.64 49.775 384.64 41.106 422.82 41.106 422.82 49.775"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="309.73px" line-height="125%" y="334.99115" x="240.112" font-family="'Roadgeek 2014 Series D'" fill="#006b54"><tspan style="text-anchor:middle;text-align:center" y="334.99115" x="240.112" font-family="'Roadgeek 2014 Series C'" fill="#006b54">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usavt_wide4.svg b/shields/template_usavt_wide4.svg new file mode 100644 index 00000000..6a81786b --- /dev/null +++ b/shields/template_usavt_wide4.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 480 384" version="1.1" enable-background="new 0 0 480 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><g fill="#006B54"><path d="m0 24c0-13.255 10.745-24 24-24h432c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-432c-13.255 0-24-10.745-24-24v-336z"/><path d="m240 192"/></g><path d="m16 248c0-42.549 15.098-81.57 40.229-112h367.54c25.13 30.43 40.23 69.45 40.23 112s-15.098 81.57-40.229 112h-367.54c-25.132-30.43-40.23-69.45-40.23-112z" fill="#fff"/><g fill="#fff"><path d="m16 40c0-8.8369 7.1631-16 16-16h416c8.8369 0 16 7.1631 16 16v64c0 8.8369-7.1631 16-16 16h-416c-8.8369 0-16-7.1631-16-16v-64z"/><path d="m240 72"/></g><g fill="#006B54" clip-rule="evenodd" fill-rule="evenodd"><polygon points="84.289 102.89 76.727 102.89 57.177 41.106 67.413 41.106 80.601 82.329 93.604 41.106 104.02 41.106"/><polygon points="113.2 102.89 113.2 41.106 149.62 41.106 149.62 50.882 122.97 50.882 122.97 66.006 140.95 66.006 140.95 75.965 122.97 75.965 122.97 92.934 151.56 92.934 151.56 102.89"/><path d="m193.34 102.89l-9.959-26.928h-11.712v26.928h-9.7754v-61.784h20.38c2.3979 0 4.4575 0.13867 6.1787 0.41504 1.7212 0.27686 3.3506 0.78418 4.8872 1.5215 1.3525 0.67676 2.5977 1.5527 3.7354 2.6284 1.1372 1.0762 2.1211 2.3057 2.9512 3.689 0.82959 1.3833 1.4751 2.8584 1.9365 4.4263 0.46094 1.5679 0.69141 3.1201 0.69141 4.6572 0 1.6602-0.23047 3.2739-0.69141 4.8413-0.46143 1.5679-1.1069 3.0435-1.9365 4.4268-0.83008 1.3833-1.8447 2.6284-3.0435 3.7349s-2.5054 1.9673-3.9194 2.582l10.882 28.865h-10.61zm-0.46-44.446c0-1.291-0.33789-2.5205-1.0142-3.689-0.67627-1.168-1.6294-2.0898-2.8589-2.7666-0.79932-0.43018-1.5371-0.72217-2.2129-0.87598-0.67676-0.15332-1.814-0.23047-3.4121-0.23047h-11.712v15.124h11.712c1.5366 0 2.6587-0.061523 3.3657-0.18457s1.46-0.39941 2.2593-0.83008c1.2295-0.67627 2.1826-1.6138 2.8589-2.8125s1-2.443 1-3.734z"/><polygon points="252.72 102.89 252.72 67.112 238.42 102.89 224.13 67.112 224.13 102.89 214.35 102.89 214.35 41.106 224.13 41.106 238.42 75.781 252.72 41.106 262.49 41.106 262.49 102.89"/><path d="m319.68 72.092c0 4.9185-0.58398 9.6216-1.752 14.109s-2.8281 8.1152-4.9795 10.882c-3.45 4.607-8.43 6.917-14.94 6.917-4.3652 0-7.9619-0.8916-10.79-2.6743s-5.1641-4.5801-7.0088-8.3921c-1.291-2.6436-2.3359-5.856-3.1348-9.6367-0.81-3.785-1.2-7.52-1.2-11.209 0-5.103 0.59961-9.8369 1.7979-14.202 1.1992-4.3652 2.8438-8.0229 4.9336-10.974 1.8447-2.3364 4.042-4.0732 6.5938-5.2104s5.61-1.706 9.18-1.706c3.9346 0 7.2861 0.8916 10.052 2.6743 2.7666 1.7832 5.1338 4.5806 7.1016 8.3921 1.291 2.7666 2.3047 5.9941 3.043 9.6831 0.74 3.689 1.11 7.47 1.11 11.343zm-9.78 0c0-3.5044-0.30762-6.7476-0.92188-9.729-0.61426-2.9819-1.5371-5.5181-2.7666-7.6084-0.9834-1.5981-2.1055-2.7666-3.3662-3.5039-1.2598-0.73828-2.8125-1.1685-4.6572-1.291-2.3975-0.12305-4.3955 0.43018-5.9941 1.6597-1.5977 1.2295-2.9199 3.2275-3.9648 5.9941-0.7998 1.8442-1.3984 4.0732-1.7988 6.686-0.39941 2.6128-0.59961 5.2104-0.59961 7.7925 0 3.3198 0.30762 6.5171 0.92285 9.5908 0.61426 3.0737 1.5371 5.5947 2.7666 7.562 0.9834 1.5981 2.1514 2.7974 3.5039 3.5967 1.3525 0.79883 3.0127 1.1987 4.9805 1.1987 2.2744 0 4.165-0.61475 5.6709-1.8447 1.5068-1.2295 2.7822-3.2275 3.8271-5.9941 0.30762-0.79932 0.61523-1.7676 0.92188-2.9048 0.30762-1.1372 0.56934-2.3364 0.78418-3.5967 0.21582-1.2603 0.38379-2.5361 0.50684-3.8271s0.19-2.551 0.19-3.781z"/><polygon points="366.77 102.89 343.17 61.026 343.17 102.89 333.39 102.89 333.39 41.106 343.17 41.106 365.67 80.576 365.67 41.106 375.44 41.106 375.44 102.89"/><polygon points="408.53 49.775 408.53 102.89 398.75 102.89 398.75 49.775 384.64 49.775 384.64 41.106 422.82 41.106 422.82 49.775"/></g><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="309.73px" line-height="125%" y="334.99115" x="240.112" font-family="'Roadgeek 2014 Series D'" fill="#006b54"><tspan style="text-anchor:middle;text-align:center" y="334.99115" x="240.112" font-family="'Roadgeek 2014 Series B'" fill="#006b54">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usawa.svg b/shields/template_usawa.svg new file mode 100644 index 00000000..7fd66016 --- /dev/null +++ b/shields/template_usawa.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" style="enable-background:new 0 0 600 600" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 600 600"><path d="m600 542.2c0 31.9-25.9 57.8-57.8 57.8h-484.4c-31.93 0-57.8-25.9-57.8-57.8v-484.4c0-31.93 25.87-57.8 57.78-57.8h484.4c31.9 0 57.8 25.87 57.8 57.78v484.4z"/><path fill="#fff" d="m69.38 304.5c-10.88-1.1-28.52 6-33.38-6.7-3-7.9 21.96-71.8 34.88-84 7.12-6.8-4.53-23.2 1.12-33.8 22.21-41.6 24.13-50.3 42.4-81.95 2.8-5 17.5-16.61 23-23.99 4.8-8.64 16.6-29.26 24.6-32.06 42.6-14.97 81-27.45 138.6-27.45 66.23 0 127.9 24.05 160.4 74.45 31 48 31 80 44 118 6.551 19.14 34.48 47.2 42 66 9.996 25-1.189 66.83-9 76-23 27-67.1 50.34-74 63-6 11-0.029 41.99 14 48 22-6.996 25-18 44-15-11 21-6.967 29.61-9 36-7.002 22-15.76 16.83-15 29 1.002 16 59 32 61 79h-489c42-63 72.88-60.43 104-116 12.74-22.75 0.003-38.57-24.75-44.75-29.64-7.4-82.88-3.375-87.38-28.5-2.186-12.2 9.75-23.62 10.12-37.5 0.234-8.631-6.75-18.38-6.75-18.38s6-27.38 4.125-39.38z"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="394.3px" line-height="125%" y="403.22824" x="302.41873" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="302.41867" y="403.22824">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usawa_wide.svg b/shields/template_usawa_wide.svg new file mode 100644 index 00000000..88086d7c --- /dev/null +++ b/shields/template_usawa_wide.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" style="enable-background:new 0 0 600 600" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 600 600"><path d="m600 542.2c0 31.9-25.9 57.8-57.8 57.8h-484.4c-31.93 0-57.8-25.9-57.8-57.8v-484.4c0-31.93 25.87-57.8 57.78-57.8h484.4c31.9 0 57.8 25.87 57.8 57.78v484.4z"/><path fill="#fff" d="m69.38 304.5c-10.88-1.1-28.52 6-33.38-6.7-3-7.9 21.96-71.8 34.88-84 7.12-6.8-4.53-23.2 1.12-33.8 22.21-41.6 24.13-50.3 42.4-81.95 2.8-5 17.5-16.61 23-23.99 4.8-8.64 16.6-29.26 24.6-32.06 42.6-14.97 81-27.45 138.6-27.45 66.23 0 127.9 24.05 160.4 74.45 31 48 31 80 44 118 6.551 19.14 34.48 47.2 42 66 9.996 25-1.189 66.83-9 76-23 27-67.1 50.34-74 63-6 11-0.029 41.99 14 48 22-6.996 25-18 44-15-11 21-6.967 29.61-9 36-7.002 22-15.76 16.83-15 29 1.002 16 59 32 61 79h-489c42-63 72.88-60.43 104-116 12.74-22.75 0.003-38.57-24.75-44.75-29.64-7.4-82.88-3.375-87.38-28.5-2.186-12.2 9.75-23.62 10.12-37.5 0.234-8.631-6.75-18.38-6.75-18.38s6-27.38 4.125-39.38z"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="344.1px" line-height="125%" y="387.81219" x="300.01767" font-family="'Roadgeek 2014 Series C'" fill="#000000"><tspan x="300.0177" y="387.81219">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usawi.svg b/shields/template_usawi.svg new file mode 100644 index 00000000..59f9141a --- /dev/null +++ b/shields/template_usawi.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 24c0-13.255 10.745-24 24-24h336c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path d="m192 192"/><path d="m356 22l-22 40h12c16.568 0 30 13.431 30 30v220c0 16.568-13.432 30-30 30h-138l-16 30-16-30h-138c-16.569 0-30-13.432-30-30v-220c0-16.569 13.431-30 30-30h12l-22-40h328z" fill="#fff"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="324.95px" line-height="125%" y="276.84332" x="192.01668" font-family="'Roadgeek 2014 Series D'" fill="#000000"><tspan x="192.01671" y="276.84332">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usawi_wide.svg b/shields/template_usawi_wide.svg new file mode 100644 index 00000000..330023b2 --- /dev/null +++ b/shields/template_usawi_wide.svg @@ -0,0 +1,2 @@ +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" overflow="visible" viewBox="0 0 384 384" version="1.1" enable-background="new 0 0 384 384" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><path d="m0 24c0-13.255 10.745-24 24-24h336c13.255 0 24 10.745 24 24v336c0 13.255-10.745 24-24 24h-336c-13.255 0-24-10.745-24-24v-336z"/><path d="m192 192"/><path d="m356 22l-22 40h12c16.568 0 30 13.431 30 30v220c0 16.568-13.432 30-30 30h-138l-16 30-16-30h-138c-16.569 0-30-13.432-30-30v-220c0-16.569 13.431-30 30-30h12l-22-40h328z" fill="#fff"/><text style="word-spacing:0px;letter-spacing:0px;text-anchor:middle;text-align:center" xml:space="preserve" font-size="324.95px" line-height="125%" y="276.84332" x="192.01668" font-family="'Roadgeek 2014 Series B'" fill="#000000"><tspan y="276.84332" x="192.01669" font-family="'Roadgeek 2014 Series B'">***NUMBER***</tspan></text> +</svg> diff --git a/shields/template_usawy.svg b/shields/template_usawy.svg new file mode 100644 index 00000000..866f6213 --- /dev/null +++ b/shields/template_usawy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="600px" viewBox="0 0 390.7 393.2"><path d="m386.6,369.7c0,10.8-8.8,19.5-19.7,19.5h-343.2c-10.9,0-19.7-8.7-19.7-19.5v-346.2c0-10.8,8.8-19.5,19.7-19.5h343.3c10.9,0,19.7,8.7,19.7,19.5l-0.1,346.2z" stroke="#260d0d" stroke-width="8" fill="#ffca08"/><polygon points="58.5,102.3,52.1,67,45.7,102.3,37.1,102.3,26.5,34.7,35.9,34.7,41.7,70.7,48.2,34.7,55.9,34.7,62.3,70.7,68.2,34.7,77.7,34.7,66.8,102.3,66.8,102.3" fill="#260d0d"/><polygon points="108.1,102.3,98.4,102.3,98.4,71.7,81.7,34.7,91.9,34.7,103.3,59.1,114.5,34.7,124.9,34.7,108.1,71.7,108.1,71.7" fill="#260d0d"/><path fill="#260d0d" d="m172.7,68.4c0,5.2-0.3,9.6-0.9,13.2s-1.6,7.1-3,10.3c-1.7,4-3.8,7-6.3,8.8s-5.7,2.8-9.5,2.8c-4,0-7.3-0.9-9.9-2.8-2.5-1.9-4.6-4.8-6.3-8.8-1.4-3.3-2.4-6.8-3-10.4s-0.9-8-0.9-13.2c0-5.1,0.3-9.5,0.9-13.2s1.6-7.1,3-10.3c1.8-4,3.9-7,6.4-8.7,2.5-1.8,5.8-2.7,9.8-2.7,3.9,0,7.1,0.9,9.6,2.7s4.6,4.8,6.3,8.9c0.7,1.7,1.3,3.4,1.8,5,0.5,1.7,0.9,3.5,1.2,5.3s0.5,3.8,0.7,6c0,2.2,0.1,4.5,0.1,7.1zm-9.3,0c0-1.9-0.1-3.6-0.2-5.2-0.1-1.5-0.2-3-0.4-4.3s-0.4-2.6-0.7-3.8-0.6-2.4-0.9-3.6c-0.9-3-2-5.2-3.3-6.6-1.3-1.3-3-2-5-2-4.2,0-7.1,2.8-8.6,8.4-0.8,2.6-1.4,5.1-1.7,7.7s-0.5,5.8-0.5,9.5c0,1.8,0,3.5,0.1,5s0.2,2.9,0.4,4.2,0.4,2.6,0.7,3.9,0.6,2.6,0.9,3.9c1.6,5.6,4.4,8.4,8.6,8.4,2,0,3.7-0.7,5-2s2.4-3.5,3.3-6.4c0.4-1.4,0.7-2.6,1-3.9,0.3-1.2,0.5-2.5,0.7-3.9,0.2-1.3,0.3-2.8,0.3-4.3,0.3-1.3,0.3-3.1,0.3-5z"/><polygon points="220.9,64.4,208.5,102.3,195.9,64.4,195.9,102.3,186.2,102.3,186.2,34.7,195.9,34.7,208.5,72.6,220.9,34.7,230.8,34.7,230.8,102.3,220.9,102.3,220.9,102.3" fill="#260d0d"/><rect height="67.6" width="9.5" y="34.7" x="245.5" fill="#260d0d"/><polygon points="279.6,57,279.6,102.3,269.9,102.3,269.9,34.7,279.6,34.7,298.2,75.3,298.2,34.7,307.9,34.7,307.9,102.3,300.5,102.3,300.5,102.3" fill="#260d0d"/><path fill="#260d0d" d="m358.7,89.5c-0.3,1.6-0.8,3.1-1.5,4.6-1.3,3-3.3,5.3-5.9,7s-5.6,2.5-9,2.5c-4,0-7.5-1-10.4-2.9s-5.2-4.8-6.9-8.7c-1.1-2.6-1.9-6-2.6-10.3-0.6-4.3-1-8.6-1-13.1,0-4.8,0.2-9,0.7-12.6,0.4-3.6,1.3-7,2.5-10.3,0.6-1.8,1.5-3.4,2.6-4.9s2.4-2.8,3.9-3.9,3.1-2,4.9-2.6,3.7-0.9,5.6-0.9c2.4,0,4.7,0.4,6.8,1.3s3.9,2,5.4,3.5,2.8,3.3,3.7,5.4,1.5,4.4,1.6,6.9h-9.7c-0.1-2.3-0.9-4.1-2.4-5.5-1.4-1.4-3.3-2.1-5.7-2.1-3.4,0-5.9,1.7-7.7,5-0.9,1.7-1.7,4.3-2.2,7.7-0.5,3.5-0.8,7.2-0.8,11.3,0,2.8,0.1,5.7,0.3,8.6s0.6,5.7,1.1,8.3c0.7,3.3,1.9,5.8,3.6,7.6s3.8,2.6,6.4,2.6c4.9,0,7.4-3.5,7.4-10.5v-4.4h-7.7v-9.5h17.4v13.9c0,2.4-0.1,4.4-0.4,6z"/><path fill="#260d0d" d="m189,294s1.5-2.2,5.2-2.4l2.4-2.9s3.5,1.1,3.5,3c0,0-0.8,1.5,5-0.7l1,0.6-2.7,2.9s-6.6,0.5-8.9,3.4c0,0-2,1.1-2.5,3.8l3.9,3.4,2.3-3.9,2,2.5,0.9,0.2s1.8-4.1,4.4-3.7l4.4,4.4s-3.4,0.9-3.5,2.4l-2.2,0.8-0.9,0.2-0.5-0.3v1.2l0.7,0.3s1.9-0.5,5.2,13.1l2.2-1.4,1.8,0.4s1.5-0.5,1.5-1.7c0,0,1-0.3,0.9,0.6s-0.3,1.6-1.7,2.4-1.3-1-2-0.7c-0.8,0.3-1.3,0.6-1.3,1s2.4,0.9,3,2.1-0.3,1-0.4,0.8-1.5-0.3-1.6-0.1-2.4,1.1-1.8,2c0.5,0.9,1.7,1.9,2.8,1.7s1.3-0.9,2-0.7,0.8,1.3,0.8,1.3l0.9,0.2,0.1-0.6s1.9,0.8,1.1,3,3.4-0.3,3.2-0.6,0.5,1.3,0,1.8,2.9,1.5,3.1,2,0.4,1.1-0.2,1c-0.7-0.1-2.3-1-2.4-0.6s0.1,0.8,1.9,1.7l2-1,0.5,0.6c0,0.7-2.5,1.2-1.2,2.3s2.7,0.6,2.7,0.6,0.1,0.9,0.1,1.8,1.2,0.9,1.2,0.9l-1.5,1.6,1.4-0.4s1.4,3.5,0.6,5.3l1.9,0.7-0.1,3.5-1.7-0.3-0.1,1.8,2.4,2.2-0.7,0.8-2.5-0.3s-0.8-0.1-1.1,2c0,0-9.6,5.3-10.4,7-0.9,1.6-3.9,0.1-3.9,0.1v-1.5l0.9-1-0.8-0.6-1.1,0.1-0.2,0.7-0.4-0.1s-0.2-3,2.5-4.1c0,0,0.3-1.6-1-3.3-1.3-1.6-1.5-9.2-1.5-9.2s-1.5-1.2-2-0.4-1.3,0.9-1.3,3.8,0.8,15.1,0.8,15.1,2.1,4.6,2.9,4.4-0.1,1.9-0.6,2.5-1.4,1.1-4.3-1.1c-2.9-2.1-1.9-10.9-1.9-10.9s-4.5-7.9-4.4-14.3l-3.1-1.5-1,0.6s-2.5-0.2-4.2-3.3l-1.8,0.1,0.3-4.3s-0.8-0.5-1.2,0-4.1,5.7-4.1,6.2,0.2,1.2,1.9,1.2c1.7-0.1,3.1,2.6,3.2,3s0.3,1.9,0.3,1.9l-1.1,0.4s-2.3-0.1-4.5-2.4c0,0-2.7,0.7-1.2,1.2,1.5,0.6,2.5,2.6,4.2,3,1.7,0.3,1.5,2.2,1.7,2.7s3.8,3,3.2,6.2l-5.3-2-0.2-2-1-0.4-0.2-1.5s-4.7-4.9-9.3-6.6l1.6-2.5s-5.4-1.2-7.1-3.1,3.2-4.5,3.2-4.5l0.9-5.2-2.1-3.8s0.2-8.2,5.1-9.2c0,0-2.8-5.9-4.6-0.2s-1.1,12-6.5,10.7c0,0,2-3.6,1.6-5.2l-1.7,0.1s0.8-1.4,1.1-1.6c0.3-0.3,0-1.7,0-1.7l-1.9,0.1s1.7-1.1,1.7-2,0.8-2,0.8-2l-1-1.2s1.2-8.6,4.7-8.8,6.7,5.2,6,7.2c-0.6,2,1.9,3.1,2.4,3.3s3-0.1,10.3,2.4l0.8-2.6s1.4-0.3,1.9,0.8,0.8-1.5,0.8-1.5l-1.1-0.6-0.1-9.7s-5.3-4.1-5.5-6.1,3.1-5.5,3.3-5.7,0.3-1.2,0.3-1.2l-2.9-1.5,0.6-0.4z"/><polygon points="201.4,322.4,203.9,325.1,205.1,325,205.8,324.3,204.8,321.2,203.9,319.3,203,319.3,203,319.3" fill="#ffca08"/><polygon points="177.2,343.8,178.8,344,179,342.8,178.5,342.2,178.5,342.2" fill="#ffca08"/><text text-anchor="middle" text-align="center" font-size="250px" y="275.3443" x="197.12149" font-family="'Roadgeek 2014 Series D'" fill="#260d0d"><tspan y="275.3443" x="197.12149">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/shields/template_usawy_wide.svg b/shields/template_usawy_wide.svg new file mode 100644 index 00000000..ca4a5f7f --- /dev/null +++ b/shields/template_usawy_wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="600px" width="600px" viewBox="0 0 390.7 393.2"><path d="m386.6,369.7c0,10.8-8.8,19.5-19.7,19.5h-343.2c-10.9,0-19.7-8.7-19.7-19.5v-346.2c0-10.8,8.8-19.5,19.7-19.5h343.3c10.9,0,19.7,8.7,19.7,19.5l-0.1,346.2z" stroke="#260d0d" stroke-width="8" fill="#ffca08"/><polygon points="58.5,102.3,52.1,67,45.7,102.3,37.1,102.3,26.5,34.7,35.9,34.7,41.7,70.7,48.2,34.7,55.9,34.7,62.3,70.7,68.2,34.7,77.7,34.7,66.8,102.3,66.8,102.3" fill="#260d0d"/><polygon points="108.1,102.3,98.4,102.3,98.4,71.7,81.7,34.7,91.9,34.7,103.3,59.1,114.5,34.7,124.9,34.7,108.1,71.7,108.1,71.7" fill="#260d0d"/><path fill="#260d0d" d="m172.7,68.4c0,5.2-0.3,9.6-0.9,13.2s-1.6,7.1-3,10.3c-1.7,4-3.8,7-6.3,8.8s-5.7,2.8-9.5,2.8c-4,0-7.3-0.9-9.9-2.8-2.5-1.9-4.6-4.8-6.3-8.8-1.4-3.3-2.4-6.8-3-10.4s-0.9-8-0.9-13.2c0-5.1,0.3-9.5,0.9-13.2s1.6-7.1,3-10.3c1.8-4,3.9-7,6.4-8.7,2.5-1.8,5.8-2.7,9.8-2.7,3.9,0,7.1,0.9,9.6,2.7s4.6,4.8,6.3,8.9c0.7,1.7,1.3,3.4,1.8,5,0.5,1.7,0.9,3.5,1.2,5.3s0.5,3.8,0.7,6c0,2.2,0.1,4.5,0.1,7.1zm-9.3,0c0-1.9-0.1-3.6-0.2-5.2-0.1-1.5-0.2-3-0.4-4.3s-0.4-2.6-0.7-3.8-0.6-2.4-0.9-3.6c-0.9-3-2-5.2-3.3-6.6-1.3-1.3-3-2-5-2-4.2,0-7.1,2.8-8.6,8.4-0.8,2.6-1.4,5.1-1.7,7.7s-0.5,5.8-0.5,9.5c0,1.8,0,3.5,0.1,5s0.2,2.9,0.4,4.2,0.4,2.6,0.7,3.9,0.6,2.6,0.9,3.9c1.6,5.6,4.4,8.4,8.6,8.4,2,0,3.7-0.7,5-2s2.4-3.5,3.3-6.4c0.4-1.4,0.7-2.6,1-3.9,0.3-1.2,0.5-2.5,0.7-3.9,0.2-1.3,0.3-2.8,0.3-4.3,0.3-1.3,0.3-3.1,0.3-5z"/><polygon points="220.9,64.4,208.5,102.3,195.9,64.4,195.9,102.3,186.2,102.3,186.2,34.7,195.9,34.7,208.5,72.6,220.9,34.7,230.8,34.7,230.8,102.3,220.9,102.3,220.9,102.3" fill="#260d0d"/><rect height="67.6" width="9.5" y="34.7" x="245.5" fill="#260d0d"/><polygon points="279.6,57,279.6,102.3,269.9,102.3,269.9,34.7,279.6,34.7,298.2,75.3,298.2,34.7,307.9,34.7,307.9,102.3,300.5,102.3,300.5,102.3" fill="#260d0d"/><path fill="#260d0d" d="m358.7,89.5c-0.3,1.6-0.8,3.1-1.5,4.6-1.3,3-3.3,5.3-5.9,7s-5.6,2.5-9,2.5c-4,0-7.5-1-10.4-2.9s-5.2-4.8-6.9-8.7c-1.1-2.6-1.9-6-2.6-10.3-0.6-4.3-1-8.6-1-13.1,0-4.8,0.2-9,0.7-12.6,0.4-3.6,1.3-7,2.5-10.3,0.6-1.8,1.5-3.4,2.6-4.9s2.4-2.8,3.9-3.9,3.1-2,4.9-2.6,3.7-0.9,5.6-0.9c2.4,0,4.7,0.4,6.8,1.3s3.9,2,5.4,3.5,2.8,3.3,3.7,5.4,1.5,4.4,1.6,6.9h-9.7c-0.1-2.3-0.9-4.1-2.4-5.5-1.4-1.4-3.3-2.1-5.7-2.1-3.4,0-5.9,1.7-7.7,5-0.9,1.7-1.7,4.3-2.2,7.7-0.5,3.5-0.8,7.2-0.8,11.3,0,2.8,0.1,5.7,0.3,8.6s0.6,5.7,1.1,8.3c0.7,3.3,1.9,5.8,3.6,7.6s3.8,2.6,6.4,2.6c4.9,0,7.4-3.5,7.4-10.5v-4.4h-7.7v-9.5h17.4v13.9c0,2.4-0.1,4.4-0.4,6z"/><path fill="#260d0d" d="m189,294s1.5-2.2,5.2-2.4l2.4-2.9s3.5,1.1,3.5,3c0,0-0.8,1.5,5-0.7l1,0.6-2.7,2.9s-6.6,0.5-8.9,3.4c0,0-2,1.1-2.5,3.8l3.9,3.4,2.3-3.9,2,2.5,0.9,0.2s1.8-4.1,4.4-3.7l4.4,4.4s-3.4,0.9-3.5,2.4l-2.2,0.8-0.9,0.2-0.5-0.3v1.2l0.7,0.3s1.9-0.5,5.2,13.1l2.2-1.4,1.8,0.4s1.5-0.5,1.5-1.7c0,0,1-0.3,0.9,0.6s-0.3,1.6-1.7,2.4-1.3-1-2-0.7c-0.8,0.3-1.3,0.6-1.3,1s2.4,0.9,3,2.1-0.3,1-0.4,0.8-1.5-0.3-1.6-0.1-2.4,1.1-1.8,2c0.5,0.9,1.7,1.9,2.8,1.7s1.3-0.9,2-0.7,0.8,1.3,0.8,1.3l0.9,0.2,0.1-0.6s1.9,0.8,1.1,3,3.4-0.3,3.2-0.6,0.5,1.3,0,1.8,2.9,1.5,3.1,2,0.4,1.1-0.2,1c-0.7-0.1-2.3-1-2.4-0.6s0.1,0.8,1.9,1.7l2-1,0.5,0.6c0,0.7-2.5,1.2-1.2,2.3s2.7,0.6,2.7,0.6,0.1,0.9,0.1,1.8,1.2,0.9,1.2,0.9l-1.5,1.6,1.4-0.4s1.4,3.5,0.6,5.3l1.9,0.7-0.1,3.5-1.7-0.3-0.1,1.8,2.4,2.2-0.7,0.8-2.5-0.3s-0.8-0.1-1.1,2c0,0-9.6,5.3-10.4,7-0.9,1.6-3.9,0.1-3.9,0.1v-1.5l0.9-1-0.8-0.6-1.1,0.1-0.2,0.7-0.4-0.1s-0.2-3,2.5-4.1c0,0,0.3-1.6-1-3.3-1.3-1.6-1.5-9.2-1.5-9.2s-1.5-1.2-2-0.4-1.3,0.9-1.3,3.8,0.8,15.1,0.8,15.1,2.1,4.6,2.9,4.4-0.1,1.9-0.6,2.5-1.4,1.1-4.3-1.1c-2.9-2.1-1.9-10.9-1.9-10.9s-4.5-7.9-4.4-14.3l-3.1-1.5-1,0.6s-2.5-0.2-4.2-3.3l-1.8,0.1,0.3-4.3s-0.8-0.5-1.2,0-4.1,5.7-4.1,6.2,0.2,1.2,1.9,1.2c1.7-0.1,3.1,2.6,3.2,3s0.3,1.9,0.3,1.9l-1.1,0.4s-2.3-0.1-4.5-2.4c0,0-2.7,0.7-1.2,1.2,1.5,0.6,2.5,2.6,4.2,3,1.7,0.3,1.5,2.2,1.7,2.7s3.8,3,3.2,6.2l-5.3-2-0.2-2-1-0.4-0.2-1.5s-4.7-4.9-9.3-6.6l1.6-2.5s-5.4-1.2-7.1-3.1,3.2-4.5,3.2-4.5l0.9-5.2-2.1-3.8s0.2-8.2,5.1-9.2c0,0-2.8-5.9-4.6-0.2s-1.1,12-6.5,10.7c0,0,2-3.6,1.6-5.2l-1.7,0.1s0.8-1.4,1.1-1.6c0.3-0.3,0-1.7,0-1.7l-1.9,0.1s1.7-1.1,1.7-2,0.8-2,0.8-2l-1-1.2s1.2-8.6,4.7-8.8,6.7,5.2,6,7.2c-0.6,2,1.9,3.1,2.4,3.3s3-0.1,10.3,2.4l0.8-2.6s1.4-0.3,1.9,0.8,0.8-1.5,0.8-1.5l-1.1-0.6-0.1-9.7s-5.3-4.1-5.5-6.1,3.1-5.5,3.3-5.7,0.3-1.2,0.3-1.2l-2.9-1.5,0.6-0.4z"/><polygon points="201.4,322.4,203.9,325.1,205.1,325,205.8,324.3,204.8,321.2,203.9,319.3,203,319.3,203,319.3" fill="#ffca08"/><polygon points="177.2,343.8,178.8,344,179,342.8,178.5,342.2,178.5,342.2" fill="#ffca08"/><text text-anchor="middle" text-align="center" font-size="250px" y="275.3443" x="197.12149" font-family="'Roadgeek 2014 Series C'" fill="#260d0d"><tspan y="275.3443" x="197.12149">***NUMBER***</tspan></text></svg> \ No newline at end of file diff --git a/stat.php b/stat.php index 219826d0..9f2918b9 100644 --- a/stat.php +++ b/stat.php @@ -9,6 +9,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="/css/travelMapping.css"/> + <link rel="shortcut icon" type="image/png" href="/favicon.png"> <!-- jQuery --> <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <!-- TableSorter --> @@ -46,23 +47,24 @@ </script> <?php require $_SERVER['DOCUMENT_ROOT'] . "/lib/tmheader.php"; ?> <h1>Traveler Statistics</h1> +<?php tm_user_select_form("\"\""); ?> <table style="margin: auto"> <?php - $totalMileage = round(tm_sum_column("overallMileageByRegion", "activeMileage")); - $totalPreviewMileage = round(tm_sum_column("overallMileageByRegion", "activePreviewMileage")); - if ($tmuser == TM_NO_USER) { - echo "<form id=\"userselect\" action=\"\"><p>\n"; - echo "<label>Current User: </label>\n"; - tm_user_select(); - echo "<input type=\"submit\" value=\"Select User\" />\n"; - echo "</p></form>\n"; - }else{ + $totalMileage = round(tm_sum_column("overallMileageByRegion", "activeMileage"), 2); + $totalPreviewMileage = round(tm_sum_column("overallMileageByRegion", "activePreviewMileage"), 2); +// if ($tmuser == TM_NO_USER) { +// echo "<form id=\"userselect\" action=\"\"><p>\n"; +// echo "<label>Current User: </label>\n"; +// tm_user_select(); +// echo "<input type=\"submit\" value=\"Select User\" />\n"; +// echo "</p></form>\n"; +// }else{ echo <<<HTML <tr><td colspan="2"> <table class="gratable" id="usertable"> <thead> <tr><th colspan="5">Current User</th></tr> - <tr><th>User</th><th>Active Mileage</th><th>Rank</th><th>Active + Preview Mileage</th><th>Rank</th></tr> + <tr><th>User</th><th>Active Distance Traveled</th><th>Rank</th><th>Active + Preview Distance Traveled</th><th>Rank</th></tr> </thead><tbody> HTML; echo "<tr onClick=\"window.document.location='/user?u={$tmuser}';\">"; @@ -77,7 +79,9 @@ $res = tmdb_query($sql); $row = tm_fetch_user_row_with_rank($res, 'clinchedMileage'); echo "<td>{$row['traveler']}</td>"; - echo "<td>{$row['clinchedMileage']} / {$totalMileage} ({$row['percentage']}%)</td>"; + echo "<td>".tm_convert_distance($row['clinchedMileage'])." of ".tm_convert_distance($totalMileage)." "; + tm_echo_units(); + echo " ({$row['percentage']}%)</td>"; echo "<td>{$row['rank']}</td>"; $sql = <<<SQL @@ -90,26 +94,28 @@ SQL; $res = tmdb_query($sql); $row = tm_fetch_user_row_with_rank($res, 'clinchedMileage'); - echo "<td>{$row['clinchedMileage']} / {$totalPreviewMileage} ({$row['percentage']}%)</td>"; + echo "<td>".tm_convert_distance($row['clinchedMileage'])." of ".tm_convert_distance($totalPreviewMileage)." "; + tm_echo_units(); + echo " ({$row['percentage']}%)</td>"; echo "<td>{$row['rank']}</td>"; echo <<<HTML </tr> </tbody></table> </td></tr> HTML; - } +// } ?> <tr> <td> <table class="gratable tablesorter rankingstable"> <thead> <tr> - <th colspan="5">Traveler Mileage in Active Systems</th> + <th colspan="5">Travels in Active Systems</th> </tr> <tr> <th class="sortable">Rank</th> <th class="sortable">Username</th> - <th class="sortable">Miles Traveled</th> + <th class="sortable">Distance Traveled (<?php tm_echo_units(); ?>)</th> <th class="sortable">%</th> </tr> </thead> @@ -131,9 +137,10 @@ } else { $highlight = ''; } + $print_distance = tm_convert_distance($row['clinchedMileage']); echo <<<HTML <tr class="$highlight" onClick="window.document.location='/user?u={$row['traveler']}';"> - <td>{$rank}</td><td>{$row['traveler']}</td><td>{$row['clinchedMileage']}</td><td>{$row['percentage']}%</td> + <td>{$rank}</td><td>{$row['traveler']}</td><td>{$print_distance}</td><td>{$row['percentage']}%</td> </tr> HTML; $rank++; @@ -148,12 +155,12 @@ <table class="gratable tablesorter rankingstable"> <thead> <tr> - <th colspan="5">Traveler Mileage in Active and Preview Systems</th> + <th colspan="5">Travels in Active and Preview Systems</th> </tr> <tr> <th class="sortable">Rank</th> <th class="sortable">Username</th> - <th class="sortable">Miles Traveled</th> + <th class="sortable">Distance Traveled (<?php tm_echo_units(); ?>)</th> <th class="sortable">%</th> </tr> </thead> @@ -175,9 +182,10 @@ } else { $highlight = ''; } + $print_distance = tm_convert_distance($row['clinchedMileage']); echo <<<HTML <tr class="$highlight" onClick="window.document.location='/user?u={$row['traveler']}';"> - <td>{$rank}</td><td>{$row['traveler']}</td><td>{$row['clinchedMileage']}</td><td>{$row['percentage']}%</td> + <td>{$rank}</td><td>{$row['traveler']}</td><td>{$print_distance}</td><td>{$row['percentage']}%</td> </tr> HTML; $rank++; @@ -192,4 +200,4 @@ </table> </body> <?php require $_SERVER['DOCUMENT_ROOT'] . "/lib/tmfooter.php"; ?> -</html> \ No newline at end of file +</html> diff --git a/updateprod.csh b/updateprod.csh deleted file mode 100644 index 5fa81900..00000000 --- a/updateprod.csh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/csh -f -scp *.php blizzard.teresco.org:/home/www/tm/ -foreach dir (user lib devel hb shields css) - scp $dir/*.{php,js,svg,css} blizzard.teresco.org:/home/www/tm/$dir -end diff --git a/updateserver.sh b/updateserver.sh new file mode 100644 index 00000000..5e644321 --- /dev/null +++ b/updateserver.sh @@ -0,0 +1,29 @@ +#!/usr/bin/env bash +# +# Copy files from working directory of Web repository to the server +# +set -e +shopt -s nullglob +server=blizzard.teresco.org +basedir=/home/www/ +rootdir=tmtest +shieldsdir= +otherdirs="user lib devel hb css graphs" +while (( "$#" )); do + + if [ "$1" == "--prod" ]; then + rootdir=tm + fi + + if [ "$1" == "--shields" ]; then + shieldsdir=shields + fi + + shift +done + +echo "Updating to $server:$basedir$rootdir, directories $otherdirs $shieldsdir" +scp *.php $server:$basedir$rootdir +for dir in $otherdirs $shieldsdir; do + scp $dir/*.{php,js,svg,css,png} $server:$basedir$rootdir/$dir +done diff --git a/updatetest.csh b/updatetest.csh deleted file mode 100644 index 81b00751..00000000 --- a/updatetest.csh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/csh -f -scp *.php blizzard.teresco.org:/home/www/tmtest/ -foreach dir (user lib devel hb shields css) - scp $dir/*.{php,js,svg,css} blizzard.teresco.org:/home/www/tmtest/$dir -end diff --git a/user/index.php b/user/index.php index a35adeec..d4395829 100644 --- a/user/index.php +++ b/user/index.php @@ -10,6 +10,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="/css/travelMapping.css" /> + <link rel="shortcut icon" type="image/png" href="/favicon.png"> <style type="text/css"> #body { left: 0px; @@ -103,13 +104,15 @@ $res = tmdb_query($sql_command); $row = $res->fetch_assoc(); $res->free(); - echo "<tr class='notclickable' style=\"background-color:#EEEEFF\"><td>Miles Driven</td>"; - echo "<td>" . $row['clinchedActiveMileage']; - echo "/" . $row['totalActiveMileage'] . " mi ("; - echo $row['activePercentage'] . "%) Rank: TBD</td>"; - echo "<td>" . $row['clinchedActivePreviewMileage']; - echo "/" . $row['totalActivePreviewMileage'] . " mi ("; - echo $row['activePreviewPercentage'] . "%) Rank: TBD</td>"; + echo "<tr class='notclickable' style=\"background-color:#EEEEFF\"><td>Distance Traveled</td>"; + echo "<td>" . tm_convert_distance($row['clinchedActiveMileage']); + echo "/" . tm_convert_distance($row['totalActiveMileage']) . " "; + tm_echo_units(); + echo " (" . $row['activePercentage'] . "%) Rank: TBD</td>"; + echo "<td>" . tm_convert_distance($row['clinchedActivePreviewMileage']); + echo "/" . tm_convert_distance($row['totalActivePreviewMileage']) . " "; + tm_echo_units(); + echo " (" . $row['activePreviewPercentage'] . "%) Rank: TBD</td>"; echo "</tr>"; @@ -136,7 +139,7 @@ $activePreviewRoutes = $row['total']; $res->free(); - $sql_command = "SELECT COUNT(ccr.route) AS driven, SUM(ccr.clinched) AS clinched, ROUND(COUNT(ccr.route) / ".$activeRoutes." * 100,2) AS drivenPercent, ROUND(SUM(ccr.clinched) / ".$activeRoutes." * 100,2) AS clinchedPercent FROM connectedRoutes AS cr LEFT JOIN clinchedConnectedRoutes AS ccr ON cr.firstRoot = ccr.route AND traveler = '" . $tmuser . "' LEFT JOIN routes ON ccr.route = routes.root LEFT JOIN systems ON routes.systemName = systems.systemName WHERE (systems.level = 'active' OR systems.level = 'preview');"; + $sql_command = "SELECT COUNT(ccr.route) AS driven, SUM(ccr.clinched) AS clinched, ROUND(COUNT(ccr.route) / ".$activePreviewRoutes." * 100,2) AS drivenPercent, ROUND(SUM(ccr.clinched) / ".$activePreviewRoutes." * 100,2) AS clinchedPercent FROM connectedRoutes AS cr LEFT JOIN clinchedConnectedRoutes AS ccr ON cr.firstRoot = ccr.route AND traveler = '" . $tmuser . "' LEFT JOIN routes ON ccr.route = routes.root LEFT JOIN systems ON routes.systemName = systems.systemName WHERE (systems.level = 'active' OR systems.level = 'preview');"; $res = tmdb_query($sql_command); $row = $res->fetch_assoc(); $activePreviewDriven = $row['driven']; @@ -146,7 +149,7 @@ $res->free(); echo "<tr onclick=\"window.open('/shields/clinched.php?u={$tmuser}&cort=traveled')\">"; - echo "<td>Routes Driven</td>"; + echo "<td>Routes Traveled</td>"; echo "<td>".$activeDriven." of " . $activeRoutes . " (" . $activeDrivenPct . "%) Rank: TBD</td>"; echo "<td>".$activePreviewDriven." of " . $activePreviewRoutes . " (" . $activePreviewDrivenPct . "%) Rank: TBD</td>"; echo "</tr>"; @@ -169,12 +172,12 @@ <tr> <th class="sortable">Country</th> <th class="sortable">Region</th> - <th class="sortable">Clinched (mi)</th> - <th class="sortable">Overall (mi)</th> - <th class="sortable">% Clinched</th> - <th class="sortable">Clinched (mi)</th> - <th class="sortable">Overall (mi)</th> - <th class="sortable">% Clinched</th> + <th class="sortable">Clinched (<?php tm_echo_units(); ?>)</th> + <th class="sortable">Overall (<?php tm_echo_units(); ?>)</th> + <th class="sortable">%</th> + <th class="sortable">Clinched (<?php tm_echo_units(); ?>)</th> + <th class="sortable">Overall (<?php tm_echo_units(); ?>)</th> + <th class="sortable">%</th> <th colspan="2">Map</th> </tr> </thead> @@ -204,7 +207,7 @@ } $activePreviewPercent = round($row['clinchedActivePreviewMileage'] / $row['totalActivePreviewMileage'] * 100.0, 2); $activePreviewPercent = sprintf('%0.2f', $activePreviewPercent); - echo "<tr onclick=\"window.document.location='/user/region.php?u=" . $tmuser . "&rg=" . $row['code'] . "'\"><td>" . $row['country'] . "</td><td>" . $row['name'] . "</td><td>" . sprintf('%0.2f', $row['clinchedActiveMileage']) . "</td><td>" . sprintf('%0.2f', $row['totalActiveMileage']) . "</td><td>" . $activePercent . "%</td><td>" . sprintf('%0.2f', $row['clinchedActivePreviewMileage']) . "</td><td>" . sprintf('%0.2f', $row['totalActivePreviewMileage']) . "</td><td>" . $activePreviewPercent . "%</td><td class='link'><a href=\"/user/mapview.php?u=" . $tmuser . "&rg=" . $row['code'] . "\">Map</a></td><td class='link'><a href='/hb?rg={$row['code']}'>HB</a></td></tr>"; + echo "<tr onclick=\"window.document.location='/user/region.php?u=" . $tmuser . "&rg=" . $row['code'] . "'\"><td>" . $row['country'] . "</td><td>" . $row['name'] . "</td><td>" . tm_convert_distance($row['clinchedActiveMileage']) . "</td><td>" . tm_convert_distance($row['totalActiveMileage']) . "</td><td>" . $activePercent . "%</td><td>" . tm_convert_distance($row['clinchedActivePreviewMileage']) . "</td><td>" . tm_convert_distance($row['totalActivePreviewMileage']) . "</td><td>" . $activePreviewPercent . "%</td><td class='link'><a href=\"/user/mapview.php?u=" . $tmuser . "&rg=" . $row['code'] . "\">Map</a></td><td class='link'><a href='/hb?rg={$row['code']}'>HB</a></td></tr>"; } $res->free(); ?> @@ -219,15 +222,37 @@ <th class="sortable">System Name</th> <th class="sortable">Tier</th> <th class="sortable">Status</th> - <th class="sortable">Clinched Mileage</th> - <th class="sortable">Total Mileage</th> - <th class="sortable">Percent</th> + <th class="sortable">Clinched (<?php tm_echo_units(); ?>)</th> + <th class="sortable">Total (<?php tm_echo_units(); ?>)</th> + <th class="sortable">% Clinched</th> <th colspan="2">Map</th> </tr> </thead> <tbody> <?php - $sql_command = "SELECT sys.countryCode, sys.systemName, sys.level, sys.tier, sys.fullName, COALESCE(ROUND(SUM(cr.mileage), 2),0) AS clinchedMileage, COALESCE(ROUND(SUM(r.mileage), 2), 0) AS totalMileage, COALESCE(ROUND(SUM(cr.mileage) / SUM(r.mileage) * 100, 2), 0) AS percentage FROM systems AS sys INNER JOIN routes AS r ON r.systemName = sys.systemName LEFT JOIN clinchedRoutes AS cr ON cr.route = r.root AND cr.traveler = '" . $tmuser . "' WHERE (sys.level = 'active' OR sys.level = 'preview') GROUP BY r.systemName;"; + // need to build system mileages from systemMileageByRegion + // and clinchedSystemMileageByRegion tables since they already + // take concurrencies into account properly + $sql_command = <<<SQL +SELECT +sys.countryCode, +sys.systemName, +sys.level, +sys.tier, +sys.fullName, +COALESCE(ROUND(SUM(csm.mileage), 2), 0) AS clinchedMileage, +COALESCE(ROUND(SUM(sm.mileage), 2), 0) AS totalMileage, +COALESCE(ROUND(SUM(csm.mileage)/ SUM(sm.mileage) * 100, 2), 0) AS percentage +FROM systems as sys +INNER JOIN systemMileageByRegion AS sm + ON sm.systemName = sys.systemName +LEFT JOIN clinchedSystemMileageByRegion AS csm + ON sm.region = csm.region AND + csm.systemName = sys.systemName AND + csm.traveler = '$tmuser' +WHERE (sys.level = 'active' OR sys.level = 'preview') +GROUP BY sm.systemName; +SQL; $res = tmdb_query($sql_command); while ($row = $res->fetch_assoc()) { if ($row['clinchedMileage'] == 0) continue; @@ -237,8 +262,8 @@ echo "<td>" . $row['fullName'] . "</td>"; echo "<td>Tier " . $row['tier'] . "</td>"; echo "<td>" . $row['level'] . "</td>"; - echo "<td>" . $row['clinchedMileage'] . "</td>"; - echo "<td>" . $row['totalMileage'] . "</td>"; + echo "<td>" . tm_convert_distance($row['clinchedMileage']) . "</td>"; + echo "<td>" . tm_convert_distance($row['totalMileage']) . "</td>"; echo "<td>" . $row['percentage'] . "%</td>"; echo "<td class='link'><a href=\"/user/mapview.php?u={$tmuser}&sys={$row['systemName']}\">Map</a></td>"; echo "<td class='link'><a href='/hb?sys={$row['systemName']}'>HB</a></td></tr>"; diff --git a/user/mapview.php b/user/mapview.php index c9dcb699..9c005380 100644 --- a/user/mapview.php +++ b/user/mapview.php @@ -16,6 +16,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="/css/travelMapping.css" /> + <link rel="shortcut icon" type="image/png" href="/favicon.png"> <style type="text/css"> #controlbox { position: absolute; @@ -115,159 +116,7 @@ <!-- TableSorter --> <script type="application/javascript" src="/lib/jquery.tablesorter.js"></script> - <?php - - function orClauseBuilder($param, $name, $tablename = 'r') { - $array = array(); - if (is_array($_GET[$param])) { - foreach ($_GET[$param] as $p) { - $array = array_merge($array, explode(',',$p)); - } - } - else { - $array = explode(",", $_GET[$param]); - } - $array = array_diff($array, array("null")); - $clause = "("; - $i = 0; - foreach($array as $item) { - $clause.="{$tablename}.{$name} = '{$item}'"; - $i++; - if($i < sizeof($array)) $clause .= " or "; - } - $clause .= ")"; - if ($i == 0) { - return "TRUE"; - } - return $clause; - } - - ?> <script src="../lib/tmjsfuncs.js" type="text/javascript"></script> - - <script type="application/javascript"> - function waypointsFromSQL() { - <?php - // later get this from a QS parameter probably - // idea: option to include devel routes as a debugging aid - $activeClause = "(systems.level='preview' OR systems.level='active')"; - $regions = tm_qs_multi_or_comma_to_array("rg"); - - // restrict to waypoints matching routes whose region is given in the "rg=" query string parameter - // build strings needed for later queries - $select_regions = ""; - $where_regions = ""; - $num_regions = 0; - foreach ($regions as $region) { - if ($num_regions == 0) { - $select_regions = " and (routes.region='".$region."'"; - $where_regions = " where (region='".$region."'"; - } - else { - $select_regions = $select_regions." or routes.region='".$region."'"; - $where_regions = $where_regions." or region='".$region."'"; - } - $num_regions = $num_regions + 1; - } - if ($num_regions > 0) { - $select_regions = $select_regions.")"; - $where_regions = $where_regions.")"; - } - - // select based on system? - $systems = tm_qs_multi_or_comma_to_array("sys"); - - // restrict to waypoints matching routes whose system is given in the "sys=" query string parameter - $select_systems = ""; - $where_systems = ""; - $num_systems = 0; - foreach ($systems as $system) { - if ($num_systems == 0) { - $select_systems = " and (routes.systemName='".$system."'"; - $where_systems = " where (routes.systemName='".$system."'"; - } - else { - $select_systems = $select_systems." or routes.systemName='".$system."'"; - $where_systems = $where_systems." or routes.systemName='".$system."'"; - } - $num_systems = $num_systems + 1; - } - if ($num_systems > 0) { - $select_systems = $select_systems.")"; - $where_systems = $where_systems.")"; - } - - if (array_key_exists("rte", $_GET)) { - $rteClause = " where (routes.route like '".$_GET['rte']."' or route regexp '".$_GET['rte']."[a-z]')"; - $rteClause = str_replace("*", "%", $rteClause); - if (array_key_exists('rg', $_GET)) $rteClause .= " AND ".orClauseBuilder('rg', 'region','routes'); - if (array_key_exists('sys', $_GET)) $rteClause .= " AND ".orClauseBuilder('sys', 'systemName','routes'); - $sql_command = "SELECT waypoints.pointName, waypoints.latitude, waypoints.longitude, waypoints.root, systems.tier, systems.color, systems.systemname FROM waypoints JOIN routes ON routes.root = waypoints.root JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ".$rteClause." ORDER BY root, waypoints.pointId;"; - } elseif (($num_systems == 0) && ($num_regions == 0)) { - // for now, put in a default to usai, do something better later - $select_systems = " and (routes.systemName='usai')"; - $where_systems = " where (routes.systemName='usai')"; - $sql_command = "SELECT waypoints.pointName, waypoints.latitude, waypoints.longitude, waypoints.root, systems.tier, systems.color, systems.systemname FROM waypoints JOIN routes ON routes.root = waypoints.root".$select_regions.$select_systems." JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ORDER BY root, waypoints.pointId;"; - } else { - $sql_command = "SELECT waypoints.pointName, waypoints.latitude, waypoints.longitude, waypoints.root, systems.tier, systems.color, systems.systemname FROM waypoints JOIN routes ON routes.root = waypoints.root".$select_regions.$select_systems." JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ORDER BY root, waypoints.pointId;"; - } - - $res = tmdb_query($sql_command); - - $routenum = 0; - $pointnum = 0; - $lastRoute = ""; - while ($row = $res->fetch_assoc()) { - if (!($row['root'] == $lastRoute)) { - echo "newRouteIndices[".$routenum."] = ".$pointnum.";\n"; - echo "routeTier[".$routenum."] = ".$row['tier'].";\n"; - echo "routeColor[".$routenum."] = '".$row['color']."';\n"; - echo "routeSystem[".$routenum."] = '".$row['systemname']."';\n"; - $lastRoute = $row['root']; - $routenum = $routenum + 1; - } - echo "waypoints[".$pointnum."] = new Waypoint(\"".$row['pointName']."\",".$row['latitude'].",".$row['longitude']."); // Route = ".$row['root']." (".$row['color'].")\n"; - $pointnum = $pointnum + 1; - } - - // check for query string parameter for traveler clinched mapping of route - if (array_key_exists("u",$_GET)) { - echo "// select_systems: ".$select_systems."\n"; - echo "// where_systems: ".$where_systems."\n"; - echo "traveler = '".$_GET['u']."';\n"; - // retrieve list of segments for this region or regions - if(isset($rteClause)) { - $sql_command = "SELECT segments.segmentId, segments.root FROM segments JOIN routes ON routes.root = segments.root JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ".$rteClause." ORDER BY root, segments.segmentId;"; - } else { - $sql_command = "SELECT segments.segmentId, segments.root FROM segments JOIN routes ON routes.root = segments.root JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ".$where_regions.$select_systems." ORDER BY root, segments.segmentId;"; - } - $res = tmdb_query($sql_command); - $segmentIndex = 0; - while ($row = $res->fetch_assoc()) { - echo "segments[".$segmentIndex."] = ".$row['segmentId']."; // route=".$row['root']."\n"; - $segmentIndex = $segmentIndex + 1; - } - if(isset($rteClause)) { - $sql_command = "SELECT segments.segmentId, segments.root FROM segments RIGHT JOIN clinched ON segments.segmentId = clinched.segmentId JOIN routes ON routes.root = segments.root JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ".$rteClause." AND clinched.traveler='".$_GET['u']."' ORDER BY root, segments.segmentId;"; - } else { - $sql_command = "SELECT segments.segmentId, segments.root FROM segments RIGHT JOIN clinched ON segments.segmentId = clinched.segmentId JOIN routes ON routes.root = segments.root JOIN systems ON routes.systemname = systems.systemname AND ".$activeClause." ".$where_regions.$select_systems." AND clinched.traveler='".$_GET['u']."' ORDER BY root, segments.segmentId;"; - } - $res = tmdb_query($sql_command); - $segmentIndex = 0; - while ($row = $res->fetch_assoc()) { - echo "clinched[".$segmentIndex."] = ".$row['segmentId']."; // route=".$row['root']."\n"; - $segmentIndex = $segmentIndex + 1; - } - echo "mapClinched = true;\n"; - } - - // insert custom color code if needed - tm_generate_custom_colors_array(); - - ?> - genEdges = true; - } - </script> <title>Travel Mapping: Draft Map Overlay Viewer @@ -360,16 +209,20 @@ function initFloatingHeaders($table) { - + - + two rows of data in the table --> + + + + {$row['tier']}. {$row['systemName']}\n"; +.tm_convert_distance($row['clinched'])."\n"; } ?> @@ -433,4 +286,6 @@ function initFloatingHeaders($table) { close(); ?> + + diff --git a/user/region.php b/user/region.php index 274029e4..a7b5c9e0 100644 --- a/user/region.php +++ b/user/region.php @@ -11,14 +11,31 @@ +
    RouteSystemClinchedOverall%
    Clinched ()Overall ()%
    DUMMY 000000000.00%
    DUMMY000000000.00%
    HTML -.$row['clinched']."".$row['total']."".$pct."%
    ".tm_convert_distance($row['total'])."".$pct."%