office-gobmx/basegfx
Caolán McNamara 6b760dc4bb ofz#3826 Divide-by-zero
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>
2017-10-27 12:15:52 +02:00
..
inc/pch Fresh run of bin/update_pch.sh 2017-09-22 21:01:49 +02:00
qa
source ofz#3826 Divide-by-zero 2017-10-27 12:15:52 +02:00
test loplugin:constmethod in basegfx,sot 2017-10-26 12:44:44 +02:00
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]]).