<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Soft corners</title>
		<link>http://www.allegro.cc/forums/view/610931</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 05 Sep 2012 04:17:06 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Is there any way to soft primitives corners?<br />For example:</p><p>Rounded rectangle:
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/al_draw_filled_rounded_rectangle"><span class="a">al_draw_filled_rounded_rectangle</span></a><span class="k2">(</span> <span class="n">100</span>, <span class="n">100</span>, <span class="n">400</span>, <span class="n">250</span>, <span class="n">20</span>, <span class="n">20</span>, <a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span> <span class="n">90</span>, <span class="n">60</span>, <span class="n">90</span> <span class="k2">)</span> <span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>

Triangle ( hmm... )
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/al_draw_filled_triangle"><span class="a">al_draw_filled_triangle</span></a><span class="k2">(</span> <span class="n">100</span>, <span class="n">50</span>, <span class="n">50</span>, <span class="n">150</span>, <span class="n">150</span>, <span class="n">200</span>, <a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span> <span class="n">90</span>, <span class="n">60</span>, <span class="n">90</span> <span class="k2">)</span> <span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>

Circle ( there are no corners, but... <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /> )
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/al_draw_filled_circle"><span class="a">al_draw_filled_circle</span></a><span class="k2">(</span> <span class="n">100</span>, <span class="n">100</span>, <span class="n">80</span>, <a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span> <span class="n">90</span>, <span class="n">60</span>, <span class="n">90</span> <span class="k2">)</span> <span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>

