mIRC Home    About    Download    Register    News    Help

Print Thread
#197186 30/03/08 09:29 PM
B
BlueThen
BlueThen
B
The -t flag on /drawcopy doesn't work when scaling images.

#197188 30/03/08 09:54 PM
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
Confirmed, it applies transparency partially over the image:

Code:
alias bug_631_drawcopy_t_001 {
  window -p @w1 
  drawrect -rf @w1 $rgb(255,255,255) 1 0 0 80 80 
  drawrect -rfe @w1 $rgb(255,0,0) 1 0 0 80 80 
  window -p @w2 
  drawrect -rf @w2 $rgb(0,255,0) 1 0 0 160 80 
  drawcopy -t @w1 $rgb(255,255,255) 0 0 80 80 @w2 0 0 80 80
  drawcopy -t @w1 $rgb(255,255,255) 0 0 80 80 @w2 100 20 40 40
  close -@ @w1
}

argv0 #197193 30/03/08 10:26 PM
Joined: Jul 2006
Posts: 4,020
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,020
Already reported Here


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #197200 30/03/08 11:51 PM
B
BlueThen
BlueThen
B
Originally Posted By: Wims
Already reported Here
Well, seeing as how that's over a month old and no one replied, was just making sure that you're aware of the bug.

#197683 12/04/08 10:27 AM
Joined: Dec 2002
Posts: 3,840
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,840
Thanks this issue has been fixed for the next version.

Khaled #197822 14/04/08 12:46 PM
Joined: Aug 2007
Posts: 331
F
Pan-dimensional mouse
Offline
Pan-dimensional mouse
F
Joined: Aug 2007
Posts: 331
yes, i remember this, its very annoying when trying to draw gradients :P
thx for fxn it


Link Copied to Clipboard