edited codegen2

This commit is contained in:
SilicoFlare
2023-03-23 14:41:53 +05:30
committed by GitHub
parent 0fabeb5265
commit 9ca2e8f717

View File

@@ -112,7 +112,7 @@
"\nxgrid()"; "\nxgrid()";
codeArea.innerText += "\nxstring(5.5, 450, ['Name: "+document.getElementById("stuName").value+"'])"; codeArea.innerText += "\nxstring(5.5, 450, ['Name: "+document.getElementById("stuName").value+"'])";
codeArea.innerText += "\nxstring(5.5, 400, ['SRN: "+document.getElementById("srn").value+"'])"; codeArea.innerText += "\nxstring(5.5, 425, ['SRN: "+document.getElementById("srn").value+"'])";
codeArea.innerText += "\nxstring(0.8, 850, ['SCALE'])"+ codeArea.innerText += "\nxstring(0.8, 850, ['SCALE'])"+
"\nxstring(0.5, 825, ['X-AXIS: 0.5 mL'])"+ "\nxstring(0.5, 825, ['X-AXIS: 0.5 mL'])"+
@@ -130,6 +130,9 @@
"\nxstring(0.8, 550, ['SCALE'])"+ "\nxstring(0.8, 550, ['SCALE'])"+
"\nxstring(0.5, 525, ['X-AXIS: 0.5 mL'])"+ "\nxstring(0.5, 525, ['X-AXIS: 0.5 mL'])"+
"\nxstring(0.49, 500, ['Y-AXIS: 50 units'])"; "\nxstring(0.49, 500, ['Y-AXIS: 50 units'])";
codeArea.innerText += "\nxstring(5.5, 550, ['Name: "+document.getElementById("stuName").value+"'])";
codeArea.innerText += "\nxstring(5.5, 525, ['SRN: "+document.getElementById("srn").value+"'])";
} }
</script> </script>
</body> </body>