<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>JS code - ellipses by Joanna Leontaris</title>
      <link>https://padlet.com/jleontaris/JS5</link>
      <description>Construct an example of JS code which will draw two ellipses: 1) elongated horizontally and 2) elongated vertically. </description>
      <language>en-us</language>
      <pubDate>2016-10-06 12:49:20 UTC</pubDate>
      <lastBuildDate>2025-12-01 05:32:33 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Aminata Barry</title>
         <author>abarry2</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117719</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:00 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117719</guid>
      </item>
      <item>
         <title>Edanur</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117740</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:03 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117740</guid>
      </item>
      <item>
         <title>Maleeha</title>
         <author>maalam</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117757</link>
         <description><![CDATA[<div>ellipse(200,</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:05 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117757</guid>
      </item>
      <item>
         <title>Kaylah</title>
         <author>kbeverley</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117832</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:16 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117832</guid>
      </item>
      <item>
         <title>Kristian </title>
         <author>ksarmiento3</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117845</link>
         <description><![CDATA[<div>ellipse(56, 54, 600, 56);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:18 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117845</guid>
      </item>
      <item>
         <title></title>
         <author>smathur1</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117855</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:19 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117855</guid>
      </item>
      <item>
         <title>Shreena </title>
         <author>shshah</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154117963</link>
         <description><![CDATA[<div>ellipse(250,120,50,11);<br>ellipse(250,120,11,50);<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:29 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154117963</guid>
      </item>
      <item>
         <title>Zach Lee</title>
         <author>zlee</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154118048</link>
         <description><![CDATA[<div>ellipse(300,200,60,10);<br>ellipse(40,70,10,60);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:38:41 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154118048</guid>
      </item>
      <item>
         <title></title>
         <author>smathur1</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154118234</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 18:39:06 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154118234</guid>
      </item>
      <item>
         <title>James</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154324567</link>
         <description><![CDATA[<div>//horizontal<br>ellipse(200,120,80,20);&nbsp;<br>//vertical<br>ellipse(200,120,20,80);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:50:34 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154324567</guid>
      </item>
      <item>
         <title>Preet</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154324624</link>
         <description><![CDATA[<div>ellipse(50,50,250,5); //horizontal<br>ellipse(50,50,5,250); //vertical</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:50:41 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154324624</guid>
      </item>
      <item>
         <title>Yusef</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154324660</link>
         <description><![CDATA[<div>ellipse(150, 60, 70, 10);<br>ellipse(150, 200, 20, 80);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:50:45 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154324660</guid>
      </item>
      <item>
         <title>Sneha</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325042</link>
         <description><![CDATA[<div>ellipse(180,140,40,20);<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:51:35 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325042</guid>
      </item>
      <item>
         <title>Allen </title>
         <author>ajohnson57</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325217</link>
         <description><![CDATA[<div>ellipse(50,50,250,5);<br>ellipse(50,50,5,250);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:51:57 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325217</guid>
      </item>
      <item>
         <title>Rohit Kumar</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325218</link>
         <description><![CDATA[<div>ellipse(100,125,53,45);<br>ellipse(100,125,45,53);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:51:57 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325218</guid>
      </item>
      <item>
         <title>Monish</title>
         <author>mduggineni</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325265</link>
         <description><![CDATA[<div>ellipse(100,100, 150, 10);<br>ellipse(100,100,10,150);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:52:03 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325265</guid>
      </item>
      <item>
         <title>Mattheous Worku</title>
         <author>mworku</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325360</link>
         <description><![CDATA[<div>ellipse(200,150,50,100);<br>ellipse(300,150,20,70)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:52:12 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325360</guid>
      </item>
      <item>
         <title>Ellis</title>
         <author>ejohnson45</author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325393</link>
         <description><![CDATA[<div>ellipse(145,131,59,48); //horizontal<br>ellipse(145,131,48,59); //vertical</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:52:16 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325393</guid>
      </item>
      <item>
         <title>Nihar</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154325456</link>
         <description><![CDATA[<div>ellipse(200, 200, 200, 10);<br>ellipse(200, 200, 10, 200);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:52:24 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154325456</guid>
      </item>
      <item>
         <title>Daniel Girod</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154326704</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-02-16 14:54:49 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154326704</guid>
      </item>
      <item>
         <title>Mikayla</title>
         <author></author>
         <link>https://padlet.com/jleontaris/JS5/wish/154599751</link>
         <description><![CDATA[<div>ellipse(50,50,120,40);<br>ellipse/(50,50,40,1200;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-17 14:53:22 UTC</pubDate>
         <guid>https://padlet.com/jleontaris/JS5/wish/154599751</guid>
      </item>
   </channel>
</rss>
