aumento risoluzione SVG?

This commit is contained in:
Samuele E. Locatelli
2020-07-28 16:38:08 +02:00
parent 6ef18ecc41
commit 22592fccb7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2157,7 +2157,7 @@ namespace AppData
{
int answ = 0;
Random rnd = new Random();
answ = rnd.Next(10000);
answ = rnd.Next(1000000);
return answ;
}
+1 -1
View File
@@ -3,5 +3,5 @@
<asp:HiddenField ID="hfSheetId" runat="server" Value="0" />
<asp:HiddenField ID="hfFilename" runat="server" Value="" />
<div runat="server" id="divCurrSheet">
<svg xmlns='http://www.w3.org/2000/svg' width="8000" height="4000" runat="server" id="svgTable" class="img-fluid"></svg>
<svg xmlns='http://www.w3.org/2000/svg' width="16000" height="8000" runat="server" id="svgTable" class="img-fluid"></svg>
</div>