<?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>Degrafa &#187; beta 3</title>
	<atom:link href="http://www.degrafa.org/blog/category/beta-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.degrafa.org/blog</link>
	<description>Degrafa is a declarative graphics framework.</description>
	<lastBuildDate>Fri, 06 Nov 2009 05:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Maskalicious</title>
		<link>http://www.degrafa.org/blog/2009/11/maskalicious/</link>
		<comments>http://www.degrafa.org/blog/2009/11/maskalicious/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 05:12:18 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[mask]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=274</guid>
		<description><![CDATA[Lately we&#8217;ve been posting about new features coming in Degrafa Beta 3.2, but some of these have been in the development branch codebase for a while. One of those features is masks, which have been in the codebase in various forms since late last year and were extended to cover 4 main masking modes mid-year.

Some [...]]]></description>
			<content:encoded><![CDATA[<p>Lately we&#8217;ve been posting about new features coming in Degrafa Beta 3.2, but some of these have been in the development branch codebase for a while. One of those features is masks, which have been in the codebase in various forms since late last year and were extended to cover 4 main masking modes mid-year.</p>
<p style="text-align: center;"><a href="http://degrafa.org/source/Mask/MaskModeDemo.swf"><img class="size-full wp-image-277 aligncenter" title="Degrafa Mask" src="http://www.degrafa.org/blog/wp-content/uploads/2009/11/mask.jpg" alt="Degrafa Mask" width="468" height="353" /></a></p>
<p>Some of the features of masks in Degrafa go beyond what is offered as regular masking support in the Flash Player. With masks in Degrafa you can define a shape via Degrafa MXML and mask another Degrafa object with a few interesting mask types:</p>
<p>svgMask &#8211; Luminosity+Alpha: Takes into account the color, alpha and shape of the mask shape to define the mask.</p>
<p>alpha &#8211; Uses the alpha of the mask shape to define the mask. This is equivalent to Flash Player native alpha masking</p>
<p>svgClip &#8211;  Uses the defined path of a shape of a mask shape to define the mask. Does not take into account things like strokes.</p>
<p>clip &#8211; this takes into account the filled region of the mask only to clip the maskee and is equivalent to the flash player native clipping mask</p>
<p>unMask &#8211; Removes any applied masks to show the mask fully rendered</p>
<p>You can see a <a title="Degrafa Mask" href="http://degrafa.org/source/Mask/MaskModeDemo.swf">simple example</a> of Degrafa mask <a title="Degrafa Mask" href="http://degrafa.org/source/Mask/MaskModeDemo.swf">here</a>. This feature will also be packaged as part of the Beta 3.2 release of Degrafa.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/maskalicious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ready, Set, Shape Stroke</title>
		<link>http://www.degrafa.org/blog/2009/11/ready-set-shape-stroke/</link>
		<comments>http://www.degrafa.org/blog/2009/11/ready-set-shape-stroke/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 23:12:39 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[strokes]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=266</guid>
		<description><![CDATA[We will be introducing a couple more simple yet sophisticated decorations into Degrafa Beta 3.2 in order to show the multitude of ways this feature can be used. One of these is ShapeStrokeDecorator. This is a different type of decoration compared to the the SVGDashLine example in that in MXML it &#8220;wraps&#8221; the geometry you [...]]]></description>
			<content:encoded><![CDATA[<p>We will be introducing a couple more simple yet sophisticated decorations into Degrafa Beta 3.2 in order to show the multitude of ways this feature can be used. One of these is <a href="http://degrafa.org/source/ShapeStroke/ShapeStroke_Sample.swf" target="_blank">ShapeStrokeDecorator</a>. This is a different type of decoration compared to the the <a href="http://www.degrafa.org/source/HappyHolidays/HappyHolidays.html" target="_blank">SVGDashLine example</a> in that in MXML it &#8220;wraps&#8221; the geometry you wish to decorate rather than being a nested tag. Consider the order of composition reversed between the two types.</p>
<p>ShapeStrokeDecorator achieves results similar to advanced path tools in a vector editor that allow placement of items along a path.</p>
<p><a href="http://degrafa.org/source/ShapeStroke/ShapeStroke_Sample.swf"><img class="aligncenter size-full wp-image-270" title="ShapeStroke" src="http://www.degrafa.org/blog/wp-content/uploads/2009/11/ShapeStroke.jpg" alt="ShapeStroke" width="485" height="422" /></a></p>
<p>This decoration will be part of beta 3.2 due out this week. <a href="http://degrafa.org/source/ShapeStroke/ShapeStroke_Sample.swf" target="_blank">Here it is in action</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/ready-set-shape-stroke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lights, Camera, Action: VideoFill</title>
		<link>http://www.degrafa.org/blog/2009/11/lights-camera-action-videofill/</link>
		<comments>http://www.degrafa.org/blog/2009/11/lights-camera-action-videofill/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 11:51:56 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[fills]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=241</guid>
		<description><![CDATA[Greg Dove, a Degrafa core team member, and the creator of Degrafa&#8217;s VectorFill, has broken new ground with another new Degrafa paint object, VideoFill.
There have been a couple of sneak previews of VideoFill over the past few months; Juan showed a quick preview at 360&#124;Flex earlier this year and Greg showed a quick demo at [...]]]></description>
			<content:encoded><![CDATA[<p>Greg Dove, a Degrafa core team member, and the creator of Degrafa&#8217;s VectorFill, has broken new ground with another new Degrafa paint object, VideoFill.</p>
<p>There have been a couple of sneak previews of VideoFill over the past few months; Juan showed a quick preview at 360|Flex earlier this year and Greg showed a quick demo at FlashCamp in New Zealand as recently as September. Well, no more &#8217;sneaks&#8217; (<a title="VideoFill demo" href="http://interactionscript.com/degrafaTest/videofill/VFill01.html" target="_blank">apart from this one</a>!), it&#8217;s finally going to be available from beta 3.2.</p>
<p>You won&#8217;t believe all the things you can do with this, suffice to say that it makes some video effects that could be difficult to achieve &#8211; even in the Flash authoring tool &#8211; very easy to code in Flex with Degrafa.</p>
<p>To be honest, we don&#8217;t know what you <em>will </em>do with VideoFill. We can see it being used in creating custom players for specific video content or for specific vector/clipping effects for video -this is quite practical and quick to do with VideoFill. And yes&#8230;it can be used for skinning if absolutely required (&#8217;absolutely&#8217;? yeah we can&#8217;t think of when that would be either&#8230;.but hey, we&#8217;ll let someone else tell you not to do it!).</p>
<div id="attachment_242" class="wp-caption aligncenter" style="width: 460px"><a href="http://interactionscript.com/degrafaTest/videofill/VFill01.html" target="_blank"><img class="size-full wp-image-242" title="VideoFill " src="http://www.degrafa.org/blog/wp-content/uploads/2009/11/videoFillSnapshot.jpg" alt="A screen capture from the Avatar trailer being used as a VideoFill" width="450" height="439" /></a><p class="wp-caption-text">A screen capture from the Avatar trailer being used as a VideoFill</p></div>
<p>Under the hood, to make VideoFill work, a complete new custom video player class was written from the ground up, designed for the purpose of supporting the way that VideoFill does its magic internally within Degrafa. VideoFill <em>does </em>require data access permission to work with the bitmapData of the video, but that is quite straightforward if you load from a domain under your control. It handles both progressive download video and also has support for rtmp streaming video content. Greg is also planning to add in support for the Camera object to round things out in terms of capabilities/support so that it&#8217;s easy to add live webcam content as a fill.</p>
<p>Back in the realm of regular paint classes in Degrafa, VideoFill is an ITransformablePaint object, which means you can spin, skew, scale and move a VideoFilll inside its target Geometry object using Degrafa&#8217;s Transforms&#8230;all while the video is happily playing! Watch out for more VideoFill information and tutorials after additional exciting beta 3.2 announcements in the coming days. We&#8217;ll add an official VideoFill sample to the Degrafa samples page as soon as beta 3.2 is released&#8230;for now you can whet your appetite on <a title="VideoFill demo" href="http://interactionscript.com/degrafaTest/videofill/VFill01.html" target="_blank">this one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/lights-camera-action-videofill/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Degrafa + HYPE Basic Example</title>
		<link>http://www.degrafa.org/blog/2009/11/degrafa-hype-basic-example/</link>
		<comments>http://www.degrafa.org/blog/2009/11/degrafa-hype-basic-example/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 10:08:43 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[autoshape]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[hype]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=249</guid>
		<description><![CDATA[On Halloween Branden Hall and Joshua Davis released the HYPE framework into the wild. As they describe it, the Hype framework is:
&#8230; a creative coding framework built on top of ActionScript 3. A major goal of HYPE is to allow newcomers to Flash and ActionScript to creatively play and express themselves while they are learning [...]]]></description>
			<content:encoded><![CDATA[<p>On Halloween <a title="Branden Hall on Twitter" href="http://twitter.com/waxpraxis" target="_blank">Branden Hall</a> and <a title="Joshua Davis" href="http://www.joshuadavis.com/" target="_blank">Joshua Davis</a> released the <a title="HYPE framework" href="http://hype.joshuadavis.com/" target="_blank">HYPE framework</a> into the wild. As they describe it, the Hype framework is:</p>
<blockquote><p>&#8230; a creative coding framework built on top of ActionScript 3. A major goal of HYPE is to allow newcomers to Flash and ActionScript to creatively play and express themselves while they are learning how to program.</p></blockquote>
<p><br/><br />
After seeing Joshua Davis give a talk at Adobe MAX I was excited to start playing around with the framework. Well, that and seeing how Degrafa AS3 and HYPE might work together.</p>
<p>Below is a basic example I put together that takes some of what Branden Hall walked through <a title="HYPE on Vimeo" href="http://www.vimeo.com/channels/hype" target="_blank">in a demo</a> and some of what was demoed at 360|Flex Indy. The example uses one of Degrafa&#8217;s Gear AutoShapes, which is drawn to a MovieClip and manipulated with the HYPE framework.</p>
<div style="padding:10px">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_DegrafaHYPE_1626194495"
			class="flashmovie"
			width="550"
			height="400">
	<param name="movie" value="http://degrafa.org/source/DegrafaHYPE/DegrafaHYPE.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://degrafa.org/source/DegrafaHYPE/DegrafaHYPE.swf"
			name="fm_DegrafaHYPE_1626194495"
			width="550"
			height="400">
	<!--<![endif]-->
		

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<p>As I have more time I&#8217;d like put together some more complex examples. In the mean time, if anyone else has an example of Degrafa + HYPE, we&#8217;d love to see it.</p>
<p><a href="http://degrafa.org/source/DegrafaHYPE/DegrafaHYPE.zip">Download the Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/degrafa-hype-basic-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Degrafa at 360&#124;Flex Indy</title>
		<link>http://www.degrafa.org/blog/2009/05/degrafa-at-360flex-indy/</link>
		<comments>http://www.degrafa.org/blog/2009/05/degrafa-at-360flex-indy/#comments</comments>
		<pubDate>Sat, 16 May 2009 18:05:01 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[360flex]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=193</guid>
		<description><![CDATA[It&#8217;s been nearly 5 months since we released Degrafa 3.1 Beta and we&#8217;re steadily moving towards a 1.0 release. Since 3.1 we&#8217;ve seen the number of people using Degrafa drastically increase with download numbers at over 18,000 and that doesn&#8217;t include people using the SVN. We get daily emails from people using the framework, great [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been nearly 5 months since we released Degrafa 3.1 Beta and we&#8217;re steadily moving towards a 1.0 release. Since 3.1 we&#8217;ve seen the number of people using Degrafa drastically increase with download numbers at over 18,000 and that doesn&#8217;t include people using the SVN. We get daily emails from people using the framework, great questions on the Degrafa Group and more people eager to contribute. It&#8217;s an exciting thing to see!</p>
<p><img class="aligncenter size-full wp-image-196" title="Degrafa Shapes" src="http://www.degrafa.org/blog/wp-content/uploads/2009/05/shapes.jpg" alt="Degrafa Shapes" width="560" height="207" /></p>
<p>Great progress is being made on the framework, so we&#8217;re excited to have a presentation slot for Degrafa at 360|Flex, this time in Indianapolis. Things we hope to cover are: the current status of the framework, demoing some great apps that heavily use Degrafa, talking about future features and Degrafa 1.0, walking through code, as well as discussing some very interesting new developments that may be on the horizon. We also hope to address any questions regarding Flex Graphics/FXG and Degrafa.</p>
<p>So, if you&#8217;re interested in Degrafa, the session is on Monday the 18th at 1pm. See you at 360|Flex!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/05/degrafa-at-360flex-indy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Degrafa Auto Shapes</title>
		<link>http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/</link>
		<comments>http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:13:14 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[auto shapes]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=179</guid>
		<description><![CDATA[People may or may not not know that the concept for Degrafa originated with something Jason Hawryluk created in Flex 2 called the Primitive Explorer. It basically allowed you to explore different primitive shapes and download the classes to be used in a project via MXML markup and CSS.
Well, nearly 2 years later Degrafa has [...]]]></description>
			<content:encoded><![CDATA[<p>People may or may not not know that the concept for Degrafa originated with something <a title="Jason Hawryluk" href="http://flexibleexperiments.wordpress.com/" target="_blank">Jason Hawryluk</a> created in Flex 2 called the <a title="Primitive Explorer" href="http://flexibleexperiments.wordpress.com/2007/03/14/flex-20-primitive-explorer/" target="_blank">Primitive Explorer</a>. It basically allowed you to explore different primitive shapes and download the classes to be used in a project via MXML markup and CSS.</p>
<p>Well, nearly 2 years later Degrafa has come full circle to now add these shapes (along with a ton of others) to the framework to be accessed via MXML markup. We&#8217;re calling these new sets of classes &#8220;Auto Shapes&#8221;. You might be familiar with the term if you use Fireworks.</p>
<p>Each of the <a title="Degrafa Code" href="http://code.google.com/p/degrafa/source/browse/#svn/branches/Origin/Degrafa/com/degrafa/geometry/autoshapes" target="_blank">Auto Shapes</a> is unique geometry that has it&#8217;s own set of properties, just like the base Degrafa geometry. For example, there is a DonutAutoShape and you can set both the inner and outer radius (along with other properties).</p>
<p>The nice thing about Auto Shapes is it cuts a lot of the work out of trying to compose multiple shapes together to get the desired final shape. Also, if you were to composite shapes together you wouldn&#8217;t have access to the properties that are unique to the shape.</p>
<p>Below is <a title="Auto Shapes" href="http://www.degrafa.org/source/AutoShapes/AutoShapes.html" target="_blank">an example</a> of some of these Auto Shapes, including a BurstAutoShape. On the BurstAutoShape ,the number of points has been specified, the size and it&#8217;s set to invert, giving the appearance of a flower. And, just like any other geometry in Degrafa, you can apply fills, strokes, transforms, decorators, etc. to make all kinds of cool stuff with very minimal code.</p>
<p><a style="text-decoration: none;" href="http://www.degrafa.org/source/AutoShapes/AutoShapes.html"><img class="aligncenter size-full wp-image-180" style="text-decoration: underline;" title="Auto Shapes" src="http://www.degrafa.org/blog/wp-content/uploads/2009/01/autoshapes.jpg" alt="Auto Shapes" width="400" height="297" /></a></p>
<p>For now, you can access the first group of AutoShapes in the <a title="Degrafa Code" href="http://code.google.com/p/degrafa/source/browse/#svn/branches/Origin" target="_blank">Origin branch</a> of the Degrafa SVN. We will be continually adding more and encourage others to create and contribute their own. For those who end up using them, we&#8217;re open to any feedback you might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Degrafa Beta 3.1 and Docs Released</title>
		<link>http://www.degrafa.org/blog/2008/12/degrafa-beta-31-and-docs-released/</link>
		<comments>http://www.degrafa.org/blog/2008/12/degrafa-beta-31-and-docs-released/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 23:34:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[notices]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=152</guid>
		<description><![CDATA[Degrafa Beta 3.1 is now available. You can grab the new beta and read the new documentation.
Degrafa Beta 3 was a huge update from Beta 2 and took almost about 8 months to get done. The Beta 3 release as already received around 4,200 downloads and it seems more and more content is starting to [...]]]></description>
			<content:encoded><![CDATA[<p>Degrafa Beta 3.1 is now available. You can <a title="Degrafa Code" href="http://www.degrafa.org/code/" target="_self">grab the new beta</a> and <a title="Degrafa Docs" href="http://www.degrafa.org/docs/" target="_self">read the new documentation</a>.</p>
<p>Degrafa Beta 3 was a huge update from Beta 2 and took almost about 8 months to get done. The Beta 3 release as already received around 4,200 downloads and it seems more and more content is starting to float around, like <a title="ASFusion" href="http://www.asfusion.com/blog/entry/flex-skinning-with-degrafa-screencast-part-1" target="_blank">screencasts</a>, user group presentations, <a title="Degrafa Samples" href="http://www.degrafa.org/samples/" target="_self">samples</a> and tutorials. The response and encouragement from the community has been inspiring. It&#8217;s also great to hear how Degrafa has made it&#8217;s way into some of the biggest RIAs out there.</p>
<p>Now that the core features have been defined, we can move forward with things like updates to features, optimization, performance and bug fixes. We&#8217;re also on a more frequent release cycle on our way to Degrafa 1.0. In these releases we&#8217;ll also be including samples that display just how powerful Degrafa can be. So, be sure to keep an eye on the <a title="Degrafa Samples" href="http://www.degrafa.org/samples/" target="_self">Degrafa Samples</a> page.</p>
<p>Along with this release we gave a much needed update to the documentation. Hopefully exploring the documentation will offer some insight into all the additional goodies that comes with Beta 3 and the potential for future releases. We&#8217;ll also be updating the <a title="Degrafa Samples" href="http://www.degrafa.org/samples/" target="_self">Degrafa Samples</a> page with more great stuff.</p>
<p>If you&#8217;re using Degrafa Beta 2 or 3 you&#8217;ll probably want to update to this latest release. For SVN users, we&#8217;ve noticed some people have been unintentionally checking out old code via svn. If you are using the <a title="Degrafa SVN Beta 2" href="http://code.google.com/p/degrafa/source/browse/#svn/trunk/Degrafa" target="_self">http://code.google.com/p/degrafa/source/browse/#svn/trunk/Degrafa</a> for SVN you are still using the Beta 2. Beta 3 will remain in it&#8217;s original home located at <a title="Degrafa Beta 3 SVN" href="http://code.google.com/p/degrafa/source/browse/#svn/branches/Origin/Degrafa" target="_blank">http://code.google.com/p/degrafa/source/browse/#svn/branches/Origin/Degrafa</a> . If you wish to use Beta 3 and take advantage of the ongoing work there you will need to use the Branches/Origin path for checking out from SVN in the second of those two links. Also, older downloads have been deprecated, but are still <a title="Degrafa Code" href="http://code.google.com/p/degrafa/downloads/list?can=4&amp;q=&amp;colspec=Filename+Summary+Uploaded+Size+DownloadCount" target="_blank">available on Google Code</a>.</p>
<p>So, what exactly is in Degrafa Beta 3.1 and where are we going next? Here&#8217;s some notes:</p>
<h3>Enhancements/Features</h3>
<ul>
<li>RasterText now has support for regular Degrafa Fills</li>
<li>Geometry now offers two mask modes</li>
<li>Advanced math utilities added.</li>
<li>A standard decorator package has been included, including two stroke decorators (for now)</li>
<li>GeometryRepeater now provides easy access to the current iteration counter</li>
<li>PropertyModifier offset property has been changed to modifier.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Issue 64 addressed &#8211; Changes to inline MXML segments or points on path , polygon, and polyline will now properly update/draw with binding.</li>
<li>BezierSpline will now properly auto close with the correct curvature.</li>
<li>Issue 65 addressed &#8211; RasterText binding is now working as expected.</li>
<li>RoundedRectangle and RoundedRectangleComplex now internally adapt their rendering to reduce a Flash Player rendering artifact under some circumstances. <a title="Tom Gonzalez Blog" href="http://www.twgonzalez.com/blog/?p=31" target="_blank">See this blog post</a></li>
</ul>
<h3>Known Issues</h3>
<ul>
<li>Multiple decorator processing has not yet been implemented. Only one decorator will have an effect. Resolution planned for next update.</li>
<li>TransformGroup processing of multiple registration points is not yet final. Review is underway. Resolution planned for next update.</li>
<li>RasterText does not support alpha with a SolidFill. Resolution planned for next update.</li>
</ul>
<h3>The Framework</h3>
<p>We will continue to evolve the framework in various areas.<br />
Work has starting on optimization with focus on:</p>
<ul>
<li>    General Memory use and CPU</li>
<li>    Object pooling and externalization of state. </li>
<li>    Opt in BitmapData cache</li>
</ul>
<p>Initial memory and performance results are very promising.</p>
<h3>The Degrafa Site</h3>
<p>Look for new Degrafa code libraries and content based resources coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/12/degrafa-beta-31-and-docs-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RasterText for Advanced Text Graphics</title>
		<link>http://www.degrafa.org/blog/2008/11/rastertext-for-advanced-text-graphics/</link>
		<comments>http://www.degrafa.org/blog/2008/11/rastertext-for-advanced-text-graphics/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 18:05:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[fills]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[raster text]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=148</guid>
		<description><![CDATA[In Degrafa Beta 3 we introduced a new text object called RasterText. This object allows you to add text to your graphics compositions just like any other geometry. You can also have multiple text objects inside something that normally allows for one. For example, you could use RasterText to create 2 text items in a [...]]]></description>
			<content:encoded><![CDATA[<p>In Degrafa Beta 3 we introduced a new text object called RasterText. This object allows you to add text to your graphics compositions just like any other geometry. You can also have multiple text objects inside something that normally allows for one. For example, you could use RasterText to create 2 text items in a Button skin, rather than relying on the default single label of a Button, kinda like the example below. <a title="RasterText in a Skin" href="http://degrafa.org/source/LayerTextSkin/srcview/index.html" target="_blank">Click here to view the source</a>.</p>
<div style="border:solid 1px #CCC; padding:4px; margin: 0 0 10px 0;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ButtonLayerText_2043900968"
			class="flashmovie"
			width="600"
			height="200">
	<param name="movie" value="http://degrafa.org/source/LayerTextSkin/ButtonLayerText.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://degrafa.org/source/LayerTextSkin/ButtonLayerText.swf"
			name="fm_ButtonLayerText_2043900968"
			width="600"
			height="200">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<p>RasterText is like other Degrafa geometry objects in the way it can be composed using fills, transforms, etc. RasterText renders as bitmap data, so things like Decorators and strokes around letters won&#8217;t work because there is not path defined. That&#8217;s what VectorText will take care of in the future.</p>
<p>Below is an example of several Degrafa fill types being applied to RasterText objects. As you can see, you&#8217;ll no longer be limited to solid-colored text. <a title="RasterText Fills" href="http://degrafa.org/source/RasterTextFills/srcview/index.html" target="_blank">Click here to view the source</a></p>
<div style="border:solid 1px #CCC; padding:4px; margin: 0 0 10px 0;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_main_1835673862"
			class="flashmovie"
			width="600"
			height="350">
	<param name="movie" value="http://degrafa.org/source/RasterTextFills/main.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://degrafa.org/source/RasterTextFills/main.swf"
			name="fm_main_1835673862"
			width="600"
			height="350">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<p>The ability to add these kinds of fills will be coming soon in Degrafa Beta 3.1 along with some other really great updates. Now that the core feature set is defined we&#8217;ll be looking to push out smaller updates more regularly. In the meantime you can still do some neat stuff just composing RasterText object together, like the CS4 Icon Previewer below. <a title="CS4 Icon Previewer" href="http://www.degrafa.org/source/CS4IconPreviewer/srcview/index.html" target="_blank">Click here to view the source</a></p>
<div style="border:solid 1px #CCC; padding:4px; margin: 0 0 10px 0;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_CS4IconPreviewer_1907352837"
			class="flashmovie"
			width="600"
			height="400">
	<param name="movie" value="http://www.degrafa.org/source/CS4IconPreviewer/CS4IconPreviewer.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.degrafa.org/source/CS4IconPreviewer/CS4IconPreviewer.swf"
			name="fm_CS4IconPreviewer_1907352837"
			width="600"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/11/rastertext-for-advanced-text-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catch Degrafa at Adobe MAX Europe</title>
		<link>http://www.degrafa.org/blog/2008/11/catch-degrafa-at-adobe-max-europe/</link>
		<comments>http://www.degrafa.org/blog/2008/11/catch-degrafa-at-adobe-max-europe/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 17:21:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[max]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=144</guid>
		<description><![CDATA[
For those of you interested in learning more about Degrafa and all the new features in Beta 3, you&#8217;ll have a chance at Adobe MAX Europe. Jason Hawryluk and I (Juan Sanchez) will be giving a presentation on Tuesday during lunch in the Community Lounge. There will be a board with the exact time in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Degrafa in Milan" src="http://degrafa.org/source/images/degrafa-milano.jpg" alt="" width="500" height="327" /></p>
<p>For those of you interested in learning more about Degrafa and all the new features in Beta 3, you&#8217;ll have a chance at Adobe MAX Europe. Jason Hawryluk and I (Juan Sanchez) will be giving a presentation on Tuesday during lunch in the Community Lounge. There will be a board with the exact time in the Community Lounge, so keep an eye out for it.</p>
<p>Jason and I are super excited to be giving this presentation. We&#8217;ve been working on Degrafa from the beginning for almost two years. It&#8217;ll be the first time we&#8217;ve met face to face, so if you&#8217;re attending MAX Europe you&#8217;ll be getting a presentation from the founders of Degrafa.</p>
<p>Degrafa has become super powerful, flexible and extensible for creating graphics for pretty much anything you can imagine, like mapping, graphics editing, dynamic graphics, rich UIs, artistic explorations and more. People at MAX North America got some awesome insight into Degrafa Beta 3, but it&#8217;s been a week and we&#8217;ve got even more to show. I think people will be amazed at what they can do with such minimal code.</p>
<p>This presentation is not to be missed and if you&#8217;ve got an example of how you&#8217;ve used Degrafa we&#8217;d love to see it. Also, be sure to grab other people at lunch and bring &#8216;em over. We hope to see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/11/catch-degrafa-at-adobe-max-europe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Screencast: GeometryRepeater</title>
		<link>http://www.degrafa.org/blog/2008/11/screencast-geometryrepeater/</link>
		<comments>http://www.degrafa.org/blog/2008/11/screencast-geometryrepeater/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 03:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[repeaters]]></category>
		<category><![CDATA[screencasts]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[repeater]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=133</guid>
		<description><![CDATA[This screencast walks through a couple basic examples of using the new GeometryRepeater class introduced in Degrafa Beta 3. GeometryRepeaters are a revamped form of the Repeaters introduced in Beta 2, but much more powerful and flexible. Be sure to check it out in HD.
The GeometryRepeater class allows you to repeat any geometry you compose [...]]]></description>
			<content:encoded><![CDATA[<p>This screencast walks through a couple basic examples of using the new GeometryRepeater class introduced in Degrafa Beta 3. GeometryRepeaters are a revamped form of the Repeaters introduced in Beta 2, but much more powerful and flexible. Be sure to <a title="Degrafa Screencast" href="http://vimeo.com/2327860?pg=embed&amp;sec=2327860&amp;hd=1" target="_blank">check it out in HD</a>.</p>
<p>The GeometryRepeater class allows you to repeat any geometry you compose with Degrafa and alter properties for every time the geometry is repeated. With GeometryRepeaters you can create things like bar charts, tick marks for a gauge, artistic explorations and a lot more.</p>
<p>In future screencasts we&#8217;ll explore using GeometryRepeaters mixed with other features of Beta 3 as well as different use cases and more complex examples. You can grab the latest release of Degrafa on the <a title="Degrafa Code" href="http://www.degrafa.org/code/" target="_blank">Degrafa Code</a> page.</p>
<div style="border:solid 1px #CCCCCC; padding:10px 10px 10px 10px; display:block;margin:0 44px 10px 44px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2327860&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=2327860&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br/><br />
<a href="http://vimeo.com/2327860">Degrafa: Basic Repeaters</a> from <a href="http://vimeo.com/degrafa">Degrafa</a> on <a href="http://vimeo.com">Vimeo</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2008/11/screencast-geometryrepeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

