summaryrefslogtreecommitdiffstats
path: root/src/regex.js
Commit message (Collapse)AuthorAgeFilesLines
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-58/+0
|
* implement registerMethods(), introduce real arrays for modern browsers, fix ↵Ulrich-Matthias Schäfer2018-11-041-1/+1
| | | | some tests
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-251-42/+39
|
* All files now loosely abide by standard lintingSaivan2018-02-271-19/+19
| | | | | | This commit completes the rest of the files, making sure they are in the standard linting format. Next we will add the linter to the build process of our application.
* make more tests pass in IEUlrich-Matthias Schäfer2017-03-151-3/+0
|
* move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-141-2/+2
|
* speed up path parsing for most casesUlrich-Matthias Schäfer2017-03-061-12/+9
| | | | added test, added pathArray speed bench
* fixed string parsing in viewbox (#483), specs `SVG.ViewBox`Ulrich-Matthias Schäfer2016-05-131-10/+10
|
* fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)Ulrich-Matthias Schäfer2016-01-231-1/+1
|
* Fix regex for isNumbersnowyplover2016-01-171-2/+2
| | | Description of necessary functionality for a regex that matches Javascript numbers found in Eloquent Javascript, (Ch 9, last exercise). See: http://eloquentjavascript.net/09_regexp.html#h_izldJoT3uv
* `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409)Ulrich-Matthias Schäfer2015-11-181-0/+22
|
* Make parsing a <transform-list> more robust in the face of IE11Ray Glover2015-08-141-0/+3
| | | | | which doesn't use commas (',') to delimit matrix elements. see also: http://www.w3.org/TR/SVG11/coords.html#SVGGlobalTransformAttribute
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Installed Jasmin 2.0.1wout2014-07-261-0/+6
|
* Various small fixeswout2014-07-251-15/+12
|
* Completely reworked transform systemwout2014-07-111-12/+12
|
* Added marker, symbol and dynamic referencingwout2014-06-171-0/+3
|
* Bumped to version 1.0.0-rc.7wout2014-06-111-0/+3
| | | | Look at change log for full overview of changes.
* Bumped to 1.0.0-rc.6wout2014-03-041-6/+1
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-3/+0
| | | | to 1.0.0-rc.5
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-051-0/+3
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Fix in unit parser with negative values.wout2013-06-301-1/+1
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-1/+4
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-7/+1
|
* Bumped to v0.11wout2013-03-241-1/+9
| | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-11/+11
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-11/+26
| | | | animation functionality
* Reworked color managementwout2013-03-061-2/+13
|
* Added during() method and unit morphing to fx modulewout2013-03-061-0/+7