<?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: HTML5 Canvas KineticJS Shadows</title>
	<atom:link href="http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/</link>
	<description>HTML5 Canvas tutorials, articles, labs, apps, and games</description>
	<lastBuildDate>Thu, 28 Mar 2013 01:25:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Morten</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-27746</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Fri, 26 Oct 2012 05:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-27746</guid>
		<description>How do I remove a Shadow?</description>
		<content:encoded><![CDATA[<p>How do I remove a Shadow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Janusov</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-23731</link>
		<dc:creator>Eugene Janusov</dc:creator>
		<pubDate>Mon, 27 Aug 2012 07:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-23731</guid>
		<description>Hi,

In the first example there&#039;s `alpha` property. But the second example uses `opacity`. I suppose the former is incorrect, as only the latter works for me.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In the first example there&#8217;s `alpha` property. But the second example uses `opacity`. I suppose the former is incorrect, as only the latter works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-22713</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Sat, 11 Aug 2012 07:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-22713</guid>
		<description>Hey Eric, how can I get the canvas KineticJS is using in Javascript?
For example, if I had a canvas in my html, I&#039;d write:   

canvas = document.getElementById(&#039;canvas&#039;);
ctx = canvas.getContext(&quot;2d&quot;);

How can I do this with KineticJS since I only have a div in my html, not a canvas?

Thank you very much, KIneticJS is amazing!</description>
		<content:encoded><![CDATA[<p>Hey Eric, how can I get the canvas KineticJS is using in Javascript?<br />
For example, if I had a canvas in my html, I&#8217;d write:   </p>
<p>canvas = document.getElementById(&#8216;canvas&#8217;);<br />
ctx = canvas.getContext(&#8220;2d&#8221;);</p>
<p>How can I do this with KineticJS since I only have a div in my html, not a canvas?</p>
<p>Thank you very much, KIneticJS is amazing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Rowell</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-12741</link>
		<dc:creator>Eric Rowell</dc:creator>
		<pubDate>Sat, 23 Jun 2012 05:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-12741</guid>
		<description>in the next release, you&#039;ll be able to set the shadow attr to null.  for now, you can do this:

rect.setShadow({color: undefined});</description>
		<content:encoded><![CDATA[<p>in the next release, you&#8217;ll be able to set the shadow attr to null.  for now, you can do this:</p>
<p>rect.setShadow({color: undefined});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Bomtempo</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-12729</link>
		<dc:creator>Carlos Bomtempo</dc:creator>
		<pubDate>Sat, 23 Jun 2012 04:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-12729</guid>
		<description>Oh... I figured out. Just set it to undefined.</description>
		<content:encoded><![CDATA[<p>Oh&#8230; I figured out. Just set it to undefined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Bomtempo</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-12728</link>
		<dc:creator>Carlos Bomtempo</dc:creator>
		<pubDate>Sat, 23 Jun 2012 04:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-12728</guid>
		<description>How can I remove the shadow of an Rect after it&#039;s set?</description>
		<content:encoded><![CDATA[<p>How can I remove the shadow of an Rect after it&#8217;s set?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hawke</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-7292</link>
		<dc:creator>Hawke</dc:creator>
		<pubDate>Wed, 30 May 2012 23:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-7292</guid>
		<description>Eric, That did the trick - very cool stuff. Thanks!</description>
		<content:encoded><![CDATA[<p>Eric, That did the trick &#8211; very cool stuff. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Rowell</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-7243</link>
		<dc:creator>Eric Rowell</dc:creator>
		<pubDate>Wed, 30 May 2012 17:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-7243</guid>
		<description>@Hawke shadow support was in its very early stages in v3.9.5.  Try upgrading to v3.9.7 and see if this resolves the problem.  just let me know!

Cheers!</description>
		<content:encoded><![CDATA[<p>@Hawke shadow support was in its very early stages in v3.9.5.  Try upgrading to v3.9.7 and see if this resolves the problem.  just let me know!</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hawke</title>
		<link>http://www.html5canvastutorials.com/kineticjs/html5-canvas-kineticjs-shadows/#comment-7031</link>
		<dc:creator>Hawke</dc:creator>
		<pubDate>Tue, 29 May 2012 05:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.html5canvastutorials.com/?p=5678#comment-7031</guid>
		<description>I&#039;m using get by id to make changes to a circle - if I do 

shapesLayer.get(&#039;#&#039;+name)[0].setStroke(&quot;black&quot;);

I have no trouble, but doing 

shapesLayer.get(&#039;#&#039;+name)[0].setShadow({ // settings });

I get Uncaught TypeError: Object # has no method &#039;setShadow&#039;.  Not sure why one would work but another would not and using v3.9.5.  Function this is within provides the name and if I throw an alert it is providing what I would expect - settings are copied from set fill after instantiation after above. Am I missing something?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using get by id to make changes to a circle &#8211; if I do </p>
<p>shapesLayer.get(&#8216;#&#8217;+name)[0].setStroke(&#8220;black&#8221;);</p>
<p>I have no trouble, but doing </p>
<p>shapesLayer.get(&#8216;#&#8217;+name)[0].setShadow({ // settings });</p>
<p>I get Uncaught TypeError: Object # has no method &#8216;setShadow&#8217;.  Not sure why one would work but another would not and using v3.9.5.  Function this is within provides the name and if I throw an alert it is providing what I would expect &#8211; settings are copied from set fill after instantiation after above. Am I missing something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
