Skip to content

Commit

Permalink
Added IRS TIME TO ALIGN indication on ND
Browse files Browse the repository at this point in the history
Implements #25
  • Loading branch information
ninjomcs committed Sep 26, 2020
1 parent 519cffe commit 19c384d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,20 @@
</svg>
</div>
</jet-mfd-nd-info>
<div id="irs-times" style="position: absolute; left: 0%; top: 0%; width: 100%; height: 100%; border: none;">
<svg viewBox="0 0 600 600">
<text x="87" y="62" style="text-anchor:middle;fill:#ffffff;font-size:16.5px;">TIME TO ALIGN</text>
<text x="23" y="79" style="fill:#ffffff;font-size:17px;">L</text>
<text x="23" y="96" style="fill:#ffffff;font-size:17px;">C</text>
<text x="23" y="113" style="fill:#ffffff;font-size:17px;">R</text>
<text x="47" y="79" style="text-anchor:middle;fill:#ffffff;font-size:17px;" id="l-irs-value">0</text>
<text x="47" y="96" style="text-anchor:middle;fill:#ffffff;font-size:17px;" id="c-irs-value">0</text>
<text x="47" y="113" style="text-anchor:middle;fill:#ffffff;font-size:17px;" id="r-irs-value">0</text>
<text x="60" y="79" style="fill:#ffffff;font-size:17px;">MIN</text>
<text x="60" y="96" style="fill:#ffffff;font-size:17px;">MIN</text>
<text x="60" y="113" style="fill:#ffffff;font-size:17px;">MIN</text>
</svg>
</div>
</div>
</div>
</script>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19c384d

Please sign in to comment.