Skip to content

Commit

Permalink
Replace 7 segment display SVG with PNG
Browse files Browse the repository at this point in the history
GitHub doesn't handle relative paths to SVG images properly.
isaacs/github#316
  • Loading branch information
scottgonzalez committed Jul 4, 2015
1 parent f75e0e6 commit 973d6b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 186 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Shift Seven components must have the shift register pins connected to the seven

*Note: The DP pin is not used for drawing any numbers. However, you may use this when drawing with a custom binary string via `ShiftSeven#write()`.*

![Seven segment display labeled](resources/7_segment_display_labeled.svg)
![Seven segment display labeled](resources/7_segment_display_labeled.png)

Image source: [Wikipedia](https://en.wikipedia.org/wiki/Seven-segment_display#/media/File:7_segment_display_labeled.svg), licensed CC BY-SA 3.0
["7 segment display labeled" by user:h2g2bob](https://en.wikipedia.org/wiki/Seven-segment_display#/media/File:7_segment_display_labeled.svg). Licensed under CC BY-SA 3.0 via Wikimedia Commons.

![Breadboard for Shift Seven](resources/shift-seven.png)

Expand Down
Binary file added resources/7_segment_display_labeled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
184 changes: 0 additions & 184 deletions resources/7_segment_display_labeled.svg

This file was deleted.

0 comments on commit 973d6b9

Please sign in to comment.