Gnuplot solid background on SVG terminal

It was quite hard to google it out. Sharing!

[codesyntax lang=”gnuplot”]

set terminal svg

set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind
set object 1 rect fc  rgb "white"  fillstyle solid 1.0

[/codesyntax]