<?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.au/group/raphaeljs</id>
  <title type="text">Raphaël Google Group</title>
  <subtitle type="text">
  Discussion related to Raphaël — JavaScript Vector Library
  </subtitle>
  <link href="/group/raphaeljs/feed/atom_v1_0_msgs.xml" rel="self" title="Raphaël feed"/>
  <updated>2009-11-29T19:10:19Z</updated>
  <generator uri="http://groups.google.com.au" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>PA Parent</name>
  <email>papar...@gmail.com</email>
  </author>
  <updated>2009-11-27T17:38:36Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/742ecc4012b3f1a0/8edaf960909d705f?show_docid=8edaf960909d705f</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/742ecc4012b3f1a0/8edaf960909d705f?show_docid=8edaf960909d705f"/>
  <title type="text">Text align top</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;First of all, nice library! I&#39;m using it for a map and it works very &lt;br&gt; well! &lt;br&gt; &lt;p&gt;I want to put some text, but by default it&#39;s centered. I acheive to &lt;br&gt; make it left aligned (text-anchor: start), but when I have multiline &lt;br&gt; text, it&#39;s vertically centred. How to make the X/Y coordinate on the &lt;br&gt; top left of text ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul</name>
  <email>askfuturet...@googlemail.com</email>
  </author>
  <updated>2009-11-28T20:04:29Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/17521a3a5d366fbe/bb5cd19d60fc4ab4?show_docid=bb5cd19d60fc4ab4</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/17521a3a5d366fbe/bb5cd19d60fc4ab4?show_docid=bb5cd19d60fc4ab4"/>
  <title type="text">axis intervals</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; &lt;p&gt;I&#39;ve used a number of graphics tools on the web but raphael is really &lt;br&gt; good &lt;br&gt; &lt;p&gt;I am trying to print a line graph using graphael ( see below ) but I &lt;br&gt; have two problems:- &lt;br&gt; &lt;p&gt;1. How do I set the intervals on the x axis..it always seem to be &lt;br&gt; 0.1.. I want to set it myself &lt;br&gt; &lt;p&gt;2. Can I use dates ( eg 01/09/2009,01/10/2009 ) as x values ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>vswamina</name>
  <email>vignesh.swam...@gmail.com</email>
  </author>
  <updated>2009-11-29T19:10:19Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/039e1d0f22400073/57571a1c2742901c?show_docid=57571a1c2742901c</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/039e1d0f22400073/57571a1c2742901c?show_docid=57571a1c2742901c"/>
  <title type="text">Issues with 1.2.4 version?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have posted the following issue &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/DmitryBaranovskiy/raphael/issues/#issue/87&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; do others face similar issue with 1.2.4 version? &lt;br&gt; &lt;p&gt;Everything works normal and as expected in 0.8.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ed Davies</name>
  <email>ggl.rtq.0...@edavies.nildram.co.uk</email>
  </author>
  <updated>2009-11-29T17:33:26Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/34eb55ea4f4001ae?show_docid=34eb55ea4f4001ae</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/34eb55ea4f4001ae?show_docid=34eb55ea4f4001ae"/>
  <title type="text">Re: Problem with setting attr of arrays</title>
  <summary type="html" xml:space="preserve">
  I&#39;d also like to add that array[i, j] seems to be doing something in &lt;br&gt; code like yours but I&#39;m not sure what. The book &amp;quot;JavaScript: The &lt;br&gt; Definitive Guide&amp;quot; doesn&#39;t even mention using multiple subscripts in a &lt;br&gt; set of a brackets. I&#39;d assume that a[i, j] is equivalent to a[i][j] &lt;br&gt; but that&#39;s only a guess. Why it doesn&#39;t blow up when you use it on a
  </summary>
  </entry>
  <entry>
  <author>
  <name>chasbeen</name>
  <email>charles...@yahoo.com</email>
  </author>
  <updated>2009-11-29T17:32:42Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/d97556b09d8815c6?show_docid=d97556b09d8815c6</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/d97556b09d8815c6?show_docid=d97556b09d8815c6"/>
  <title type="text">Re: Problem with setting attr of arrays</title>
  <summary type="html" xml:space="preserve">
  Hello DOH &lt;br&gt; &lt;p&gt;I think you don&#39;t have to be so verbose. &lt;br&gt; Think of your calender cells as buttons for a moment and then go visit &lt;br&gt; this solution posted by me a couple of weeks ago... &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com.au/group/raphaeljs/browse_thread/thread/bea4ea98b3abfcd9/307556f1b71c9c0c?hl=en-GB&amp;lnk=gst&amp;q=yheight%3D300#307556f1b71c9c0c&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ed Davies</name>
  <email>ggl.rtq.0...@edavies.nildram.co.uk</email>
  </author>
  <updated>2009-11-29T17:28:52Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/4d768ebc5ecae105?show_docid=4d768ebc5ecae105</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/4d768ebc5ecae105?show_docid=4d768ebc5ecae105"/>
  <title type="text">Re: Problem with setting attr of arrays</title>
  <summary type="html" xml:space="preserve">
  I&#39;d recommend reading up on JavaScript arrays a bit. I don&#39;t think &lt;br&gt; they do what I think you think they do. &lt;br&gt; &lt;p&gt;E.g., Array(7, 7) is a one-dimensional, two-element array with both &lt;br&gt; the elements set to 7. It&#39;s not a two dimensional array of length 7 &lt;br&gt; elements along each dimension.
  </summary>
  </entry>
  <entry>
  <author>
  <name>DOH</name>
  <email>phildejo...@gmail.com</email>
  </author>
  <updated>2009-11-29T15:04:56Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/b1a58e3b9351491a?show_docid=b1a58e3b9351491a</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/94b79b7a8d300984/b1a58e3b9351491a?show_docid=b1a58e3b9351491a"/>
  <title type="text">Problem with setting attr of arrays</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to make a calendar using Raphael, but am unable to attach &lt;br&gt; an event using node.attr to an array of SVG rects. Can anyone offer &lt;br&gt; some help? It works fine for an individual rect eg the rect &amp;quot;c&amp;quot; in the &lt;br&gt; code below, but not for an array of rects callcells[i,j]. Just throws &lt;br&gt; an error &amp;quot;calcells[i, j] has no properties&amp;quot; in Eclipse.
  </summary>
  </entry>
  <entry>
  <author>
  <name>charles thomas</name>
  <email>charles...@yahoo.com</email>
  </author>
  <updated>2009-11-28T17:16:08Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/cf99d2b2dbc640b7?show_docid=cf99d2b2dbc640b7</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/cf99d2b2dbc640b7?show_docid=cf99d2b2dbc640b7"/>
  <title type="text">Re: Adding a class name to path link possible?</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;VN&amp;quot; &lt;br&gt; &lt;p&gt;I don&#39;t think you can assign a class name to a Raphael object so you should attempt to use the 2nd of the third methods suggested at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.twinhelix.com/javascript/htmlhttprequest/demo/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &amp;lt;form action=&amp;quot;content/calculator.php &amp;quot; method=&amp;quot;post&amp;quot; &lt;br&gt; onsubmit=&amp;quot;docClickLoader.submi tInto(this, &#39;resultArea&#39;, event)&amp;quot;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>VeryNice</name>
  <email>elne...@gmail.com</email>
  </author>
  <updated>2009-11-28T09:21:47Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/d59a01dcd3c8130d?show_docid=d59a01dcd3c8130d</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/d59a01dcd3c8130d?show_docid=d59a01dcd3c8130d"/>
  <title type="text">Re: Adding a class name to path link possible?</title>
  <summary type="html" xml:space="preserve">
  The homepage &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://freejoblistings.ca&quot;&gt;[link]&lt;/a&gt; , map is from wikipedia. &lt;br&gt; When you click on the map, the right panel loads from div that is &lt;br&gt; hidden on the page, just like the demo. &lt;br&gt; The links that show up on the right, when clicked use httphtmlrequest &lt;br&gt; to load the left panel div with content that is on separate page.
  </summary>
  </entry>
  <entry>
  <author>
  <name>charles thomas</name>
  <email>charles...@yahoo.com</email>
  </author>
  <updated>2009-11-28T03:40:06Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/171a2adf124e4e05?show_docid=171a2adf124e4e05</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/171a2adf124e4e05?show_docid=171a2adf124e4e05"/>
  <title type="text">Re: Adding a class name to path link possible?</title>
  <summary type="html" xml:space="preserve">
  Hi there &lt;br&gt; &lt;p&gt;Can we see the Map on your homepage? &lt;br&gt; &lt;p&gt;Very interesting I used iframes instead of ajax to get though security where I work (Ajax could not get through the firewall) &lt;br&gt; &lt;p&gt;For this humble map... &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.irunmywebsite.com/raphael/worldmap.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I used inkscape to get the path simplified to assist loading time.
  </summary>
  </entry>
  <entry>
  <author>
  <name>VeryNice</name>
  <email>elne...@gmail.com</email>
  </author>
  <updated>2009-11-27T23:27:42Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/aa69c0118da7c19f?show_docid=aa69c0118da7c19f</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/8406d083c5dcab65/aa69c0118da7c19f?show_docid=aa69c0118da7c19f"/>
  <title type="text">Adding a class name to path link possible?</title>
  <summary type="html" xml:space="preserve">
  Hi, I used the Australia map demo code to make new map for Canada. &lt;br&gt; Since the last update 1.24 it works great in both ie and firefox :) &lt;br&gt; Map is on my homepage and is currently listing cities in each province &lt;br&gt; via div id when clicked (like the demo). &lt;br&gt; I made a small modification to the map code, instead of onmouseover,
  </summary>
  </entry>
  <entry>
  <author>
  <name>AaronYoungWSOD</name>
  <email>aaron.yo...@wallst.com</email>
  </author>
  <updated>2009-11-27T18:21:57Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/a93319ad97c36e17/4248a2503e5daf96?show_docid=4248a2503e5daf96</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/a93319ad97c36e17/4248a2503e5daf96?show_docid=4248a2503e5daf96"/>
  <title type="text">Re: remove() Method Fails</title>
  <summary type="html" xml:space="preserve">
  Dmitry, I included a simple code snippet in my original post (top of &lt;br&gt; this thread) which demonstrates the bug. It runs in the Raphaël &lt;br&gt; Playground. This is using the same approach in the g.Raphaël bar-chart &lt;br&gt; examples. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; - Aaron Young &lt;br&gt; &lt;p&gt;On Nov 26, 5:16 pm, Dmitry Baranovskiy &amp;lt;dmitry.baranovs...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>rt</name>
  <email>rwtown...@gmail.com</email>
  </author>
  <updated>2009-11-27T17:49:38Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/bf0db969f2d38e1c/306f9812a142c5be?show_docid=306f9812a142c5be</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/bf0db969f2d38e1c/306f9812a142c5be?show_docid=306f9812a142c5be"/>
  <title type="text">Re: getting Raphael to work</title>
  <summary type="html" xml:space="preserve">
  Well don&#39;t I feel silly. Thank you! &lt;br&gt; &lt;p&gt;On Nov 26, 6:02 pm, Dmitry Baranovskiy &amp;lt;dmitry.baranovs...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Glimpse</name>
  <email>frederic.bonj...@gmail.com</email>
  </author>
  <updated>2009-11-27T11:45:53Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/b73763df2d830f08/79f666bc99781a5b?show_docid=79f666bc99781a5b</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/b73763df2d830f08/79f666bc99781a5b?show_docid=79f666bc99781a5b"/>
  <title type="text">Re: Nested SVG elements with Raphael</title>
  <summary type="html" xml:space="preserve">
  Thanks for your reply! &lt;br&gt; In SVG, you can nest &amp;lt;svg/&amp;gt; elements and when moving an &amp;lt;svg/&amp;gt; &lt;br&gt; element, all the &amp;quot;child&amp;quot; elements are moved too. That&#39;s what I wanted &lt;br&gt; to say. &lt;br&gt; &lt;p&gt;On 27 Nov, 03:03, Dmitry Baranovskiy &amp;lt;dmitry.baranovs...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>James</name>
  <email>james...@gmail.com</email>
  </author>
  <updated>2009-11-27T09:28:20Z</updated>
  <id>http://groups.google.com.au/group/raphaeljs/browse_frm/thread/a93319ad97c36e17/ab9930403a9f58c8?show_docid=ab9930403a9f58c8</id>
  <link href="http://groups.google.com.au/group/raphaeljs/browse_frm/thread/a93319ad97c36e17/ab9930403a9f58c8?show_docid=ab9930403a9f58c8"/>
  <title type="text">Re: remove() Method Fails</title>
  <summary type="html" xml:space="preserve">
  I think my problem is slightly different from the problem displayed on &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://g.raphaeljs.com/barchart2.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Here is some test code, which I have been trying at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://raphaeljs.com/playground.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;var target = paper.rect(10, 10, 100, 100, 10); &lt;br&gt; target.attr({y: 20, width: 200, height: 200, &amp;quot;stroke-dasharray&amp;quot;: &amp;quot;-
  </summary>
  </entry>
</feed>
