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


Groups > comp.lang.postscript > #2007

Constant line thickness after scale

Path csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!feeder.erje.net!eu.feeder.erje.net!newsfeed.tele2net.at!news.panservice.it!feed.xsnews.nl!border02.ams.xsnews.nl!feeder02.ams.xsnews.nl!feeder01.ams.xsnews.nl!frontend-F09-06.ams.news.kpn.nl
From Cecil Westerhof <Cecil@decebal.nl>
Newsgroups comp.lang.postscript
Subject Constant line thickness after scale
Organization Decebal Computing
X-Face "(y8cC@tg_12{">GF'UXTW]FHI2wMiZNrnf'1EFQ&O#$m:f#O7+7}kR<J%a^F2lh4[N~Yz4 nSp#c+aQo1b5=?HcNEkQ7QzF<])O3X4MDL/AYjys&*mt>,v+Pti8=Vi/Z"g^?b"E
X-Homepage http://www.decebal.nl/
Date Wed, 03 Sep 2014 19:50:19 +0200
Message-ID <871trs1tlw.fsf@Equus.decebal.nl> (permalink)
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)
Cancel-Lock sha1:5Azfovh2+9bOcb+l/TMS9Sv/RFc=
MIME-Version 1.0
Content-Type text/plain
Lines 15
NNTP-Posting-Host 77.171.42.144
X-Trace 1409767255 news.kpn.nl 20755 77.171.42.144@kpn/77.171.42.144:57941
Xref csiph.com comp.lang.postscript:2007

Show key headers only | View raw


With the following code I can draw an ellipse:
    25  dup  translate
     2  setlinewidth
     4  1  scale
     0  dup  4  0  360  arc   closepath   stroke
    showpage

But at east and west the line thickness is bigger as at north and
south. Is it possible to draw an ellipse which has a constant line
thickness?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Back to comp.lang.postscript | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Constant line thickness after scale Cecil Westerhof <Cecil@decebal.nl> - 2014-09-03 19:50 +0200
  Re: Constant line thickness after scale abeddie <abeddie@hotmail.com> - 2014-09-03 11:26 -0700
    Re: Constant line thickness after scale Mark Carroll <mtbc@bcs.org> - 2014-09-03 19:35 +0100
    Re: Constant line thickness after scale Cecil Westerhof <Cecil@decebal.nl> - 2014-09-04 10:42 +0200
      Re: Constant line thickness after scale ken <ken@spamcop.net> - 2014-09-04 10:16 +0100
  Re: Constant line thickness after scale Mark Carroll <mtbc@bcs.org> - 2014-09-03 19:34 +0100
  Re: Constant line thickness after scale tlvp <mPiOsUcB.EtLlLvEp@att.net> - 2014-09-03 20:46 -0400

csiph-web