Dixi quod…

>The values I get are:
>
>Array
>(
>    [bbox] => Array
>        (
>            [0] => 1
>            [1] => 0
>            [2] => 185
>            [3] => 0
>            [4] => 185
>            [5] => -11
>            [6] => 1
>            [7] => -11
>        )
>
>    [ascender] => 11
>    [descender] => 0
>    [size_w] => 186
>    [size_h] => 11
>    [x] => -1
>    [y] => 11
>)

For comparison, php7.3-gd (7.3.19-1~deb10u1) on buster/i386 gives me:

Array
(
    [bbox] => Array
        (
            [0] => 0
            [1] => 1
            [2] => 187
            [3] => 1
            [4] => 187
            [5] => -13
            [6] => 0
            [7] => -13
        )

    [ascender] => 13
    [descender] => 1
    [size_w] => 187
    [size_h] => 14
    [x] => 0
    [y] => 13
)

This is more in the expected range.

That being said, php7.3-gd:x32 (7.3.15-3) on sid gives me…

Array
(
    [bbox] => Array
        (
            [0] => 1
            [1] => 0
            [2] => 185
            [3] => 0
            [4] => 185
            [5] => -11
            [6] => 1
            [7] => -11
        )

    [ascender] => 11
    [descender] => 0
    [size_w] => 186
    [size_h] => 11
    [x] => -1
    [y] => 11
)

… which matches php7.4, so this could also a problem
in a different package in sid, or fixed later in 7.3…

(php7.0 7.0.32-1 and php7.2 7.2.11-3 behave the same, too.)

bye,
//mirabilos
-- 
15:39⎜«mika:#grml» mira|AO: "mit XFree86® wär’ das nicht passiert" - muhaha
15:48⎜<thkoehler:#grml> also warum machen die xorg Jungs eigentlich alles
kaputt? :)    15:49⎜<novoid:#grml> thkoehler: weil sie als Kinder nie den
gebauten Turm selber umschmeissen durften?      -- ~/.Xmodmap wonders…

Reply via email to