Skip to content

Commit 26fdac1

Browse files
committed
image background to white
1 parent 0939c42 commit 26fdac1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ Groth16 has constant proof size and verification time. But the prover side has a
1919

2020
### WASM File Sizes
2121

22-
<p align="center"> <img src="./results/plots/wasm_sizes.png" width="500" height="300" /> </p>
22+
<p align="center" style="background-color:white;"> <img src="./results/plots/wasm_sizes.png"/> </p>
2323

2424
### R1CS File Sizes
2525

26-
<p align="center"> <img src="./results/plots/r1cs_sizes.png" width="500" height="300" /> </p>
26+
<p align="center" style="background-color:white;"> <img src="./results/plots/r1cs_sizes.png"/> </p>
2727

2828
### Witness File Sizes
2929

30-
<p align="center"> <img src="./results/plots/witness_sizes.png" width="500" height="300" /> </p>
30+
<p align="center" style="background-color:white;"> <img src="./results/plots/witness_sizes.png"/> </p>
3131

3232
### Prover Key Sizes
3333

34-
<p align="center"> <img src="./results/plots/zkey_sizes.png" width="500" height="300" /> </p>
34+
<p align="center" style="background-color:white;"> <img src="./results/plots/zkey_sizes.png"/> </p>
3535

3636
### Prover Runtimes
3737

38-
<p align="center"> <img src="./results/plots/runtimes.png" width="500" height="300" /> </p>
38+
<p align="center" style="background-color:white;"> <img src="./results/plots/runtimes.png"/> </p>
3939

4040
## Requirements
4141

0 commit comments

Comments
 (0)