diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 10:07:54 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 10:07:54 -0700 |
commit | bbaf8800eb700d630dd6f2ba2b0ea8e13be7bb18 (patch) | |
tree | 74058a30b4b4d77e8132f10e625d1038cab32ac6 /source/img/icon.tex | |
parent | 2ecbd7fd0278e900b094f775538abf20f4791c51 (diff) | |
download | my_new_personal_website-bbaf8800eb700d630dd6f2ba2b0ea8e13be7bb18.tar.xz my_new_personal_website-bbaf8800eb700d630dd6f2ba2b0ea8e13be7bb18.zip |
create separate square icon as Apple touch icon
Round icon with transparent filling doesn't work well on iOS's home
screen, because the transparent part will be filled in black. Also, the
letters ZW have been enlarged to look better in a square icon.
Diffstat (limited to 'source/img/icon.tex')
-rw-r--r-- | source/img/icon.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/img/icon.tex b/source/img/icon.tex index 4d710a52..07c7155e 100644 --- a/source/img/icon.tex +++ b/source/img/icon.tex @@ -13,7 +13,6 @@ \begin{document} \tikz { - \fill[fill=none](0,0) circle (100); \draw[draw=none,fill=black!20!white] (0,0) circle (100); \node[text=white,scale=200.0] at (0,0) {ZW}; } |