Merge pull request #69 from khonkhortisan/master

Keep vertical wire base from self-intersecting
This commit is contained in:
khonkhortisan 2013-02-04 20:02:27 -08:00
commit a5a4f2b65c
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ local tbox = {
local bbox = {
type = "fixed",
fixed = {{ -.5, -.5, -.5, .5, -.5+1/16, .5},
{-1/16, -.5, -1/16, 1/16, .5 , 1/16}}
fixed = {{ -.5, -.5 , -.5, .5, -.5+1/16, .5},
{-1/16, -.5+1/16, -1/16, 1/16, .5 , 1/16}}
}
local vrules =