
morgan pushed to branch mullvad-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 8f3e5664 by Henry Wilkes at 2025-09-10T17:22:14+01:00 fixup! MB 1: Mullvad Browser branding TB 44142: Add missing document_pdf.svg file. - - - - - 6 changed files: - + browser/branding/mb-alpha/content/document_pdf.svg - browser/branding/mb-alpha/content/jar.mn - + browser/branding/mb-nightly/content/document_pdf.svg - browser/branding/mb-nightly/content/jar.mn - + browser/branding/mb-release/content/document_pdf.svg - browser/branding/mb-release/content/jar.mn Changes: ===================================== browser/branding/mb-alpha/content/document_pdf.svg ===================================== @@ -0,0 +1,9 @@ +<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path d="M37.5 9.53728C37.5 9.26197 37.7226 9.03846 37.9979 9.03729L163.745 8.50263L218.5 62.7471V247.317C218.5 247.593 218.276 247.817 218 247.817H38C37.7239 247.817 37.5 247.593 37.5 247.317V9.53728Z" fill="#FAFAFA" stroke="#80808E" stroke-width="3"/> + <path d="m70 57v116h24.489v-60.629l16.756 30.624h33.511l16.756-30.624v60.629h24.489v-116h-24.489l-33.511 60.939-33.511-60.939z" fill="#CFCFD8"/> + <rect x="28" y="136" width="200" height="100" fill="#FF0000"/> + <rect x="29.5" y="137.5" width="197" height="97" stroke="black" stroke-opacity="0.25" stroke-width="3"/> + <path d="M65.4878 194.342V213.441H53V158H72.5629C86.5327 158 93.5176 163.889 93.5176 175.668C93.5176 181.236 91.5072 185.746 87.4864 189.2C83.4913 192.628 78.1431 194.342 71.4417 194.342H65.4878ZM65.4878 167.588V184.87H70.3978C77.0477 184.87 80.3726 181.957 80.3726 176.132C80.3726 170.436 77.0477 167.588 70.3978 167.588H65.4878Z" fill="white"/> + <path d="M107.767 213.441V158H127.407C147.099 158 156.945 167.008 156.945 185.025C156.945 193.659 154.251 200.554 148.864 205.709C143.503 210.864 136.351 213.441 127.407 213.441H107.767ZM120.255 168.168V203.312H126.441C131.853 203.312 136.093 201.688 139.16 198.44C142.253 195.193 143.8 190.772 143.8 185.179C143.8 179.896 142.266 175.746 139.199 172.73C136.158 169.689 131.879 168.168 126.363 168.168H120.255Z" fill="white"/> + <path d="M203.051 168.624H183.488V182.233H201.466V192.362H183.488V213.897H171V158.456H203.051V168.624Z" fill="white"/> +</svg> ===================================== browser/branding/mb-alpha/content/jar.mn ===================================== @@ -9,6 +9,8 @@ browser.jar: content/branding/about-logo.svg content/branding/about-logo@2x.png content/branding/about-wordmark.svg + content/branding/document.ico (../document.ico) + content/branding/document_pdf.svg content/branding/firefox-wordmark.svg content/branding/icon16.png content/branding/icon32.png ===================================== browser/branding/mb-nightly/content/document_pdf.svg ===================================== @@ -0,0 +1,9 @@ +<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path d="M37.5 9.53728C37.5 9.26197 37.7226 9.03846 37.9979 9.03729L163.745 8.50263L218.5 62.7471V247.317C218.5 247.593 218.276 247.817 218 247.817H38C37.7239 247.817 37.5 247.593 37.5 247.317V9.53728Z" fill="#FAFAFA" stroke="#80808E" stroke-width="3"/> + <path d="m70 57v116h24.489v-60.629l16.756 30.624h33.511l16.756-30.624v60.629h24.489v-116h-24.489l-33.511 60.939-33.511-60.939z" fill="#CFCFD8"/> + <rect x="28" y="136" width="200" height="100" fill="#FF0000"/> + <rect x="29.5" y="137.5" width="197" height="97" stroke="black" stroke-opacity="0.25" stroke-width="3"/> + <path d="M65.4878 194.342V213.441H53V158H72.5629C86.5327 158 93.5176 163.889 93.5176 175.668C93.5176 181.236 91.5072 185.746 87.4864 189.2C83.4913 192.628 78.1431 194.342 71.4417 194.342H65.4878ZM65.4878 167.588V184.87H70.3978C77.0477 184.87 80.3726 181.957 80.3726 176.132C80.3726 170.436 77.0477 167.588 70.3978 167.588H65.4878Z" fill="white"/> + <path d="M107.767 213.441V158H127.407C147.099 158 156.945 167.008 156.945 185.025C156.945 193.659 154.251 200.554 148.864 205.709C143.503 210.864 136.351 213.441 127.407 213.441H107.767ZM120.255 168.168V203.312H126.441C131.853 203.312 136.093 201.688 139.16 198.44C142.253 195.193 143.8 190.772 143.8 185.179C143.8 179.896 142.266 175.746 139.199 172.73C136.158 169.689 131.879 168.168 126.363 168.168H120.255Z" fill="white"/> + <path d="M203.051 168.624H183.488V182.233H201.466V192.362H183.488V213.897H171V158.456H203.051V168.624Z" fill="white"/> +</svg> ===================================== browser/branding/mb-nightly/content/jar.mn ===================================== @@ -9,6 +9,8 @@ browser.jar: content/branding/about-logo.svg content/branding/about-logo@2x.png content/branding/about-wordmark.svg + content/branding/document.ico (../document.ico) + content/branding/document_pdf.svg content/branding/firefox-wordmark.svg content/branding/icon16.png content/branding/icon32.png ===================================== browser/branding/mb-release/content/document_pdf.svg ===================================== @@ -0,0 +1,9 @@ +<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path d="M37.5 9.53728C37.5 9.26197 37.7226 9.03846 37.9979 9.03729L163.745 8.50263L218.5 62.7471V247.317C218.5 247.593 218.276 247.817 218 247.817H38C37.7239 247.817 37.5 247.593 37.5 247.317V9.53728Z" fill="#FAFAFA" stroke="#80808E" stroke-width="3"/> + <path d="m70 57v116h24.489v-60.629l16.756 30.624h33.511l16.756-30.624v60.629h24.489v-116h-24.489l-33.511 60.939-33.511-60.939z" fill="#CFCFD8"/> + <rect x="28" y="136" width="200" height="100" fill="#FF0000"/> + <rect x="29.5" y="137.5" width="197" height="97" stroke="black" stroke-opacity="0.25" stroke-width="3"/> + <path d="M65.4878 194.342V213.441H53V158H72.5629C86.5327 158 93.5176 163.889 93.5176 175.668C93.5176 181.236 91.5072 185.746 87.4864 189.2C83.4913 192.628 78.1431 194.342 71.4417 194.342H65.4878ZM65.4878 167.588V184.87H70.3978C77.0477 184.87 80.3726 181.957 80.3726 176.132C80.3726 170.436 77.0477 167.588 70.3978 167.588H65.4878Z" fill="white"/> + <path d="M107.767 213.441V158H127.407C147.099 158 156.945 167.008 156.945 185.025C156.945 193.659 154.251 200.554 148.864 205.709C143.503 210.864 136.351 213.441 127.407 213.441H107.767ZM120.255 168.168V203.312H126.441C131.853 203.312 136.093 201.688 139.16 198.44C142.253 195.193 143.8 190.772 143.8 185.179C143.8 179.896 142.266 175.746 139.199 172.73C136.158 169.689 131.879 168.168 126.363 168.168H120.255Z" fill="white"/> + <path d="M203.051 168.624H183.488V182.233H201.466V192.362H183.488V213.897H171V158.456H203.051V168.624Z" fill="white"/> +</svg> ===================================== browser/branding/mb-release/content/jar.mn ===================================== @@ -9,6 +9,8 @@ browser.jar: content/branding/about-logo.svg content/branding/about-logo@2x.png content/branding/about-wordmark.svg + content/branding/document.ico (../document.ico) + content/branding/document_pdf.svg content/branding/firefox-wordmark.svg content/branding/icon16.png content/branding/icon32.png View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/8f3e... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/8f3e... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
morgan (@morgan)