diff --git a/amenity-points.mss b/amenity-points.mss index 62386bea7b..66efb05747 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -456,8 +456,9 @@ } [feature = 'shop_butcher'][zoom >= 17] { - marker-file: url('symbols/shop_butcher.png'); + marker-file: url('symbols/shop_butcher.16.svg'); marker-placement: interior; + marker-fill: @shop-icon; marker-clip: false; } diff --git a/symbols/shop_butcher.16.svg b/symbols/shop_butcher.16.svg new file mode 100644 index 0000000000..c7133355a0 --- /dev/null +++ b/symbols/shop_butcher.16.svg @@ -0,0 +1,14 @@ +<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" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2"> + <metadata id="metadata8"> + <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="defs6"/> + <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/> + <path d="M 6.3125,0.21875 C 6.0684895,0.21954826 5.8228285,0.22303136 5.5625,0.25 4.5211861,0.35787455 3.3962201,0.68691225 2.5625,1.5625 1.6621267,2.5080881 1.7785639,3.8072373 2,4.8125 2.1107181,5.3151314 2.2260816,5.7519998 2.3125,6.125 2.3989184,6.4980002 2.4143615,6.784875 2.40625,6.8125 2.3262842,7.084836 1.8254044,7.7963346 1.34375,8.53125 0.86209565,9.2661654 0.35314142,10.065975 0.375,11 c 0.0198236,0.847071 0.49484577,1.665615 1.3125,2.125 0.8176542,0.459385 1.9373485,0.633364 3.375,0.5 1.5744087,-0.146051 3.6988963,-1.104174 5.5,-2.46875 1.801104,-1.3645761 3.336707,-3.2030439 3.0625,-5.25 l -0.03125,-0.125 C 13.306907,3.9782765 12.22194,2.6915575 11.09375,1.84375 9.9369316,0.97442907 8.7420467,0.54860797 8.125,0.40625 7.6926592,0.30650528 7.0445314,0.21635523 6.3125,0.21875 z m 0.0625,1.25 c 0.6289292,-0.00915 1.1823408,0.05171 1.5,0.125 0.3829533,0.088351 1.4875069,0.5126196 2.46875,1.25 0.981243,0.7373804 1.834698,1.7827361 2.03125,3.25 0.173547,1.2955301 -0.92994,2.8256182 -2.5625,4.0625 C 8.17994,11.393132 6.0761905,12.269369 4.9375,12.375 3.6620523,12.493318 2.8089745,12.310186 2.3125,12.03125 1.8160255,11.752314 1.6355623,11.45133 1.625,11 1.6164727,10.635624 1.9537152,9.9092344 2.40625,9.21875 2.8587848,8.5282656 3.3800867,7.915164 3.59375,7.1875 3.7324531,6.715125 3.6316112,6.2769304 3.53125,5.84375 3.4308888,5.4105696 3.3161814,4.9735632 3.21875,4.53125 3.0238872,3.6466236 2.9663068,2.9323555 3.4375,2.4375 3.9753464,1.8726441 4.8529555,1.5896917 5.71875,1.5 5.9351986,1.477577 6.1653569,1.4717996 6.375,1.46875 z M 6.90625,2.5625 C 6.1376581,2.5382265 5.373069,2.6845234 4.8125,3.34375 c -0.7474254,0.8789688 0.2004217,3.0044908 0,3.6875 C 4.6120783,7.7142592 3.4480095,8.8631804 3.46875,9.75 3.4894904,10.63682 3.7731262,11.265651 5.625,11.09375 7.4768738,10.921848 11.399372,8.5954489 11.09375,6.3125 10.981405,5.4733011 10.619738,4.6822376 10.15625,4.21875 9.9458606,4.0083606 9.4804771,4.3605433 9.21875,4.75 L 7,8.0625 C 6.6242081,8.6216878 5.7804583,8.0904376 6.15625,7.53125 l 2.25,-3.34375 C 8.7730087,3.6417535 8.7443515,3.0521608 8.4375,2.875 8.1543353,2.7115148 7.8666372,2.6589604 7.65625,2.625 7.4122008,2.585606 7.1624473,2.5705912 6.90625,2.5625 z" id="butcher" style="fill:#000000;" transform="translate(1,1)"/> +</svg> diff --git a/symbols/shop_butcher.png b/symbols/shop_butcher.png deleted file mode 100644 index e31ca9d57a..0000000000 Binary files a/symbols/shop_butcher.png and /dev/null differ