diff --git a/raphael.js b/raphael.js index 5d4b41a..11cc899 100644 --- a/raphael.js +++ b/raphael.js @@ -748,8 +748,6 @@ var Raphael = (function (type) { width = width || "320px"; height = height || "200px"; cs.clip = "rect(0 " + width + " " + height + " 0)"; - // cs.margin = "-2px -2px 0 0"; - // cs.padding = "-2px -2px 0 0"; cs.top = "-2px"; cs.left = "-2px"; cs.position = "relative";