Re: balloon-text: robust with empty stencils; issue 4447 (issue 243610043 by k-ohara5...@oco.net)

2015-06-20 Thread David Kastrup
"Keith OHara" writes: > On Fri, 19 Jun 2015 23:50:50 -0700, wrote: > >> https://codereview.appspot.com/243610043/diff/1/lily/balloon.cc#newcode94 >> lily/balloon.cc:94: b.widen (padding, padding); >> >> Basically we have two options here: not draw a box at all (it would be >> my guess that this

Re: balloon-text: robust with empty stencils; issue 4447 (issue 243610043 by k-ohara5...@oco.net)

2015-06-20 Thread Keith OHara
On Fri, 19 Jun 2015 23:50:50 -0700, wrote: https://codereview.appspot.com/243610043/diff/1/lily/balloon.cc#newcode94 lily/balloon.cc:94: b.widen (padding, padding); Basically we have two options here: not draw a box at all (it would be my guess that this is probably what happened previously wh