With build 3.1, I cannot get a gradient to render
vertically, only horizontally.
Yet, when I use the Online Demo, it renders correctly.
Is the online demo build the 3.1 build?
Here's the SVG I used:
<?xml version="1.0" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1
Basic//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-
basic.dtd">
<svg xmlns="http://www.w3.org/2000/svg" id="svg-root"
width="100%"
height="100%" version="1.1" baseProfile="basic">
<defs>
<linearGradient id="bggradient"
x1="0%" y1="0%" x2="0%"
y2="100%">
<stop offset="0%"
style="stop-color:rgb(255,255,0);stop-opacity:1"/>
<stop offset="100%"
style="stop-color:rgb(255,0,0);stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="100%" height="100%"
style="fill:url(#bggradient)"/>
</svg>
Logged In: YES
user_id=110304
This is a confirmed bug