Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created January 13, 2013 17:27
Show Gist options
  • Save ngn999/4525204 to your computer and use it in GitHub Desktop.
Save ngn999/4525204 to your computer and use it in GitHub Desktop.
boxjoin 的用法
beginfig(250)
  boxjoin(a.se = b.sw; a.ne = b.nw);
  boxit.a1(btex a etex);
  boxit.a2(btex b etex);
  boxit.a3(btex c etex);
  boxit.a4(btex d etex);
  drawboxed(a1,a2,a3,a4);
endfig;
@ngn999
Copy link
Author

ngn999 commented Jan 13, 2013

boxjoin里的a,b无实际意义。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment