aumento risoluzione SVG?
This commit is contained in:
+1
-1
@@ -2157,7 +2157,7 @@ namespace AppData
|
||||
{
|
||||
int answ = 0;
|
||||
Random rnd = new Random();
|
||||
answ = rnd.Next(10000);
|
||||
answ = rnd.Next(1000000);
|
||||
return answ;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user