Files
libreoffice/filter/source
Xisco Fauli 47b25a7279 SVG: tdf#95510: stop-color and stop-opacity can be defined inside style too
Exemple:

<svg width="100%" height="100%" viewBox="0 0 800 400"
     xmlns="http://www.w3.org/2000/svg">
<defs>
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
      <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>
  <ellipse cx="200" cy="70" rx="85" ry="55" fill="url(#grad1)" />
</svg>

Change-Id: I908e3d235b3e5ba0b7e4fe3666b6334e3c409d03
Reviewed-on: https://gerrit.libreoffice.org/19866
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-10 11:42:13 +00:00
..
2015-11-10 10:31:25 +01:00
2015-11-10 10:31:25 +01:00
2015-07-08 05:48:18 +00:00