I am successfully loading an Adobe Illustrator-generated svg file as a css background like this:
background: url(../images/generalBg.svg) no-repeat 0pt 0pt;
Easy, but Prince renders the svg smaller than intended/created. Seeing as there is no "background-size" property, is there any way to control the scale of my svg background?
background: url(../images/generalBg.svg) no-repeat 0pt 0pt;
Easy, but Prince renders the svg smaller than intended/created. Seeing as there is no "background-size" property, is there any way to control the scale of my svg background?