From 80a72714c8d8ca54d7a53754800d7c36600140a7 Mon Sep 17 00:00:00 2001 From: Dmitry Baranovskiy Date: Mon, 21 Oct 2013 10:19:55 -0700 Subject: [PATCH] Increased the circles radius --- demos/tutorial/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/tutorial/index.html b/demos/tutorial/index.html index 2da150b..6f090fb 100644 --- a/demos/tutorial/index.html +++ b/demos/tutorial/index.html @@ -148,10 +148,10 @@ bigCircle.attr({ });
  • // Despite our small circle now is a part of a group // and a part of a mask we could still access it: -smallCircle.animate({r: 25}, 1000);
  • +smallCircle.animate({r: 50}, 1000);
  • // We don’t have reference for second small circle, // but we could easily grab it with CSS selectors: -discs.select("circle:nth-child(2)").animate({r: 25}, 1000);
  • +discs.select("circle:nth-child(2)").animate({r: 50}, 1000);
  • // Now lets create pattern var p = s.path("M10-5-10,15M15,0,0,15M0-5-20,15").attr({ fill: "none",