Skip to content

Commit

Permalink
Add crash test dummy.
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Mar 30, 2018
1 parent 12f8e43 commit bb19d0f
Show file tree
Hide file tree
Showing 6 changed files with 1,122 additions and 0 deletions.
Binary file added .thumb/vector/friends/crash-dummy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Here are svg images that can be modified for your own needs.
[<img src=".thumb/vector/fairy-tale/sage.png">](vector/fairy-tale/sage.svg)
[<img src=".thumb/vector/fairy-tale/witch-learning.png">](vector/fairy-tale/witch-learning.svg)
[<img src=".thumb/vector/fairy-tale/witch-too-much-candy.png">](vector/fairy-tale/witch-too-much-candy.svg)
[<img src=".thumb/vector/friends/crash-dummy.png">](vector/friends/crash-dummy.svg)
[<img src=".thumb/vector/friends/docker.png">](vector/friends/docker.svg)
[<img src=".thumb/vector/friends/empire-silhouette.png">](vector/friends/empire-silhouette.svg)
[<img src=".thumb/vector/friends/heart-balloon.png">](vector/friends/heart-balloon.svg)
Expand Down
4 changes: 4 additions & 0 deletions update.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ func MakeThumbs(name, folder, output string) *Thumbs {
thumbs.Folder = folder

for _, file := range files {
if strings.Contains(file.Name(), ".sheet.") {
continue
}

path := filepath.Join(folder, file.Name())
log.Printf("> add: %v\n", path)

Expand Down
Binary file added vector/friends/crash-dummy.afdesign
Binary file not shown.
1 change: 1 addition & 0 deletions vector/friends/crash-dummy.sheet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bb19d0f

Please sign in to comment.