Skip to content

Instantly share code, notes, and snippets.

@antond
Created April 4, 2011 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antond/901844 to your computer and use it in GitHub Desktop.
Save antond/901844 to your computer and use it in GitHub Desktop.
Chrome bug with stroke-width: 0
var paper = Raphael('timeline', 940, 81);
var dot;
dot = paper.circle(470, 40, 20);
dot.attr({
'stroke-width': '0',
'fill': '#cccccc',
'fill-opacity': 1.0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment