mIRC Home    About    Download    Register    News    Help

Print Thread
#197186 30/03/08 09:29 PM
Joined: Jan 2008
Posts: 5
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2008
Posts: 5
The -t flag on /drawcopy doesn't work when scaling images.

BlueThen #197188 30/03/08 09:54 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
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
}


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #197193 30/03/08 10:26 PM
Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
Already reported Here


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #197200 30/03/08 11:51 PM
Joined: Jan 2008
Posts: 5
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2008
Posts: 5
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.

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

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


This is not the signature you are looking for

Link Copied to Clipboard