<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Learn Postscript &#187; lineto</title>
	<atom:link href="http://learnpostscript.wordpress.com/category/lineto/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnpostscript.wordpress.com</link>
	<description>Programming Language</description>
	<lastBuildDate>Thu, 19 Mar 2009 17:55:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='learnpostscript.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/864cf471b5a5a7bd36d1cdc44c9cc488?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Learn Postscript &#187; lineto</title>
		<link>http://learnpostscript.wordpress.com</link>
	</image>
			<item>
		<title>Line Graphics</title>
		<link>http://learnpostscript.wordpress.com/2007/06/07/line-graphics/</link>
		<comments>http://learnpostscript.wordpress.com/2007/06/07/line-graphics/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 02:50:31 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[lineto]]></category>

		<guid isPermaLink="false">http://learnpostscript.wordpress.com/2007/06/07/line-graphics/</guid>
		<description><![CDATA[Lines are drawn from point to point on the page. The positions of each point are given by two coordinates, the x and y coordinates. They are the number of the point across the page horizontally from the left, and the number of the point vertically from the bottom, respectively. So, the bottom left point [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnpostscript.wordpress.com&blog=1199990&post=5&subd=learnpostscript&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lines are drawn from point to point on the page. The positions of each point are given by two coordinates, the x and y coordinates. They are the number of the point across the page horizontally from the left, and the number of the point vertically from the bottom, respectively. So, the bottom left point is 0 0, and on a letter size page, the top right point is 612 792.</p>
<p>The <strong>lineto</strong> command is an operator requiring two operands, or arguments. Use it to make a line from the current point (set by the &#8220;moveto&#8221; command) to the point specified by the <strong>lineto</strong> arguments. Thus, to create a diagonal from the bottom left to the top right of the page:</p>
<p><code>0 0 moveto<br />
612 792 lineto</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/learnpostscript.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/learnpostscript.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnpostscript.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnpostscript.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnpostscript.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnpostscript.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnpostscript.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnpostscript.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnpostscript.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnpostscript.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnpostscript.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnpostscript.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnpostscript.wordpress.com&blog=1199990&post=5&subd=learnpostscript&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnpostscript.wordpress.com/2007/06/07/line-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>
	</item>
	</channel>
</rss>