nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 690be15b025c1e0382b17a8f6a6e8c7cc53af0db
parent da47dd99b35106e59b855e8b275fd8a81fe77d3f
Author: myadzel <myadzel@gmail.com>
Date:   Mon,  4 Jun 2018 21:40:07 +0300

fix azimuth pointers, normalize svg

Diffstat:
Msrc/lib/leaflet.control.azimuth/pointer-end.svg | 13++++++-------
Msrc/lib/leaflet.control.azimuth/pointer-start.svg | 19++++++++-----------
Msrc/lib/leaflet.control.azimuth/pointer.svg | 7+++----
3 files changed, 17 insertions(+), 22 deletions(-)

diff --git a/src/lib/leaflet.control.azimuth/pointer-end.svg b/src/lib/leaflet.control.azimuth/pointer-end.svg @@ -1,10 +1,9 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 40 40" xml:space="preserve"> +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"> <g> - <ellipse ry="15" rx="15" id="svg_1" cy="24.5" cx="20" fill="#777" fill-opacity="0.5"/> - <line x1="20" y1="20" x2="25" y2="30" stroke="#3388ff" stroke-width="2"/> - <line x1="20" y1="20" x2="15" y2="30" stroke="#3388ff" stroke-width="2"/> - <line x1="20" y1="20" x2="20" y2="38" stroke="#3388ff" stroke-width="1.2"/> + <ellipse ry="15" rx="15" cy="20" cx="20" fill="#777" fill-opacity="0.5"/> + <line x1="20" y1="18" x2="25" y2="23" stroke="#3388ff" stroke-width="1.5"/> + <line x1="20" y1="18" x2="15" y2="23" stroke="#3388ff" stroke-width="1.5"/> + <line x1="20" y1="18" x2="20" y2="35" stroke="#3388ff" stroke-width="1"/> </g> </svg> \ No newline at end of file diff --git a/src/lib/leaflet.control.azimuth/pointer-start.svg b/src/lib/leaflet.control.azimuth/pointer-start.svg @@ -1,12 +1,9 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 40 40" xml:space="preserve"> +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"> <g> - <ellipse ry="15" rx="15" id="svg_1" cy="22" cx="20" fill="#777" fill-opacity="0.5"/> - - <line x1="20" y1="20" x2="23" y2="24" stroke="#3388ff" stroke-width="1.5"/> - <line x1="20" y1="20" x2="17" y2="24" stroke="#3388ff" stroke-width="1.5"/> - - <line x1="20" y1="20" x2="20" y2="7" stroke="#3388ff" stroke-width="1.5"/> + <ellipse ry="15" rx="15" cy="20" cx="20" fill="#777" fill-opacity="0.5"/> + <line x1="20" y1="20" x2="23" y2="23" stroke="#3388ff" stroke-width="1.5"/> + <line x1="20" y1="20" x2="17" y2="23" stroke="#3388ff" stroke-width="1.5"/> + <line x1="20" y1="20" x2="20" y2="5" stroke="#3388ff" stroke-width="1"/> </g> -</svg> -\ No newline at end of file +</svg></svg> +\ No newline at end of file diff --git a/src/lib/leaflet.control.azimuth/pointer.svg b/src/lib/leaflet.control.azimuth/pointer.svg @@ -1,8 +1,7 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 30 30" xml:space="preserve"> +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"> <g> - <ellipse ry="15" rx="15" id="svg_1" cy="15" cx="15" fill="#777" fill-opacity="0.5"/> + <ellipse ry="15" rx="15" cy="15" cx="15" fill="#777" fill-opacity="0.5"/> <line x1="12" y1="12" x2="18" y2="18" stroke="#3388ff" stroke-width="1.5"/> <line x1="12" y1="18" x2="18" y2="12" stroke="#3388ff" stroke-width="1.5"/> </g>