Bugfixes
@@ -144,7 +144,8 @@ class TSHScoreboardStageWidget(QWidget):
|
||||
|
||||
# Load local rulesets
|
||||
try:
|
||||
userRulesets = json.loads(open("./user_data/rulesets.json").read())
|
||||
userRulesets = json.loads(
|
||||
open("./user_data/rulesets.json", encoding="utf-8").read())
|
||||
|
||||
for ruleset in userRulesets:
|
||||
if ruleset.get("videogame") == TSHGameAssetManager.instance.selectedGame.get("codename"):
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/stage_strike_app/build/static/css/main.ea614ad1.css",
|
||||
"main.js": "/stage_strike_app/build/static/js/main.428926df.js",
|
||||
"static/js/787.38693322.chunk.js": "/stage_strike_app/build/static/js/787.38693322.chunk.js",
|
||||
"static/media/stage_dsr.svg": "/stage_strike_app/build/static/media/stage_dsr.b691229038cc875107cc.svg",
|
||||
"static/media/stage_strike.svg": "/stage_strike_app/build/static/media/stage_strike.2a63ee3027ea819a797a.svg",
|
||||
"static/media/stage_select.svg": "/stage_strike_app/build/static/media/stage_select.93f1de5f83321b0d15a0.svg",
|
||||
"static/media/logo.svg": "/stage_strike_app/build/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
|
||||
"index.html": "/stage_strike_app/build/index.html",
|
||||
"main.ea614ad1.css.map": "/stage_strike_app/build/static/css/main.ea614ad1.css.map",
|
||||
"main.428926df.js.map": "/stage_strike_app/build/static/js/main.428926df.js.map",
|
||||
"787.38693322.chunk.js.map": "/stage_strike_app/build/static/js/787.38693322.chunk.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.ea614ad1.css",
|
||||
"static/js/main.428926df.js"
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
@@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><base href="/stage_strike_app/build/"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/><meta charset="utf-8"/><link rel="icon" href="/stage_strike_app/build/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/stage_strike_app/build/logo192.png"/><link rel="manifest" href="/stage_strike_app/build/manifest.json"/><title>React App</title><script defer="defer" src="/stage_strike_app/build/static/js/main.428926df.js"></script><link href="/stage_strike_app/build/static/css/main.ea614ad1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
@@ -0,0 +1,2 @@
|
||||
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.text{display:flex;height:100%;min-width:100%;place-content:center;place-items:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}body{font-family:Roboto Condensed;font-weight:700;margin:0;overflow:hidden}.container{width:100%}.container,.counterpick,.neutral{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.title{font-size:48px;padding-bottom:10px;padding-top:10px;width:100%}.rules,.title{text-align:center}.rules{font-size:32px}.stage-name{background-color:rgba(0,0,0,.8);bottom:0;color:#fff;font-size:14px;height:28px;letter-spacing:.8;position:absolute;text-transform:uppercase;width:100%}.stage-name.text{padding-left:5px;padding-right:5px}.stage-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;height:128px;width:200px}.stage-container{background-color:#424242;border-radius:8px;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);flex-shrink:0;overflow:hidden;padding-bottom:28px;position:relative}.stamp{height:48px;left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:48px}.stamp.stage-striked{background-image:url(/stage_strike_app/build/static/media/stage_strike.2a63ee3027ea819a797a.svg)}.stamp.stage-dsr{background-image:url(/stage_strike_app/build/static/media/stage_dsr.b691229038cc875107cc.svg)}.stamp.stage-selected{background-image:url(/stage_strike_app/build/static/media/stage_select.93f1de5f83321b0d15a0.svg)}
|
||||
/*# sourceMappingURL=main.ea614ad1.css.map*/
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"static/css/main.ea614ad1.css","mappings":"AAAA,KAKE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAKF,CAEA,KACE,uEAEF,CCPA,MAEE,YAAa,CAKb,WAAY,CAJZ,cAAe,CAGf,oBAAqB,CADrB,kBAAmB,CAJnB,kBAAmB,CAGnB,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAIF,CAEA,KACE,4BAA+B,CAC/B,eAAiB,CAEjB,QAAS,CADT,eAEF,CAEA,WAIE,UAEF,CAEA,iCAPE,YAAa,CAIb,cAAe,CAHf,QAAS,CACT,sBAWF,CAEA,OACE,cAAe,CAIf,mBAAoB,CADpB,gBAAiB,CADjB,UAGF,CAEA,cANE,iBASF,CAHA,OAEE,cACF,CAEA,YAIE,+BAAoC,CAGpC,QAAS,CALT,UAAY,CAGZ,cAAe,CACf,WAAY,CAEZ,iBAAmB,CAPnB,iBAAkB,CAQlB,wBAAyB,CANzB,UAOF,CAEA,iBACE,gBAAiB,CACjB,iBACF,CAEA,YAIE,uBAA2B,CAC3B,2BAA4B,CAF5B,qBAAsB,CADtB,YAAa,CADb,WAKF,CAEA,iBAQE,wBAAyB,CALzB,iBAAkB,CAGlB,gGACoE,CANpE,aAAc,CAGd,eAAgB,CAChB,mBAAoB,CAHpB,iBAOF,CAEA,OAME,WAAY,CAHZ,QAAS,CAFT,iBAAkB,CAClB,OAAQ,CAER,sCAAgC,CAAhC,8BAAgC,CAChC,UAEF,CACA,qBACE,gGACF,CACA,iBACE,6FACF,CACA,sBACE,gGACF","sources":["index.css","App.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","/* @font-face {\n font-family: \"Roboto Condensed\";\n src: url(\"../include/RobotoCondensed.ttf\") format(\"truetype\");\n} */\n\n.text {\n white-space: nowrap;\n display: flex;\n min-width: 100%;\n width: fit-content;\n place-items: center;\n place-content: center;\n height: 100%;\n}\n\nbody {\n font-family: \"Roboto Condensed\";\n font-weight: bold;\n overflow: hidden;\n margin: 0;\n}\n\n.container {\n display: flex;\n gap: 20px;\n justify-content: center;\n width: 100%;\n flex-wrap: wrap;\n}\n\n.neutral,\n.counterpick {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n gap: 20px;\n}\n\n.title {\n font-size: 48px;\n text-align: center;\n width: 100%;\n padding-top: 10px;\n padding-bottom: 10px;\n}\n\n.rules {\n text-align: center;\n font-size: 32px;\n}\n\n.stage-name {\n position: absolute;\n color: white;\n width: 100%;\n background-color: rgba(0, 0, 0, 0.8);\n font-size: 14px;\n height: 28px;\n bottom: 0;\n letter-spacing: 0.8;\n text-transform: uppercase;\n}\n\n.stage-name.text {\n padding-left: 5px;\n padding-right: 5px;\n}\n\n.stage-icon {\n width: 200px;\n height: 128px;\n background-size: cover;\n background-position: center;\n background-repeat: no-repeat;\n}\n\n.stage-container {\n flex-shrink: 0;\n position: relative;\n border-radius: 8px;\n overflow: hidden;\n padding-bottom: 28px;\n box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),\n 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);\n background-color: #424242;\n}\n\n.stamp {\n position: absolute;\n top: 40%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 48px;\n height: 48px;\n}\n.stamp.stage-striked {\n background-image: url(../../icons/stage_strike.svg);\n}\n.stamp.stage-dsr {\n background-image: url(../../icons/stage_dsr.svg);\n}\n.stamp.stage-selected {\n background-image: url(../../icons/stage_select.svg);\n}\n"],"names":[],"sourceRoot":""}
|
||||
@@ -0,0 +1,2 @@
|
||||
"use strict";(self.webpackChunkstage_strike_app=self.webpackChunkstage_strike_app||[]).push([[787],{787:function(e,t,n){n.r(t),n.d(t,{getCLS:function(){return y},getFCP:function(){return g},getFID:function(){return F},getLCP:function(){return P},getTTFB:function(){return D}});var i,r,a,o,u=function(e,t){return{name:e,value:void 0===t?-1:t,delta:0,entries:[],id:"v2-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)}},c=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if("first-input"===e&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},f=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},s=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},m=function(e,t,n){var i;return function(r){t.value>=0&&(r||n)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},v=-1,p=function(){return"hidden"===document.visibilityState?0:1/0},d=function(){f((function(e){var t=e.timeStamp;v=t}),!0)},l=function(){return v<0&&(v=p(),d(),s((function(){setTimeout((function(){v=p(),d()}),0)}))),{get firstHiddenTime(){return v}}},g=function(e,t){var n,i=l(),r=u("FCP"),a=function(e){"first-contentful-paint"===e.name&&(f&&f.disconnect(),e.startTime<i.firstHiddenTime&&(r.value=e.startTime,r.entries.push(e),n(!0)))},o=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],f=o?null:c("paint",a);(o||f)&&(n=m(e,r,t),o&&a(o),s((function(i){r=u("FCP"),n=m(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,n(!0)}))}))})))},h=!1,T=-1,y=function(e,t){h||(g((function(e){T=e.value})),h=!0);var n,i=function(t){T>-1&&e(t)},r=u("CLS",0),a=0,o=[],v=function(e){if(!e.hadRecentInput){var t=o[0],i=o[o.length-1];a&&e.startTime-i.startTime<1e3&&e.startTime-t.startTime<5e3?(a+=e.value,o.push(e)):(a=e.value,o=[e]),a>r.value&&(r.value=a,r.entries=o,n())}},p=c("layout-shift",v);p&&(n=m(i,r,t),f((function(){p.takeRecords().map(v),n(!0)})),s((function(){a=0,T=-1,r=u("CLS",0),n=m(i,r,t)})))},E={passive:!0,capture:!0},w=new Date,L=function(e,t){i||(i=t,r=e,a=new Date,k(removeEventListener),S())},S=function(){if(r>=0&&r<a-w){var e={entryType:"first-input",name:i.type,target:i.target,cancelable:i.cancelable,startTime:i.timeStamp,processingStart:i.timeStamp+r};o.forEach((function(t){t(e)})),o=[]}},b=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,t){var n=function(){L(e,t),r()},i=function(){r()},r=function(){removeEventListener("pointerup",n,E),removeEventListener("pointercancel",i,E)};addEventListener("pointerup",n,E),addEventListener("pointercancel",i,E)}(t,e):L(t,e)}},k=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,b,E)}))},F=function(e,t){var n,a=l(),v=u("FID"),p=function(e){e.startTime<a.firstHiddenTime&&(v.value=e.processingStart-e.startTime,v.entries.push(e),n(!0))},d=c("first-input",p);n=m(e,v,t),d&&f((function(){d.takeRecords().map(p),d.disconnect()}),!0),d&&s((function(){var a;v=u("FID"),n=m(e,v,t),o=[],r=-1,i=null,k(addEventListener),a=p,o.push(a),S()}))},C={},P=function(e,t){var n,i=l(),r=u("LCP"),a=function(e){var t=e.startTime;t<i.firstHiddenTime&&(r.value=t,r.entries.push(e),n())},o=c("largest-contentful-paint",a);if(o){n=m(e,r,t);var v=function(){C[r.id]||(o.takeRecords().map(a),o.disconnect(),C[r.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,v,{once:!0,capture:!0})})),f(v,!0),s((function(i){r=u("LCP"),n=m(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,C[r.id]=!0,n(!0)}))}))}))}},D=function(e){var t,n=u("TTFB");t=function(){try{var t=performance.getEntriesByType("navigation")[0]||function(){var e=performance.timing,t={entryType:"navigation",startTime:0};for(var n in e)"navigationStart"!==n&&"toJSON"!==n&&(t[n]=Math.max(e[n]-e.navigationStart,0));return t}();if(n.value=n.delta=t.responseStart,n.value<0||n.value>performance.now())return;n.entries=[t],e(n)}catch(e){}},"complete"===document.readyState?setTimeout(t,0):addEventListener("load",(function(){return setTimeout(t,0)}))}}}]);
|
||||
//# sourceMappingURL=787.38693322.chunk.js.map
|
||||
@@ -0,0 +1,56 @@
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/** @license MUI v5.4.1
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v0.20.2
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.13.1
|
||||
* react-is.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 841.9 595.3"><g fill="#61DAFB"><path d="M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zM421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24 4.7 8 9.5 15.8 14.4 23.4zM420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6 0-15.7 22.9-35.6 58.3-50.6 8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zM310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6zM320.8 78.4z"/><circle cx="420.9" cy="296.5" r="45.7"/><path d="M520.5 78.1z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
aria-hidden="true"
|
||||
focusable="false"
|
||||
data-prefix="fas"
|
||||
data-icon="times-circle"
|
||||
class="svg-inline--fa fa-times-circle fa-w-16"
|
||||
role="img"
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="stage_dsr.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8">
|
||||
<rect
|
||||
x="52.270589"
|
||||
y="99.828665"
|
||||
width="531.56072"
|
||||
height="372.39535"
|
||||
id="rect10" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="683"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:zoom="0.46972657"
|
||||
inkscape:cx="163.51087"
|
||||
inkscape:cy="282.96731"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4"
|
||||
inkscape:document-rotation="0" />
|
||||
<circle
|
||||
style="color:#000000;overflow:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.64724;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path835"
|
||||
cx="255.99998"
|
||||
cy="255.99998"
|
||||
r="255.99998" />
|
||||
<path
|
||||
id="rect8"
|
||||
style="color:#000000;overflow:visible;fill:#f44336;fill-opacity:1;fill-rule:evenodd;stroke-width:3.64724;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||
d="M 256,49.005859 C 141.6519,49.005859 49.005859,141.6519 49.005859,256 49.005859,370.34809 141.6519,462.99414 256,462.99414 370.34809,462.99414 462.99414,370.34809 462.99414,256 462.99414,141.6519 370.34809,49.005859 256,49.005859 Z"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<g
|
||||
aria-label="DSR"
|
||||
transform="matrix(4.330204,0,0,4.504074,-129.51502,-294.43244)"
|
||||
id="text8"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect10);fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.07583;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<path
|
||||
d="M 54.908203,136.49479 V 107.9401 h 6.679688 q 6.191406,0 9.628906,3.69141 3.457031,3.69141 3.457031,10.3125 0,7.05078 -3.574219,10.80078 -3.574218,3.75 -10.3125,3.75 z m 3.652344,-25.44922 v 22.32422 h 1.875 q 10.390625,0 10.390625,-11.30859 0,-11.01563 -9.628906,-11.01563 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono';fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.07583;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path837" />
|
||||
<path
|
||||
d="m 79.029297,135.53776 v -3.47656 q 4.121094,1.67969 8.085937,1.67969 6.835938,0 6.835938,-4.6875 0,-2.03125 -1.386719,-3.125 -1.367187,-1.09375 -5.566406,-2.59766 -4.0625,-1.42578 -5.839844,-3.39844 -1.757812,-1.99219 -1.757812,-5.15625 0,-3.39844 2.5,-5.3125 2.519531,-1.93359 6.894531,-1.93359 4.472656,0 8.125,1.52344 l -1.25,3.20312 q -3.769531,-1.52344 -7.03125,-1.52344 -5.722656,0 -5.722656,4.08203 0,1.99219 1.269531,3.20313 1.289062,1.21094 5.292969,2.59766 4.804687,1.71875 6.40625,3.55468 1.621093,1.81641 1.621093,4.6875 0,3.75 -2.714843,5.89844 -2.695313,2.12891 -7.675782,2.12891 -5.175781,0 -8.085937,-1.34766 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono';fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.07583;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path839" />
|
||||
<path
|
||||
d="m 107.56445,124.69792 v 11.79687 h -3.65234 V 107.9401 h 6.97266 q 10.15625,0 10.15625,8.10547 0,5.60547 -5.64454,7.65625 l 7.75391,12.79297 h -4.27734 l -6.83594,-11.79687 z m 0,-3.08594 h 3.20313 q 3.33984,0 4.92187,-1.28906 1.58203,-1.28907 1.58203,-4.10157 0,-2.7539 -1.5625,-3.96484 -1.5625,-1.21094 -5.03906,-1.21094 h -3.10547 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono';fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.07583;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path841" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
aria-hidden="true"
|
||||
focusable="false"
|
||||
data-prefix="fas"
|
||||
data-icon="check-circle"
|
||||
class="svg-inline--fa fa-check-circle fa-w-16"
|
||||
role="img"
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="stage_select.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="683"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.46972656"
|
||||
inkscape:cx="339.15522"
|
||||
inkscape:cy="277.85041"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:document-rotation="0" />
|
||||
<circle
|
||||
style="color:#000000;overflow:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.64724;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path835"
|
||||
cx="256"
|
||||
cy="256"
|
||||
r="256" />
|
||||
<path
|
||||
id="rect974"
|
||||
style="color:#000000;overflow:visible;fill:#4caf50;fill-opacity:1;fill-rule:evenodd;stroke-width:3.64724;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||
d="M 256 49.005859 C 141.67944 49.005859 49.005859 141.67944 49.005859 256 C 49.005859 370.32056 141.67944 462.99414 256 462.99414 C 370.32056 462.99414 462.99414 370.32056 462.99414 256 C 462.99414 141.67944 370.32056 49.005859 256 49.005859 z M 357.30469 170.3418 C 360.72251 170.3418 364.14057 171.64602 366.74805 174.25391 L 385.63477 193.13867 C 390.84971 198.35361 390.84971 206.81045 385.63477 212.02539 L 232.05664 365.60156 C 226.84086 370.8165 218.3857 370.81733 213.16992 365.60156 L 126.36523 278.79688 C 121.15029 273.58193 121.15029 265.12706 126.36523 259.91211 L 145.25195 241.02539 C 150.46773 235.81045 158.92372 235.81045 164.13867 241.02539 L 222.61328 299.5 L 347.86133 174.25391 C 350.46922 171.64602 353.88687 170.3418 357.30469 170.3418 z " />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
aria-hidden="true"
|
||||
focusable="false"
|
||||
data-prefix="fas"
|
||||
data-icon="times-circle"
|
||||
class="svg-inline--fa fa-times-circle fa-w-16"
|
||||
role="img"
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="stage_strike.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="683"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:zoom="0.46972657"
|
||||
inkscape:cx="357.06268"
|
||||
inkscape:cy="269.03379"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4"
|
||||
inkscape:document-rotation="0" />
|
||||
<circle
|
||||
style="color:#000000;overflow:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.64724;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path835"
|
||||
cx="255.99998"
|
||||
cy="255.99998"
|
||||
r="255.99998" />
|
||||
<path
|
||||
id="rect8"
|
||||
style="color:#000000;overflow:visible;fill:#f44336;fill-opacity:1;fill-rule:evenodd;stroke-width:3.64724;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||
d="M 256 49.005859 C 141.6519 49.005859 49.005859 141.6519 49.005859 256 C 49.005859 370.34809 141.6519 462.99414 256 462.99414 C 370.34809 462.99414 462.99414 370.34809 462.99414 256 C 462.99414 141.6519 370.34809 49.005859 256 49.005859 z M 194.65234 151.48047 C 197.21892 151.48047 199.7866 152.46043 201.74805 154.42188 L 256 209.25977 L 310.33594 154.50586 C 314.25883 150.58297 320.6025 150.58297 324.52539 154.50586 L 357.57812 187.55859 C 361.50103 191.48149 361.50103 197.82515 357.57812 201.74805 L 302.74023 256 L 357.49414 310.33594 C 361.41703 314.25883 361.41703 320.6025 357.49414 324.52539 L 324.44141 357.49414 C 320.51852 361.41703 314.17484 361.41703 310.25195 357.49414 L 256 302.74023 L 201.66406 357.49414 C 197.74117 361.41703 191.3975 361.41703 187.47461 357.49414 L 154.50586 324.44141 C 150.58297 320.51852 150.58297 314.17484 154.50586 310.25195 L 209.25977 256 L 154.50586 201.66406 C 150.58297 197.74117 150.58297 191.3975 154.50586 187.47461 L 187.55859 154.42188 C 189.52004 152.46044 192.08577 151.48047 194.65234 151.48047 z " />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |