Skip to content

Commit

Permalink
Thu Jul 4 23:23:48 MSK 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphop committed Jul 4, 2019
1 parent d3c05c2 commit 0bede09
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: perl
script: ./tools/test

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/hyphop/geekcrypt.svg?branch=master)](https://travis-ci.com/hyphop/geekcrypt)

# GeekCrypt - 1st real opensource T-shirt

GeekCrypt - coders fun art project !
Expand Down Expand Up @@ -64,7 +66,7 @@ Fork me on git*, and make your version of your unique opensource T-shirt.
+ [pics/geekcrypt.1.example.png](pics/geekcrypt.1.example.png) - front side example
+ [pics/geekcrypt.2.example.pn](pics/geekcrypt.2.example.png) - back side example
+ [pics/geekcrypt.example.png](pics/geekcrypt.example.png) - both side example
+ [pics](pics) - other files
+ [pics](pics) - show all files

### files

Expand Down
4 changes: 2 additions & 2 deletions geekcrypt.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ FANCY=1 ./tools/txt2svg ./geekcrypt > pics/geekcrypt.2.svg
for i in pics/geekcrypt.?.svg; do
inkscape -D -T -d $DPI -i TEXT -j -e "${i%.*}.png" "$i"
inkscape -D -T -d $DPI -i TEXT -j -E "${i%.*}.eps" "$i"
inkscape -D -T -d $DPI -i TEXT -j -m "${i%.*}.wmf" "$i"
inkscape -D -T -d $DPI -i TEXT -j -M "${i%.*}.emf" "$i"
# inkscape -D -T -d $DPI -i TEXT -j -m "${i%.*}.wmf" "$i"
# inkscape -D -T -d $DPI -i TEXT -j -M "${i%.*}.emf" "$i"
done

# -E "${i%.*}.eps" \
Expand Down
7 changes: 7 additions & 0 deletions pics/clear
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

## hyphop ##

rm *.emf *.wmf


0 comments on commit 0bede09

Please sign in to comment.