Add Microsoft Publisher and PowerPoint (#1833)

* Add Microsoft Publisher

* Add Microsoft PowerPoint
main
q-- 7 years ago committed by Elbert Alias
parent aa80c2cf19
commit 2ba532031c

@ -5262,6 +5262,30 @@
}, },
"website": "https://office.microsoft.com/excel" "website": "https://office.microsoft.com/excel"
}, },
"Microsoft PowerPoint": {
"cats": [
"20"
],
"icon": "Microsoft PowerPoint.svg",
"html": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:powerpoint\"|<link rel=\"?Presentation-XML\"? href=\"?[^\"]+.xml\"?>|<o:PresentationFormat>[^<]+</o:PresentationFormat>[^!]+<o:Slides>\\d+</o:Slides>(?:[^!]+<o:Version>([\\d.]+)</o:Version>)?)\\;version:\\1",
"meta": {
"generator": "Microsoft PowerPoint ( [\\d.]+)?\\;version:\\1",
"ProgId": "^PowerPoint\\."
},
"website": "https://office.microsoft.com/powerpoint"
},
"Microsoft Publisher": {
"cats": [
"20"
],
"icon": "Microsoft Publisher.svg",
"html": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:publisher\"|<!--[if pub]><xml>)",
"meta": {
"generator": "Microsoft Publisher( [\\d.]+)?\\;version:\\1",
"ProgId": "^Publisher\\."
},
"website": "https://office.microsoft.com/publisher"
},
"Microsoft SharePoint": { "Microsoft SharePoint": {
"cats": [ "cats": [
"1" "1"

@ -0,0 +1,99 @@
<?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="110.03056"
height="107.5"
viewBox="0 0 88.024445 86"
version="1.1"
id="svg2"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="Microsoft_PowerPoint_2013_logo.svg">
<metadata
id="metadata126">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs124">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath18">
<path
d="M 0,204 H 250.91 V 0 H 0 Z"
id="path16"
inkscape:connector-curvature="0" />
</clipPath>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1360"
inkscape:window-height="706"
id="namedview122"
showgrid="false"
inkscape:zoom="4"
inkscape:cx="68.378088"
inkscape:cy="84.987245"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<g
id="g12"
transform="matrix(0.48158935,0,0,-0.49500577,-16.645044,93.37089)">
<g
id="g14"
clip-path="url(#clipPath18)">
<g
id="g20"
transform="translate(211.3203,43.75)">
<path
d="m 0,0 v 0 m -0.01,0 h -72.24 v 15.083 h 56.333 v 7 H -72.25 v 11.833 h 56.333 v 7 H -72.25 v 19.453 c 4.539,-5.322 11.289,-8.702 18.833,-8.702 13.669,0 24.749,11.081 24.749,24.749 h -24.749 v 24.749 c -7.544,0 -14.294,-3.38 -18.833,-8.702 V 120 H 0 Z M 0,126 h -72.25 v 18.874 l -104.5,-18.131 V -10.745 l 104.5,-18.131 V -6 H 0 c 3.309,0 6,2.691 6,6 v 120 c 0,3.309 -2.691,6 -6,6"
style="fill:#cb4a32;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path22"
inkscape:connector-curvature="0" />
</g>
<g
id="g24"
transform="translate(161.7363,148.416)">
<path
d="M 0,0 V -24.749 H 24.749 C 24.749,-11.081 13.669,0 0,0"
style="fill:#cb4a32;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path26"
inkscape:connector-curvature="0" />
</g>
<g
id="g28"
transform="translate(78.7876,102.8086)">
<path
d="m 0,0 c 4.169,-0.32 8.241,-1.099 10.773,3.223 1.914,3.261 1.753,9.22 -0.467,11.726 C 7.435,18.189 3.726,17.727 0,17.137 Z m -0.294,-30.68 h -10.467 v 58.422 c 8.075,0 16.109,0.227 24.113,-0.153 2.104,-0.1 4.547,-1.664 6.1,-3.268 5.944,-6.137 5.945,-13.782 4.169,-21.407 -1.583,-6.791 -5.964,-11.569 -12.869,-13.249 -3.44,-0.837 -7.121,-0.683 -11.046,-1.006 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path30"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

@ -0,0 +1,80 @@
<?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="111.27187"
height="107.5"
viewBox="0 0 89.017499 86"
version="1.1"
id="svg2"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="n.svg">
<metadata
id="metadata126">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs124" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="960"
id="namedview122"
showgrid="false"
inkscape:zoom="1.0905983"
inkscape:cx="-13.79109"
inkscape:cy="53.75"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<path
d="m 46.0475,0 5.94,0 c 0,6 0,12 0,18 2.34,0 4.69,0 7.04,0 0.28,-3.57 -1.33,-9.24 3.17,-10.7 6.22,-0.73 12.53,-0.07 18.79,-0.33 2.47,0.22 5.63,-0.6 7.49,1.51 0.53,1.43 0.46,3 0.53,4.51 -0.03,13.66 -0.05,27.33 0.01,40.99 -0.04,1.82 -0.01,3.7 -0.62,5.44 -3.03,0.99 -6.29,0.5 -9.41,0.59 -0.15,4.56 0.39,9.19 -0.32,13.71 -0.85,2.34 -3.63,2.23 -5.66,2.29 -7.01,0.02 -14.01,-0.03 -21.02,-0.01 0,3.33 0,6.67 0,10 l -6.19,0 c -15.25,-2.77 -30.53,-5.32 -45.79,-8 -0.01,-23.33 -0.01,-46.66 0,-69.99 15.34,-2.67 30.7,-5.3 46.04,-8.01 z"
id="path30"
inkscape:connector-curvature="0"
style="fill:#077467" />
<path
d="m 63.8675,10.3 c 7.35,-0.65 14.75,-0.14 22.12,-0.3 0,15.33 0,30.67 0,46 -2.34,0 -4.67,0 -7,0 -0.02,-12.02 0.03,-24.03 -0.02,-36.05 -4.7,-3.72 -11.01,-5.27 -15.1,-9.65 z"
id="path44"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 51.9875,21 c 7.67,0 15.33,0 23,0 0,17.33 0,34.67 0,52 -7.67,0 -15.33,0 -23,0 -0.01,-2 -0.01,-4 0,-6 5.67,0 11.33,0 17,0 -0.01,-1.33 -0.01,-2.67 0,-4 -5.67,0 -11.33,0 -17,0 -0.01,-1.67 -0.01,-3.33 0,-5 5.67,0 11.33,0 17,0 -0.01,-1.33 -0.01,-2.67 0,-4 -5.67,0 -11.33,0 -17,0 -0.01,-1.67 -0.01,-3.33 0,-5 5.67,0 11.33,0 17,0 -0.01,-1.33 -0.01,-2.67 0,-4 -5.67,0 -11.33,0 -17,0 -0.01,-1.67 -0.01,-3.33 0,-5 5.67,0 11.33,0 17,0 0,-4.67 0,-9.33 0,-14 -5.67,0 -11.33,0 -17,0 -0.01,-1.67 -0.01,-3.33 0,-5 z"
id="path62"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 15.9875,26.47 c 5.45,0.17 12.07,-2.2 16.59,1.89 4.29,5.25 3.14,14.83 -3.25,17.96 -2.27,1.16 -4.87,1.01 -7.33,0.91 -0.01,3.92 -0.02,7.84 -0.01,11.77 -2.02,-0.2 -4.04,-0.4 -6.05,-0.62 0.1,-10.64 0.01,-21.27 0.05,-31.91 z"
id="path82"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 21.9875,31.84 c 1.98,-0.11 4.46,-0.47 5.78,1.44 1.1,1.96 1.02,4.51 0.09,6.52 -1.16,2.05 -3.72,1.85 -5.72,2.08 -0.2,-3.34 -0.17,-6.69 -0.15,-10.04 z"
id="path100"
inkscape:connector-curvature="0"
style="fill:#077467" />
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

Loading…
Cancel
Save