]> source.dussan.org Git - svg.js.git/log
svg.js.git
8 years agoAdded failing test for PointArray
dotnetCarpenter [Mon, 10 Oct 2016 13:47:07 +0000 (11:47 -0200)]
Added failing test for PointArray

8 years agoMerge pull request #527 from dotnetCarpenter/unittest
Ulrich-Matthias Schäfer [Wed, 12 Oct 2016 14:45:52 +0000 (16:45 +0200)]
Merge pull request #527 from dotnetCarpenter/unittest

Unittests with travis. Thx @dotnetCarpenter

8 years agofixed specs for SVG.Point, fixes #530
Ulrich-Matthias Schäfer [Wed, 12 Oct 2016 12:48:28 +0000 (14:48 +0200)]
fixed specs for SVG.Point, fixes #530

8 years agotests now pass in Firefox
Ulrich-Matthias Schäfer [Wed, 12 Oct 2016 12:37:22 +0000 (14:37 +0200)]
tests now pass in Firefox

8 years agoreinstate version number - changed it by mistake 527/head
dotnetCarpenter [Wed, 12 Oct 2016 12:21:26 +0000 (10:21 -0200)]
reinstate version number - changed it by mistake

8 years agoMerge branch 'unittest' of https://github.com/dotnetCarpenter/svg.js into unittest
dotnetCarpenter [Wed, 12 Oct 2016 12:19:31 +0000 (10:19 -0200)]
Merge branch 'unittest' of https://github.com/dotnetCarpenter/svg.js into unittest

8 years agouse 'npm version' instead of setting versions manually
dotnetCarpenter [Wed, 12 Oct 2016 12:16:25 +0000 (10:16 -0200)]
use 'npm version' instead of setting versions manually

8 years agoremove version from bower and use git tag instead - use 'npm version premajor|major...
dotnetCarpenter [Wed, 12 Oct 2016 11:15:15 +0000 (09:15 -0200)]
remove version from bower and use git tag instead - use 'npm version premajor|major|minor|patch' to proper tag and set version in package.json

8 years ago3.0.0-0
dotnetCarpenter [Wed, 12 Oct 2016 11:11:10 +0000 (09:11 -0200)]
3.0.0-0

8 years agouse the 'latest' version of firefox
dotnetCarpenter [Wed, 12 Oct 2016 10:55:31 +0000 (08:55 -0200)]
use the 'latest' version of firefox

8 years agouse a newer ubuntu image and the latest firefox (49.0)
dotnetCarpenter [Wed, 12 Oct 2016 10:46:32 +0000 (08:46 -0200)]
use a newer ubuntu image and the latest firefox (49.0)

8 years agoUpdate document up to include travis status and updated README and CHANGELOG - I...
dotnetCarpenter [Wed, 12 Oct 2016 10:34:07 +0000 (08:34 -0200)]
Update document up to include travis status and updated README and CHANGELOG - I think this PR will be in the 3.0 release

8 years agoreinstate semi colon in banners
dotnetCarpenter [Tue, 11 Oct 2016 22:27:50 +0000 (20:27 -0200)]
reinstate semi colon in banners

8 years agoupdate badge and log firefox version on travis
dotnetCarpenter [Sat, 8 Oct 2016 20:28:57 +0000 (18:28 -0200)]
update badge and log firefox version on travis

8 years agobe sure that firefox is not running before test starts
dotnetCarpenter [Sat, 8 Oct 2016 20:14:20 +0000 (18:14 -0200)]
be sure that firefox is not running before test starts

8 years agoinstall newest firefox on travis currently we use 38.0 but the current version is...
dotnetCarpenter [Sat, 8 Oct 2016 19:49:46 +0000 (17:49 -0200)]
install newest firefox on travis currently we use 38.0 but the current version is 49.0

8 years agoswitch back to firefox for testing
dotnetCarpenter [Sat, 8 Oct 2016 19:28:14 +0000 (17:28 -0200)]
switch back to firefox for testing

8 years agohalt dev of chrome base solution
dotnetCarpenter [Sat, 8 Oct 2016 19:18:25 +0000 (17:18 -0200)]
halt dev of chrome base solution

8 years agochromium-browser is already the newest version. Uncomment to enable update of the...
dotnetCarpenter [Wed, 5 Oct 2016 12:35:08 +0000 (14:35 +0200)]
chromium-browser is already the newest version. Uncomment to enable update of the chromium browser on travis.

