<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Raphaël Google Group</title>
  <link>http://groups.google.com/group/raphaeljs</link>
  <description>Discussion related to Raphaël — JavaScript Vector Library</description>
  <language>en-GB</language>
  <item>
  <title>Box being cut off by boundaries of SVG</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/3b879ed56a3d66bf/a687bbe19a72ce73?show_docid=a687bbe19a72ce73</link>
  <description>
  Hey guys, &lt;br&gt; I have an issue with an SVG map I have on a production site but can&#39;t work &lt;br&gt; out how to fix it. &lt;br&gt; Have a look at the map on this page, &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.nzte.govt.nz/en/export/export-markets/&quot;&gt;[link]&lt;/a&gt;, and hover over &amp;quot;South &lt;br&gt; and Southeast Asia&amp;quot; or &amp;quot;South America&amp;quot;. You&#39;ll see that the dropdown box &lt;br&gt; gets cut off by the boundaries of the map.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/3b879ed56a3d66bf/a687bbe19a72ce73?show_docid=a687bbe19a72ce73</guid>
  <author>
  patocallag...@gmail.com
  (Pat O&#39;Callaghan)
  </author>
  <pubDate>Wed, 22 May 2013 06:11:37 UT
</pubDate>
  </item>
  <item>
  <title>Error: Problem parsing d=&quot;&quot;</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/ca8ad999e28d61bb/c4a9abacc19501f4?show_docid=c4a9abacc19501f4</link>
  <description>
  Hello, &lt;br&gt; I&#39;m a beginner to RaphaelJS and seemed to be having a ridiculously silly &lt;br&gt; issue. I wrote a basic program but I was consistently getting a &amp;quot;Error: &lt;br&gt; Problem parsing d=&amp;quot;&amp;quot;&amp;quot; error at a path call. circle/rect used to work &lt;br&gt; though. &lt;br&gt; After much hair pulling and experimenting with multiple variations,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/ca8ad999e28d61bb/c4a9abacc19501f4?show_docid=c4a9abacc19501f4</guid>
  <author>
  sathis...@gmail.com
  (Sathish VJ)
  </author>
  <pubDate>Mon, 20 May 2013 16:22:29 UT
</pubDate>
  </item>
  <item>
  <title>path doesn&#39;t work, and I can&#39;t work out why :(</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/649c0ef4883a9c3c/39f93ddd10fe8445?show_docid=39f93ddd10fe8445</link>
  <description>
  Hi All, &lt;br&gt; I&#39;m trying to do the most basic thing in Raphael.... draw a line. &lt;br&gt; I&#39;ve tried all sorts of things, and concluded that:- &lt;br&gt; I can draw images, shapes and text, but I can&#39;t do a simple .path &lt;br&gt; var r = Raphael(&amp;quot;wmView&amp;quot;, 620, 520); &lt;br&gt; r.rect(0, 0, 619, 419, 10).attr({stroke: &amp;quot;#666&amp;quot;}); &lt;br&gt; r.image(&#39;images/bpx.gif&#39;,60,60 ,100,100);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/649c0ef4883a9c3c/39f93ddd10fe8445?show_docid=39f93ddd10fe8445</guid>
  <author>
  paul.d.mcguinn...@gmail.com
  (Paul McGuinness)
  </author>
  <pubDate>Mon, 20 May 2013 12:14:03 UT
</pubDate>
  </item>
  <item>
  <title>path not working...</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/19ad7ce14a0f81cc/e29e92536c4a870f?show_docid=e29e92536c4a870f</link>
  <description>
  Hi everyone, &lt;br&gt; I&#39;m going mad here... I have a &#39;div&#39; on a page, and can display rects, &lt;br&gt; elipses, text and image, but I just cannot get &#39;path&#39; to work:- &lt;br&gt; var r = Raphael(&amp;quot;wmView&amp;quot;, 620, 520); &lt;br&gt; r.rect(0, 0, 619, 419, 10).attr({stroke: &amp;quot;#666&amp;quot;}); // This works &lt;br&gt; just fine &lt;br&gt; r.path(&amp;quot;M10 10L90 90&amp;quot;).attr({&#39;stroke&#39;:&#39;#000&#39;}); // This shows
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/19ad7ce14a0f81cc/e29e92536c4a870f?show_docid=e29e92536c4a870f</guid>
  <author>
  paul.d.mcguinn...@gmail.com
  (Paul McGuinness)
  </author>
  <pubDate>Mon, 20 May 2013 11:51:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Plugin that allow inline text editing</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/3a8fac86e00590f5/19c170d09629f16a?show_docid=19c170d09629f16a</link>
  <description>
  Works really nicely in FireFox and Chrome browsers, but not reliably in IE &lt;br&gt; 8 or on BlackBerry Playbook. So maybe it is neither VML nor tablet &lt;br&gt; compliant. &lt;br&gt; Regards, &lt;br&gt; Phil
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/3a8fac86e00590f5/19c170d09629f16a?show_docid=19c170d09629f16a</guid>
  <author>
  phildejo...@gmail.com
  (DOH)
  </author>
  <pubDate>Sun, 19 May 2013 20:23:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bar Chart Labels for gRaphaël ?</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/505c03203fa344b9/ceb8aa4369ce93fc?show_docid=ceb8aa4369ce93fc</link>
  <description>
  Tried your version, didn&#39;t work so great. My version below adds a label &lt;br&gt; directly below the bar. &lt;br&gt; chart.customLabel = function (labels) { &lt;br&gt; labels = labels || []; &lt;br&gt; this.labels = r.set(); &lt;br&gt; for (var i = 0; i &amp;lt; this.bars[0].length; i++) { &lt;br&gt; x = this.bars[0][i].x; &lt;br&gt; y = this.bars[0][i].y + this.bars[0][i].h + 10;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/505c03203fa344b9/ceb8aa4369ce93fc?show_docid=ceb8aa4369ce93fc</guid>
  <author>
  totsz...@gmail.com
  (Eric To)
  </author>
  <pubDate>Fri, 17 May 2013 15:43:42 UT
</pubDate>
  </item>
  <item>
  <title>[HOW TO] Resolve the &quot;Unexpected call to method or property access&quot; IE error when including compressed version of Raphael</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/c06d9fa75218c317/e64a04d1310ff16a?show_docid=e64a04d1310ff16a</link>
  <description>
  Hi there, &lt;br&gt; A lot of ppl using the compressed version of Raphael (raphael-min.js) have &lt;br&gt; this error on IE (IE8, IE9) : &lt;br&gt; When debuging, we find that this instruction make IE screaming : &lt;br&gt; I just write a kind of &amp;quot;patch&amp;quot; to resolve this issue. &lt;br&gt; - Open your raphael-min.js file &lt;br&gt; - Search the occurence of (don&#39;t forget the comma) :
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/c06d9fa75218c317/e64a04d1310ff16a?show_docid=e64a04d1310ff16a</guid>
  <author>
  colin.br...@gmail.com
  (4wk_)
  </author>
  <pubDate>Fri, 17 May 2013 10:29:12 UT
</pubDate>
  </item>
  <item>
  <title>Is IE6 still supported? anyone got raphael working on it?</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/ab6c87b4b1f13de6/481d4c44caeed889?show_docid=481d4c44caeed889</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Does raphael still support IE6? I always thought that it did (and actually, &lt;br&gt; it still says so on the front page of the site), through a fallback to VML, &lt;br&gt; but when I try to run the pie chart demo (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://raphaeljs.com/pie.html&quot;&gt;[link]&lt;/a&gt;), &lt;br&gt; for example, I get an error &lt;br&gt; &lt;p&gt;‘window.Raphael.svg’ is null or not an object
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/ab6c87b4b1f13de6/481d4c44caeed889?show_docid=481d4c44caeed889</guid>
  <author>
  davecranesunwh...@gmail.com
  (Dave Crane)
  </author>
  <pubDate>Fri, 17 May 2013 10:29:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: change line attributes</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/33e82fd889f384f8/6ef66176e9f38548?show_docid=6ef66176e9f38548</link>
  <description>
  &amp;lt;path&amp;gt;.attr({stroke:&amp;quot;#f00&amp;quot;,&amp;quot;st roke-width&amp;quot;:x}); &lt;br&gt; Notice how attributes with a hyphen have to be enclosed with inverted commas. &lt;br&gt; ______________________________ __ &lt;br&gt; From: &amp;quot;o...@mmmmail.com&amp;quot; &amp;lt;o...@mmmmail.com&amp;gt; &lt;br&gt; To: raphaeljs@googlegroups.com &lt;br&gt; Sent: Wednesday, May 15, 2013 10:33:10 PM &lt;br&gt; &lt;p&gt;How can I change the color and thickness of a line drawn by paper.path?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/33e82fd889f384f8/6ef66176e9f38548?show_docid=6ef66176e9f38548</guid>
  <author>
  charles...@yahoo.com
  (charles thomas)
  </author>
  <pubDate>Thu, 16 May 2013 12:20:40 UT
</pubDate>
  </item>
  <item>
  <title>HI Group i want to do the graph with Database Values ??</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/0c4de8b53035c448/04b3b459f3eba88a?show_docid=04b3b459f3eba88a</link>
  <description>
  HI Group, &lt;br&gt; I want to do the graph with Database Values ?? &lt;br&gt; Can Anyone help me to solve this issues ?? &lt;br&gt; Warm Regards, &lt;br&gt; Suthan.M &lt;br&gt; Skype Id : @msuthanwipro
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/0c4de8b53035c448/04b3b459f3eba88a?show_docid=04b3b459f3eba88a</guid>
  <author>
  msuthanwiprobusin...@gmail.com
  (Suthan Murugan)
  </author>
  <pubDate>Thu, 16 May 2013 09:42:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: HELP: Safari 6, click()no longer working?</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/b6be759b00bccf8b/792e5ad1aafb2c13?show_docid=792e5ad1aafb2c13</link>
  <description>
  It&#39;s OK. I got it sorted. It was the difference between jQuery &#39;.hide()&#39; &lt;br&gt; and jQuery &#39;.css(&amp;quot;visibility&amp;quot;) as well as setting div backgrounds to &lt;br&gt; transparent. Strange it was OK in all other browsers though.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/b6be759b00bccf8b/792e5ad1aafb2c13?show_docid=792e5ad1aafb2c13</guid>
  <author>
  anne.hasti...@csiro.au
  (mab)
  </author>
  <pubDate>Thu, 16 May 2013 04:34:16 UT
</pubDate>
  </item>
  <item>
  <title>change line attributes</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/33e82fd889f384f8/aedfd2890f0005a8?show_docid=aedfd2890f0005a8</link>
  <description>
  How can I change the color and thickness of a line drawn by paper.path? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://raphaeljs.com/reference.html#Paper.path&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/33e82fd889f384f8/aedfd2890f0005a8?show_docid=aedfd2890f0005a8</guid>
  <author>
  o...@mmmmail.com
  </author>
  <pubDate>Wed, 15 May 2013 21:33:10 UT
</pubDate>
  </item>
  <item>
  <title>graphael linechart line limit</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/10f6fc66922bfdad/d5cbc17f34f6aa6c?show_docid=d5cbc17f34f6aa6c</link>
  <description>
  Hi all, &lt;br&gt; Im trying to draw a linechart with more than 10 lines but I find it &lt;br&gt; impossible. Is there any configuration parametre where I can disable this &lt;br&gt; 10 Line Limit of the graphael linechart? &lt;br&gt; Thanks in advance. &lt;br&gt; Pablo
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/10f6fc66922bfdad/d5cbc17f34f6aa6c?show_docid=d5cbc17f34f6aa6c</guid>
  <author>
  morfe...@gmail.com
  (Pablo Fernández Muga)
  </author>
  <pubDate>Wed, 15 May 2013 16:33:31 UT
</pubDate>
  </item>
  <item>
  <title>Responsive SVG - issues with different browsers.</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/41615e0aef2834a4/65b2bd5ad994772a?show_docid=65b2bd5ad994772a</link>
  <description>
  Hey! &lt;br&gt; I&#39;m having a picture and an overlay of two SVGs to cover parts of it (on &lt;br&gt; the top and at the bottom). In my jsfiddle:&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jsfiddle.net/karo/kgQqh/3/&quot;&gt;[link]&lt;/a&gt; you &lt;br&gt; can see the code. &lt;br&gt; I&#39;m using setviewbox to get the svgs responsive which works out. &lt;br&gt; The issues in the different browsers: (to see how it looks like in the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/41615e0aef2834a4/65b2bd5ad994772a?show_docid=65b2bd5ad994772a</guid>
  <author>
  karo.kras...@gmail.com
  (Karo Krassel)
  </author>
  <pubDate>Wed, 15 May 2013 11:09:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: genealogy graph</title>
  <link>http://groups.google.com/group/raphaeljs/browse_thread/thread/07795e9ac0a0a43f/c80d917d7ad52f33?show_docid=c80d917d7ad52f33</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;What about starting here &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://raphaeljs.com/graffle.html&quot;&gt;[link]&lt;/a&gt; and fiddling &lt;br&gt; with different events/content? &lt;br&gt; Depending on how complex/interactive the graph has to be, maybe other libs &lt;br&gt; (paper, d3, whatever) suit your need better, although it is completely &lt;br&gt; achievable with Raphaël. Other libs probably also won&#39;t have it ready for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/raphaeljs/browse_thread/thread/07795e9ac0a0a43f/c80d917d7ad52f33?show_docid=c80d917d7ad52f33</guid>
  <author>
  metalmaster666...@googlemail.com
  (Meister Lampe)
  </author>
  <pubDate>Wed, 15 May 2013 07:47:44 UT
</pubDate>
  </item>
  </channel>
</rss>
