~ubuntu-branches/ubuntu/trusty/librsvg/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk-engine/examples/bubble/red.svg

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Laurent Bigonville
  • Date: 2013-10-21 13:58:34 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131021135834-rrvvy5hm5amr838j
Tags: 2.40.0-1
[ Michael Biebl ]
* New upstream release.
  - Fixes local resource access vulnerability. Closes: #724741
    CVE-2013-1881
* Refresh patches.
* GTK2 support has been removed upstream. Drop Build-Depends on
  libgtk2.0-dev, libgtk2.0-doc and the now obsolete --disable-gtk-theme
  configure switch.
* Bump Build-Depends on libgtk-3-dev to (>= 3.2.0).
* Bump Build-Depends on libpango1.0-dev to (>= 1.36.0) to get the
  thread-safe version.

[ Laurent Bigonville ]
* debian/control.in:
  - Use canonical URL for VCS-* fields
  - Update Homepage URL
  - Move source package to the "libs" Section
  - Remove duplicate Section, thanks to lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" standalone="no"?>
2
 
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" 
3
 
  "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
4
 
<svg width="266" height="244">
5
 
  <desc>Gradients apply to leaf nodes
6
 
  </desc>
7
 
  <g>
8
 
    <defs>
9
 
      <linearGradient id="MyGradient" gradientUnits="objectBoundingBox">
10
 
        <stop offset="0%" style="stop-color:#F00"/>
11
 
        <stop offset="100%" style="stop-color:#F0F"/>
12
 
      </linearGradient>
13
 
    </defs>
14
 
    <g style="fill:url(#MyGradient)">
15
 
      <rect x="0" y="0" width="266" height="244"/>
16
 
   </g>
17
 
  </g>
18
 
</svg>