| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* typos in 1000-accesses.js
* typos in transforms.js
* typos in Controller.js
* typos in Runner.js
* typos in Timeline.js
* typos in Dom.js
* typos in Marker.js
* typos in Mask.js
* typos in Tspan.js
* typos in containerGeometry.js
* typos in event.js
* typos in css.js
* typos in data.js
* typos in sugar.js
* typos in EventTarget.js
* typos in List.js
* typos in Matrix.js
* typos in SVGArray.js
* typos in utils.js
* typos in RAFPlugin.js
* typos in Runner.js
* typos in Timeline.js
* typos in Dom.js
* typos in Pattern.js
* typos in arrange.js
* typos in Box.js
* typos in SVGNumber.js
* typos in utils.js
* typos in CONTRIBUTING.md
|
| |
|
|
|
|
| |
transforms, updated dependencies, finished tests, removed old es5 tests
|
| |
|
| |
|
| |
|
|
|
|
| |
`clone`. Tests for Dom
|
| |
|
|
|
|
|
|
|
|
| |
element now before returning
- fixed `parent()` which correctly returns null if direct parent is the document or a document-fragment
- fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086)
- fixed `isRoot()` which correctly returns false, if the element is in a document-fragment
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
### Fixed
- fixed `zoom()` method of runner which was passed a wrong parameter
- fixed positioning methods of `TSpan` to position them by its bounding box
- fixed `flip()` method which flips correctly by center by default now and accepts correct arguments
- fixed a case in `rbox()` where not always all values of the box were updated
- fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working
- fixed positioning of text by its baseline when using `amove()`
- fixed tons of typings in the svg.d.ts file
### Added
- added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058)
- added `unlink()` and `linker()` to hyperlinked elements to remove or access the underling `<a>` element
- added `wrap()` method to `Dom` which lets you wrap an element by another one
- added `orient()` method to `Marker`
- added `options` parameter to `dispatch()` and `fire()` to allow for more special needs
- added `newLine()` constructor to `Text` to create a tspan marked as new line (#1088)
- added lots of tests in es6 format
|
| |
|
|
|
|
| |
classes could be renamed
|
|
|
|
| |
font-family and size from the defaults list
|
| |
|
| |
|
| |
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Make sure _d is always defined
- Clean up object before init
- Check space in array
- Use passed space instead of space in object if available
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This commit reverts some of the rules we added on the linter, it changed a lot of
code again... but these won't happen too often.
Changes
=======
- Modified the linter again
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
breathe!
This commit modifies some of the eslint rules, to allow our code to be a little bit more
readable. This came about because we had a particularly pesky problem, where the code
was indenting ternary operators. This fixes that, and makes it easy to add new rules
to eslint as we please in the future.
Changes
=======
- Rebuilt the library with new eslint rules
- Changed the eslintrc file to a yaml file by default
|
| |/
|/|
| |
| |
| |
| | |
bower to its own repo
rename makeNode back to create
|
| | |
|
|/
|
|
|
| |
- words() and element() added to Dom
- svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
make sure that init functions are chaninable
|
| |
|
|
|
|
| |
SVG.Rect({width:100})`
|
| |
|
|
|
|
| |
steps() to generate easing functions
|
| |
|
|
|