Last active
May 24, 2025 19:54
-
-
Save PM2Ring/28f67c4b26e172e3108ff7a44be71e3c to your computer and use it in GitHub Desktop.
Miscellaneous SVGs
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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 20"> | |
| <style type="text/css"> | |
| <![CDATA[ | |
| @media (orientation: portrait) { | |
| .myport {fill:#f00; display:block;} | |
| .myland {display:none} | |
| } | |
| @media (orientation: landscape) { | |
| .myland {fill:#00f; display:block;} | |
| .myport {display:none} | |
| } | |
| ]]> | |
| </style> | |
| <text x="1" y="15" class="myport">portrait</text> | |
| <text x="1" y="15" class="myland">landscape</text> | |
| </svg> |
Author
PM2Ring
commented
Jun 25, 2022
Author
Author
Author
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