8 years agofix syntax error
dotnetCarpenter [Wed, 5 Oct 2016 12:30:33 +0000 (14:30 +0200)]
fix syntax error

8 years agotest with newer version of chrome
dotnetCarpenter [Wed, 5 Oct 2016 12:26:01 +0000 (14:26 +0200)]
test with newer version of chrome

8 years ago--amend
dotnetCarpenter [Wed, 5 Oct 2016 12:19:01 +0000 (14:19 +0200)]
--amend

8 years agoconfigure chromium to be chrome on travis
dotnetCarpenter [Wed, 5 Oct 2016 12:18:42 +0000 (14:18 +0200)]
configure chromium to be chrome on travis

8 years agoprobing for chrome on travis
dotnetCarpenter [Wed, 5 Oct 2016 12:05:15 +0000 (14:05 +0200)]
probing for chrome on travis

8 years agoMany of the failing tests are rounding errors. Different browsers delivered different...
dotnetCarpenter [Wed, 5 Oct 2016 11:52:33 +0000 (13:52 +0200)]
Many of the failing tests are rounding errors. Different browsers delivered different results. Thats why we took chrome as base.

8 years agoremove redundant npm install - travis do this for us because we're a node project
dotnetCarpenter [Tue, 4 Oct 2016 19:56:00 +0000 (21:56 +0200)]
remove redundant npm install - travis do this for us because we're a node project

8 years agoFirefox 31 is really old - we want to test against a newer browser
dotnetCarpenter [Tue, 4 Oct 2016 19:42:15 +0000 (21:42 +0200)]
Firefox 31 is really old - we want to test against a newer browser

8 years agoApparently travis is running Firefox 31 which doesn't support 'let'
dotnetCarpenter [Tue, 4 Oct 2016 19:31:12 +0000 (21:31 +0200)]
Apparently travis is running Firefox 31 which doesn't support 'let'

8 years agoadd travis badge
dotnetCarpenter [Tue, 4 Oct 2016 16:49:38 +0000 (18:49 +0200)]
add travis badge

8 years agoadd the CSS as a fixture - not sure if its needed for the tests but here it is
dotnetCarpenter [Tue, 4 Oct 2016 16:49:08 +0000 (18:49 +0200)]
add the CSS as a fixture - not sure if its needed for the tests but here it is

8 years agoupdated stand-alone jasmine to 2.5.2
dotnetCarpenter [Tue, 4 Oct 2016 16:48:16 +0000 (18:48 +0200)]
updated stand-alone jasmine to 2.5.2

8 years agotry to run travis
dotnetCarpenter [Tue, 4 Oct 2016 16:11:20 +0000 (18:11 +0200)]
try to run travis

8 years agocli unit test setup done
dotnetCarpenter [Tue, 4 Oct 2016 15:26:58 +0000 (17:26 +0200)]
cli unit test setup done

8 years agotrying out karma-fixture
dotnetCarpenter [Tue, 4 Oct 2016 13:33:28 +0000 (15:33 +0200)]
trying out karma-fixture

8 years agofix missing ) which caused a subtle syntax error
dotnetCarpenter [Tue, 4 Oct 2016 13:12:31 +0000 (15:12 +0200)]
fix missing ) which caused a subtle syntax error

8 years agousing the dist version of svg.js for testing because the code is not meant to be...
dotnetCarpenter [Tue, 4 Oct 2016 13:07:19 +0000 (15:07 +0200)]
using the dist version of svg.js for testing because the code is not meant to be executed individually (syntax errors)

8 years agotry to run test with individual files instead of the concated version so it is easier...
dotnetCarpenter [Tue, 4 Oct 2016 12:59:20 +0000 (14:59 +0200)]
try to run test with individual files instead of the concated version so it is easier to track down the source file

8 years agofixed gulp clean task not returning a Promise
dotnetCarpenter [Tue, 4 Oct 2016 11:45:50 +0000 (13:45 +0200)]
fixed gulp clean task not returning a Promise

8 years agoupdate dependencies
dotnetCarpenter [Tue, 4 Oct 2016 11:25:39 +0000 (13:25 +0200)]
update dependencies

8 years agoAdded intersections plugin
Wout [Thu, 22 Sep 2016 14:53:09 +0000 (16:53 +0200)]
Added intersections plugin

