From f299a2025718d027a2fa56d56945f3cd21341a06 Mon Sep 17 00:00:00 2001 From: Vitor Gomes Date: Wed, 23 Jan 2019 00:36:32 -0200 Subject: [PATCH 1/2] Add .svg and .eps for Spring. --- spring/spring-original.svg | 3 ++ spring/spring.eps | 97 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 spring/spring-original.svg create mode 100644 spring/spring.eps diff --git a/spring/spring-original.svg b/spring/spring-original.svg new file mode 100644 index 000000000..1befde64f --- /dev/null +++ b/spring/spring-original.svg @@ -0,0 +1,3 @@ + + + diff --git a/spring/spring.eps b/spring/spring.eps new file mode 100644 index 000000000..7aa59676e --- /dev/null +++ b/spring/spring.eps @@ -0,0 +1,97 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.15.10 (http://cairographics.org) +%%CreationDate: Tue Jan 22 23:46:36 2019 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 0 96 96 +%%EndComments +%%BeginProlog +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +/cairo_data_source { + CairoDataIndex CairoData length lt + { CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def } + { () } ifelse +} def +/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def +/cairo_image { image cairo_flush_ascii85_file } def +/cairo_imagemask { imagemask cairo_flush_ascii85_file } def +%%EndProlog +%%BeginSetup +%%EndSetup +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 0 96 96 +%%EndPageSetup +q 0 0 96 96 rectclip +1 0 0 -1 0 96 cm q +0.466667 0.737255 0.121569 rg +87.34 4.98 m 85.988 8.207 84.273 11.27 82.211 14.086 c 73.18 5.059 60.922 + -0.02 48.152 -0.02 c 21.738 -0.02 0 21.738 0 48.18 c 0 61.371 5.402 74 +14.957 83.102 c 16.734 84.68 l 25.414 91.992 36.41 96.02 47.754 96.02 c +72.867 96.02 93.98 76.34 95.77 51.258 c 97.082 38.98 93.48 23.449 87.34 +4.98 c h +21.801 83.379 m 21.023 84.34 19.836 84.902 18.598 84.902 c 16.336 84.902 + 14.484 83.039 14.484 80.777 c 14.484 78.516 16.348 76.652 18.598 76.652 + c 19.535 76.652 20.461 76.977 21.188 77.578 c 22.949 79.004 23.227 81.617 + 21.801 83.379 c h +87.141 68.949 m 75.258 84.793 49.879 79.453 33.609 80.215 c 33.609 80.215 + 30.719 80.391 27.816 80.863 c 27.816 80.863 28.906 80.402 30.316 79.863 + c 41.738 75.891 47.141 75.113 54.082 71.551 c 67.152 64.898 80.074 50.344 + 82.762 35.203 c 77.785 49.77 62.699 62.285 48.953 67.375 c 39.535 70.852 + 22.527 74.227 22.527 74.227 c 21.84 73.863 l 10.258 68.223 9.906 43.129 + 30.957 35.027 c 40.172 31.477 48.992 33.426 58.949 31.051 c 69.578 28.527 + 81.875 20.551 86.875 10.145 c 92.48 26.789 99.223 52.844 87.141 68.949 +c h +87.141 68.949 m f +Q Q +showpage +%%Trailer +end +%%EOF From a285d8910204c5bf4e2485894f4414e7df74983a Mon Sep 17 00:00:00 2001 From: Vitor Gomes Date: Wed, 23 Jan 2019 00:48:35 -0200 Subject: [PATCH 2/2] Move icon to correct path and fix 'fill' in .svg --- {spring => icons/spring}/spring-original.svg | 2 +- {spring => icons/spring}/spring.eps | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {spring => icons/spring}/spring-original.svg (95%) rename {spring => icons/spring}/spring.eps (100%) diff --git a/spring/spring-original.svg b/icons/spring/spring-original.svg similarity index 95% rename from spring/spring-original.svg rename to icons/spring/spring-original.svg index 1befde64f..a253750dc 100644 --- a/spring/spring-original.svg +++ b/icons/spring/spring-original.svg @@ -1,3 +1,3 @@ - + diff --git a/spring/spring.eps b/icons/spring/spring.eps similarity index 100% rename from spring/spring.eps rename to icons/spring/spring.eps