Commit Graph

780 Commits

Author SHA1 Message Date
dotnetCarpenter
dbb3460e1d
update README links to point to the new project home 2016-10-25 19:07:50 -02:00
dotnetCarpenter
4a4d8c7fe3
fix spelling 2016-10-23 13:35:13 -02:00
wout
dc46e8673d Changed author email 2016-10-23 17:03:15 +02:00
dotnetCarpenter
a67f69cd52
bump 2.3.6 2016-10-21 13:43:35 -02:00
dotnetCarpenter
e4bff8c910
added test for silently fixing wrong point parameters to SVG.PointArray + better descriptions for SVG.PointArray tests 2016-10-20 17:47:40 -02:00
dotnetCarpenter
288662d0d9
fix leading/trailing space test case
odd number of points is invalid in SVG
See https://svgwg.org/svg2-draft/shapes.html#DataTypePoints
2016-10-20 17:45:17 -02:00
dotnetCarpenter
695f26a8df
handle leading and trailing spaces 2016-10-20 17:45:17 -02:00
dotnetCarpenter
d07a17de28
replace call to filter function with better regex 2016-10-20 17:45:17 -02:00
Ulrich-Matthias Schäfer
0667187ea6 correct naming of test 2016-10-20 20:28:31 +02:00
dotnetCarpenter
9bc6c8ec0c
speed up travis tests by caching the node_modules folder - should shave off 23 seconds of test run time 2016-10-20 15:08:55 -02:00
Ulrich-Matthias Schäfer
f1d9f6157d hotfix (#529) 2016-10-20 18:15:23 +02:00
Jon Ege Ronnenberg
a6645a052b fix wrong doc for local testing (#537)
* fix wrong doc for local testing

* fix html ending - thanks @RmiTtro
2016-10-18 22:15:17 -02:00
Ulrich-Matthias Schäfer
27c958202d changelog 2016-10-19 01:44:22 +02:00
Ulrich-Matthias Schäfer
3f90a8fccc Merge pull request #536 from RmiTtro/fx-speed-like-other-lib
Make SVG.FX.speed act more like others animations libraries
2016-10-18 18:25:25 +02:00
Rémi Tétreault
2ce9170a5e Change the SVG.FX attribute spd to _speed
This change is to follow the convention already put forward by the _target
attribute.
2016-10-17 19:22:18 -04:00
Jon Ege Ronnenberg
f0c5ca2f72 Fix Build and Test section
Fix command to build and added a small section about testing
2016-10-17 20:57:11 -02:00
Rémi Tétreault
5da860377e Add speed to SVG.Element and also add documentation to speed 2016-10-17 16:28:51 -04:00
Rémi Tétreault
7db574d979 Make the tests of timeToPos() and posToTime() easier to understand 2016-10-17 15:58:34 -04:00
Rémi Tétreault
d29ee51f9f Make tests relating to speed easier to understand 2016-10-17 15:17:12 -04:00
Rémi Tétreault
91d4934ca6 Make speed(0) pause the animation 2016-10-17 14:15:18 -04:00
Rémi Tétreault
a6261cda9d Make SVG.FX.speed act more like others animations libraries
For example, a call .speed(2) would make the animation 2 times faster.
If you then call .speed(4), this would make the animation 4 times faster.
And a call .speed(1) would make it go back to normal speed.
2016-10-16 20:53:55 -04:00
Ulrich-Matthias Schäfer
4423a8c9a7 changelog 2016-10-16 17:28:44 +02:00
Ulrich-Matthias Schäfer
6c35f8d2ec Merge pull request #534 from RmiTtro/fix-afterall-test
Fix the test of SVG.FX.afterAll
2016-10-16 17:24:54 +02:00
dotnetCarpenter
4d9f4f9583
use default linux image, change name of nvm node version to stable instead of node - it is the same version but stable is a better name, build the source before testing in case someone only push changes to the source and don't build 2016-10-16 08:21:05 -02:00
Rémi Tétreault
97d97fbc5d Fix the test of SVG.FX.afterAll 2016-10-15 20:40:19 -04:00
Ulrich-Matthias Schäfer
a7dab3cc5e changelog updated 2016-10-16 02:00:06 +02:00
Ulrich-Matthias Schäfer
b7a6fd3da8 Merge pull request #532 from RmiTtro/fix-fx-loop
Make SVG.FX.loop modify the last situation instead of the current one
2016-10-16 01:54:16 +02:00
Rémi Tétreault
1c98bc5869 Rebuild of the library 2016-10-15 19:46:40 -04:00
Rémi Tétreault
2acf66a8b1 Add tests for SVG.FX.loop 2016-10-15 19:18:27 -04:00
Rémi Tétreault
8cfd755802 Make SVG.FX.loop modify the last situation instead of the current one 2016-10-15 02:33:05 -04:00
Wout
6f4fd728af Fixed error in README 2016-10-13 19:16:14 +02:00
Wout
2bf3107441 Update LICENSE.txt
Updated date in license
2016-10-13 19:14:07 +02:00
Ulrich-Matthias Schäfer
4e03d27537 bump 2.3.5 2016-10-13 17:33:14 +02:00
Ulrich-Matthias Schäfer
a3f171891a Merge pull request #529 from dotnetCarpenter/pointarray
string from PointArray is now correctly parsed (fixes  #525)
2016-10-12 23:47:30 +02:00
dotnetCarpenter
3253e2eb2c
update README for version 2.3.5 which I believe this PR will be part of 2016-10-12 19:30:18 -02:00
dotnetCarpenter
727d11ae3f
all tests pass - All your base are belong to us 2016-10-12 19:22:52 -02:00
Ulrich-Matthias Schäfer
9b0408547e fixed id in test which is different in headless browser 2016-10-12 18:36:31 +02:00
Ulrich-Matthias Schäfer
42664efc08 Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke a nop when no argument given 2016-10-12 18:18:36 +02:00
Ulrich-Matthias Schäfer
26ac29a143 remove redundant test 2016-10-12 17:11:04 +02:00
dotnetCarpenter
de154c33ab
re-include dist folder 2016-10-12 12:54:25 -02:00
dotnetCarpenter
b21ce1f270
remove dist folder from PR 2016-10-12 12:54:13 -02:00
dotnetCarpenter
770fc4d7a8
sorry the last commit was nonsens. This one is proper tested. 2016-10-12 12:53:54 -02:00
dotnetCarpenter
4f8edd919a
changing implementation according to review by @Fuzzyma 2016-10-12 12:53:24 -02:00
dotnetCarpenter
eed96bcf59
fixes #525 by accepting/parsing coordianate strings where x and y is seperated by comma and or by space - we count the shape coordinates until (and including) the maximum even number 2016-10-12 12:53:24 -02:00
dotnetCarpenter
92fb920e11
Added failing test for PointArray 2016-10-12 12:52:50 -02:00
Ulrich-Matthias Schäfer
efa504adee Merge pull request #527 from dotnetCarpenter/unittest
Unittests with travis. Thx @dotnetCarpenter
2016-10-12 16:45:52 +02:00
Ulrich-Matthias Schäfer
0a857d505e fixed specs for SVG.Point, fixes #530 2016-10-12 14:48:28 +02:00
Ulrich-Matthias Schäfer
018fcce752 tests now pass in Firefox 2016-10-12 14:37:22 +02:00
dotnetCarpenter
0d11bc6360
reinstate version number - changed it by mistake 2016-10-12 10:21:26 -02:00
dotnetCarpenter
ab07914d96
Merge branch 'unittest' of https://github.com/dotnetCarpenter/svg.js into unittest 2016-10-12 10:19:31 -02:00