diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-22 23:05:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-22 23:05:44 +0000 |
commit | 695746b77c138fed69f386e310a14dd724eba850 (patch) | |
tree | 37c841e106517702424a7ddc3a3399c094978389 /Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy | |
parent | 11352d180cd2e149fbd69c6389f24bd32d175622 (diff) |
asymptote-manual-zh-cn renamed from asymptote-manual-zh
git-svn-id: svn://tug.org/texlive/trunk@14382 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy')
-rw-r--r-- | Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy b/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy new file mode 100644 index 00000000000..ec2787a9ce0 --- /dev/null +++ b/Master/texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy @@ -0,0 +1,5 @@ +size(0,100); +path unitcircle=E..N..W..S..cycle; +path g=scale(2)*unitcircle; +filldraw(unitcircle^^g,evenodd+yellow,black); + |