Skip to content

Commit

Permalink
Merge branch 'main' into filters
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenank authored Apr 2, 2022
2 parents 48656ad + 1d0cd47 commit 2651b24
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
16 changes: 8 additions & 8 deletions html/ice-hockey-iihf.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,28 +203,28 @@ <h1>Shot-Plotter</h1>
L 56 28.75" stroke="#BE352A" stroke-width="0.05"/>
</g>
<g id="blue-lines">
<path id="left-blue-line" d="M 22.86 0
L 22.86 30" stroke="#3F93CE" stroke-width="0.3"/>
<path id="right-blue-line" d="M 37.14 0
L 37.14 30" stroke="#3F93CE" stroke-width="0.3"/>
<path id="left-blue-line" d="M 22.5 0
L 22.5 30" stroke="#3F93CE" stroke-width="0.3"/>
<path id="right-blue-line" d="M 37.5 0
L 37.5 30" stroke="#3F93CE" stroke-width="0.3"/>
</g>

<g id="faceoff-dots">
<g transform="translate(24.36, 8)">
<g transform="translate(24, 8)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>

<g transform="translate(35.64, 8)">
<g transform="translate(36, 8)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>
<g transform="translate(24.36, 22)">
<g transform="translate(24, 22)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>

<g transform="translate(35.64, 22)">
<g transform="translate(36, 22)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>
Expand Down
16 changes: 8 additions & 8 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,28 +506,28 @@ <h6 class="card-title">
L 56 28.75" stroke="#BE352A" stroke-width="0.05"/>
</g>
<g id="blue-lines">
<path id="left-blue-line" d="M 22.86 0
L 22.86 30" stroke="#3F93CE" stroke-width="0.3"/>
<path id="right-blue-line" d="M 37.14 0
L 37.14 30" stroke="#3F93CE" stroke-width="0.3"/>
<path id="left-blue-line" d="M 22.5 0
L 22.5 30" stroke="#3F93CE" stroke-width="0.3"/>
<path id="right-blue-line" d="M 37.5 0
L 37.5 30" stroke="#3F93CE" stroke-width="0.3"/>
</g>

<g id="faceoff-dots">
<g transform="translate(24.36, 8)">
<g transform="translate(24, 8)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>

<g transform="translate(35.64, 8)">
<g transform="translate(36, 8)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>
<g transform="translate(24.36, 22)">
<g transform="translate(24, 22)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>

<g transform="translate(35.64, 22)">
<g transform="translate(36, 22)">
<circle cx="0" cy="0" r="0.3" stroke="#BE352A" stroke-width="0.05" fill="transparent"/>
<rect x="-0.175" y="-0.275" width="0.35" height="0.55" fill="#BE352A"/>
</g>
Expand Down
16 changes: 8 additions & 8 deletions resources/ice-hockey-iihf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions supported-sports.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"polyR": "2.75",
"fontSize": "0.15rem",
"strokeWidth": "0.5px",
"heatMapScale": 1,
"heatMapScale": 1.25,
"heatMapLowOpacity": 0.01,
"heatMapHighOpacity": 0.25
},
Expand Down Expand Up @@ -84,7 +84,7 @@
"polyR": "0.825",
"fontSize": "0.045rem",
"strokeWidth": "0.15px",
"heatMapScale": 3.33,
"heatMapScale": 4.17,
"heatMapLowOpacity": 0.01,
"heatMapHighOpacity": 0.25
},
Expand Down Expand Up @@ -153,7 +153,7 @@
"polyR": "0.55",
"fontSize": "0.03rem",
"strokeWidth": "0.075px",
"heatMapScale": 5,
"heatMapScale": 6.25,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
},
Expand Down Expand Up @@ -224,7 +224,7 @@
"polyR": "0.55",
"fontSize": "0.03rem",
"strokeWidth": "0.075px",
"heatMapScale": 5,
"heatMapScale": 6.25,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
},
Expand Down Expand Up @@ -293,7 +293,7 @@
"polyR": "0.37",
"fontSize": "0.02rem",
"strokeWidth": "0.067px",
"heatMapScale": 7.5,
"heatMapScale": 9.26,
"heatMapLowOpacity": 0.05,
"heatMapHighOpacity": 0.3
},
Expand Down Expand Up @@ -571,7 +571,7 @@
"polyR": "1.5125",
"fontSize": "0.0825rem",
"strokeWidth": "0.275px",
"heatMapScale": 1.82,
"heatMapScale": 2.27,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
},
Expand Down Expand Up @@ -643,7 +643,7 @@
"polyR": "1.65",
"fontSize": "0.09rem",
"strokeWidth": "0.3px",
"heatMapScale": 1.67,
"heatMapScale": 2.08,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
},
Expand Down Expand Up @@ -715,7 +715,7 @@
"polyR": "1.65",
"fontSize": "0.09rem",
"strokeWidth": "0.3px",
"heatMapScale": 1.67,
"heatMapScale": 2.08,
"heatMapLowOpacity": 0.05,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
Expand Down Expand Up @@ -783,7 +783,7 @@
"polyR": "1.65",
"fontSize": "0.09rem",
"strokeWidth": "0.3px",
"heatMapScale": 1.67,
"heatMapScale": 2.08,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
},
Expand Down

0 comments on commit 2651b24

Please sign in to comment.