8 years agoUpdated benchmarking system
wout [Sat, 6 Aug 2016 07:31:44 +0000 (09:31 +0200)]
Updated benchmarking system

8 years agoAdded Snap.svg to benchmarking system
wout [Thu, 4 Aug 2016 19:19:53 +0000 (21:19 +0200)]
Added Snap.svg to benchmarking system

8 years agoAdded bench styling
wout [Thu, 4 Aug 2016 16:41:10 +0000 (18:41 +0200)]
Added bench styling

8 years agoAdded native testcases for benchmarking system
wout [Thu, 4 Aug 2016 16:33:26 +0000 (18:33 +0200)]
Added native testcases for benchmarking system

8 years agoFixed typo in benchmark script
wout [Thu, 4 Aug 2016 16:06:47 +0000 (18:06 +0200)]
Fixed typo in benchmark script

8 years agoAdded benchmark script
wout [Thu, 4 Aug 2016 16:06:22 +0000 (18:06 +0200)]
Added benchmark script

8 years agoVersion bump
wout [Thu, 4 Aug 2016 10:47:35 +0000 (12:47 +0200)]
Version bump

8 years agoMerge branch '2.3.x-speed' 2.3.4
wout [Thu, 4 Aug 2016 10:42:29 +0000 (12:42 +0200)]
Merge branch '2.3.x-speed'

8 years agoVersion bump
wout [Thu, 4 Aug 2016 10:35:28 +0000 (12:35 +0200)]
Version bump

8 years agoSpeed improvements on parent element
wout [Thu, 4 Aug 2016 06:58:29 +0000 (08:58 +0200)]
Speed improvements on parent element

8 years agofixed #514 and #516 2.3.3
Ulrich-Matthias Schäfer [Tue, 2 Aug 2016 16:44:48 +0000 (18:44 +0200)]
fixed #514 and #516

- removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()`
- make element visible when call bbox on a clone

8 years agoMerge pull request #508 from Alexandre-Peyron/master
Ulrich-Matthias Schäfer [Tue, 12 Jul 2016 14:27:28 +0000 (16:27 +0200)]
Merge pull request #508 from Alexandre-Peyron/master

add error callback on image loading

8 years agoadd error callback on image loading 508/head
Alexandre Peyron [Tue, 12 Jul 2016 14:20:18 +0000 (16:20 +0200)]
add error callback on image loading

8 years agobump 2.3.2 2.3.2
Ulrich-Matthias Schäfer [Tue, 21 Jun 2016 08:03:18 +0000 (10:03 +0200)]
bump 2.3.2

8 years agoUpdate changelog
Ulrich-Matthias Schäfer [Tue, 21 Jun 2016 07:59:20 +0000 (09:59 +0200)]
Update changelog

8 years agoMerge pull request #481 from mkorganashvili/patch-1
Wout [Sun, 12 Jun 2016 07:51:13 +0000 (09:51 +0200)]
Merge pull request #481 from mkorganashvili/patch-1

Fix groups animation

8 years agoMerge pull request #494 from d-asensio/patch-1
Ulrich-Matthias Schäfer [Sun, 29 May 2016 19:00:19 +0000 (21:00 +0200)]
Merge pull request #494 from d-asensio/patch-1

Corrected typo in README.md

8 years agoCorrected typo in README.md 494/head
David Asensio Cañas [Sun, 29 May 2016 16:06:22 +0000 (18:06 +0200)]
Corrected typo in README.md

8 years agoMerge pull request #490 from snydesc/master
Ulrich-Matthias Schäfer [Thu, 26 May 2016 07:07:56 +0000 (09:07 +0200)]
Merge pull request #490 from snydesc/master

Changed document.contains to document.documentElement.contains

8 years agoChanged to document.documentElement.contains 490/head
snydesc [Wed, 25 May 2016 13:52:52 +0000 (09:52 -0400)]
Changed to document.documentElement.contains

document.contains will not work in IE.
document.body.contains will work in IE, Chrome, and Firefox however will not work on SVG only documents.
document.documentElement.contains appears to work for all variations.

8 years agoChanged document.contains to document.body.contains
snydesc [Tue, 24 May 2016 21:52:44 +0000 (17:52 -0400)]
Changed document.contains to document.body.contains

 The document object in IE does not have the contains function  as a method.  This can cause a stack overflow as you can get stuck in an endless try catch loop.   document.body.contains will work in IE, Firefox, and Chrome and will resolve this issue.

8 years agofix donate button
Ulrich-Matthias Schäfer [Mon, 16 May 2016 18:31:35 +0000 (20:31 +0200)]
fix donate button

8 years agoadded donate button
Ulrich-Matthias Schäfer [Mon, 16 May 2016 18:19:49 +0000 (20:19 +0200)]
added donate button

8 years agofixed line constructor which doesn't work with Array as input (#487)
Ulrich-Matthias Schäfer [Mon, 16 May 2016 15:00:02 +0000 (17:00 +0200)]
fixed line constructor which doesn't work with Array as input (#487)

added spec for mentioned issue

8 years agofixed bbox when element is not in the dom (#480), added parameter to `clone`
Ulrich-Matthias Schäfer [Fri, 13 May 2016 12:03:10 +0000 (14:03 +0200)]
fixed bbox when element is not in the dom (#480), added parameter to `clone`

8 years agochangelog
Ulrich-Matthias Schäfer [Fri, 13 May 2016 11:37:19 +0000 (13:37 +0200)]
changelog

8 years agofixed string parsing in viewbox (#483), specs `SVG.ViewBox`
Ulrich-Matthias Schäfer [Fri, 13 May 2016 11:32:48 +0000 (13:32 +0200)]
fixed string parsing in viewbox (#483), specs `SVG.ViewBox`

8 years agobump 2.3.1 2.3.1
Ulrich-Matthias Schäfer [Thu, 5 May 2016 13:39:39 +0000 (15:39 +0200)]
bump 2.3.1

8 years agofixed bug in `parse()` from `SVG.PathArray` which does not correctly handled `S`...
Ulrich-Matthias Schäfer [Thu, 5 May 2016 13:38:21 +0000 (15:38 +0200)]
fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled `S` and `T` (#485)

8 years agoFix groups animation 481/head
mkorganashvili [Mon, 25 Apr 2016 18:17:09 +0000 (22:17 +0400)]
Fix groups animation

8 years agofixed bug in `add()` and `SVG.Doc().create()`
Ulrich-Matthias Schäfer [Fri, 15 Apr 2016 17:53:58 +0000 (19:53 +0200)]
fixed bug in `add()` and `SVG.Doc().create()`

8 years agoMerge pull request #470 from rdfriedl/master
Ulrich-Matthias Schäfer [Sat, 9 Apr 2016 22:41:39 +0000 (00:41 +0200)]
Merge pull request #470 from rdfriedl/master

added svg.js.d.ts

8 years agofixed bug where `stop(true)` throws an error when element is not animated (#475)
Ulrich-Matthias Schäfer [Sat, 9 Apr 2016 16:30:27 +0000 (18:30 +0200)]
fixed bug where `stop(true)` throws an error when element is not animated (#475)

8 years agofixed old target references
Ulrich-Matthias Schäfer [Sat, 9 Apr 2016 16:06:24 +0000 (18:06 +0200)]
fixed old target references

8 years agofixed `SVG.morph()` (#473)
Ulrich-Matthias Schäfer [Sun, 3 Apr 2016 11:11:41 +0000 (13:11 +0200)]
fixed `SVG.morph()` (#473)

8 years agodoublecheck SVG.parser, use svg element which is not in the dom (#471)
Ulrich-Matthias Schäfer [Fri, 1 Apr 2016 22:38:27 +0000 (00:38 +0200)]
doublecheck SVG.parser, use svg element which is not in the dom (#471)

8 years agofix parser error (#471) and small bug in SVG.Color with new fx
Ulrich-Matthias Schäfer [Fri, 1 Apr 2016 21:57:02 +0000 (23:57 +0200)]
fix parser error (#471) and small bug in SVG.Color with new fx

8 years agoadded definition for SVG.prepare 470/head
rdfriedl [Fri, 1 Apr 2016 17:31:07 +0000 (12:31 -0500)]
added definition for SVG.prepare

8 years agoadded svg.js.d.ts
rdfriedl [Fri, 1 Apr 2016 01:57:05 +0000 (20:57 -0500)]
added svg.js.d.ts

8 years agobump 2.3.0 2.3.0
Ulrich-Matthias Schäfer [Tue, 29 Mar 2016 23:19:27 +0000 (01:19 +0200)]
bump 2.3.0

8 years agoreadme update, clean up
Ulrich-Matthias Schäfer [Tue, 29 Mar 2016 10:19:05 +0000 (12:19 +0200)]
readme update, clean up

8 years agotidy up
Ulrich-Matthias Schäfer [Mon, 28 Mar 2016 15:50:19 +0000 (17:50 +0200)]
tidy up

8 years agofix finishing up correctly with even loops, readme
Ulrich-Matthias Schäfer [Mon, 28 Mar 2016 15:49:08 +0000 (17:49 +0200)]
fix finishing up correctly with even loops, readme

8 years agoEmail address fix
wout [Mon, 28 Mar 2016 16:53:57 +0000 (18:53 +0200)]
Email address fix

8 years agodiscard totalProgress for now
Ulrich-Matthias Schäfer [Mon, 28 Mar 2016 15:25:15 +0000 (17:25 +0200)]
discard totalProgress for now

8 years agorevert multiple breaking changes introduced by the last commits
Ulrich-Matthias Schäfer [Mon, 28 Mar 2016 15:18:40 +0000 (17:18 +0200)]
revert multiple breaking changes introduced by the last commits

8 years agoUpdate Readme, still not done
Ulrich-Matthias Schäfer [Thu, 24 Mar 2016 23:27:11 +0000 (00:27 +0100)]
Update Readme, still not done

8 years agofixed bug where loop wasnt correctly reversed if specified
Ulrich-Matthias Schäfer [Thu, 24 Mar 2016 23:03:31 +0000 (00:03 +0100)]
fixed bug where loop wasnt correctly reversed if specified

8 years agoMerge branch '3.0.0' introducing several changes:
Ulrich-Matthias Schäfer [Thu, 24 Mar 2016 22:44:59 +0000 (23:44 +0100)]
Merge branch '3.0.0' introducing several changes:

 - textpath now is a parent element, the lines method of text will return the tspans inside the textpath (#450)
 - fx module rewritten to support animation chaining and several other stuff (see docs when commited)
 - fixed absolute transformation animations (not perfect but better)
 - fixed event listeners which didnt work correctly when identic funtions used
 - added `element.is()` which helps to check for the object instance faster (instanceof check)
 - added more fx specs

8 years agoMerge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer [Thu, 24 Mar 2016 22:14:30 +0000 (23:14 +0100)]
Merge branch 'master' into 3.0.0

8 years agofix lines function for textpath and make textpath a parent element
Ulrich-Matthias Schäfer [Wed, 23 Mar 2016 21:50:58 +0000 (22:50 +0100)]
fix lines function for textpath and make textpath a parent element

8 years agoImplementation new fx module
Ulrich-Matthias Schäfer [Wed, 23 Mar 2016 21:50:30 +0000 (22:50 +0100)]
Implementation new fx module

8 years agoupdated jasmine and specs
Ulrich-Matthias Schäfer [Wed, 23 Mar 2016 21:49:18 +0000 (22:49 +0100)]
updated jasmine and specs

8 years agoRemoved references to old test page
wout [Mon, 14 Mar 2016 07:38:57 +0000 (08:38 +0100)]
Removed references to old test page

8 years agomake the animate method compatible to v2 again
Ulrich-Matthias Schäfer [Mon, 15 Feb 2016 22:11:50 +0000 (23:11 +0100)]
make the animate method compatible to v2 again

8 years agoMerge branch 'master' into 3.0.0
Ulrich-Matthias Schäfer [Wed, 10 Feb 2016 20:23:48 +0000 (21:23 +0100)]
Merge branch 'master' into 3.0.0

8 years agofixed error where a parent node is not found when loading an image but the canvas...
Ulrich-Matthias Schäfer [Wed, 10 Feb 2016 20:17:58 +0000 (21:17 +0100)]
fixed error where a parent node is not found when loading an image but the canvas was cleared (#447)

8 years agoMerge pull request #447 from assembler/patch-1
Ulrich-Matthias Schäfer [Wed, 10 Feb 2016 20:12:36 +0000 (21:12 +0100)]
Merge pull request #447 from assembler/patch-1

Uncaught TypeError: Cannot read property 'node' of null

8 years agochangelog for last commit
Ulrich-Matthias Schäfer [Fri, 22 Jan 2016 23:35:20 +0000 (00:35 +0100)]
changelog for last commit

8 years agofixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)
Ulrich-Matthias Schäfer [Fri, 22 Jan 2016 23:24:57 +0000 (00:24 +0100)]
fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)