Like antyaliasing or something like this
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Fri, 31 Aug 2012 01:21:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Multisampling. Before you create your display make calls like:</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/al_set_new_display_option"><span class="a">al_set_new_display_option</span></a><span class="k2">(</span>ALLEGRO_SAMPLE_BUFFERS, <span class="n">1</span>, ALLEGRO_SUGGEST<span class="k2">)</span><span class="k2">;</span>
<a href="http://www.allegro.cc/manual/al_set_new_display_option"><span class="a">al_set_new_display_option</span></a><span class="k2">(</span>ALLEGRO_SAMPLES, <span class="n">4</span>, ALLEGRO_SUGGEST<span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Fri, 31 Aug 2012 01:37:45 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thank you <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>EDIT:<br />------------------------------------<br />WoW!<br />I just installed Windows 8, and this not working!</p><p>What the...<br />I try with ALLEGRO_REQUIRE, but it&#39;s not working too...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Mon, 03 Sep 2012 20:02:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Just be careful with drawing rounded corners on rectangles.  If your game becomes successful, Apple may sue you.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Mon, 03 Sep 2012 20:18:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>What has Apple to rounded corners?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Mon, 03 Sep 2012 20:27:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/964866#target">CodeStepper</a> said:</div><div class="quote"><p>What has Apple to rounded corners?</p></div></div><p>They have a patent on rounded rectangles.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Mon, 03 Sep 2012 21:50:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>So what about multisampling, why it doesn&#39;t work :/
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Mon, 03 Sep 2012 22:35:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Are you drawing to the display back buffer directly?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Mon, 03 Sep 2012 22:36:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Before creating display
</p><div class="source-code snippet"><div class="inner"><pre>...
<a href="http://www.allegro.cc/manual/al_set_new_display_option"><span class="a">al_set_new_display_option</span></a><span class="k2">(</span>ALLEGRO_SAMPLE_BUFFERS, <span class="n">1</span>, ALLEGRO_SUGGEST<span class="k2">)</span><span class="k2">;</span>
<a href="http://www.allegro.cc/manual/al_set_new_display_option"><span class="a">al_set_new_display_option</span></a><span class="k2">(</span>ALLEGRO_SAMPLES, <span class="n">4</span>, ALLEGRO_SUGGEST<span class="k2">)</span><span class="k2">;</span>

<a href="http://www.allegro.cc/manual/ALLEGRO_DISPLAY"><span class="a">ALLEGRO_DISPLAY</span></a> <span class="k3">*</span>display <span class="k3">=</span> al_create_new_display<span class="k2">(</span> <span class="n">800</span>, <span class="n">600</span> <span class="k2">)</span><span class="k2">;</span>
...
</pre></div></div><p>


EDIT:<br />Sorry, i missunderstood youd question <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" /><br />Yes, i&#39;m drawind directly...</p><p>But in windows 7 everything is ok... Grr...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Mon, 03 Sep 2012 22:44:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>nvmnd
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Mon, 03 Sep 2012 22:47:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I tried:
</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/964500#target">CodeStepper</a> said:</div><div class="quote"><p>
I try with ALLEGRO_REQUIRE, but it&#39;s not working too...
</p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Mon, 03 Sep 2012 22:48:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/964865#target">LennyLen</a> said:</div><div class="quote"><p>Just be careful with drawing rounded corners on rectangles.  If your game becomes successful, Apple may sue you.</p></div></div><p>

LMAO... what an insane world we live in.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Roy)</author>
		<pubDate>Tue, 04 Sep 2012 00:53:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>They need to sue MS for their use of rounded corners in Microsoft Bob.</p><p><span class="remote-thumbnail"><span class="json">{"name":"bobgay.gif","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/f\/5\/f5f86279813bf559ee5270534e8fccfb.gif","w":351,"h":310,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/f\/5\/f5f86279813bf559ee5270534e8fccfb"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/f/5/f5f86279813bf559ee5270534e8fccfb-240.jpg" alt="bobgay.gif" width="240" height="211" /></span></p><p>[EDIT]</p><p>From the same website, it says <a href="http://toastytech.com/guis/gem11.html">Apple sued Digital Research</a> for look and feel concerning GEM 1.1 back in 1985.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Tue, 04 Sep 2012 00:56:59 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ops... what a mess <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" /></p><p>I don&#39;t do from now any programs with rounded corners in rectangles o.O
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Tue, 04 Sep 2012 01:27:59 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I seriously doubt Apple would mess with small fry like us.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Tue, 04 Sep 2012 01:30:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Technically the patent they have is on the shape of the ipad and iphone. Not on rounded rectangles in software.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Tue, 04 Sep 2012 01:55:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Back on the farm we had a stove from the &#39;50&#39;s that had rounded corners all over the place. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />  &quot;Streamlined&quot;, they called it, even though it didn&#39;t move.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Tue, 04 Sep 2012 02:05:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>They have a patent on rounded icons aligned in a grid:</p><p><a href="http://www.google.com/patents/USD604305">http://www.google.com/patents/USD604305</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Tue, 04 Sep 2012 02:10:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I love it when the &#39;graphics department&#39; (hmm) at j0rb do me a border with rounded rectangles. It&#39;s clear to me but so, so painfully unclear to them that selecting a rounded-rectangle in photoshop and dragging the horizontal twice as far as the vertical, then doing so but smaller to create and edge will result in horrid, out of shape corners. I&#39;m not sure why that&#39;s relevant. I guess I want to say F**K YOU to my graphics department on a platform they won&#39;t ever visit.</p><p>So F**K YOU, useless tossers. I could do your job in 1/8th of the time, with superior results. So there.</p><p>Phew. Now, where am I....
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Dizzy Egg)</author>
		<pubDate>Tue, 04 Sep 2012 04:31:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/964949#target">Dizzy Egg</a> said:</div><div class="quote"><p> selecting a rounded-rectangle in photoshop and dragging the horizontal twice as far as the vertical, then doing so but smaller to create and edge will result in horrid, out of shape corners.</p></div></div><p>Couldn&#39;t they just select a middle part of the rectangle and stretch that?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Tue, 04 Sep 2012 04:35:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yeah, I know, I know...</p><p>...trust me, I know.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Dizzy Egg)</author>
		<pubDate>Tue, 04 Sep 2012 04:41:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/964942#target">Matthew Leverton</a> said:</div><div class="quote"><p>
They have a patent on rounded icons aligned in a grid:<a href="http://www.google.com/patents/USD604305">http://www.google.com/patents/USD604305</a>
</p></div></div><p>

Who the hell are handing out such bogus patents?!  That&#39;s crazy.  Most of the things listed there are so generic it&#39;s not funny.</p><p>Like:
</p><pre>Aug 23, 1994	Sep 10, 1996	Prosoft Corporation	Windowed computer display</pre><p>

in 1994?!  Seriously?!  When the Commodore Amiga was out with an all window display, heck so was Windows, all before 1994. O.o</p><p>I would ignore the patents, <span class="cuss"><span>fuck</span></span> &#39;em.  That would be my response as well.  I&#39;m not wealthy so I have zip to lose.  I&#39;m making rounded corners just out of spite now! <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Roy)</author>
		<pubDate>Tue, 04 Sep 2012 05:32:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>They patent everything and see what sticks. If you had money, you could too.</p><p>e.g., The gap I display between your last read post and the next one would be filed away as a great invention.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Tue, 04 Sep 2012 05:56:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/964976#target">Matthew Leverton</a> said:</div><div class="quote"><p>e.g., The gap I display between your last read post and the next one would be filed away as a great invention.
</p></div></div><p>

I know I am always amazed at that gap.  How you ever came up with such a genius idea is beyond the comprehension of this mere mortal. <img src="http://www.allegro.cc/forums/smileys/shocked.gif" alt=":o" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Roy)</author>
		<pubDate>Tue, 04 Sep 2012 06:05:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Isn&#39;t the rounded corner a design thing? Such things should not <i>need</i> to be patented. It&#39;s kind of art work and is as such protected as soon as the artist has created the art work. I mean&#39; this would put everything in right perspective. </p><p>Here:<br /><span class="remote-thumbnail"><span class="json">{"name":"interface-msw103.jpg","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/d\/6\/d65b06ee6f378a4679a9ffa62c5e65db.jpg","w":500,"h":273,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/d\/6\/d65b06ee6f378a4679a9ffa62c5e65db"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/d/6/d65b06ee6f378a4679a9ffa62c5e65db-240.jpg" alt="interface-msw103.jpg" width="240" height="131" /></span></p><p><span class="remote-thumbnail"><span class="json">{"name":"img_02.gif","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/6\/1\/6128bc6e33c1286afbcb2837bf06ecc9.gif","w":523,"h":369,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/6\/1\/6128bc6e33c1286afbcb2837bf06ecc9"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/6/1/6128bc6e33c1286afbcb2837bf06ecc9-240.jpg" alt="img_02.gif" width="240" height="169" /></span></p><p>Two interfaces with rounded buttons. One wouldn&#39;t say that one is stolen from the other. There&#39;s more to it than only the rounded corners.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Johan Halmén)</author>
		<pubDate>Tue, 04 Sep 2012 09:54:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I linked to the patent. Short version:
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
We patent something that looks sort of like this:
</p><pre class="terminal scroll">|     4:00 PM     |
|-----------------|
| /-\ /-\ /-\ /-\ |
| \-/ \-/ \-/ \-/ |
| /-\ /-\ /-\ /-\ |
| \-/ \-/ \-/ \-/ |
| /-\ /-\ /-\ /-\ |
| \-/ \-/ \-/ \-/ |
|                 |
|                 |
|-----------------|
| /-\ /-\ /-\ /-\ |
| \-/ \-/ \-/ \-/ |</pre><p>
</p></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Tue, 04 Sep 2012 10:06:01 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I might patent a qwerty keyboard design with keys in a grid pattern. Useless of course, but it will look very pretty and touch typists will soon get used to it.</p><p>[edit]or maybe writing this in this thread constitutes ownership of said design, or is that only for copyright?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Walker)</author>
		<pubDate>Tue, 04 Sep 2012 12:42:42 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>CodeStepper, did you ever figure out the problem on Windows 8? I&#39;m really curious.. is it the same computer?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Tue, 04 Sep 2012 12:45:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>So the original problem was that multisampling was allowed on win 7 but not win 8?  That sounds like a driver problem.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Tue, 04 Sep 2012 13:30:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Maybe Windows 8 is artificially making it look faster by disabling multisampling. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Roy)</author>
		<pubDate>Tue, 04 Sep 2012 19:52:42 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>@Trent<br />This is the same computer...</p><p>@Arthur<br />I have installed the latest drivers for my graphics cards</p><p>@NiteHackr<br />Maybe..., but I don&#39;t believe that <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>@Johan Halmén<br />WOW!<br />MS-DOS and rounded rectangle corners <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CodeStepper)</author>
		<pubDate>Tue, 04 Sep 2012 20:41:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/965031#target">CodeStepper</a> said:</div><div class="quote"><p> @Arthur<br />I have installed the latest drivers for my graphics cards</p></div></div><p>

