Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Correction of China's borders #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified gmt-china-combined-logo.pdf
Binary file not shown.
Binary file modified gmt-china-combined-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gmt-china-logo-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gmt-china-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gmt-china-logo.pdf
Binary file not shown.
Binary file modified gmt-china-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions mklogo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# GMT 中文社区 logo
#
gmt begin gmt-china-logo pdf,jpg,PNG,eps
gmt coast -Rd -JI110/10c -Dc -A10000 -G230/230/230 -S160/175/217
gmt coast -ECN+g204/204/204 -EHK+g204/204/204 -ETW+g204/204/204 -EMO+g204/204/204
echo 110 -20 GMT/China | gmt text -F+f35p,19,0/0/100
gmt coast -Rd -JI110/10c -Dc -A10000 -G230/230/230 -S160/175/217
gmt plot CN-border-L1.gmt -Gred
echo 110 -20 GMT/China | gmt text -F+f35p,19,0/0/100
gmt end

# 方形版本的 logo
gmt begin gmt-china-logo-square PNG A+n
gmt set PS_MEDIA 10cx10c
gmt coast -Rd -JI110/10c -Dc -A10000 -G230/230/230 -S160/175/217 -Xc -Yc
gmt coast -ECN+g204/204/204 -EHK+g204/204/204 -ETW+g204/204/204 -EMO+g204/204/204
echo 110 -20 GMT/China | gmt text -F+f35p,19,0/0/100
gmt set PS_MEDIA 10cx10c
gmt coast -Rd -JI110/10c -Dc -A10000 -G230/230/230 -S160/175/217 -Xc -Yc
gmt plot CN-border-L1.gmt -Gred
echo 110 -20 GMT/China | gmt text -F+f35p,19,0/0/100
gmt end

# 将 GMT logo 与 GMT 中文社区 logo 放一起
Expand Down