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: dak
Subject: Re: issue 5307: Skyline Refinements (Rounded Boxes and Rotated Ellipses) (issue 341140043 by address@hidden)
Date: Sat, 09 Jun 2018 13:56:33 -0700


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

https://codereview.appspot.com/341140043/diff/20001/lily/stencil-integral.cc#newcode393
lily/stencil-integral.cc:393: for (vsize i = 0; i < (vsize) points.size
() - 1; i++)
Why would the last point not be transformed?

https://codereview.appspot.com/341140043/diff/20001/lily/stencil-integral.cc#newcode423
lily/stencil-integral.cc:423: for (vsize i = 0; i < (vsize) quantization
+ 1; i++)
Why not i <= quantization ?

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



reply via email to

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