| 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
|
| |
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
children is 10x slower
|
|
|
|
| |
faster for parameterized input
|
| |
|
|
|
|
|
|
|
| |
This commit adds playgrounds and a build:dev mode. Now you
can call npm run build:dev to make the linter warn you about
errors without breaking. Also, we now have playgrounds, where
you can use a built version of svg.js to run your own tests.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them
- moved `defs()` method from `SVG.Parent` to `SVG.Element`
- `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646)
- `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()`
- `SVG.Nested` is not `overflow:visible` by default
- all `SVG.*` objects now can have a node as parameter when constructing
- `SVG()` does not set a default size anymore
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# Conflicts - all resolved:
# dist/svg.js
# dist/svg.min.js
# package.json
# spec/SpecRunner.html
# spec/spec/boxes.js
# spec/spec/element.js
# spec/spec/image.js
# spec/spec/svg.js
# src/boxes.js
# src/flatten.js
# src/image.js
# src/polyfill.js
# src/style.js
# src/svg.js
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
unified all boxes
- SVG.Box for everything
- bbox, rbox and viewbox as methods
- boxes can be created with string, array, object, list...
- added helper to simplify boxes code
|
|
|
|
| |
added test, added pathArray speed bench
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|