Commit 3fb83189 authored by ipetropolsky's avatar ipetropolsky

Add gradient to test page

parent 98bfdf6c
......@@ -10,7 +10,7 @@ require.config({
require(['raphael'], function(Raphael) {
var paper = Raphael(0, 0, 640, 720, "container");
paper.circle(100, 100, 100); //example
paper.circle(100, 100, 100).attr({'fill':'270-#FAE56B:0-#E56B6B:100'}); //example
// Work here
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment