Commit Graph
20 Commits
Author SHA1 Message Date
lars 04dd33bcd8 polishing 2015-08-14 16:25:25 +02:00
lars 7e100dba9b tried to merge 2015-08-13 18:19:03 +02:00
lars 6d44d35f00 added the new test suite 2015-08-10 19:14:45 +02:00
lars 9971dea586 polishing 2015-08-10 18:23:44 +02:00
lars ef9989a14a polishing 2015-08-10 18:22:14 +02:00
lars 7637cfa1ec polishing 2015-08-10 18:01:08 +02:00
lars f3a1f64bbb polishing 2015-08-10 17:50:11 +02:00
lars 73d6143dd5 removing build errors 2015-08-10 14:03:43 +02:00
lars 066c1a465e removing build errors 2015-08-10 13:59:46 +02:00
lars e3f99e9091 aligning to the tests of Daniel Rosenwasser 2015-08-10 13:49:06 +02:00
lars 28d0e5a42f i compared my definitions with the PR from Daniel Rosenwasser and tried to incorporate his improvements 2015-08-10 13:41:04 +02:00
Ralf Kruse bfcc6ddbc0 Snap.Element has an id property 2015-05-10 02:24:05 +02:00
Ralf Kruse 52444b5afa getElementByPoint returns Snap.Element 2015-05-10 02:23:43 +02:00
Harold 0eeca7cdf4 .g and .group arguments are optional in snapsvg
Per these docs:
http://snapsvg.io/docs/#Paper.g

The parameters to these functions are optional. This change stops the
TypeScript compiler complaining when you call them with no arguments.

Also, the return type of `g` and `group` should match (they are
aliases); and `any` has the benefit over `Object` here of allowing code
like `s.g().attr({id: "x"});`
2015-01-16 16:26:53 -07:00
lhk 03a144cd53 Rename snapsvgtests.ts to snapsvg-tests.ts 2014-11-26 22:03:06 +01:00
lhk 0f5ced7dda Update snapsvg.d.ts
I tested the snap code, apparently a set supports the attr method.
2014-11-26 21:59:57 +01:00
lhk fd80bfdf4b Rename snapsvgtests.d.ts to snapsvgtests.ts 2014-11-26 21:35:31 +01:00
lhk c778516c0d Update snapsvgtests.d.ts 2014-11-26 21:31:59 +01:00
Lars Klein d92079400a renaming 2014-11-26 21:12:18 +01:00
Lars Klein 326e9e1d51 renaming 2014-11-26 21:11:44 +01:00