diff options
| author | khonkhortisan <kyle.kylina@gmail.com> | 2013-02-04 20:02:27 -0800 | 
|---|---|---|
| committer | khonkhortisan <kyle.kylina@gmail.com> | 2013-02-04 20:02:27 -0800 | 
| commit | a5a4f2b65c71c3cc2af445791592ec2bd1e15598 (patch) | |
| tree | 3d18e5a81df5901405dc3f510b21cc8b5f23d432 /mesecons_extrawires | |
| parent | baba7de063cbe0ca1e57db7c54e856ce0a1c24e9 (diff) | |
| parent | c23295409bc4a93bc412422cbd354b00c418f8f1 (diff) | |
Merge pull request #69 from khonkhortisan/master
Keep vertical wire base from self-intersecting
Diffstat (limited to 'mesecons_extrawires')
| -rw-r--r-- | mesecons_extrawires/vertical.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/mesecons_extrawires/vertical.lua b/mesecons_extrawires/vertical.lua index b21ccb7..9832f82 100644 --- a/mesecons_extrawires/vertical.lua +++ b/mesecons_extrawires/vertical.lua @@ -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 = | 
