Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #563

Re: It seems that I cannot do a "stroke" and a "fill" on the same path?

From Herbert Voss <Herbert.Voss@alumni.tu-berlin.de>
Newsgroups comp.lang.postscript
Subject Re: It seems that I cannot do a "stroke" and a "fill" on the same path?
Date 2012-01-10 22:16 +0100
Organization Freie Universitaet Berlin
Message-ID <9n3o5lFam5U1@mid.uni-berlin.de> (permalink)
References <18a1b475-01ca-4bff-bb5e-47bd6b9e3885@h12g2000yqg.googlegroups.com>

Show all headers | View raw


Am 10.01.2012 22:07, schrieb Ramon F Herrera:
>
> Do I need to define the path below TWICE?
>


%!
newpath
270 360 moveto
0 72 rlineto
72 0 rlineto
0 -72 rlineto
closepath

4 setlinewidth
0 setgray
gsave
0.9 setgray
fill
grestore
stroke

showpage

HErbert

Back to comp.lang.postscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

It seems that I cannot do a "stroke" and a "fill" on the same path? Ramon F Herrera <ramon@conexus.net> - 2012-01-10 13:07 -0800
  Re: It seems that I cannot do a "stroke" and a "fill" on the same path? Herbert Voss <Herbert.Voss@alumni.tu-berlin.de> - 2012-01-10 22:16 +0100
    Re: It seems that I cannot do a "stroke" and a "fill" on the same path? Ramon F Herrera <ramon@conexus.net> - 2012-01-10 13:18 -0800
    Re: It seems that I cannot do a "stroke" and a "fill" on the same path? geary@fnord.prismnet.com (Mark Geary) - 2012-01-17 18:56 +0000
      Re: It seems that I cannot do a "stroke" and a "fill" on the same path? luser- -droog <mijoryx@yahoo.com> - 2012-01-17 21:11 -0800

csiph-web