lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: issue 5307: Skyline Refinements (Rounded Boxes and Rotated Ellipses)


From: lemzwerg
Subject: Re: issue 5307: Skyline Refinements (Rounded Boxes and Rotated Ellipses) (issue 341140043 by address@hidden)
Date: Fri, 20 Apr 2018 21:38:38 -0700

LGTM, thanks!


https://codereview.appspot.com/341140043/diff/1/lily/stencil-integral.cc
File lily/stencil-integral.cc (right):

https://codereview.appspot.com/341140043/diff/1/lily/stencil-integral.cc#newcode410
lily/stencil-integral.cc:410: int quantization = max (0, (int) (rounded
* (x_scale + y_scale) * radius * M_PI / QUANTIZATION_UNIT / 4));
[Please use a line length of at most 78 characters if possible.]

Is `max' really the right operation here?  Or to ask differently: Does a
negative value of `diameter' makes sense?  All other values on the right
side are non-negative...

Or maybe the first argument of `max' should be 1, as in function
`make_partial_ellipse_boxes'?

https://codereview.appspot.com/341140043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]