6b760dc4bb
with fLeftStart == 1.0 (is allowed, see comment at mfCut) the whole BezierSegment is needed and does not need to be cut at all so best would be to add it to 'while' loop, after that the 'rest' will be added anyways so, add 'fLeftStart < 1.0' or 'fLeftStart != 1.0' (since limited to [0.0 .. 1.0]) to the while in line 120 should do it Change-Id: Ida87e06247d169482df26e665985753e634e149e Reviewed-on: https://gerrit.libreoffice.org/43935 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> |
||
---|---|---|
.. | ||
inc/pch | ||
qa | ||
source | ||
test | ||
CppunitTest_basegfx.mk | ||
Library_basegfx.mk | ||
Makefile | ||
Module_basegfx.mk | ||
README |
Algorithms and data types for graphics (e.g. polygons, vectors, matrices and the like - see that used in [[canvas]]).