<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.br/group/degrafa</id>
  <title type="text">Degrafa Google Group</title>
  <subtitle type="text">
  Degrafa is a declarative graphics framework for flex.
  </subtitle>
  <link href="/group/degrafa/feed/atom_v1_0_msgs.xml" rel="self" title="Degrafa feed"/>
  <updated>2009-11-28T23:23:21Z</updated>
  <generator uri="http://groups.google.com.br" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>gwd</name>
  <email>greg.d...@gmail.com</email>
  </author>
  <updated>2009-11-28T23:23:21Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/68c8b89fddd39112/68d5694270594c44?show_docid=68d5694270594c44</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/68c8b89fddd39112/68d5694270594c44?show_docid=68d5694270594c44"/>
  <title type="text">Re: Drop shadow from Actionscript</title>
  <summary type="html" xml:space="preserve">
  Hi, is the cubic bezier the only thing you are drawing to the &lt;br&gt; displayobject that has the graphics target? &lt;br&gt; &lt;p&gt;if so you can put the filter on the target &lt;br&gt; &lt;p&gt;filters=[new flash.filters.DropShadowFilter ()]; &lt;br&gt; &lt;p&gt;otherwise you could just try using a filter on your bezier curve &lt;br&gt; geometry: &lt;br&gt; &lt;p&gt;bez.filters=[new flash.filters.DropShadowFilter ()]
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cliff</name>
  <email>clifford.me...@gmail.com</email>
  </author>
  <updated>2009-11-24T20:06:33Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/68c8b89fddd39112/7de881c1fbd4f4bd?show_docid=7de881c1fbd4f4bd</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/68c8b89fddd39112/7de881c1fbd4f4bd?show_docid=7de881c1fbd4f4bd"/>
  <title type="text">Drop shadow from Actionscript</title>
  <summary type="html" xml:space="preserve">
  First, I love Degrafa, it has really solved a number of my problems. &lt;br&gt; &lt;p&gt;I only use degrafa from actionscript, so many of the examples don&#39;t &lt;br&gt; help. I am drawing bezier lines, and was wondering if there is is an &lt;br&gt; easy way to draw a drop shadow under the line from actionscript only. &lt;br&gt; My sample code looks like this:
  </summary>
  </entry>
  <entry>
  <author>
  <name>gwd</name>
  <email>greg.d...@gmail.com</email>
  </author>
  <updated>2009-11-20T19:44:42Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/9284b1a8487f3486/40c05039790a4b13?show_docid=40c05039790a4b13</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/9284b1a8487f3486/40c05039790a4b13?show_docid=40c05039790a4b13"/>
  <title type="text">Re: MiteredRectangle</title>
  <summary type="html" xml:space="preserve">
  Hi Andrew, &lt;br&gt; &lt;p&gt;We had discussed adding miters and inset angular corners (a miter &lt;br&gt; would be just a special case where the two corner-cutting segments on &lt;br&gt; each corner have no angle between them) as an option to the &lt;br&gt; RoundedRectangle, but decided it didn&#39;t make sense given the name &lt;br&gt; &#39;RoundedRectangle&#39; (although RoundedRectangles do now have a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrew Westberg</name>
  <email>andrewwestb...@gmail.com</email>
  </author>
  <updated>2009-11-20T16:21:07Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/9284b1a8487f3486/92b8b99891e372cc?show_docid=92b8b99891e372cc</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/9284b1a8487f3486/92b8b99891e372cc?show_docid=92b8b99891e372cc"/>
  <title type="text">MiteredRectangle</title>
  <summary type="html" xml:space="preserve">
  Is there any interest in a MiteredRectangle geometry component? I&#39;ve &lt;br&gt; created one for myself. Not sure if this is something you&#39;d want to &lt;br&gt; include in the core Degrafa geometry components or not. It&#39;s very &lt;br&gt; similar to RoundedRectangle except the corners are mitered instead of &lt;br&gt; rounded based on the cornerRadius.
  </summary>
  </entry>
  <entry>
  <author>
  <name>gwd</name>
  <email>greg.d...@gmail.com</email>
  </author>
  <updated>2009-11-20T08:59:46Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/e0bfee9c3686bb80/61cd9c39c35f9c77?show_docid=61cd9c39c35f9c77</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/e0bfee9c3686bb80/61cd9c39c35f9c77?show_docid=61cd9c39c35f9c77"/>
  <title type="text">Re: Is there a way to create a Fill with multiple colors?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m unclear exactly what you want from your description. &lt;br&gt; &lt;p&gt;Do you mean you cannot achieve what you want using the ratio property &lt;br&gt; on the separate gradient stops? &lt;br&gt; &lt;p&gt;Or do you mean that you want a hard switch between the colors (instead &lt;br&gt; of the usual blending effect you get between gradient stops)? You can
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mihai</name>
  <email>mihai...@gmail.com</email>
  </author>
  <updated>2009-11-19T15:28:32Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/e0bfee9c3686bb80/1a880f2332961ddc?show_docid=1a880f2332961ddc</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/e0bfee9c3686bb80/1a880f2332961ddc?show_docid=1a880f2332961ddc"/>
  <title type="text">Is there a way to create a Fill with multiple colors?</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; &lt;p&gt;I found Degrafa to be one of the greatest Flex frameworks. &lt;br&gt; &lt;p&gt;I started to work on a project where I am facing a problem. I need to &lt;br&gt; fill a path with multiple colors. (more than 2). &lt;br&gt; &lt;p&gt;I created the path and I added a linear gradient fill which works fine &lt;br&gt; (playing with ratio gives me the result I wanted. So I can control the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jason Hawryluk (Degrafa)</name>
  <email>ja...@degrafa.com</email>
  </author>
  <updated>2009-11-11T13:14:19Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/b227d16bfbd0cd96/7e236df317d1b83a?show_docid=7e236df317d1b83a</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/b227d16bfbd0cd96/7e236df317d1b83a?show_docid=7e236df317d1b83a"/>
  <title type="text">RE: [Degrafa:1250] What has happened to the Auto Shapes?</title>
  <summary type="html" xml:space="preserve">
  Lee, &lt;br&gt; &lt;p&gt;I&#39;m in the middle of an update to beta 3.2 expect some issues for the next &lt;br&gt; hour or so.. I&#39;ll verify the items you have mentioned. &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; &lt;p&gt;Jason &lt;br&gt; &lt;p&gt;-----Message d&#39;origine----- &lt;br&gt; De : degrafa@googlegroups.com [mailto:degrafa@googlegroups.c om]De la &lt;br&gt; part de Lee Probert &lt;br&gt; Envoyé : mercredi 11 novembre 2009 12:23
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Probert</name>
  <email>leeprob...@gmail.com</email>
  </author>
  <updated>2009-11-11T11:22:41Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/b227d16bfbd0cd96/1bac19eb466a193d?show_docid=1bac19eb466a193d</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/b227d16bfbd0cd96/1bac19eb466a193d?show_docid=1bac19eb466a193d"/>
  <title type="text">What has happened to the Auto Shapes?</title>
  <summary type="html" xml:space="preserve">
  Why have they been removed from the repository? &lt;br&gt; &lt;p&gt;I like Isoceles triangle ... was a handy icon for skins.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Probert</name>
  <email>leeprob...@gmail.com</email>
  </author>
  <updated>2009-11-11T11:03:33Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/11ca286162b400bd/3a7d32f5a2030341?show_docid=3a7d32f5a2030341</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/11ca286162b400bd/3a7d32f5a2030341?show_docid=3a7d32f5a2030341"/>
  <title type="text">Flash Builder 4 Manifest problem</title>
  <summary type="html" xml:space="preserve">
  My project links to the Degrafa source code that I update from the &lt;br&gt; repository. the manifest seems ok but still Flash Builder 4 complains &lt;br&gt; that it can&#39;t find GraphicBorderSkin. Has anyone else had this problem &lt;br&gt; in FB4. I fear it may be a bug.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Gruskoff</name>
  <email>f...@digitalshowcase.biz</email>
  </author>
  <updated>2009-11-08T00:22:05Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/e6715610be582669/1de84083e9e4f58e?show_docid=1de84083e9e4f58e</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/e6715610be582669/1de84083e9e4f58e?show_docid=1de84083e9e4f58e"/>
  <title type="text">Looking for a way to set Selected Text Color</title>
  <summary type="html" xml:space="preserve">
  Everything I see says that Flash Player cannot set the Selected Text &lt;br&gt; Color. It defaults to white text on a black background. I would like &lt;br&gt; to be able to set my own Selected Text Color. &lt;br&gt; &lt;p&gt;I have tried to set these properties in my CSS file as: &lt;br&gt; &lt;p&gt;	selection-color: #9ad8ff; &lt;br&gt; text-selected-color: #9ad8ff;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vivian Richard</name>
  <email>kanps...@gmail.com</email>
  </author>
  <updated>2009-10-31T22:08:00Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/ccb9df6d306980a4/dfef192b34e7381c?show_docid=dfef192b34e7381c</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/ccb9df6d306980a4/dfef192b34e7381c?show_docid=dfef192b34e7381c"/>
  <title type="text">chat bubble</title>
  <summary type="html" xml:space="preserve">
  Hello all I am trying to create chat bubble for a tweeter client app &lt;br&gt; which will look something like this: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.atebits.com/tweetie-mac/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; can someone please guide he how to achieve this? &lt;br&gt; Best regards,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Elisheva</name>
  <email>eli...@gmail.com</email>
  </author>
  <updated>2009-10-26T22:02:51Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/de370dedbbe44aef/a8e284a7ab11b8ea?show_docid=a8e284a7ab11b8ea</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/de370dedbbe44aef/a8e284a7ab11b8ea?show_docid=a8e284a7ab11b8ea"/>
  <title type="text">tweening svg data...</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am working on an interactive drill down map flex component. The map &lt;br&gt; should zoomIn when the user clicks an item such as continent, and then &lt;br&gt; the countries of this continent will appear. &lt;br&gt; &lt;p&gt;I am reading svg files into geometryGroup. When a zoomEvent occurs, I &lt;br&gt; want to insert the new geometryGroup data into a GeometryGroup item I
  </summary>
  </entry>
  <entry>
  <author>
  <name>bruno rotrou</name>
  <email>bruno.rot...@gmail.com</email>
  </author>
  <updated>2009-10-24T14:37:47Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/3943118cd07225de/3f941958a1b08072?show_docid=3f941958a1b08072</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/3943118cd07225de/3f941958a1b08072?show_docid=3f941958a1b08072"/>
  <title type="text">performance memory</title>
  <summary type="html" xml:space="preserve">
  hi, &lt;br&gt; i&#39;m working with degrafa in AS3(not mxml), it&#39; s very inerresting , &lt;br&gt; but i&#39;ve some memory problem, the graphic object stay all the time in &lt;br&gt; the memory after i destroye them. &lt;br&gt; i think that it&#39;s because there are yet reference with listener(in the &lt;br&gt; native class like Surface). &lt;br&gt; so i&#39;m looking for best pratice to kill all reference.
  </summary>
  </entry>
  <entry>
  <author>
  <name>viatropos</name>
  <email>lancejpoll...@gmail.com</email>
  </author>
  <updated>2009-10-22T00:22:46Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/17762b81fd064125/b82b72023f646a43?show_docid=b82b72023f646a43</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/17762b81fd064125/b82b72023f646a43?show_docid=b82b72023f646a43"/>
  <title type="text">Degrafa and IVisualElement in Flex 4?</title>
  <summary type="html" xml:space="preserve">
  Hey, &lt;br&gt; &lt;p&gt;I would like to use the Axiis graphing library, maybe even Birdeye if &lt;br&gt; need be, for a timeline component. I would also like to be able to &lt;br&gt; drag and drop elements into the timeline, resize elements, edit them, &lt;br&gt; etc. Basically like the After Effects timeline. &lt;br&gt; &lt;p&gt;It doesn&#39;t seem like this is easily possible using either graphing
  </summary>
  </entry>
  <entry>
  <author>
  <name>Josh McDonald</name>
  <email>j...@joshmcdonald.info</email>
  </author>
  <updated>2009-10-14T23:49:27Z</updated>
  <id>http://groups.google.com.br/group/degrafa/browse_frm/thread/ac26c34981148258/a4ee444e639b5a05?show_docid=a4ee444e639b5a05</id>
  <link href="http://groups.google.com.br/group/degrafa/browse_frm/thread/ac26c34981148258/a4ee444e639b5a05?show_docid=a4ee444e639b5a05"/>
  <title type="text">Re: [Degrafa:1242] strange issue with Polygon</title>
  <summary type="html" xml:space="preserve">
  Are you using Player 9 on Windows? &lt;br&gt; &lt;p&gt;2009/10/15 Sam &amp;lt;samsbr...@gmail.com&amp;gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &amp;quot;Therefore, send not to know For whom the bell tolls. It tolls for thee.&amp;quot; &lt;br&gt; &lt;p&gt;Josh &#39;G-Funk&#39; McDonald &lt;br&gt; - j...@joshmcdonald.info &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/sophistifunk&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://flex.joshmcdonald.info/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
</feed>
