summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Jacobs <ryan.mjacobs@gmail.com>2015-05-22 15:50:45 -0700
committerRyan Jacobs <ryan.mjacobs@gmail.com>2015-05-22 15:50:45 -0700
commit5ea1695839060b97769b0b2e96e1b6d144e485a7 (patch)
tree9c924b73bd3beae06548c8bbf8192edd36188462
parent08e67dfb31cb21405407d8e964290fae61dc527f (diff)
downloadsvg.js-5ea1695839060b97769b0b2e96e1b6d144e485a7.tar.gz
svg.js-5ea1695839060b97769b0b2e96e1b6d144e485a7.zip
Fix file permissions.
find -type f -exec chmod 644 {} \; find -type d -exec chmod 775 {} \;
-rw-r--r--[-rwxr-xr-x]CHANGELOG.md0
-rw-r--r--[-rwxr-xr-x]Gemfile0
-rw-r--r--[-rwxr-xr-x]Gemfile.lock0
-rw-r--r--[-rwxr-xr-x]MIT-LICENSE0
-rw-r--r--[-rwxr-xr-x]README.md0
-rw-r--r--[-rwxr-xr-x]Rakefile0
-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]package.json0
-rw-r--r--[-rwxr-xr-x]spec/index.html0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-1.3.1/MIT.LICENSE0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-1.3.1/jasmine-html.js0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-1.3.1/jasmine.css0
-rw-r--r--[-rwxr-xr-x]spec/lib/jasmine-1.3.1/jasmine.js0
-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/bbox.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/bbox.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/inventor.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/rbox.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/relative.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
86 files changed, 0 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc7e636..cc7e636 100755..100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
diff --git a/Gemfile b/Gemfile
index dd15469..dd15469 100755..100644
--- a/Gemfile
+++ b/Gemfile
diff --git a/Gemfile.lock b/Gemfile.lock
index d39262a..d39262a 100755..100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
diff --git a/MIT-LICENSE b/MIT-LICENSE
index 92730ed..92730ed 100755..100644
--- a/MIT-LICENSE
+++ b/MIT-LICENSE
diff --git a/README.md b/README.md
index d58944b..d58944b 100755..100644
--- a/README.md
+++ b/README.md
diff --git a/Rakefile b/Rakefile
index 519c3b2..519c3b2 100755..100644
--- a/Rakefile
+++ b/Rakefile
diff --git a/bower.json b/bower.json
index efb8218..efb8218 100755..100644
--- a/bower.json
+++ b/bower.json
diff --git a/component.json b/component.json
index ad6243d..ad6243d 100755..100644
--- a/component.json
+++ b/component.json
diff --git a/dist/svg.js b/dist/svg.js
index b0399f7..b0399f7 100755..100644
--- a/dist/svg.js
+++ b/dist/svg.js
diff --git a/dist/svg.min.js b/dist/svg.min.js
index 0f22d69..0f22d69 100755..100644
--- a/dist/svg.min.js
+++ b/dist/svg.min.js
diff --git a/package.json b/package.json
index 35f22e0..35f22e0 100755..100644
--- a/package.json
+++ b/package.json
diff --git a/spec/index.html b/spec/index.html
index a40e8d2..a40e8d2 100755..100644
--- a/spec/index.html
+++ b/spec/index.html
diff --git a/spec/lib/jasmine-1.3.1/MIT.LICENSE b/spec/lib/jasmine-1.3.1/MIT.LICENSE
index 7c435ba..7c435ba 100755..100644
--- a/spec/lib/jasmine-1.3.1/MIT.LICENSE
+++ b/spec/lib/jasmine-1.3.1/MIT.LICENSE
diff --git a/spec/lib/jasmine-1.3.1/jasmine-html.js b/spec/lib/jasmine-1.3.1/jasmine-html.js
index 543d569..543d569 100755..100644
--- a/spec/lib/jasmine-1.3.1/jasmine-html.js
+++ b/spec/lib/jasmine-1.3.1/jasmine-html.js
diff --git a/spec/lib/jasmine-1.3.1/jasmine.css b/spec/lib/jasmine-1.3.1/jasmine.css
index 8c008dc..8c008dc 100755..100644
--- a/spec/lib/jasmine-1.3.1/jasmine.css
+++ b/spec/lib/jasmine-1.3.1/jasmine.css
diff --git a/spec/lib/jasmine-1.3.1/jasmine.js b/spec/lib/jasmine-1.3.1/jasmine.js
index 476d4b8..476d4b8 100755..100644
--- a/spec/lib/jasmine-1.3.1/jasmine.js
+++ b/spec/lib/jasmine-1.3.1/jasmine.js
diff --git a/spec/spec/arrange.js b/spec/spec/arrange.js
index 195c322..195c322 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/bbox.js b/spec/spec/bbox.js
index 44c1eb8..44c1eb8 100755..100644
--- a/spec/spec/bbox.js
+++ b/spec/spec/bbox.js
diff --git a/spec/spec/clip.js b/spec/spec/clip.js
index fb673f0..fb673f0 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 f72ec17..f72ec17 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 beedff7..beedff7 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 cc4912b..cc4912b 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 f9e6387..f9e6387 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 dd56ed5..dd56ed5 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 8b46076..8b46076 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 3fe78f8..3fe78f8 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 91cfff6..91cfff6 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 97490ad..97490ad 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 a13d842..a13d842 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 f35be5f..f35be5f 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 6ca9cfe..6ca9cfe 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 88899de..88899de 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 99dce1a..99dce1a 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 938bc46..938bc46 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 1238ee7..1238ee7 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 5f3f1d1..5f3f1d1 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 9574b4c..9574b4c 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 286b07e..286b07e 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 f5ab3a8..f5ab3a8 100755..100644
--- a/spec/spec/use.js
+++ b/spec/spec/use.js
diff --git a/src/arrange.js b/src/arrange.js
index a48ec5d..a48ec5d 100755..100644
--- a/src/arrange.js
+++ b/src/arrange.js
diff --git a/src/array.js b/src/array.js
index bc79ceb..bc79ceb 100755..100644
--- a/src/array.js
+++ b/src/array.js
diff --git a/src/bbox.js b/src/bbox.js
index c68bec5..c68bec5 100755..100644
--- a/src/bbox.js
+++ b/src/bbox.js
diff --git a/src/clip.js b/src/clip.js
index e8a5e35..e8a5e35 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 b9819a7..b9819a7 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 820a8cd..820a8cd 100755..100644
--- a/src/doc.js
+++ b/src/doc.js
diff --git a/src/element.js b/src/element.js
index 8c4166d..8c4166d 100755..100644
--- a/src/element.js
+++ b/src/element.js
diff --git a/src/ellipse.js b/src/ellipse.js
index 0d23e6e..0d23e6e 100755..100644
--- a/src/ellipse.js
+++ b/src/ellipse.js
diff --git a/src/event.js b/src/event.js
index 74f22eb..74f22eb 100755..100644
--- a/src/event.js
+++ b/src/event.js
diff --git a/src/fx.js b/src/fx.js
index 6dceb2a..6dceb2a 100755..100644
--- a/src/fx.js
+++ b/src/fx.js
diff --git a/src/gradient.js b/src/gradient.js
index 56c1376..56c1376 100755..100644
--- a/src/gradient.js
+++ b/src/gradient.js
diff --git a/src/group.js b/src/group.js
index cfb99ac..cfb99ac 100755..100644
--- a/src/group.js
+++ b/src/group.js
diff --git a/src/hyperlink.js b/src/hyperlink.js
index 1981d52..1981d52 100755..100644
--- a/src/hyperlink.js
+++ b/src/hyperlink.js
diff --git a/src/image.js b/src/image.js
index 33f3979..33f3979 100755..100644
--- a/src/image.js
+++ b/src/image.js
diff --git a/src/inventor.js b/src/inventor.js
index f8244f5..f8244f5 100755..100644
--- a/src/inventor.js
+++ b/src/inventor.js
diff --git a/src/line.js b/src/line.js
index c11a734..c11a734 100755..100644
--- a/src/line.js
+++ b/src/line.js
diff --git a/src/mask.js b/src/mask.js
index 84d75b8..84d75b8 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 92ff796..92ff796 100755..100644
--- a/src/number.js
+++ b/src/number.js
diff --git a/src/parent.js b/src/parent.js
index 44514c2..44514c2 100755..100644
--- a/src/parent.js
+++ b/src/parent.js
diff --git a/src/path.js b/src/path.js
index 773b3d8..773b3d8 100755..100644
--- a/src/path.js
+++ b/src/path.js
diff --git a/src/patharray.js b/src/patharray.js
index 1a2fdd5..1a2fdd5 100755..100644
--- a/src/patharray.js
+++ b/src/patharray.js
diff --git a/src/pattern.js b/src/pattern.js
index 76190ef..76190ef 100755..100644
--- a/src/pattern.js
+++ b/src/pattern.js
diff --git a/src/pointarray.js b/src/pointarray.js
index e246adf..e246adf 100755..100644
--- a/src/pointarray.js
+++ b/src/pointarray.js
diff --git a/src/poly.js b/src/poly.js
index 1586c77..1586c77 100755..100644
--- a/src/poly.js
+++ b/src/poly.js
diff --git a/src/rbox.js b/src/rbox.js
index 2fc093b..2fc093b 100755..100644
--- a/src/rbox.js
+++ b/src/rbox.js
diff --git a/src/rect.js b/src/rect.js
index 313c96d..313c96d 100755..100644
--- a/src/rect.js
+++ b/src/rect.js
diff --git a/src/regex.js b/src/regex.js
index 13f62d8..13f62d8 100755..100644
--- a/src/regex.js
+++ b/src/regex.js
diff --git a/src/relative.js b/src/relative.js
index 6bb11b7..6bb11b7 100755..100644
--- a/src/relative.js
+++ b/src/relative.js
diff --git a/src/set.js b/src/set.js
index 37246fe..37246fe 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 4a8fff8..4a8fff8 100755..100644
--- a/src/sugar.js
+++ b/src/sugar.js
diff --git a/src/svg.js b/src/svg.js
index 16eda3e..16eda3e 100755..100644
--- a/src/svg.js
+++ b/src/svg.js
diff --git a/src/text.js b/src/text.js
index 38d4ecc..38d4ecc 100755..100644
--- a/src/text.js
+++ b/src/text.js
diff --git a/src/textpath.js b/src/textpath.js
index 0ee9d77..0ee9d77 100755..100644
--- a/src/textpath.js
+++ b/src/textpath.js
diff --git a/src/use.js b/src/use.js
index 9bea70c..9bea70c 100755..100644
--- a/src/use.js
+++ b/src/use.js
diff --git a/src/viewbox.js b/src/viewbox.js
index e8736aa..e8736aa 100755..100644
--- a/src/viewbox.js
+++ b/src/viewbox.js