Add svg version of bullet-icon

* This add support for bullet in svg.

Note: This requires Iffff2bc52e1572e661930242ad15937bc83abace to be
approved

Note: This has been tested by me.

Change-Id: I5196952088e584d3121600e9e829647e8c195bbb
This commit is contained in:
paladox 2014-09-04 21:49:26 +02:00 committed by Jdlrobson
parent 39eae1f686
commit 32e65050a6
2 changed files with 56 additions and 1 deletions

View File

@ -107,7 +107,7 @@ div.emptyPortlet {
ul {
list-style-type: disc;
.list-style-image('images/bullet-icon.png');
.list-style-image-svg('images/bullet-icon.svg', 'images/bullet-icon.png');
}
pre, .mw-code {

55
images/bullet-icon.svg Normal file
View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="5"
height="13"
id="svg3001"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="bullet-icon.svg">
<metadata
id="metadata3015">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3013" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="705"
id="namedview3011"
showgrid="false"
inkscape:zoom="18.153846"
inkscape:cx="2.5"
inkscape:cy="6.5"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3001" />
<path
style="fill:#01538d; stroke:none;"
d="M1.60262 8.15664C-0.130155 9.31446 1.6642 12.0015 3.39738 10.8434C5.13016 9.68554 3.3358 6.99855 1.60262 8.15664z"
id="path3005" />
<desc
id="desc3009">Converted from Raster to SVG by RO IT Systems - info@roitsystems.com</desc>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB