summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* Switched to gulp for buildingwout2014-07-132-3686/+3669
|
* Added support for scale center on matriceswout2014-07-122-47/+38
|
* Eliminate matrix translation errorswout2014-07-122-11/+11
|
* Further debugging matrix new implementationwout2014-07-122-20/+22
|
* Completely reworked transform systemwout2014-07-112-406/+624
|
* Added new SVG.Line class and working on SVG.Matrixwout2014-06-282-190/+93
|
* Complete new clone() methodwout2014-06-262-35/+19
|
* Added more versatility to adopterwout2014-06-252-7/+9
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-252-86/+130
|
* Speccing adopter modulewout2014-06-211-1/+1
|
* Documented and added specs for new selector methodwout2014-06-212-28/+30
|
* Back on track with the specswout2014-06-212-10/+27
|
* Various reference fixeswout2014-06-212-10/+12
|
* Removed all structural referenceswout2014-06-212-148/+207
|
* Fixing a bug in viewboxwout2014-06-192-5/+9
|
* Updated READMEwout2014-06-171-1/+1
|
* Added marker, symbol and dynamic referencingwout2014-06-172-15/+142
|
* Fixing offset by window scroll position in rbox()wout2014-06-122-2/+7
|
* Fix in SVG.offwout2014-06-122-5/+9
|
* Bumped to version 1.0.0-rc.7wout2014-06-112-23/+46
| | | | Look at change log for full overview of changes.
* toggleClass returns the svg instancePatrick Klingemann2014-06-092-2/+3
|
* trim class attribute whitespacePatrick Klingemann2014-06-092-4/+4
|
* avoid unintentional global variablesPatrick Klingemann2014-06-092-4/+6
|
* add classes, hasClass, addClass, removeClass, toggleClass functions to ElementPatrick Klingemann2014-06-022-3/+44
|
* Fixed a bug where Element.style() would not save empty values in IE11Xavier Roger-Machart2014-05-022-2/+2
|
* Replaced a non breaking space with a real spacewout2014-03-051-2/+2
| | | | Thanks @musterknabe
* Bumped to 1.0.0-rc.6wout2014-03-042-274/+278
|
* SVG.Stop accepts multiple arguments1.0.0-rc.6wout2014-02-202-5/+13
|
* Re-added touch eventswout2014-02-202-3/+8
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-142-826/+734
| | | | to 1.0.0-rc.5
* Minor enhancement in patharray arcswout2014-02-052-6/+6
|
* Fix in patharray arcwout2014-02-052-5/+5
|
* added pointAt() method to SVG.Pathwout2014-02-052-22/+27
|
* Fix in animate('=').to()wout2014-02-052-3/+3
|
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-052-14/+108
|
* Removing old unbiassed flag on textPath path creationwout2014-02-042-3/+3
|
* Fix for arcs in SVG.PathArray#toString methodwout2014-02-042-10/+10
|
* fix for arcs in patharray toString() methodwout2014-02-042-8/+6
|
* Wrapping delay in SVG.Numberwout2014-02-032-4/+4
|
* Added second values to SVG.Numberwout2014-02-032-5/+13
|
* Added `length()`method to pathwout2014-02-032-2/+6
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-032-1373/+1428
|
* Applying block to text node on text() method1.0.0-rc.3wout2014-02-022-3/+3
|
* Leaner parserwout2014-02-022-21/+7
|
* added `morph()` and `at()` methods to `SVG.Number` for unit morphingwout2014-02-012-54/+67
|
* Added index() method to SVG.Parent and SVG.Setwout2014-02-012-16/+18
|
* Fix in color morphingwout2014-01-312-2/+5
|
* Fix in poly morphingwout2014-01-312-5/+5
|
* Disabled array bbox cachewout2014-01-312-24/+3
|
* Added morph() and at() methods to SVG.Colorwout2014-01-312-28/+37
|