VolkerE has uploaded a new change for review. https://gerrit.wikimedia.org/r/325438
Change subject: MediaWiki theme: Reduce MapPin* icons' hole for better recognisability ...................................................................... MediaWiki theme: Reduce MapPin* icons' hole for better recognisability Reducing hole of MapPin and MapPinAdd icons to improve recognisability based on community feedback. Bug: T151099 Change-Id: Id89b56c7c9d4aa2fa9fcd183baeb9d77c5a3016a --- M src/themes/mediawiki/images/icons/mapPin.svg M src/themes/mediawiki/images/icons/mapPinAdd-ltr.svg M src/themes/mediawiki/images/icons/mapPinAdd-rtl.svg 3 files changed, 8 insertions(+), 7 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/38/325438/1 diff --git a/src/themes/mediawiki/images/icons/mapPin.svg b/src/themes/mediawiki/images/icons/mapPin.svg index f1fa246..51effd0 100644 --- a/src/themes/mediawiki/images/icons/mapPin.svg +++ b/src/themes/mediawiki/images/icons/mapPin.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M19 12c0-3.9-3.1-7-7-7s-7 3.1-7 7c0 1.4.4 2.6 1.1 3.7L12 23l5.9-7.3c.7-1.1 1.1-2.3 1.1-3.7zm-7 4c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M19 12c0-3.9-3.1-7-7-7s-7 3.1-7 7c0 1.4.4 2.6 1.1 3.7L12 23l5.9-7.3c.7-1.1 1.1-2.3 1.1-3.7zm-7 3c-1.6 0-3-1.4-3-3s1.4-3 3-3 3 1.4 3 3-1.4 3-3 3z"/> </svg> diff --git a/src/themes/mediawiki/images/icons/mapPinAdd-ltr.svg b/src/themes/mediawiki/images/icons/mapPinAdd-ltr.svg index d84970f..c54eb23 100644 --- a/src/themes/mediawiki/images/icons/mapPinAdd-ltr.svg +++ b/src/themes/mediawiki/images/icons/mapPinAdd-ltr.svg @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M24 4h-4V0h-2v4h-4v2h4v4h2V6h4z"/> - <path d="M18 11h-1V7.1l-.1-.1H13V5.1c-.3-.1-.7-.1-1-.1-3.9 0-7 3.1-7 7 0 1.4.4 2.6 1.1 3.7L12 23l5.9-7.3c.7-1.1 1.1-2.3 1.1-3.7 0-.3 0-.7-.1-1H18zm-6 5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M24 4h-4V0h-2v4h-4v2h4v4h2V6h4V4z"/> + <path d="M18.9 11c.1.3.1.7.1 1 0 1.4-.4 2.6-1.1 3.7L12 23l-5.9-7.3C5.4 14.6 5 13.4 5 12c0-3.9 3.1-7 7-7 .3 0 .7 0 1 .1V7h3.9l.1.1V11h1.9zM15 12c0-1.6-1.4-3-3-3s-3 1.4-3 3 1.4 3 3 3 3-1.4 3-3z"/> </svg> + diff --git a/src/themes/mediawiki/images/icons/mapPinAdd-rtl.svg b/src/themes/mediawiki/images/icons/mapPinAdd-rtl.svg index 8f35458..03c484a 100644 --- a/src/themes/mediawiki/images/icons/mapPinAdd-rtl.svg +++ b/src/themes/mediawiki/images/icons/mapPinAdd-rtl.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M0 4h4V0h2v4h4v2H6v4H4V6H0z"/> - <path d="M6 11h1V7.1l.1-.1H11V5.1c.3-.1.7-.1 1-.1 3.9 0 7 3.1 7 7 0 1.4-.4 2.6-1.1 3.7L12 23l-5.9-7.3C5.4 14.6 5 13.4 5 12c0-.3 0-.7.1-1H6zm6 5c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4z"/> + <path d="M0 4h4V0h2v4h4v2H6v4H4V6H0"/> + <path d="M6 11h1V7.1l.1-.1H11V5.1c.3-.1.7-.1 1-.1 3.9 0 7 3.1 7 7 0 1.4-.4 2.6-1.1 3.7L12 23l-5.9-7.3C5.4 14.6 5 13.4 5 12c0-.3 0-.7.1-1H6zm6 4c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3z"/> </svg> -- To view, visit https://gerrit.wikimedia.org/r/325438 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id89b56c7c9d4aa2fa9fcd183baeb9d77c5a3016a Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
