aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Added SVG.Symbol so SVG.adopt can pick up symbols correctlyUlrich-Matthias Schäfer2017-02-241-0/+1
|
* Implement a more basic morph method for SVG.PathArrayRémi Tétreault2017-01-141-2/+1
| | | | | | The method expect the paths to use the exact same commands. It will not attempt to modify them if they do not. Any more complex algorithm shall be provided as a plugin instead in order to keep the size of the library down.
* Implement the morph method of SVG.PathArrayRémi Tétreault2017-01-141-0/+1
| | | | | Also add methods to SVG.Point that allow to perform operations between two points.
* Wrapping up for 2.3.7 releasedotnetCarpenter2017-01-141-20/+1
|
* added code coveragedotnetCarpenter2016-11-131-2/+2
|
* reinstate semi colon in bannersdotnetCarpenter2016-10-111-2/+2
|
* using the dist version of svg.js for testing because the code is not meant ↵dotnetCarpenter2016-10-041-2/+54
| | | | to be executed individually (syntax errors)
* try to run test with individual files instead of the concated version so it ↵dotnetCarpenter2016-10-041-54/+2
| | | | is easier to track down the source file
* fixed gulp clean task not returning a PromisedotnetCarpenter2016-10-041-10/+5
|
* update dependenciesdotnetCarpenter2016-10-041-1/+0
|
* fixed string parsing in viewbox (#483), specs `SVG.ViewBox`Ulrich-Matthias Schäfer2016-05-131-1/+1
|
* added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵Ulrich-Matthias Schäfer2016-01-111-0/+1
| | | | (#403 / #437)
* UMD-Wrappper with possibility to add custom window object (#352)Ulrich-Matthias Schäfer2015-10-251-6/+2
|
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-111-0/+1
|
* fixes pattern animation (#385)Ulrich-Matthias Schäfer2015-10-101-0/+2
|
* use gulp-chmod to set correct file permissionPeter Dave Hello2015-06-231-0/+3
|
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-5/+5
|
* Secure wrapperwout2014-08-191-2/+2
|
* Typo'swout2014-08-191-1/+1
|
* Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using ↵Alex Ewerlof2014-08-031-8/+10
| | | | UMD wrapper
* Added SVG.Bare for creation of non-described elementswout2014-08-011-3/+1
|
* Reworked sub-pixel offset fixwout2014-07-311-1/+0
|
* Added more control to SVG.Matrixwout2014-07-281-1/+2
|
* Various small fixeswout2014-07-251-1/+0
|
* Moved SVG.invent to main svg.js filewout2014-07-231-1/+0
|
* Fix in rboxwout2014-07-201-36/+32
|
* Converted to spaceswout2014-07-131-44/+44
|
* Added documentation builderwout2014-07-131-0/+27
|
* Switched to gulp for buildingwout2014-07-131-0/+126