jenkins-bot has submitted this change and it was merged. Change subject: Compress all our SVGs using svgo ......................................................................
Compress all our SVGs using svgo These are embedded as data uris in stylesheets so this should make a dent to the 8.15KiB of stylesheets we serve to a blank page and hopefully translate to a minor first paint improvement. Bug: T129300 Change-Id: I59162edb411c4aa365aa7e382329b8e5ab1fcb2d --- M resources/mobile.editor.common/images/editSourceNormal.svg M resources/mobile.editor.common/images/editVeNormal.svg M resources/mobile.editor.overlay.withtoolbar.images/reference-ltr.svg M resources/mobile.editor.overlay.withtoolbar.images/reference-rtl.svg M resources/mobile.languages.structured/magnifying-glass.svg M resources/mobile.mainMenu/images/hamburger.svg M resources/mobile.overlay.images/close.svg M resources/mobile.pagesummary.styles/noimage.svg M resources/mobile.references.images/cite.svg M resources/mobile.swipe.images/move-ltr.svg M resources/mobile.swipe.images/move-rtl.svg M resources/mobile.toc.images/contents-ltr.svg M resources/skins.minerva.content.styles/images/external-link-ltr-icon.svg M resources/skins.minerva.content.styles/images/external-link-rtl-icon.svg M resources/skins.minerva.icons.images.scripts/talk.svg M resources/skins.minerva.icons.images.scripts/userAnonymous.svg M resources/skins.minerva.icons.images.scripts/userNormal.svg M resources/skins.minerva.icons.images.scripts/watch.svg M resources/skins.minerva.icons.images.scripts/watched.svg M resources/skins.minerva.icons.images/bell.svg M resources/skins.minerva.icons.images/edit.svg M resources/skins.minerva.icons.images/editLocked.svg M resources/skins.minerva.icons.images/hamburger.svg M resources/skins.minerva.userpage.styles/talk.svg M resources/skins.minerva.userpage.styles/userpage.svg 25 files changed, 112 insertions(+), 108 deletions(-) Approvals: Bmansurov: Looks good to me, approved jenkins-bot: Verified diff --git a/resources/mobile.editor.common/images/editSourceNormal.svg b/resources/mobile.editor.common/images/editSourceNormal.svg index ceab1a9..eb218f7 100644 --- a/resources/mobile.editor.common/images/editSourceNormal.svg +++ b/resources/mobile.editor.common/images/editSourceNormal.svg @@ -1 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" enable-background="new 0 0 40 40"><g fill="#575757"><path d="M22.496 11.403c-.057-1.1-.571-2.167-1.328-3.01-.776-.865-1.841-1.529-2.989-1.717l-14.826 13.3.01.006-.008-.004-1.188 5.346 5.481-.604.001.003.004-.003.006-.001-.002-.003c2.963-2.657 11.472-10.293 14.839-13.313zm-16.439 10.125c-.422-.423-.779-.683-1.271-1.02l13.316-12.04c.45.139 1.073.502 1.264 1.022l-13.309 12.038zM21.61 17.581v1.316h-1.435v8.089h1.435v1.316h-3.104v-10.72h3.104zM26.729 28.301v-1.316h1.435v-8.089h-1.435v-1.316h3.104v10.72h-3.104z"/></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" viewBox="0 0 32 32"> + <g fill="#575757"> + <path d="M22.496 11.403c-.057-1.1-.57-2.167-1.328-3.01-.776-.865-1.84-1.53-2.99-1.717l-14.825 13.3.01.006-.008-.004-1.188 5.346 5.48-.604.002.003.003-.003h.006l-.003-.004c2.963-2.657 11.472-10.293 14.84-13.313zM6.056 21.528c-.42-.423-.778-.683-1.27-1.02l13.316-12.04c.45.14 1.073.502 1.264 1.022L6.056 21.528zM21.61 17.58v1.317h-1.435v8.09h1.435V28.3h-3.104v-10.72h3.104zm5.12 10.72v-1.315h1.434v-8.09H26.73V17.58h3.103V28.3H26.73z"/> + </g> +</svg> diff --git a/resources/mobile.editor.common/images/editVeNormal.svg b/resources/mobile.editor.common/images/editVeNormal.svg index 8a93fc1..aafe984 100644 --- a/resources/mobile.editor.common/images/editVeNormal.svg +++ b/resources/mobile.editor.common/images/editVeNormal.svg @@ -1 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" enable-background="new 0 0 40 40"><path d="M26.164 11.403c-.057-1.1-.571-2.167-1.328-3.01-.776-.865-1.841-1.529-2.989-1.717l-14.826 13.3.01.006-.008-.004-1.188 5.346 5.481-.604.001.003.004-.003.006-.001-.002-.003c2.963-2.657 11.472-10.293 14.839-13.313zm-16.439 10.125c-.422-.423-.779-.683-1.271-1.02l13.316-12.04c.45.139 1.073.502 1.264 1.022l-13.309 12.038z" fill="#575757"/></svg> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <path d="M26.164 11.403c-.057-1.1-.57-2.167-1.328-3.01-.776-.865-1.84-1.53-2.99-1.717l-14.825 13.3.01.006-.007-.004-1.188 5.346 5.48-.604.002.003.004-.003h.007l-.002-.004c2.963-2.657 11.472-10.293 14.84-13.313zM9.724 21.528c-.42-.423-.778-.683-1.27-1.02L21.77 8.468c.45.14 1.073.502 1.264 1.022L9.724 21.528z" fill="#575757"/> +</svg> diff --git a/resources/mobile.editor.overlay.withtoolbar.images/reference-ltr.svg b/resources/mobile.editor.overlay.withtoolbar.images/reference-ltr.svg index 11e1c75..7b03835 100644 --- a/resources/mobile.editor.overlay.withtoolbar.images/reference-ltr.svg +++ b/resources/mobile.editor.overlay.withtoolbar.images/reference-ltr.svg @@ -1,6 +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"> <g id="reference"> - <path id="bookmark" d="M5 4v17h12c1 0 2-1 2-2v-15h-14zm12 14c0 1-1 1-1 1h-8v-13h2v6l2-2 2 2v-6h3v12z"/> + <path id="bookmark" d="M5 4v17h12c1 0 2-1 2-2V4H5zm12 14c0 1-1 1-1 1H8V6h2v6l2-2 2 2V6h3v12z"/> </g> </svg> diff --git a/resources/mobile.editor.overlay.withtoolbar.images/reference-rtl.svg b/resources/mobile.editor.overlay.withtoolbar.images/reference-rtl.svg index b31bbac..6a154d6 100644 --- a/resources/mobile.editor.overlay.withtoolbar.images/reference-rtl.svg +++ b/resources/mobile.editor.overlay.withtoolbar.images/reference-rtl.svg @@ -1,6 +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"> <g id="reference"> - <path id="bookmark" d="M19 4v17h-12c-1 0-2-1-2-2v-15h14zm-12 14c0 1 1 1 1 1h8v-13h-2v6l-2-2-2 2v-6h-3v12z"/> + <path id="bookmark" d="M19 4v17H7c-1 0-2-1-2-2V4h14zM7 18c0 1 1 1 1 1h8V6h-2v6l-2-2-2 2V6H7v12z"/> </g> </svg> diff --git a/resources/mobile.languages.structured/magnifying-glass.svg b/resources/mobile.languages.structured/magnifying-glass.svg index 373a4bb..6c13512 100644 --- a/resources/mobile.languages.structured/magnifying-glass.svg +++ b/resources/mobile.languages.structured/magnifying-glass.svg @@ -1,10 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> -<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> -<path fill="#777777" d="M5.9,15.2c1.2,1.2,2.7,1.8,4.4,1.8c1.5,0,2.9-0.5,4-1.4l4.3,3.9c0,0,1-0.3,1.3-1.4l-4.3-3.9 - c1.6-2.4,1.3-5.7-0.8-7.8c-1.2-1.2-2.7-1.8-4.4-1.8C8.7,4.5,7.1,5.2,6,6.4C3.5,8.8,3.5,12.8,5.9,15.2z M7,7.7C7,7.7,7.1,7.6,7.2,7.6 - c0.9-0.9,2-1.3,3.2-1.3c1.2,0,2.4,0.5,3.2,1.3c1.8,1.8,1.8,4.7,0,6.4c-0.9,0.9-2,1.3-3.2,1.3c-1.2,0-2.4-0.5-3.2-1.3 - C5.4,12.3,5.4,9.5,7,7.7z"/> -</svg> +<?xml version="1.0" encoding="utf-8"?> +<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path fill="#777" d="M5.9 15.2c1.2 1.2 2.7 1.8 4.4 1.8 1.5 0 2.9-.5 4-1.4l4.3 3.9s1-.3 1.3-1.4l-4.3-3.9c1.6-2.4 1.3-5.7-.8-7.8-1.2-1.2-2.7-1.8-4.4-1.8-1.7-.1-3.3.6-4.4 1.8-2.5 2.4-2.5 6.4-.1 8.8zM7 7.7s.1-.1.2-.1c.9-.9 2-1.3 3.2-1.3 1.2 0 2.4.5 3.2 1.3 1.8 1.8 1.8 4.7 0 6.4-.9.9-2 1.3-3.2 1.3-1.2 0-2.4-.5-3.2-1.3-1.8-1.7-1.8-4.5-.2-6.3z"/> +</svg> diff --git a/resources/mobile.mainMenu/images/hamburger.svg b/resources/mobile.mainMenu/images/hamburger.svg index 57b96b6..60e068a 100644 --- a/resources/mobile.mainMenu/images/hamburger.svg +++ b/resources/mobile.mainMenu/images/hamburger.svg @@ -1 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M46 5.432v7.133c0 .242-.148.435-.328.435h-43.344c-.175 0-.328-.197-.328-.435v-7.133c0-.234.153-.432.328-.432h43.344c.18 0 .328.198.328.432zm0 30v7.133c0 .242-.148.435-.328.435h-43.344c-.175 0-.328-.197-.328-.435v-7.133c0-.234.153-.432.328-.432h43.344c.18 0 .328.198.328.432zm0-15v7.133c0 .242-.148.435-.328.435h-43.344c-.175 0-.328-.197-.328-.435v-7.133c0-.234.153-.432.328-.432h43.344c.18 0 .328.198.328.432z" fill="#565656"/></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="48" height="48" viewBox="0 0 48 48"> + <path d="M46 5.432v7.133c0 .242-.148.435-.328.435H2.328C2.153 13 2 12.803 2 12.565V5.432C2 5.198 2.153 5 2.328 5h43.344c.18 0 .328.198.328.432zm0 30v7.133c0 .242-.148.435-.328.435H2.328C2.153 43 2 42.803 2 42.565v-7.133c0-.234.153-.432.328-.432h43.344c.18 0 .328.198.328.432zm0-15v7.133c0 .242-.148.435-.328.435H2.328C2.153 28 2 27.803 2 27.565v-7.133c0-.234.153-.432.328-.432h43.344c.18 0 .328.198.328.432z" fill="#565656"/> +</svg> diff --git a/resources/mobile.overlay.images/close.svg b/resources/mobile.overlay.images/close.svg index 45ab37d..9df07a6 100644 --- a/resources/mobile.overlay.images/close.svg +++ b/resources/mobile.overlay.images/close.svg @@ -1,16 +1,12 @@ -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> -<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> -<g> - <g> - <g> - - <rect x="-0.1" y="9.7" transform="matrix(0.7071 0.7071 -0.7071 0.7071 11.9126 -5.1819)" width="24.7" height="4.2"/> - </g> - <g> - - <rect x="10.1" y="-0.5" transform="matrix(0.7072 0.707 -0.707 0.7072 11.9109 -5.1819)" width="4.2" height="24.7"/> - </g> - </g> -</g> -</svg> \ No newline at end of file +<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <g> + <g> + <g> + <path d="M4.983 1.606l17.465 17.466-2.97 2.97L2.014 4.575z"/> + </g> + <g> + <path d="M19.407 1.605l2.97 2.97L4.914 22.042l-2.97-2.97z"/> + </g> + </g> + </g> +</svg> diff --git a/resources/mobile.pagesummary.styles/noimage.svg b/resources/mobile.pagesummary.styles/noimage.svg index dd09aac..e6173da 100644 --- a/resources/mobile.pagesummary.styles/noimage.svg +++ b/resources/mobile.pagesummary.styles/noimage.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" enable-background="new 0 0 56 56"> - <path fill="#eee" d="M0 0h56v56h-56z"/> - <path fill="#999" d="M36.4 13.5h-18.6v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zm-6.2 3.5h5.1v6.4h-5.1v-6.4zm-8.8 0h6v1.8h-6v-1.8zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8h-13.8zm13.8-4.5h-13.8v-1.8h13.8v1.8zm0-4.7h-13.8v-1.8h13.8v1.8z"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"> + <path fill="#eee" d="M0 0h56v56H0z"/> + <path fill="#999" d="M36.4 13.5H17.8v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2 17h5.1v6.4h-5.1V17zm-8.8 0h6v1.8h-6V17zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z"/> </svg> diff --git a/resources/mobile.references.images/cite.svg b/resources/mobile.references.images/cite.svg index e0c16a4..f3a00b2 100644 --- a/resources/mobile.references.images/cite.svg +++ b/resources/mobile.references.images/cite.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="29.143" viewBox="0 0 12 14.571428" enable-background="new 0 0 24 24"> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="29.143" viewBox="0 0 12 14.571428"> <g id="g3"> <path d="M7.714 6.857L6 5.143 4.286 6.857V1.714H2.57v11.143h6.86s.856 0 .856-.857V1.714H7.714v5.143z" id="path5" fill="none"/> <path d="M0 0v14.57h10.286c.857 0 1.714-.856 1.714-1.713V0H0zm10.286 12c0 .857-.857.857-.857.857H2.57V1.714h1.716v5.143L6 5.143l1.714 1.714V1.714h2.572V12z" id="path7" fill="#575757"/> diff --git a/resources/mobile.swipe.images/move-ltr.svg b/resources/mobile.swipe.images/move-ltr.svg index 51e6611..670d84d 100644 --- a/resources/mobile.swipe.images/move-ltr.svg +++ b/resources/mobile.swipe.images/move-ltr.svg @@ -1,6 +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"> <g id="move-ltr"> - <path id="arrow" d="M8.935 7.181l5.302 5.302-5.302 5.303 1.414 1.414 6.716-6.717-6.716-6.716z"/> + <path id="arrow" d="M8.935 7.18l5.302 5.303-5.302 5.303L10.35 19.2l6.715-6.717-6.716-6.716z"/> </g> </svg> diff --git a/resources/mobile.swipe.images/move-rtl.svg b/resources/mobile.swipe.images/move-rtl.svg index bcee09d..527e572 100644 --- a/resources/mobile.swipe.images/move-rtl.svg +++ b/resources/mobile.swipe.images/move-rtl.svg @@ -1,6 +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"> <g id="move-rtl"> - <path id="arrow" d="M15.065 17.786l-5.302-5.303 5.302-5.302-1.414-1.414-6.716 6.716 6.716 6.717z"/> + <path id="arrow" d="M15.065 17.786l-5.302-5.303 5.302-5.302L13.65 5.77l-6.714 6.716L13.65 19.2z"/> </g> </svg> diff --git a/resources/mobile.toc.images/contents-ltr.svg b/resources/mobile.toc.images/contents-ltr.svg index 8e1efea..712646e 100644 --- a/resources/mobile.toc.images/contents-ltr.svg +++ b/resources/mobile.toc.images/contents-ltr.svg @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"> <g fill="#ABABAB"> - <path d="M2.176 37.586v-6.202c0-.17.113-.298.243-.298h35.16c.135 0 .244.133.244.298v6.202c0 .164-.11.296-.243.296H2.42c-.13 0-.244-.132-.244-.296z"/> - <path d="M37.824 16.602v6.207c0 .165-.11.297-.243.297H2.42c-.13 0-.244-.135-.244-.298V16.6c0-.16.113-.296.243-.296h35.16c.135 0 .244.136.244.296z"/> - <path d="M2.176 2.355c0-.132.108-.237.236-.237h21.94c.134 0 .236.105.236.237v6.677c0 .133-.103.237-.236.237H2.412c-.13 0-.236-.105-.236-.238V2.355z"/> + <path d="M2.176 37.586v-6.202c0-.17.113-.298.243-.298h35.16c.133 0 .242.133.242.298v6.202c0 .164-.11.296-.243.296H2.42c-.13 0-.244-.132-.244-.296z"/> + <path d="M37.824 16.602v6.207c0 .163-.11.295-.243.295H2.42c-.13 0-.244-.135-.244-.298V16.6c0-.16.113-.296.243-.296h35.16c.133 0 .242.136.242.296z"/> + <path d="M2.176 2.355c0-.132.108-.237.236-.237h21.94c.134 0 .236.105.236.237v6.677a.234.234 0 0 1-.236.237H2.412a.236.236 0 0 1-.236-.24V2.355z"/> </g> </svg> diff --git a/resources/skins.minerva.content.styles/images/external-link-ltr-icon.svg b/resources/skins.minerva.content.styles/images/external-link-ltr-icon.svg index bc0e478..9b147f0 100644 --- a/resources/skins.minerva.content.styles/images/external-link-ltr-icon.svg +++ b/resources/skins.minerva.content.styles/images/external-link-ltr-icon.svg @@ -1 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><defs><marker orient="auto" overflow="visible"><path d="M-.958-4.259c-1.134 0-2.056.922-2.056 2.056 0 .394.143.736.336 1.049l-.07.056c-.373-.513-.954-.867-1.636-.867-1.134 0-2.056.922-2.056 2.056s.922 2.056 2.056 2.056c.596 0 1.121-.265 1.496-.671-.075.213-.126.433-.126.671 0 1.134.922 2.056 2.056 2.056s2.056-.922 2.056-2.056c0-.476-.189-.896-.462-1.245.813.158 1.627.477 2.224 1.399-.443-.443-.727-1.248-.727-2.336l-.378-.028.35-.014c0-1.087.27-1.893.713-2.336-.575.889-1.354 1.216-2.14 1.385.243-.337.42-.728.42-1.175 0-1.134-.922-2.056-2.056-2.056z" fill-rule="evenodd" stroke="#000" stroke-width="NaN"/></marker><marker orient="auto" overflow="visible"><path d="M0-2.828l-2.828 2.828 2.828 2.828 2.828-2.828-2.828-2.828z" fill-rule="evenodd" stroke="#000" stroke-width="NaN"/></marker><marker orient="auto" overflow="visible"><path d="M10 0l4-4-14 4 14 4-4-4z" fill-rule="evenodd" stroke="#000" stroke-width="NaN"/></marker></defs><path fill="#fff" stroke="#06c" d="M.5 3.518h5.982v5.982h-5.982z"/><path d="M4.755-.16h5.234v5.39l-1.571 1.544-1.31-1.31-2.725 2.725-2.688-2.688 2.808-2.808-1.31-1.31z" fill="#06f"/><path d="M8.984.845l.022 4.884-1.817-1.817-2.881 2.881-1.227-1.227 2.881-2.881-1.85-1.851z" fill="#fff"/></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="10" height="10"> + <path fill="#fff" stroke="#06c" d="M.5 3.518h5.982V9.5H.5z"/> + <path d="M4.755-.16H9.99v5.39L8.417 6.774l-1.31-1.31L4.383 8.19 1.695 5.5l2.808-2.807-1.31-1.31z" fill="#06f"/> + <path d="M8.984.845l.022 4.884L7.19 3.91l-2.882 2.88L3.08 5.567l2.882-2.88L4.112.833z" fill="#fff"/> +</svg> diff --git a/resources/skins.minerva.content.styles/images/external-link-rtl-icon.svg b/resources/skins.minerva.content.styles/images/external-link-rtl-icon.svg index 7df8d8f..353be84 100644 --- a/resources/skins.minerva.content.styles/images/external-link-rtl-icon.svg +++ b/resources/skins.minerva.content.styles/images/external-link-rtl-icon.svg @@ -1 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><defs><marker orient="auto" overflow="visible"><path d="M-.958-4.259c-1.134 0-2.056.922-2.056 2.056 0 .394.143.736.336 1.049l-.07.056c-.373-.513-.954-.867-1.636-.867-1.134 0-2.056.922-2.056 2.056s.922 2.056 2.056 2.056c.596 0 1.121-.265 1.496-.671-.075.213-.126.433-.126.671 0 1.134.922 2.056 2.056 2.056s2.056-.922 2.056-2.056c0-.476-.189-.896-.462-1.245.813.158 1.627.477 2.224 1.399-.443-.443-.727-1.248-.727-2.336l-.378-.028.35-.014c0-1.087.27-1.893.713-2.336-.575.889-1.354 1.216-2.14 1.385.243-.337.42-.728.42-1.175 0-1.134-.922-2.056-2.056-2.056z" fill-rule="evenodd" stroke="#000" stroke-width="NaN"/></marker><marker orient="auto" overflow="visible"><path d="M0-2.828l-2.828 2.828 2.828 2.828 2.828-2.828-2.828-2.828z" fill-rule="evenodd" stroke="#000" stroke-width="NaN"/></marker><marker orient="auto" overflow="visible"><path d="M10 0l4-4-14 4 14 4-4-4z" fill-rule="evenodd" stroke="#000" stroke-width="NaN"/></marker></defs><path fill="#fff" stroke="#06c" d="M9.5 3.518h-5.982v5.982h5.982z"/><path d="M5.245-.16h-5.234v5.39l1.571 1.544 1.31-1.31 2.725 2.725 2.688-2.688-2.808-2.808 1.31-1.31z" fill="#06f"/><path d="M1.016.845l-.022 4.884 1.817-1.817 2.881 2.881 1.227-1.227-2.881-2.881 1.85-1.851z" fill="#fff"/></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="10" height="10"> + <path fill="#fff" stroke="#06c" d="M9.5 3.518H3.518V9.5H9.5z"/> + <path d="M5.245-.16H.01v5.39l1.572 1.544 1.31-1.31L5.617 8.19 8.305 5.5 5.497 2.694l1.31-1.31z" fill="#06f"/> + <path d="M1.016.845L.994 5.73 2.81 3.91l2.882 2.88L6.92 5.567l-2.882-2.88L5.888.833z" fill="#fff"/> +</svg> diff --git a/resources/skins.minerva.icons.images.scripts/talk.svg b/resources/skins.minerva.icons.images.scripts/talk.svg index 2d62924..ed5bd3e 100644 --- a/resources/skins.minerva.icons.images.scripts/talk.svg +++ b/resources/skins.minerva.icons.images.scripts/talk.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -410 2389.3333 2048" width="28" height="24"> <g id="g4"> - <path d="M810.916 313.59H2156.2v921.255l234.732 262.495h-1431.1q-103.484 0-137.558-93.388-11.358-31.55-11.358-55.528V313.59zM244.28-189.945h1347.81v384.908H691.027v798.842H8.287l235.994-263.757v-919.993z" id="path6" fill="#777"/> + <path d="M810.916 313.59H2156.2v921.255l234.732 262.495h-1431.1q-103.484 0-137.558-93.388-11.358-31.55-11.358-55.528V313.59zM244.28-189.945h1347.81v384.908H691.027v798.842H8.287L244.28 730.048v-919.993z" id="path6" fill="#777"/> </g> </svg> diff --git a/resources/skins.minerva.icons.images.scripts/userAnonymous.svg b/resources/skins.minerva.icons.images.scripts/userAnonymous.svg index 2312309..083958d 100644 --- a/resources/skins.minerva.icons.images.scripts/userAnonymous.svg +++ b/resources/skins.minerva.icons.images.scripts/userAnonymous.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" enable-background="new 0 0 960 560"> - <path enable-background="new" d="M2.112 0C.117 0 0 1.932 0 1.994V16h13.888C15.883 16 16 14.068 16 14.006V0H2.112zm.426 4.89s.726.726 2.295.726l2.233-.726c0 1.026-1.027 1.81-2.295 1.81S2.54 5.918 2.54 4.89zm8.935 6.517c-.543.3-1.148.542-1.81.726-.544.12-1.15.18-1.754.18-.727 0-1.39-.122-2.054-.3-.605-.18-1.206-.422-1.69-.727-.3-.18-.42-.605-.18-.905.18-.3.606-.42.907-.178.363.242.847.42 1.327.542 1.027.3 2.174.3 3.2.058.544-.12 1.028-.3 1.45-.542.3-.18.725-.058.905.242.125.305.004.726-.3.905zM11.415 6.7c-1.27 0-2.295-.846-2.295-1.81 0 0 .726.726 2.295.726l2.233-.726c.063 1.026-.964 1.81-2.233 1.81z" fill="#e7beba"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <path d="M2.112 0C.117 0 0 1.932 0 1.994V16h13.888C15.883 16 16 14.068 16 14.006V0H2.112zm.426 4.89s.726.726 2.295.726l2.233-.726c0 1.026-1.027 1.81-2.295 1.81s-2.23-.782-2.23-1.81zm8.935 6.517c-.543.3-1.148.542-1.81.726-.544.12-1.15.18-1.754.18-.73 0-1.39-.122-2.056-.3-.605-.18-1.206-.422-1.69-.727-.3-.18-.42-.605-.18-.905.18-.3.606-.42.907-.176.364.242.848.42 1.328.542 1.026.3 2.173.3 3.2.058a5.11 5.11 0 0 0 1.45-.542c.3-.18.724-.057.904.243.125.305.004.726-.3.905zM11.415 6.7c-1.27 0-2.295-.846-2.295-1.81 0 0 .726.726 2.295.726l2.233-.726c.063 1.026-.964 1.81-2.233 1.81z" fill="#e7beba"/> </svg> diff --git a/resources/skins.minerva.icons.images.scripts/userNormal.svg b/resources/skins.minerva.icons.images.scripts/userNormal.svg index 7fc6aa9..77f7a35 100644 --- a/resources/skins.minerva.icons.images.scripts/userNormal.svg +++ b/resources/skins.minerva.icons.images.scripts/userNormal.svg @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="271.5 72.8 16 16" enable-background="new 271.5 72.8 437.1 431.8"> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="271.5 72.8 16 16"> <g> <path d="M273.59 72.8c-2.03 0-2.09 1.907-2.09 2.032V88.8h13.91c2.03 0 2.09-1.907 2.09-2.032V72.8h-13.91z" fill="#d0d0d0"/> <g fill="#fff" transform="matrix(.042 0 0 .042 259.047 68.752)"> <circle cx="437" cy="234.1" r="28"/> <circle cx="553.5" cy="234.1" r="28"/> </g> - <path d="M279.88 85.338c-1.8 0-3.533-.617-4.583-1.61-.248-.247-.248-.68 0-.927s.68-.247.928 0c.806.807 2.167 1.24 3.654 1.24 1.423 0 2.788-.433 3.59-1.24.248-.247.68-.247.928 0s.248.68 0 .93c-1.113.986-2.722 1.608-4.52 1.608z" fill="#fff"/> + <path d="M279.88 85.338c-1.8 0-3.533-.617-4.583-1.61-.248-.247-.248-.68 0-.927s.68-.245.928 0c.806.81 2.167 1.24 3.654 1.24 1.42 0 2.786-.43 3.59-1.24.246-.245.68-.245.926 0s.248.68 0 .93c-1.113.988-2.722 1.61-4.52 1.61z" fill="#fff"/> </g> </svg> diff --git a/resources/skins.minerva.icons.images.scripts/watch.svg b/resources/skins.minerva.icons.images.scripts/watch.svg index babe718..ddab0f6 100644 --- a/resources/skins.minerva.icons.images.scripts/watch.svg +++ b/resources/skins.minerva.icons.images.scripts/watch.svg @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="24px" height="23px" viewBox="0 0 24 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <!-- Generator: Sketch 3.6.1 (26313) - http://www.bohemiancoding.com/sketch --> - <title>Shape</title> - <desc>Created with Sketch.</desc> - <defs></defs> - <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> - <g id="Artboard-1" transform="translate(0.000000, -1.000000)" fill="#777777"> - <path d="M12,5.512 L14.2666667,10.2894118 L19.6,10.9529412 L16,14.6687059 L16.6666667,19.8442353 L12,17.5882353 L7.2,19.8442353 L8,14.6687059 L4.26666667,10.9529412 L9.46666667,10.2894118 L12,5.512 L12,5.512 Z M12,1 L8.26666667,8.43152941 L0,9.62588235 L6,15.4649412 L4.53333333,23.56 L12,19.5788235 L19.3333333,23.56 L18,15.3322353 L24,9.49317647 L15.6,8.29882353 L12,1 L12,1 L12,1 Z" id="Shape"></path> +<svg width="24" height="23" viewBox="0 0 24 23" xmlns="http://www.w3.org/2000/svg"> + <title> + Shape + </title> + <g id="Page-1" fill="none" fill-rule="evenodd"> + <g id="Artboard-1" fill="#777"> + <path d="M12 4.512l2.267 4.777 5.333.663L16 13.67l.667 5.174L12 16.588l-4.8 2.256.8-5.175-3.733-3.717 5.2-.664L12 4.51zM12 0L8.267 7.432 0 8.626l6 5.84-1.467 8.094L12 18.58l7.333 3.98L18 14.332l6-5.84L15.6 7.3 12 0z" id="Shape"/> </g> </g> -</svg> \ No newline at end of file +</svg> diff --git a/resources/skins.minerva.icons.images.scripts/watched.svg b/resources/skins.minerva.icons.images.scripts/watched.svg index 1a08d44..25109d5 100644 --- a/resources/skins.minerva.icons.images.scripts/watched.svg +++ b/resources/skins.minerva.icons.images.scripts/watched.svg @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="24px" height="23px" viewBox="0 0 24 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <!-- Generator: Sketch 3.6.1 (26313) - http://www.bohemiancoding.com/sketch --> - <title>watchlist-filled</title> - <desc>Created with Sketch.</desc> - <defs></defs> - <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> - <g id="Artboard-1" transform="translate(0.000000, -1.000000)" fill="#00AF89"> - <path d="M12,1 L8.26666667,8.43152941 L0,9.62588235 L6,15.4649412 L4.53333333,23.56 L12,19.5788235 L19.3333333,23.56 L18,15.3322353 L24,9.49317647 L15.6,8.29882353 L12,1 L12,1 L12,1 Z" id="watchlist-filled"></path> +<svg width="24" height="23" viewBox="0 0 24 23" xmlns="http://www.w3.org/2000/svg"> + <title> + watchlist-filled + </title> + <g id="Page-1" fill="none" fill-rule="evenodd"> + <g id="Artboard-1" fill="#00AF89"> + <path d="M12 0L8.267 7.432 0 8.626l6 5.84-1.467 8.094L12 18.58l7.333 3.98L18 14.332l6-5.84L15.6 7.3 12 0z" id="watchlist-filled"/> </g> </g> -</svg> \ No newline at end of file +</svg> diff --git a/resources/skins.minerva.icons.images/bell.svg b/resources/skins.minerva.icons.images/bell.svg index 6de867c..39eb8c8 100644 --- a/resources/skins.minerva.icons.images/bell.svg +++ b/resources/skins.minerva.icons.images/bell.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="-282.375 419.5 48 48" enable-background="new -282.375 419.5 48 48"> - <path d="M-249.122 464.146h11.915c1.095 0 2.192-.728 2.554-1.703.486-.97.242-2.187-.61-3.04-3.89-4.01-4.74-9.972-5.47-15.683-1.215-8.51-2.553-18.116-14.71-19.334v-1.58c0-1.58-1.214-2.797-2.795-2.797-1.582 0-2.797 1.215-2.797 2.795v1.58c-12.037 1.22-13.375 10.824-14.59 19.335-.85 5.712-1.58 11.673-5.47 15.682-.73.853-.974 1.947-.608 3.04.486.977 1.458 1.704 2.552 1.704h11.67m9.24 3.405c-1.947 0-3.407-1.46-3.528-3.404h7.05c-.118 1.823-1.702 3.405-3.522 3.405zm0-9h-15.443c2.31-4.496 3.04-9.483 3.65-14.104 1.336-9.847 2.43-14.59 11.793-14.59 9.484 0 10.574 4.744 11.915 14.59.605 4.62 1.337 9.606 3.646 14.105h-15.56z" id="path4" fill="#555"/> +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="-282.375 419.5 48 48"> + <path d="M-249.122 464.146h11.915c1.095 0 2.192-.728 2.554-1.703.486-.97.242-2.187-.61-3.04-3.89-4.01-4.74-9.972-5.47-15.683-1.215-8.51-2.553-18.116-14.71-19.334v-1.58c0-1.58-1.214-2.797-2.795-2.797-1.582 0-2.797 1.213-2.797 2.793v1.58c-12.037 1.22-13.375 10.824-14.59 19.335-.85 5.71-1.58 11.672-5.47 15.68-.73.854-.974 1.948-.608 3.04.486.978 1.458 1.705 2.552 1.705h11.67m9.24 3.405c-1.95 0-3.41-1.46-3.53-3.404h7.05c-.118 1.823-1.7 3.405-3.52 3.405zm0-9h-15.445c2.31-4.496 3.04-9.483 3.65-14.104 1.336-9.847 2.43-14.59 11.793-14.59 9.483 0 10.573 4.744 11.914 14.59.605 4.62 1.337 9.606 3.646 14.105h-15.56z" id="path4" fill="#555"/> </svg> diff --git a/resources/skins.minerva.icons.images/edit.svg b/resources/skins.minerva.icons.images/edit.svg index 66f0fce..3449edb 100644 --- a/resources/skins.minerva.icons.images/edit.svg +++ b/resources/skins.minerva.icons.images/edit.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -410 2048 2048" width="24" height="24"> <g id="g4"> - <path d="M307.05 1073.838q32.507 22.505 97.522 87.52L1659.846 26.107q-33.757-60.013-101.272-82.518zm-135.03-51.26L1563.576-225.197q156.284 26.256 276.31 155.034Q1959.91 58.616 1968.663 217.4L575.858 1470.177l-515.112 55.012z" id="path6" fill="#777"/> + <path d="M307.05 1073.838q32.507 22.505 97.522 87.52L1659.846 26.108q-33.757-60.014-101.272-82.52zm-135.03-51.26L1563.576-225.197q156.284 26.256 276.31 155.034Q1959.91 58.617 1968.663 217.4L575.858 1470.177 60.746 1525.19z" id="path6" fill="#777"/> </g> </svg> diff --git a/resources/skins.minerva.icons.images/editLocked.svg b/resources/skins.minerva.icons.images/editLocked.svg index 74c750c..16fb788 100644 --- a/resources/skins.minerva.icons.images/editLocked.svg +++ b/resources/skins.minerva.icons.images/editLocked.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -410 2048 2048" width="24" height="24" fill="#777"> <g id="g4"> - <path d="M1670.264-159.32q-108.757 0-108.757 124.825l1.236 109.993h216.278l-1.235-109.993q1.236-124.824-107.52-124.824zm0-144.596q102.577 0 171.787 77.86 69.21 77.86 69.21 190.324v111.23h108.757v484.46h-699.504V75.5h109.993V-36.968q0-112.464 69.21-189.09 69.208-76.623 170.55-77.86zm-469.632 984.992h170.55l-795.9 716.807-510.417 55.614L173.622 955.44l1027.01-918.254v164.37l-892.3 805.79q32.132 22.245 96.398 86.51l795.902-719.277v306.495z" id="path6" fill="#777"/> + <path d="M1670.264-159.32q-108.757 0-108.757 124.825l1.236 109.993h216.278l-1.233-109.993q1.236-124.824-107.52-124.824zm0-144.596q102.577 0 171.787 77.86 69.21 77.86 69.21 190.324v111.23h108.76v484.46h-699.505V75.5h109.993V-36.968q0-112.464 69.21-189.09 69.208-76.623 170.55-77.86zm-469.632 984.992h170.55l-795.9 716.807-510.417 55.614L173.622 955.44l1027.01-918.254v164.37l-892.3 805.79q32.132 22.245 96.398 86.51l795.902-719.277v306.493z" id="path6"/> </g> </svg> diff --git a/resources/skins.minerva.icons.images/hamburger.svg b/resources/skins.minerva.icons.images/hamburger.svg index c5c176f..e37d2d3 100644 --- a/resources/skins.minerva.icons.images/hamburger.svg +++ b/resources/skins.minerva.icons.images/hamburger.svg @@ -1,17 +1,14 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> -<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> -<g> - <g transform="matrix(1 0 0 -1 0 1638)"> - <path fill="#676767" d="M23,1617H1v3h22V1617z"/> - </g> - <g transform="matrix(1 0 0 -1 0 1638)"> - <path fill="#676767" d="M23,1624H1v3h22V1624z"/> - </g> - <g transform="matrix(1 0 0 -1 0 1638)"> - <path fill="#676767" d="M23,1631H1v3h22V1631z"/> - </g> -</g> -</svg> +<?xml version="1.0" encoding="utf-8"?> +<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <g> + <g> + <path fill="#676767" d="M23 21H1v-3h22v3z"/> + </g> + <g> + <path fill="#676767" d="M23 14H1v-3h22v3z"/> + </g> + <g> + <path fill="#676767" d="M23 7H1V4h22v3z"/> + </g> + </g> +</svg> diff --git a/resources/skins.minerva.userpage.styles/talk.svg b/resources/skins.minerva.userpage.styles/talk.svg index c01508c..7875f0e 100644 --- a/resources/skins.minerva.userpage.styles/talk.svg +++ b/resources/skins.minerva.userpage.styles/talk.svg @@ -1,14 +1,13 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="40px" height="30px" viewBox="0 0 40 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"> - <!-- Generator: Sketch 3.4.2 (15855) - http://www.bohemiancoding.com/sketch --> - <title>talkpage</title> - <desc>Created with Sketch.</desc> - <defs></defs> - <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> - <g id="youdonthaveuserpage" sketch:type="MSArtboardGroup" transform="translate(-49.000000, -453.000000)" fill="#002BB8" opacity="0.8"> - <g id="Group" sketch:type="MSLayerGroup" transform="translate(49.000000, 453.000000)"> - <path d="M36,21 L36,3.81818182 L40,1.70530257e-13 L13,1.70530257e-13 L13,21 L36.1428571,21 L36,21 Z M27,30 L27,22 L12,22 L12,9 L0,9 L4,13 C3.85714286,12.8181818 3.85714286,30 4,30 L27,30 Z" id="talkpage" sketch:type="MSShapeGroup" transform="translate(20.000000, 15.000000) scale(1, -1) translate(-20.000000, -15.000000) "></path> +<svg width="40" height="30" viewBox="0 0 40 30" xmlns="http://www.w3.org/2000/svg"> + <title> + talkpage + </title> + <g id="Page-1" fill="none" fill-rule="evenodd"> + <g id="youdonthaveuserpage" fill="#002BB8" opacity=".8"> + <g id="Group"> + <path d="M36 9v17.182L40 30H13V9h23.143H36zm-9-9v8H12v13H0l4-4c-.143.182-.143-17 0-17h23z" id="talkpage"/> </g> </g> </g> -</svg> \ No newline at end of file +</svg> diff --git a/resources/skins.minerva.userpage.styles/userpage.svg b/resources/skins.minerva.userpage.styles/userpage.svg index 0c11405..347b7d2 100755 --- a/resources/skins.minerva.userpage.styles/userpage.svg +++ b/resources/skins.minerva.userpage.styles/userpage.svg @@ -1,16 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="88px" height="118px" viewBox="0 0 88 118" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"> - <!-- Generator: Sketch 3.4.2 (15855) - http://www.bohemiancoding.com/sketch --> - <title>userpage</title> - <desc>Created with Sketch.</desc> - <defs></defs> - <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> - <g id="youdonthaveuserpage" sketch:type="MSArtboardGroup" transform="translate(-333.000000, -629.000000)" fill="#000000"> - <g id="userpage" sketch:type="MSLayerGroup" transform="translate(333.000000, 629.000000)"> - <path d="M86.1556,18.3999574 L69.682,2.16617021 C68.9202,1.416 68.0674,0.554212766 66.3722,0.554212766 L5.6076,0.554212766 C2.6098,0.554212766 0.1736,3.03055319 0.1736,6.07017021 L0.1736,112.345149 C0.1736,115.366596 2.6098,117.829957 5.6076,117.829957 L82.3388,117.829957 C85.3444,117.829957 87.791,115.366596 87.791,112.345149 L87.791,21.9509362 C87.7806,20.2351489 86.959,19.1916596 86.1556,18.3999574 L86.1556,18.3999574 Z M83.9014,20.4298298 L67.8854,20.4298298 L67.8854,4.65029787 L83.9014,20.4298298 Z M82.3388,114.808511 L5.6076,114.808511 C4.2868,114.808511 3.2104,113.702723 3.2104,112.345149 L3.2104,6.08055319 C3.2104,4.7333617 4.3076,3.59642553 5.6076,3.59642553 L64.8486,3.59642553 L64.8486,21.9509362 C64.8486,22.7919574 65.5298,23.4616596 66.3618,23.4616596 L84.7438,23.4616596 L84.7438,112.345149 C84.7438,113.702723 83.6674,114.808511 82.3388,114.808511 L82.3388,114.808511 Z" id="Fill-1" sketch:type="MSShapeGroup"></path> - <path d="M64.7612,94.7018723 L20.5222,94.7018723 C19.6798,94.7018723 19.009,95.3819574 19.009,96.2125957 C19.009,97.053617 19.6902,97.7233191 20.5222,97.7233191 L64.7612,97.7233191 C65.6062,97.7233191 66.277,97.043234 66.277,96.2125957 C66.277,95.3715745 65.6062,94.7018723 64.7612,94.7018723 L64.7612,94.7018723 Z" id="Fill-2" sketch:type="MSShapeGroup"></path> - <path d="M64.9562,70.244766 C52.4216,64.9312766 50.3208,62.7015319 49.9646,62.0915319 L49.9646,60.4588085 C51.366,58.735234 52.4632,56.5054894 53.173,53.9616596 C55.0528,52.1654043 55.4298,49.1050213 54.0466,46.8129787 L54.0466,41.6915745 C54.0466,34.5740426 50.0062,30.4883404 42.9472,30.4883404 C36,30.4883404 31.8452,34.6752766 31.8452,41.6915745 L31.8452,46.8129787 C30.475,49.1050213 30.852,52.1550213 32.7292,53.9512766 C33.4416,56.4951064 34.5388,58.7274468 35.9402,60.4510213 L35.9402,62.0915319 C35.5528,62.782 33.3194,64.9728085 20.9278,70.244766 C19.7604,70.7509362 18.9986,71.9475745 18.9986,73.2869787 L18.9986,79.5115745 C18.9986,81.3285957 20.3896,82.7977872 22.0952,82.7977872 L63.7888,82.7977872 C65.5048,82.7977872 66.8958,81.3182128 66.8958,79.5115745 L66.8958,73.2869787 C66.9166,71.9475745 66.1444,70.7509362 64.9562,70.244766 L64.9562,70.244766 Z M63.8798,79.5219574 C63.8798,79.6751064 63.8174,79.7555745 63.7888,79.7867234 L22.1576,79.7971064 C22.1264,79.7867234 22.0562,79.6854894 22.0562,79.5219574 L22.0562,73.2973617 C22.0562,73.1442128 22.1264,73.0429787 22.1472,73.0325957 C36.0208,67.1324681 38.4076,64.6275745 38.9354,62.802766 C38.977,62.670383 38.9952,62.527617 38.9952,62.3874468 L38.9952,59.9033191 C38.9952,59.5373191 38.8652,59.1713191 38.6104,58.898766 C37.2584,57.3776596 36.2028,55.2491489 35.5632,52.7442553 C35.4826,52.4197872 35.2902,52.1264681 35.025,51.9214043 C33.9486,51.090766 33.7458,49.3360426 34.609,48.1705532 C34.8014,47.908383 34.9028,47.5917021 34.9028,47.267234 L34.9028,41.6915745 C34.9028,37.9614894 36.3042,33.5201702 42.968,33.5201702 C48.3188,33.5201702 51.0306,36.2664681 51.0306,41.6915745 L51.0306,47.267234 C51.0306,47.5917021 51.132,47.908383 51.327,48.1705532 C52.2812,49.4580426 51.873,51.181617 50.9188,51.9214043 C50.6562,52.1264681 50.4612,52.4197872 50.3806,52.7442553 C49.741,55.2491489 48.6854,57.3776596 47.3334,58.898766 C47.0916,59.1713191 46.9486,59.5373191 46.9486,59.9033191 L46.9486,62.3874468 C46.9486,62.527617 46.9694,62.66 47.0084,62.792383 C47.5076,64.5471064 49.884,67.1324681 63.7888,73.0222128 C63.807,73.0325957 63.8902,73.1234468 63.8902,73.2869787 L63.8902,79.5219574 L63.8798,79.5219574 Z" id="Fill-3" sketch:type="MSShapeGroup"></path> +<svg width="88" height="118" viewBox="0 0 88 118" xmlns="http://www.w3.org/2000/svg"> + <title> + userpage + </title> + <g id="Page-1" fill="none" fill-rule="evenodd"> + <g id="youdonthaveuserpage" fill="#000"> + <g id="userpage"> + <path d="M86.156 18.4L69.682 2.166c-.762-.75-1.615-1.612-3.31-1.612H5.608C2.61.554.174 3.03.174 6.07v106.275c0 3.022 2.436 5.485 5.434 5.485h76.73c3.006 0 5.453-2.463 5.453-5.485V21.95c-.01-1.715-.83-2.758-1.633-3.55zM83.9 20.43H67.886V4.65L83.9 20.43zm-1.56 94.38H5.607c-1.32 0-2.398-1.107-2.398-2.465V6.08c0-1.347 1.097-2.484 2.397-2.484h59.24V21.95a1.51 1.51 0 0 0 1.514 1.512h18.383v88.883c0 1.358-1.077 2.464-2.405 2.464z" id="Fill-1"/> + <path d="M64.76 94.702H20.523a1.51 1.51 0 0 0 0 3.02h44.24a1.51 1.51 0 0 0 1.515-1.51c0-.84-.67-1.51-1.516-1.51z" id="Fill-2"/> + <path d="M64.956 70.245c-12.534-5.314-14.635-7.543-14.99-8.153V60.46c1.4-1.725 2.497-3.955 3.207-6.498 1.88-1.797 2.257-4.857.874-7.15v-5.12c0-7.118-4.04-11.204-11.1-11.204-6.947 0-11.102 4.187-11.102 11.204v5.12c-1.37 2.293-.993 5.343.884 7.14.71 2.543 1.81 4.775 3.21 6.5v1.64c-.388.69-2.62 2.88-15.013 8.153-1.168.506-1.93 1.703-1.93 3.042v6.225c0 1.817 1.392 3.286 3.097 3.286H63.79c1.715 0 3.106-1.48 3.106-3.286v-6.225c.02-1.34-.752-2.536-1.94-3.042zm-1.076 9.277a.375.375 0 0 1-.09.265l-41.632.01c-.032-.01-.102-.112-.102-.275v-6.225c0-.153.07-.254.09-.264 13.875-5.9 16.262-8.405 16.79-10.23.04-.133.06-.275.06-.416v-2.484c0-.366-.13-.732-.386-1.004-1.352-1.523-2.407-3.65-3.047-6.157a1.507 1.507 0 0 0-.538-.823c-1.076-.83-1.28-2.584-.416-3.75.19-.262.292-.578.292-.903v-5.575c0-3.73 1.4-8.172 8.065-8.172 5.35 0 8.063 2.746 8.063 8.172v5.575c0 .325.102.64.297.904.954 1.29.546 3.013-.408 3.75a1.52 1.52 0 0 0-.54.825c-.64 2.505-1.696 4.634-3.048 6.155-.24.27-.384.637-.384 1.003v2.484c0 .14.02.273.058.405.5 1.755 2.876 4.34 16.78 10.23.02.01.102.1.102.265v6.235h-.01z" id="Fill-3"/> </g> </g> </g> -</svg> \ No newline at end of file +</svg> -- To view, visit https://gerrit.wikimedia.org/r/276072 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I59162edb411c4aa365aa7e382329b8e5ab1fcb2d Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> Gerrit-Reviewer: Bmansurov <[email protected]> Gerrit-Reviewer: VolkerE <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
