mirror of
https://github.com/gchq/CyberChef
synced 2025-12-27 13:43:30 +00:00
Added UI tests for all HTML operations
This commit is contained in:
@@ -91,7 +91,7 @@ Number of bytes not represented: ${256 - freq.bytesRepresented}
|
||||
|
||||
<script>
|
||||
var canvas = document.getElementById("chart-area"),
|
||||
parentRect = canvas.parentNode.getBoundingClientRect(),
|
||||
parentRect = canvas.closest(".cm-scroller").getBoundingClientRect(),
|
||||
scores = ${JSON.stringify(freq.percentages)};
|
||||
|
||||
canvas.width = parentRect.width * 0.95;
|
||||
|
||||
Reference in New Issue
Block a user