diff options
author | Armin Le Grand <alg@apache.org> | 2013-01-22 12:48:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-13 17:06:23 +0100 |
commit | cfddb61cd35faa5371510939a34ef1abd8ffc51d (patch) | |
tree | 2ae67d7facec0ace0d59a55dc3adc75520127339 /extras/source/gallery/bullets/Bullet02-Circle-Blue.svg | |
parent | eef5c87b161e36909edf269d4e4c34e9eb914d07 (diff) |
Resolves: #i121656# Replaced many gallery base graphics with SVG
(cherry picked from commit bea9a9501814bdbc342a2adfa57019704260a532)
Conflicts:
extras/source/gallery/gallery_system/sg10.sdg
extras/source/gallery/gallery_system/sg10.thm
extras/source/gallery/gallery_system/sg12.sdg
extras/source/gallery/gallery_system/sg12.sdv
extras/source/gallery/gallery_system/sg12.thm
extras/source/gallery/gallery_system/sg16.sdv
extras/source/gallery/gallery_system/sg17.sdg
extras/source/gallery/gallery_system/sg17.thm
extras/source/gallery/gallery_system/sg19.sdg
extras/source/gallery/gallery_system/sg19.sdv
extras/source/gallery/gallery_system/sg19.thm
extras/source/gallery/gallery_system/sg2.sdv
Change-Id: I4c2e34c470b05ddae5923e782c31d15aa4961e0d
Diffstat (limited to 'extras/source/gallery/bullets/Bullet02-Circle-Blue.svg')
-rw-r--r-- | extras/source/gallery/bullets/Bullet02-Circle-Blue.svg | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/extras/source/gallery/bullets/Bullet02-Circle-Blue.svg b/extras/source/gallery/bullets/Bullet02-Circle-Blue.svg new file mode 100644 index 000000000000..2014eb6b0b19 --- /dev/null +++ b/extras/source/gallery/bullets/Bullet02-Circle-Blue.svg @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="图层_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="14.009" height="14.01"
+ viewBox="0 0 14.009 14.01" overflow="visible" enable-background="new 0 0 14.009 14.01" xml:space="preserve">
+<g>
+ <radialGradient id="XMLID_4_" cx="7.0044" cy="7.0049" r="7.0046" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#0D69C8"/>
+ <stop offset="1" style="stop-color:#1B3962"/>
+ </radialGradient>
+ <circle fill="url(#XMLID_4_)" cx="7.004" cy="7.005" r="7.004"/>
+ <defs>
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="3.48" y="0.693" width="6.988" height="3.893">
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
+ </filter>
+ </defs>
+ <mask maskUnits="userSpaceOnUse" x="3.48" y="0.693" width="6.988" height="3.893" id="XMLID_5_">
+ <g filter="url(#Adobe_OpacityMaskFilter)">
+ <linearGradient id="XMLID_6_" gradientUnits="userSpaceOnUse" x1="7.1216" y1="0.104" x2="7.1216" y2="5.2354">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#000000"/>
+ </linearGradient>
+ <rect x="3.199" y="0.34" opacity="0.7" fill="url(#XMLID_6_)" width="7.845" height="4.601"/>
+ </g>
+ </mask>
+ <ellipse mask="url(#XMLID_5_)" fill="#FFFFFF" cx="6.975" cy="2.64" rx="3.494" ry="1.946"/>
+</g>
+</svg>
|