lib/rubyvis/mark/rule.rb in rubyvis-0.4.0 vs lib/rubyvis/mark/rule.rb in rubyvis-0.4.1

- old
+ new

@@ -19,11 +19,11 @@ line_anchor(name) end def build_implied(s) l=s.left r=s.right - t=s.top - b=s.bottom + #t=s.top + #b=s.bottom if((!s.width.nil?) or ((l.nil?) and (r.nil?)) or ((!r.nil?) and (!l.nil?))) s.height=0 else s.width=0