diff --git a/line.svg b/line.svg index e92e557..9fbd5ed 100644 --- a/line.svg +++ b/line.svg @@ -18,7 +18,6 @@ max = Math.max.apply(null, parts), min = Math.min.apply(null, parts); parts = parts.map(function (num) { return scale(max, min, num); }); - console.log(parts); var x1 = 0, y1 = 0, x2 = 0, y2 = 100 - parts[0], div = 100 / parts.length; for (var i=0; i < parts.length; i++) { var ln = document.createElementNS("http://www.w3.org/2000/svg", "line"); diff --git a/test.html b/test.html index e9c6276..a6cab98 100644 --- a/test.html +++ b/test.html @@ -25,22 +25,22 @@

line

object

- +

embed (w. type)

- +

embed (wo. type)

- +

embed (w. type) in object

- - + +

embed (wo. type) in object

- - + + @@ -48,22 +48,22 @@

embed (wo. type) in object

bar

object

- +

embed (w. type)

- +

embed (wo. type)

- +

embed (w. type) in object

- - + +

embed (wo. type) in object

- - + + @@ -71,21 +71,21 @@

embed (wo. type) in object

circle

object

- +

embed (w. type)

- +

embed (wo. type)

- +

embed (w. type) in object

- - + +

embed (wo. type) in object

- - + + \ No newline at end of file