Last active
September 7, 2022 16:53
-
-
Save eeejay/44ffa2236da1c18c821a7c790e594e30 to your computer and use it in GitHub Desktop.
SVG source for Mozilla's accessibility team sticker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<svg width="185mm" height="42mm" viewBox="0 0 185 42" xmlns="http://www.w3.org/2000/svg"> | |
<defs> | |
<style> | |
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@700"); | |
path { | |
fill:#ff0; | |
stroke: none; | |
} | |
tspan { | |
font-style:normal; | |
font-variant:normal; | |
font-weight:700; | |
font-stretch:normal; | |
font-size:38.8056px; | |
font-family:'Zilla Slab'; | |
fill:#000; | |
} | |
</style> | |
</defs> | |
<path style="fill:#ffff00;stroke-width:1.09622" d="M 0,0 H 185 V 42 H 0 Z"/> | |
<text x="-28.315594" y="-65.651665"> | |
<tspan x="3.5294065" y="30.21633">moz://a11y</tspan> | |
</text> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment