[Done] ClipOutput Bug PB573

Post bugreports for the Mac OSX version here
User avatar
Saki
Addict
Addict
Posts: 830
Joined: Sun Apr 05, 2020 11:28 am
Location: Pandora

[Done] ClipOutput Bug PB573

Post by Saki »

ClipOutput Bug 573 - Tested on BigSur
Try simple, this bug damage the layout absolutelly.

Code: Select all

OpenWindow (0, 0, 0, 200, 200, "",#PB_Window_SystemMenu | #PB_Window_ScreenCentered)
CreateImage (0, 200, 200)
StartDrawing (ImageOutput(0))
DrawingMode (#PB_2DDrawing_Transparent )
Box (0, 0, 200, 200, $FF)
DrawText (60, 80, " Hello World !", 0)
ClipOutput(60, 80, 150, 150)
DrawText (60, 80, " Hello World !", 0)
StopDrawing ()
ImageGadget (0, 0, 0, 200, 200 , ImageID (0))
Repeat
Until WaitWindowEvent()=#PB_Event_CloseWindow
地球上の平和
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: ClipOutput Bug PB573

Post by Fred »

Fixed.
Post Reply