[dev] bug in image library

trent horde at low.ru
Thu Oct 30 04:22:11 PST 2003


Hello,
i'm find one bug here http://cvs.horde.org/co.php/horde/lib/Image/svg.php
function arc() contain error on this string

$path .= "A $r,$r 0 0 1 "

need update to

$largeArcFlag = 0;
if ($end - $start > 180) {
        $largeArcFlag = 1;
}
$path .= "A $r,$r 0 $largeArcFlag 1 "



More information about the dev mailing list