Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does "rp" stand for?

Status
Not open for further replies.

shz

Programmer
Nov 5, 2005
3
CA
Hi,

I am a newbie to PS and this forum.

I got some PS code like this: ": N 750 701 255 5 rp C L ;". What does "rp" stands for here? I cannot find its definition in the file.

Thanks.
 
It will be defined in the file, somwhere. Search for /rp - it has to be there! My guess is it's a procedure to construct a rectangular path. But that's a guess.

gsave newpath 750 701 255 5 "rectangular path" clip L (don't know what "L" might mean) grestore



Thomas D. Greer
 
Thanks tgreer:

Yes, there is something like this: /rp{4 2 $ M 1 ^ 0 - 0 ~ - neg 0 -}. It is beyond my knowledge of PS. However, I got to know what this "rp" does anyway, "rect path or paint". "L" here means "fill".

BTW, this question should have been in PS forum - y mistake.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top