comparison nodejs/svg.js @ 883:47a8086e7729 abs_n_rel_center

Remove debug messages
author Thinker K.F. Li <thinker@codemud.net>
date Sat, 25 Sep 2010 22:04:23 +0800
parents d9d55bb50679
children 143ac14c3ce9
comparison
equal deleted inserted replaced
882:d9d55bb50679 883:47a8086e7729
1156 } 1156 }
1157 1157
1158 if(n.attr("gradientTransform")) { 1158 if(n.attr("gradientTransform")) {
1159 parseTransform(mtx, n.attr("gradientTransform").value()); 1159 parseTransform(mtx, n.attr("gradientTransform").value());
1160 xy = _pnt_transform(cx, cy, mtx); 1160 xy = _pnt_transform(cx, cy, mtx);
1161 sys.puts(mtx);
1162 sys.puts(xy);
1163 sys.puts([cx, cy]);
1164 cx = xy[0]; 1161 cx = xy[0];
1165 cy = xy[1]; 1162 cy = xy[1];
1166 } 1163 }
1167 1164
1168 this.radials[id] = [cx, cy, r]; 1165 this.radials[id] = [cx, cy, r];