And maybe those win8 compatible drivers don&#39;t have multisampling yet.  New beta crap.</p><p>[EDIT]</p><p>Just found this on reddit.</p><p><span class="remote-thumbnail"><span class="json">{"name":"Nd4JI.jpg","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/7\/8\/781d76cde3ee18ee3ff35a662c62fc19.jpg","w":400,"h":1662,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/7\/8\/781d76cde3ee18ee3ff35a662c62fc19"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/7/8/781d76cde3ee18ee3ff35a662c62fc19-240.jpg" alt="Nd4JI.jpg" width="240" height="997" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Tue, 04 Sep 2012 21:06:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Wow, that&#39;s incredible.  Did Apple just decide to steal all of Braun&#39;s designs or did they maybe buy the rights to Braun? That&#39;s too much to be coincidental.  I think someone could have a case against Apple patents easily with this.</p><p>Come to think of it, I think calculators with rounded corners have been fairly common for about as long as I can recall.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Roy)</author>
		<pubDate>Tue, 04 Sep 2012 23:14:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Huh, is that ios 1 or something? It&#39;s still similar, but I&#39;ve never seen it like that. It looks like this now:</p><p><span class="remote-thumbnail"><span class="json">{"name":"606559","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/d\/0\/d08541adff64ff597283fb27932c73fa.png","w":640,"h":960,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/d\/0\/d08541adff64ff597283fb27932c73fa"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/d/0/d08541adff64ff597283fb27932c73fa-240.jpg" alt="606559" width="240" height="360" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Tue, 04 Sep 2012 23:27:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/965011#target">Neil Walker</a> said:</div><div class="quote"><p> ownership of said design
</p></div></div><p>Matthew has the patent of using the word &quot;said&quot; that way. He charges terrible sums for each use.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Johan Halmén)</author>
		<pubDate>Wed, 05 Sep 2012 00:14:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The <i>aforementioned</i> usage of said deserves a severe penalty. Preferably death. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (james_lohr)</author>
		<pubDate>Wed, 05 Sep 2012 00:49:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/965045#target">NiteHackr</a> said:</div><div class="quote"><p>Wow, that&#39;s incredible.  Did Apple just decide to steal all of Braun&#39;s designs or did they maybe buy the rights to Braun? That&#39;s too much to be coincidental.  I think someone could have a case against Apple patents easily with this.</p></div></div><p>
Don&#39;t be daft.</p><p>The portable radio and the ipod do look similar, but many portable radios had round knob for selecting the channel. The ipod circle isn&#39;t even a knob.</p><p>The radio and the Power Mac? Really? The speaker-grill is on the left (you can see in the second picture) and the Power Mac has a grill-covered front. Woohoo. Apart from that they both look like silver boxes from the side.</p><p>A flat speaker photographed from the side looks somewhat like a flat computer screen (I know, the entire computer is in there) seen from the side. Awesome similarity there.</p><p>As for the calculator, many hand-held calculators have a similar layout, and computer calculator programs have a deliberately similar design. In this particular case they&#39;re not even that close.</p><p>It&#39;s a funny picture for sure, good for a laugh, but don&#39;t overstate the similarity.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Wed, 05 Sep 2012 02:01:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think NiteHackr had his tongue firmly planted in his cheek when he said that.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Wed, 05 Sep 2012 02:04:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/610931/965055#target">Evert</a> said:</div><div class="quote"><p>The ipod circle isn&#39;t even a knob.</p></div></div><p>Doesn&#39;t matter. Its a circular control. That&#39;s all that matters.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>It&#39;s a funny picture for sure, good for a laugh, but don&#39;t overstate the similarity.</p></div></div><p>Tell that to apple, and the jury who awarded them a billion dollars for the shape of the iphone, ipad and the layout of the iOS icons.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Wed, 05 Sep 2012 02:08:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, I agree, it is silly to overstate how something looks the same... isn&#39;t it?  You better tell that to Apple though.</p><p>The point is, it&#39;s a common design that has been in existence since before Apple was a company and therefore to claim the design, or LOOK and feel is exclusively your own is ridiculous.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Neil Roy)</author>
		<pubDate>Wed, 05 Sep 2012 04:17:06 +0000</pubDate>
	</item>
</rss>
