<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: BitmapData and Matrix weirdness</title>
	<atom:link href="http://www.sebastiaanholtrop.com/archives/16/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sebastiaanholtrop.com/archives/16</link>
	<description>Creating stuff that works...</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:08:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ravichandran</title>
		<link>http://www.sebastiaanholtrop.com/archives/16/comment-page-1#comment-1900</link>
		<dc:creator>Ravichandran</dc:creator>
		<pubDate>Thu, 07 May 2009 11:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebastiaanholtrop.com/?p=16#comment-1900</guid>
		<description>Can we have a reflection for transparent or rounded corner objects. Currently rectangular border is displaying along with reflection.</description>
		<content:encoded><![CDATA[<p>Can we have a reflection for transparent or rounded corner objects. Currently rectangular border is displaying along with reflection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dim St Thomas</title>
		<link>http://www.sebastiaanholtrop.com/archives/16/comment-page-1#comment-1374</link>
		<dc:creator>Dim St Thomas</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebastiaanholtrop.com/?p=16#comment-1374</guid>
		<description>You can get this to work using just BitmapData by doing an untransformed snapshot first and then applying the transformation to the snapshot bitmap data. So in your example, you would replace the last line with:

var snapBmd:BitmapData = new BitmapData(myUIComponent.width, myUIComponent.height);
snapBmd.draw(myUIComponent);
flippedBmd.draw(snapBmd, flipMatrix);</description>
		<content:encoded><![CDATA[<p>You can get this to work using just BitmapData by doing an untransformed snapshot first and then applying the transformation to the snapshot bitmap data. So in your example, you would replace the last line with:</p>
<p>var snapBmd:BitmapData = new BitmapData(myUIComponent.width, myUIComponent.height);<br />
snapBmd.draw(myUIComponent);<br />
flippedBmd.draw(snapBmd, flipMatrix);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
