aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Dave Hello <hsu@peterdavehello.org>2015-06-23 10:39:13 +0800
committerPeter Dave Hello <hsu@peterdavehello.org>2015-06-23 10:39:13 +0800
commitdd7c4b7e52eb948ce3018c51a3f5e908b0b456ee (patch)
treeae2a7f60ff4291462d53ab2de630059f0b40afae
parent31dc40f4a93984968f9194f760a8b9138af797d2 (diff)
downloadsvg.js-dd7c4b7e52eb948ce3018c51a3f5e908b0b456ee.tar.gz
svg.js-dd7c4b7e52eb948ce3018c51a3f5e908b0b456ee.zip
remove useless executable permission
-rw-r--r--[-rwxr-xr-x]CHANGELOG.md0
-rw-r--r--[-rwxr-xr-x]LICENSE.txt0
-rw-r--r--[-rwxr-xr-x]README.md0
-rw-r--r--[-rwxr-xr-x]bower.json0
-rw-r--r--[-rwxr-xr-x]component.json0
-rw-r--r--[-rwxr-xr-x]dist/svg.js0
-rw-r--r--[-rwxr-xr-x]dist/svg.min.js0
-rw-r--r--[-rwxr-xr-x]spec/index.html0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-2.0.1/boot.js0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-2.0.1/console.js0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-2.0.1/jasmine-html.js0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-2.0.1/jasmine.css0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-2.0.1/jasmine.js0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-2.0.1/jasmine_favicon.pngbin1486 -> 1486 bytes
-rw-r--r--[-rwxr-xr-x]spec/spec/arrange.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/array.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/boxes.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/clip.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/color.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/container.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/doc.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/element.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/ellipse.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/gradient.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/group.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/helper.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/hyperlink.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/image.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/line.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/mask.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/memory.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/number.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/path.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/pattern.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/polygon.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/polyline.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/rect.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/set.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/svg.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/text.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/textpath.js0
-rw-r--r--[-rwxr-xr-x]spec/spec/use.js0
-rw-r--r--[-rwxr-xr-x]src/arrange.js0
-rw-r--r--[-rwxr-xr-x]src/array.js0
-rw-r--r--[-rwxr-xr-x]src/boxes.js0
-rw-r--r--[-rwxr-xr-x]src/clip.js0
-rw-r--r--[-rwxr-xr-x]src/color.js0
-rw-r--r--[-rwxr-xr-x]src/container.js0
-rw-r--r--[-rwxr-xr-x]src/data.js0
-rw-r--r--[-rwxr-xr-x]src/default.js0
-rw-r--r--[-rwxr-xr-x]src/defs.js0
-rw-r--r--[-rwxr-xr-x]src/doc.js0
-rw-r--r--[-rwxr-xr-x]src/element.js0
-rw-r--r--[-rwxr-xr-x]src/ellipse.js0
-rw-r--r--[-rwxr-xr-x]src/event.js0
-rw-r--r--[-rwxr-xr-x]src/fx.js0
-rw-r--r--[-rwxr-xr-x]src/gradient.js0
-rw-r--r--[-rwxr-xr-x]src/group.js0
-rw-r--r--[-rwxr-xr-x]src/hyperlink.js0
-rw-r--r--[-rwxr-xr-x]src/image.js0
-rw-r--r--[-rwxr-xr-x]src/line.js0
-rw-r--r--[-rwxr-xr-x]src/mask.js0
-rw-r--r--[-rwxr-xr-x]src/memory.js0
-rw-r--r--[-rwxr-xr-x]src/nested.js0
-rw-r--r--[-rwxr-xr-x]src/number.js0
-rw-r--r--[-rwxr-xr-x]src/parent.js0
-rw-r--r--[-rwxr-xr-x]src/path.js0
-rw-r--r--[-rwxr-xr-x]src/patharray.js0
-rw-r--r--[-rwxr-xr-x]src/pattern.js0
-rw-r--r--[-rwxr-xr-x]src/pointarray.js0
-rw-r--r--[-rwxr-xr-x]src/poly.js0
-rw-r--r--[-rwxr-xr-x]src/rect.js0
-rw-r--r--[-rwxr-xr-x]src/regex.js0
-rw-r--r--[-rwxr-xr-x]src/set.js0
-rw-r--r--[-rwxr-xr-x]src/shape.js0
-rw-r--r--[-rwxr-xr-x]src/sugar.js0
-rw-r--r--[-rwxr-xr-x]src/svg.js0
-rw-r--r--[-rwxr-xr-x]src/text.js0
-rw-r--r--[-rwxr-xr-x]src/textpath.js0
-rw-r--r--[-rwxr-xr-x]src/use.js0
-rw-r--r--[-rwxr-xr-x]src/viewbox.js0
81 files changed, 0 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8960cb..f8960cb 100755..100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
diff --git a/LICENSE.txt b/LICENSE.txt
index 92730ed..92730ed 100755..100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
diff --git a/README.md b/README.md
index 63f1d0b..63f1d0b 100755..100644
--- a/README.md
+++ b/README.md
diff --git a/bower.json b/bower.json
index 98ccada..98ccada 100755..100644
--- a/bower.json
+++ b/bower.json
diff --git a/component.json b/component.json
index 2f14c9c..2f14c9c 100755..100644
--- a/component.json
+++ b/component.json
diff --git a/dist/svg.js b/dist/svg.js
index d83c977..d83c977 100755..100644
--- a/dist/svg.js
+++ b/dist/svg.js
diff --git a/dist/svg.min.js b/dist/svg.min.js
index 364a08b..364a08b 100755..100644
--- a/dist/svg.min.js
+++ b/dist/svg.min.js
diff --git a/spec/index.html b/spec/index.html
index 526cda6..526cda6 100755..100644
--- a/spec/index.html
+++ b/spec/index.html
diff --git a/spec/lib/jasmine-2.0.1/boot.js b/spec/lib/jasmine-2.0.1/boot.js
index ec8baa0..ec8baa0 100755..100644
--- a/spec/lib/jasmine-2.0.1/boot.js
+++ b/spec/lib/jasmine-2.0.1/boot.js
diff --git a/spec/lib/jasmine-2.0.1/console.js b/spec/lib/jasmine-2.0.1/console.js
index c54f72d..c54f72d 100755..100644
--- a/spec/lib/jasmine-2.0.1/console.js
+++ b/spec/lib/jasmine-2.0.1/console.js
diff --git a/spec/lib/jasmine-2.0.1/jasmine-html.js b/spec/lib/jasmine-2.0.1/jasmine-html.js
index 9d95903..9d95903 100755..100644
--- a/spec/lib/jasmine-2.0.1/jasmine-html.js
+++ b/spec/lib/jasmine-2.0.1/jasmine-html.js
diff --git a/spec/lib/jasmine-2.0.1/jasmine.css b/spec/lib/jasmine-2.0.1/jasmine.css
index c54ff30..c54ff30 100755..100644
--- a/spec/lib/jasmine-2.0.1/jasmine.css
+++ b/spec/lib/jasmine-2.0.1/jasmine.css
diff --git a/spec/lib/jasmine-2.0.1/jasmine.js b/spec/lib/jasmine-2.0.1/jasmine.js
index c943db1..c943db1 100755..100644
--- a/spec/lib/jasmine-2.0.1/jasmine.js
+++ b/spec/lib/jasmine-2.0.1/jasmine.js
diff --git a/spec/lib/jasmine-2.0.1/jasmine_favicon.png b/spec/lib/jasmine-2.0.1/jasmine_favicon.png
index 3b84583..3b84583 100755..100644
--- a/spec/lib/jasmine-2.0.1/jasmine_favicon.png
+++ b/spec/lib/jasmine-2.0.1/jasmine_favicon.png
Binary files differ
diff --git a/spec/spec/arrange.js b/spec/spec/arrange.js
index 07f87d1..07f87d1 100755..100644
--- a/spec/spec/arrange.js
+++ b/spec/spec/arrange.js
diff --git a/spec/spec/array.js b/spec/spec/array.js
index 05ea837..05ea837 100755..100644
--- a/spec/spec/array.js
+++ b/spec/spec/array.js
diff --git a/spec/spec/boxes.js b/spec/spec/boxes.js
index 6afef0d..6afef0d 100755..100644
--- a/spec/spec/boxes.js
+++ b/spec/spec/boxes.js
diff --git a/spec/spec/clip.js b/spec/spec/clip.js
index eba8df4..eba8df4 100755..100644
--- a/spec/spec/clip.js
+++ b/spec/spec/clip.js
diff --git a/spec/spec/color.js b/spec/spec/color.js
index 6bae4c8..6bae4c8 100755..100644
--- a/spec/spec/color.js
+++ b/spec/spec/color.js
diff --git a/spec/spec/container.js b/spec/spec/container.js
index d300fcd..d300fcd 100755..100644
--- a/spec/spec/container.js
+++ b/spec/spec/container.js
diff --git a/spec/spec/doc.js b/spec/spec/doc.js
index 9696935..9696935 100755..100644
--- a/spec/spec/doc.js
+++ b/spec/spec/doc.js
diff --git a/spec/spec/element.js b/spec/spec/element.js
index 813ec9b..813ec9b 100755..100644
--- a/spec/spec/element.js
+++ b/spec/spec/element.js
diff --git a/spec/spec/ellipse.js b/spec/spec/ellipse.js
index d2a492b..d2a492b 100755..100644
--- a/spec/spec/ellipse.js
+++ b/spec/spec/ellipse.js
diff --git a/spec/spec/gradient.js b/spec/spec/gradient.js
index b84ccb9..b84ccb9 100755..100644
--- a/spec/spec/gradient.js
+++ b/spec/spec/gradient.js
diff --git a/spec/spec/group.js b/spec/spec/group.js
index 3187a3f..3187a3f 100755..100644
--- a/spec/spec/group.js
+++ b/spec/spec/group.js
diff --git a/spec/spec/helper.js b/spec/spec/helper.js
index 9cd88cd..9cd88cd 100755..100644
--- a/spec/spec/helper.js
+++ b/spec/spec/helper.js
diff --git a/spec/spec/hyperlink.js b/spec/spec/hyperlink.js
index affef6d..affef6d 100755..100644
--- a/spec/spec/hyperlink.js
+++ b/spec/spec/hyperlink.js
diff --git a/spec/spec/image.js b/spec/spec/image.js
index a764265..a764265 100755..100644
--- a/spec/spec/image.js
+++ b/spec/spec/image.js
diff --git a/spec/spec/line.js b/spec/spec/line.js
index 8e19014..8e19014 100755..100644
--- a/spec/spec/line.js
+++ b/spec/spec/line.js
diff --git a/spec/spec/mask.js b/spec/spec/mask.js
index ab367a0..ab367a0 100755..100644
--- a/spec/spec/mask.js
+++ b/spec/spec/mask.js
diff --git a/spec/spec/memory.js b/spec/spec/memory.js
index c7bb942..c7bb942 100755..100644
--- a/spec/spec/memory.js
+++ b/spec/spec/memory.js
diff --git a/spec/spec/number.js b/spec/spec/number.js
index de00481..de00481 100755..100644
--- a/spec/spec/number.js
+++ b/spec/spec/number.js
diff --git a/spec/spec/path.js b/spec/spec/path.js
index b333002..b333002 100755..100644
--- a/spec/spec/path.js
+++ b/spec/spec/path.js
diff --git a/spec/spec/pattern.js b/spec/spec/pattern.js
index 4abdadc..4abdadc 100755..100644
--- a/spec/spec/pattern.js
+++ b/spec/spec/pattern.js
diff --git a/spec/spec/polygon.js b/spec/spec/polygon.js
index b6dc40d..b6dc40d 100755..100644
--- a/spec/spec/polygon.js
+++ b/spec/spec/polygon.js
diff --git a/spec/spec/polyline.js b/spec/spec/polyline.js
index eeb761f..eeb761f 100755..100644
--- a/spec/spec/polyline.js
+++ b/spec/spec/polyline.js
diff --git a/spec/spec/rect.js b/spec/spec/rect.js
index cd82d39..cd82d39 100755..100644
--- a/spec/spec/rect.js
+++ b/spec/spec/rect.js
diff --git a/spec/spec/set.js b/spec/spec/set.js
index 1e75363..1e75363 100755..100644
--- a/spec/spec/set.js
+++ b/spec/spec/set.js
diff --git a/spec/spec/svg.js b/spec/spec/svg.js
index cc9f7be..cc9f7be 100755..100644
--- a/spec/spec/svg.js
+++ b/spec/spec/svg.js
diff --git a/spec/spec/text.js b/spec/spec/text.js
index 9b968e5..9b968e5 100755..100644
--- a/spec/spec/text.js
+++ b/spec/spec/text.js
diff --git a/spec/spec/textpath.js b/spec/spec/textpath.js
index 362a854..362a854 100755..100644
--- a/spec/spec/textpath.js
+++ b/spec/spec/textpath.js
diff --git a/spec/spec/use.js b/spec/spec/use.js
index 0de5b39..0de5b39 100755..100644
--- a/spec/spec/use.js
+++ b/spec/spec/use.js
diff --git a/src/arrange.js b/src/arrange.js
index 904381f..904381f 100755..100644
--- a/src/arrange.js
+++ b/src/arrange.js
diff --git a/src/array.js b/src/array.js
index 1913cc5..1913cc5 100755..100644
--- a/src/array.js
+++ b/src/array.js
diff --git a/src/boxes.js b/src/boxes.js
index 9d214e3..9d214e3 100755..100644
--- a/src/boxes.js
+++ b/src/boxes.js
diff --git a/src/clip.js b/src/clip.js
index 3fb5daa..3fb5daa 100755..100644
--- a/src/clip.js
+++ b/src/clip.js
diff --git a/src/color.js b/src/color.js
index 956693c..956693c 100755..100644
--- a/src/color.js
+++ b/src/color.js
diff --git a/src/container.js b/src/container.js
index e63f2ae..e63f2ae 100755..100644
--- a/src/container.js
+++ b/src/container.js
diff --git a/src/data.js b/src/data.js
index 1adbd52..1adbd52 100755..100644
--- a/src/data.js
+++ b/src/data.js
diff --git a/src/default.js b/src/default.js
index eb3d504..eb3d504 100755..100644
--- a/src/default.js
+++ b/src/default.js
diff --git a/src/defs.js b/src/defs.js
index ad66cc5..ad66cc5 100755..100644
--- a/src/defs.js
+++ b/src/defs.js
diff --git a/src/doc.js b/src/doc.js
index 6efb649..6efb649 100755..100644
--- a/src/doc.js
+++ b/src/doc.js
diff --git a/src/element.js b/src/element.js
index 978db4c..978db4c 100755..100644
--- a/src/element.js
+++ b/src/element.js
diff --git a/src/ellipse.js b/src/ellipse.js
index b1ae4fc..b1ae4fc 100755..100644
--- a/src/ellipse.js
+++ b/src/ellipse.js
diff --git a/src/event.js b/src/event.js
index 451b904..451b904 100755..100644
--- a/src/event.js
+++ b/src/event.js
diff --git a/src/fx.js b/src/fx.js
index 7a480dd..7a480dd 100755..100644
--- a/src/fx.js
+++ b/src/fx.js
diff --git a/src/gradient.js b/src/gradient.js
index 2c69fd1..2c69fd1 100755..100644
--- a/src/gradient.js
+++ b/src/gradient.js
diff --git a/src/group.js b/src/group.js
index 1b61371..1b61371 100755..100644
--- a/src/group.js
+++ b/src/group.js
diff --git a/src/hyperlink.js b/src/hyperlink.js
index a967707..a967707 100755..100644
--- a/src/hyperlink.js
+++ b/src/hyperlink.js
diff --git a/src/image.js b/src/image.js
index ed44752..ed44752 100755..100644
--- a/src/image.js
+++ b/src/image.js
diff --git a/src/line.js b/src/line.js
index 0fcf63f..0fcf63f 100755..100644
--- a/src/line.js
+++ b/src/line.js
diff --git a/src/mask.js b/src/mask.js
index 73f29c2..73f29c2 100755..100644
--- a/src/mask.js
+++ b/src/mask.js
diff --git a/src/memory.js b/src/memory.js
index 9b6f308..9b6f308 100755..100644
--- a/src/memory.js
+++ b/src/memory.js
diff --git a/src/nested.js b/src/nested.js
index f856e52..f856e52 100755..100644
--- a/src/nested.js
+++ b/src/nested.js
diff --git a/src/number.js b/src/number.js
index 0ca8831..0ca8831 100755..100644
--- a/src/number.js
+++ b/src/number.js
diff --git a/src/parent.js b/src/parent.js
index c4476c6..c4476c6 100755..100644
--- a/src/parent.js
+++ b/src/parent.js
diff --git a/src/path.js b/src/path.js
index 8282ce7..8282ce7 100755..100644
--- a/src/path.js
+++ b/src/path.js
diff --git a/src/patharray.js b/src/patharray.js
index e127576..e127576 100755..100644
--- a/src/patharray.js
+++ b/src/patharray.js
diff --git a/src/pattern.js b/src/pattern.js
index 2a5ead2..2a5ead2 100755..100644
--- a/src/pattern.js
+++ b/src/pattern.js
diff --git a/src/pointarray.js b/src/pointarray.js
index f43234c..f43234c 100755..100644
--- a/src/pointarray.js
+++ b/src/pointarray.js
diff --git a/src/poly.js b/src/poly.js
index 0f3b1e6..0f3b1e6 100755..100644
--- a/src/poly.js
+++ b/src/poly.js
diff --git a/src/rect.js b/src/rect.js
index 8f90e90..8f90e90 100755..100644
--- a/src/rect.js
+++ b/src/rect.js
diff --git a/src/regex.js b/src/regex.js
index d08dc7b..d08dc7b 100755..100644
--- a/src/regex.js
+++ b/src/regex.js
diff --git a/src/set.js b/src/set.js
index 41289dd..41289dd 100755..100644
--- a/src/set.js
+++ b/src/set.js
diff --git a/src/shape.js b/src/shape.js
index 15c1fa9..15c1fa9 100755..100644
--- a/src/shape.js
+++ b/src/shape.js
diff --git a/src/sugar.js b/src/sugar.js
index 4b7b232..4b7b232 100755..100644
--- a/src/sugar.js
+++ b/src/sugar.js
diff --git a/src/svg.js b/src/svg.js
index 20c0637..20c0637 100755..100644
--- a/src/svg.js
+++ b/src/svg.js
diff --git a/src/text.js b/src/text.js
index 389a670..389a670 100755..100644
--- a/src/text.js
+++ b/src/text.js
diff --git a/src/textpath.js b/src/textpath.js
index 03dfbee..03dfbee 100755..100644
--- a/src/textpath.js
+++ b/src/textpath.js
diff --git a/src/use.js b/src/use.js
index a6cc8ea..a6cc8ea 100755..100644
--- a/src/use.js
+++ b/src/use.js
diff --git a/src/viewbox.js b/src/viewbox.js
index 11a7138..11a7138 100755..100644
--- a/src/viewbox.js
+++ b/src/viewbox.js