Do not use PaperScript in node example.

This commit is contained in:
Jürg Lehni 2013-05-08 20:30:13 -07:00
parent 6f347c98b3
commit 6fd93978f8

View file

@ -8,7 +8,7 @@ with (paper) {
var radius = view.bounds.width * 0.4,
from = new Point(view.center.x),
to = from + [radius, 0];
to = from.add(radius, 0);
var circle = new Path.Circle({
center: from,