Skip to content

Commit

Permalink
swap PNG for SVG logo now that GitHub renders; keep PNG for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Teque5 committed Jan 15, 2024
1 parent 07c9bdd commit 857bf15
Show file tree
Hide file tree
Showing 3 changed files with 3,236 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p align="center">
<img src="https://github.com/gnuradio/SigMF/blob/sigmf-v1.x/logo/sigmf_logo.png" width="30%" />
</p>
<p align="center"><img src="https://github.com/gnuradio/SigMF/blob/sigmf-v1.x/logo/sigmf_logo.svg" alt="Rendered SigMF Logo"/></p>

# Signal Metadata Format (SigMF)

Expand Down
4 changes: 2 additions & 2 deletions logo/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![Rendered version of the Official SigMF Logo](sigmf_logo.png)
<p align="center"><img src="sigmf_logo.svg" alt="Rendered SigMF Logo"/></p>

# The Official SigMF Logo

The provided SigMF pair [sigmf_logo.sigmf-meta](sigmf_logo.sigmf-meta) and [sigmf_logo.sigmf-data](sigmf_logo.sigmf-data) represent the stereo audio that is the official SigMF logo.

The intent of these files is to both serve as a nice visual and an exemplar metadata to be used as a reference. The `png` is just a simplified view of the logo as rendered on an XY-oscilloscope per the below gist.
The intent of these files is to both serve as a nice visual and an exemplar metadata to be used as a reference. The image above is just a simplified view of the logo as rendered on an XY-oscilloscope per the below gist.

## Additional Versions

Expand Down
Loading

0 comments on commit 857bf15

Please sign in to comment.