<?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/"
	>

<channel>
	<title>ActionScript 3 Lover &#187; drawRoundRect</title>
	<atom:link href="http://as3blog.com/tag/drawroundrect/feed/" rel="self" type="application/rss+xml" />
	<link>http://as3blog.com</link>
	<description>Focus on ActionScript 3</description>
	<lastBuildDate>Thu, 19 Nov 2009 04:51:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>让drawRoundRect抗锯齿的最简单的方法</title>
		<link>http://as3blog.com/as3/drawroundrect-anti-alias/</link>
		<comments>http://as3blog.com/as3/drawroundrect-anti-alias/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 08:01:11 +0000</pubDate>
		<dc:creator>Aw</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[drawRoundRect]]></category>
		<category><![CDATA[抗锯齿]]></category>

		<guid isPermaLink="false">http://as3blog.com/as3/drawroundrect-anti-alias/</guid>
		<description><![CDATA[让drawRoundRect抗锯齿的最简单的方法：
让x和y坐标为小数：
this.graphics.lineStyle(0,0,1);      this.graphics.drawRoundRect(10.5,10.5,100,100,20);

今天在FlashSeer的群里面讨论得出的结论，太经典了。平时让我们头痛的小数坐标现在居然能起到这个作用。这样也避免了位图的引入，提高了程序灵活性。
]]></description>
			<content:encoded><![CDATA[<p>让drawRoundRect抗锯齿的最简单的方法：</p>
<p>让x和y坐标为小数：</p>
<blockquote><p>this.graphics.lineStyle(0,0,1);      <br />this.graphics.drawRoundRect(10.5,10.5,100,100,20);</p>
</blockquote>
<p>今天在FlashSeer的群里面讨论得出的结论，太经典了。平时让我们头痛的小数坐标现在居然能起到这个作用。这样也避免了位图的引入，提高了程序灵活性。</p>
]]></content:encoded>
			<wfw:commentRss>http://as3blog.com/as3/drawroundrect-anti-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

