Skip to content

Commit b20a4ca

Browse files
committed
Background color default to white
1 parent 2c1095c commit b20a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svg-render.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>SVG to Image Converter</h1>
8888
</div>
8989
<div class="option-group">
9090
<label for="bgColor">Background Color:</label>
91-
<input type="color" id="bgColor" value="#000000">
91+
<input type="color" id="bgColor" value="#ffffff">
9292
<label>
9393
<input type="checkbox" id="transparentBg" checked> Transparent
9494
</label>

0 commit comments

Comments
 (0)