aboutsummaryrefslogtreecommitdiffstats
path: root/src/pattern.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-59/+0
|
* All files now loosely abide by standard lintingSaivan2018-02-271-26/+27
| | | | | | 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.
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-071-2/+2
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-14/+14
|
* moved special handling of pattern/gradient transform to the corresponding classUlrich-Matthias Schäfer2015-10-111-0/+6
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-211-2/+2
| | | | It wasn't compatible to the other move-functions e.g. for the PointArray
* Added marker, symbol and dynamic referencingwout2014-06-171-1/+1
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-0/+0
| | | | to 1.0.0-rc.5
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-051-0/+52
|
* Added SVG.Set adn bumped to v0.24wout2013-07-011-48/+0
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-0/+4
|
* Added deep traversing, reorganizd moduleswout2013-06-091-4/+12
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-5/+5
| | | | animation functionality
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-4/+1
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-10/+10
|
* Reworked SVG.Container inheritancewout2013-02-021-5/+2
|
* Fix in offset for SVG.Wrapwout2013-01-221-2/+1
|
* Added patternswout2013-01-061-0/+43