Prtksxna has submitted this change and it was merged. Change subject: Fix for image sizing issues ......................................................................
Fix for image sizing issues Change-Id: Ibcf450fa92c66b7e448101a33c653a8f24051937 --- M source/images/content.svg M source/images/faq.svg 2 files changed, 6 insertions(+), 6 deletions(-) Approvals: Prtksxna: Verified; Looks good to me, approved diff --git a/source/images/content.svg b/source/images/content.svg index 5e9c686..e5f01de 100644 --- a/source/images/content.svg +++ b/source/images/content.svg @@ -3,6 +3,6 @@ <!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 800 440" enable-background="new 0 0 800 440" xml:space="preserve"> -<path id="multi-files-4-icon" fill="#1C1C1C" d="M402.2,161.2h-54.9v101.6h14.2v-87.4h54.9L402.2,161.2z M418.9,201.4v19.7h19.8 - v46.1h-51v-65.8H418.9 M427.7,187.2h-54.2v94.1h79.3v-69.1L427.7,187.2z"/> +<path id="multi-files-4-icon" fill="#1C1C1C" d="M406.4,44.9H245.1v298.4h41.7V86.6h161.3L406.4,44.9z M455.4,162.9v57.9h58.2v135.4 + H363.8V162.9L455.4,162.9 M481.3,121.2H322.1v276.4H555v-203L481.3,121.2z"/> </svg> diff --git a/source/images/faq.svg b/source/images/faq.svg index b80fab8..09ea610 100644 --- a/source/images/faq.svg +++ b/source/images/faq.svg @@ -3,8 +3,8 @@ <!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 800 440" enable-background="new 0 0 800 440" xml:space="preserve"> -<path id="info-7-icon" fill="#1C1C1C" d="M400,162.9c-32.8,0-62.2,22.1-62.2,52.3c0,10.7,3.8,21.2,10.6,29.4 - c0.3,9.6-5.3,23.3-10.3,33.3c13.5-2.5,32.6-7.9,41.3-13.3c47.8,11.7,82.7-17.8,82.7-49.5C462.2,184.8,432.6,162.9,400,162.9z - M409.2,243.6h-15.7v-35.5h15.7V243.6z M401.3,200.7c-4.7,0-8.5-3.8-8.5-8.5s3.8-8.5,8.5-8.5s8.5,3.8,8.5,8.5S406,200.7,401.3,200.7 - z"/> +<path id="info-7-icon" fill="#1C1C1C" d="M400.1,50c-97.2,0-184.3,65.5-184.3,155c0,31.7,11.3,62.8,31.4,87.1 + c0.9,28.4-15.7,69-30.5,98.7c40-7.4,96.6-23.4,122.4-39.4c141.6,34.7,245-52.7,245-146.7C584.4,114.9,496.7,50,400.1,50z + M427.4,289.1h-46.5V184h46.5V289.1z M403.9,162c-13.9,0-25.2-11.3-25.2-25.2s11.3-25.2,25.2-25.2s25.2,11.3,25.2,25.2 + S417.9,162,403.9,162z"/> </svg> -- To view, visit https://gerrit.wikimedia.org/r/148274 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibcf450fa92c66b7e448101a33c653a8f24051937 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport Gerrit-Branch: master Gerrit-Owner: MSyed <[email protected]> Gerrit-Reviewer: Prtksxna <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
