jenkins-bot has submitted this change and it was merged. Change subject: Increase transparent background canvas of external link icons ......................................................................
Increase transparent background canvas of external link icons The external link icon looked uncomfortably close to the following character in the unusual situation in which the following character was a quotation mark or something other than a period. This gives it just a bit more breathing room. Bug: T121002 Change-Id: Ib907368fda77df044fe6a1e17870a7c0c2542f8e --- M images/external-link-ltr-icon.png M images/external-link-ltr-icon.svg M images/external-link-rtl-icon.png M images/external-link-rtl-icon.svg 4 files changed, 2 insertions(+), 2 deletions(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/images/external-link-ltr-icon.png b/images/external-link-ltr-icon.png index 6308383..9e97d37 100644 --- a/images/external-link-ltr-icon.png +++ b/images/external-link-ltr-icon.png Binary files differ diff --git a/images/external-link-ltr-icon.svg b/images/external-link-ltr-icon.svg index 5969d03..6d5677c 100644 --- a/images/external-link-ltr-icon.svg +++ b/images/external-link-ltr-icon.svg @@ -1 +1 @@ -<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><g transform="translate(-826.429 -698.791)"><rect width="5.982" height="5.982" x="826.929" y="702.309" fill="#fff" stroke="#06c"/><g><path d="M831.194 698.791h5.234v5.391l-1.571 1.545-1.31-1.31-2.725 2.725-2.689-2.689 2.808-2.808-1.311-1.311z" fill="#06f"/><path d="M835.424 699.795l.022 4.885-1.817-1.817-2.881 2.881-1.228-1.228 2.881-2.881-1.851-1.851z" fill="#fff"/></g></g></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><path fill="#fff" stroke="#06c" d="M1.5 4.518h5.982V10.5H1.5z"/><path d="M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z" fill="#06f"/><path d="M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z" fill="#fff"/></svg> \ No newline at end of file diff --git a/images/external-link-rtl-icon.png b/images/external-link-rtl-icon.png index 5313234..7927e0d 100644 --- a/images/external-link-rtl-icon.png +++ b/images/external-link-rtl-icon.png Binary files differ diff --git a/images/external-link-rtl-icon.svg b/images/external-link-rtl-icon.svg index 75a7025..e13eb2a 100644 --- a/images/external-link-rtl-icon.svg +++ b/images/external-link-rtl-icon.svg @@ -1 +1 @@ -<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><g transform="translate(-826.429 -698.791)"><rect width="5.982" height="5.982" x="-835.929" y="702.309" transform="scale(-1 1)" fill="#fff" stroke="#06c"/><g><path d="M831.663 698.791h-5.234v5.391l1.571 1.545 1.31-1.31 2.725 2.725 2.689-2.689-2.808-2.808 1.311-1.311z" fill="#06f"/><path d="M827.433 699.795l-.022 4.885 1.817-1.817 2.881 2.881 1.228-1.228-2.881-2.881 1.851-1.851z" fill="#fff"/></g></g></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><path fill="#fff" stroke="#06c" d="M10.5 4.518H4.518V10.5H10.5z"/><path d="M6.234 1H1v5.39l1.57 1.546 1.31-1.31L6.607 9.35l2.69-2.688-2.81-2.808L7.8 2.544z" fill="#06f"/><path d="M2.004 2.004L1.982 6.89 3.8 5.07l2.88 2.88 1.228-1.227-2.88-2.88 1.85-1.852z" fill="#fff"/></svg> \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/260954 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib907368fda77df044fe6a1e17870a7c0c2542f8e Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/skins/Vector Gerrit-Branch: master Gerrit-Owner: Mholloway <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Edokter <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: Mholloway <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
