summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-232-3/+1
* make tests svgdom readyUlrich-Matthias Schäfer2020-04-167-44/+49
* added tests for pointed.js and poly.jsUlrich-Matthias Schäfer2020-04-113-0/+197
* added tests for circled.js and gradiented.jsUlrich-Matthias Schäfer2020-04-112-0/+137
* added tests for attr()Ulrich-Matthias Schäfer2020-04-112-1/+128
* added tests to cover all branchesUlrich-Matthias Schäfer2020-04-109-1/+132
* added even more testsUlrich-Matthias Schäfer2020-04-109-1/+307
* added tests for Polygon and PolylineUlrich-Matthias Schäfer2020-04-102-0/+70
* added tests for PatternUlrich-Matthias Schäfer2020-04-101-0/+76
* remove targets from Path because its in TextPath alreadyUlrich-Matthias Schäfer2020-04-101-9/+0
* added tests for PathUlrich-Matthias Schäfer2020-04-102-11/+223
* added tests for MaskUlrich-Matthias Schäfer2020-04-102-1/+96
* added tests for LineUlrich-Matthias Schäfer2020-04-102-2/+106
* added tests for ImageUlrich-Matthias Schäfer2020-04-092-1/+118
* added test for GradientUlrich-Matthias Schäfer2020-04-093-44/+127
* added tests for ellipseUlrich-Matthias Schäfer2020-04-091-0/+60
* added tests for DefsUlrich-Matthias Schäfer2020-04-091-0/+31
* fixes and testsUlrich-Matthias Schäfer2020-04-094-19/+168
* added tests for ClipPathUlrich-Matthias Schäfer2020-04-081-0/+94
* added tests for CircleUlrich-Matthias Schäfer2020-04-081-0/+66
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-082-0/+285
* tests for EventTargetUlrich-Matthias Schäfer2020-04-082-1/+133
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-083-8/+383
* added second parameter to `addTo` and `putIn`. Added deep clone parameter to ...Ulrich-Matthias Schäfer2020-04-051-3/+247
* renamed removeNamespace()Ulrich-Matthias Schäfer2020-04-041-3/+3
* - fixed `put()` which correctly creates an svgjs object from the passed elem...Ulrich-Matthias Schäfer2020-04-033-19/+224
* fixed put and adopter, added tests to cover itUlrich-Matthias Schäfer2020-03-294-102/+147
* This is a big one...Ulrich-Matthias Schäfer2020-03-2824-1023/+2106
* Added tests for 0 value width/height wrong path scalingValentin2019-05-091-0/+9
* bugfix for issue 964Michael Becker2019-02-232-0/+113
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-181-0/+47
* fix travis testUlrich-Matthias Schäfer2019-01-221-2/+2
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-29/+23
* speed up zoom function for non-FF BrowserUlrich-Matthias Schäfer2019-01-181-18/+29
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-141-1/+14
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-3/+32
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-121-16/+126
* Add testsErik Demaine2018-12-141-0/+28
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-124-2/+143
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-071-1/+18
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-5/+5
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-012-31/+255
|\
| * clamp values in toHex, tests, replace for of with for inUlrich-Matthias Schäfer2018-12-011-32/+40
| * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-3029-446/+839
| |\
| * | fix Morphable so that it works with color spaces. It prefers the `to` space o...Ulrich-Matthias Schäfer2018-11-251-1/+1
| * | Finished off the color spaces, we are all green!Saivan2018-11-261-15/+119
| * | Updated all of the color modules and old tests are passing againSaivan2018-11-252-31/+77
* | | dont generate esm bundle anymore and link to src/main.js directly. Move bower...Ulrich-Matthias Schäfer2018-12-012-6/+6
| |/ |/|
* | fix testing with svgdomUlrich-Matthias Schäfer2018-11-284-42/+56
* | merge karma configurationsUlrich-Matthias Schäfer2018-11-281-3/+3