Hello John,

Am 2006-09-21 15:01:05, schrieb John Hasler:
> Michelle Konzack writes:
> > 1.06-8 which is installed on my laptop.
> 
> You are saying that 1.06-8 works correctly?  1.06-15 has the bug here.  

It seems, there are more then one bug...

Tested for some secondas...

In 1.06-8 I have the same behaviour as in 1.06-15.
I have not seen it, because I have used other
constructs, where "scale" was entirely ignored.

On of my constructs where

    echo "scale=0; ${floatR}*255" |bc
    echo "scale=0; ${floatG}*255" |bc
    echo "scale=0; ${floatB}*255" |bc

to convert the float scaled RGB colors but had to use

    echo "scale=0; ${floatR}*255" |bc |sed 's/\..*//'
    echo "scale=0; ${floatG}*255" |bc |sed 's/\..*//'
    echo "scale=0; ${floatB}*255" |bc |sed 's/\..*//'

to get the desired result.

Thanks, Greetings and nice Day
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to