summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-05-09 14:24:20 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-05-09 14:44:09 -0400
commite2aefda183de4f1c1256d97f7ce09f8bee5477db (patch)
tree4b0eaf3f153df90591711daf081e63a8b20ace74 /dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md
parent472635713b7471b300a988db7e907bab0119eaee (diff)
[ONAP-rebase] Rebase as 1.1.0-SNAPSHOT
Consolidate into a single maven project; no more separate model and client jars. Change-Id: Ibbba982250b74c0dfd09ee1c65c0fb6c158dd632 Signed-off-by: Christopher Lott <cl778h@att.com> Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md')
-rw-r--r--dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md49
1 files changed, 0 insertions, 49 deletions
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md
deleted file mode 100644
index 51c18ea..0000000
--- a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md
+++ /dev/null
@@ -1,49 +0,0 @@
-#0.4.1
-
-* Bug fixes.
-
-#0.4.0
-
-* Moved class and element related code into separate plugins
-* Added `Element.align()` and `Element.getAlign()` methods
-* Added animation support for `viewBox`
-* Added support for `<symbol>`
-* Added method `Paper.toDataURL()`
-* Added method `Snap.closest()`
-* Added methods to work with degrees instead of radians: `Snap.sin()`, `Snap.cos()`, `Snap.tan()`, `Snap.asin()`, `Snap.acos()`, `Snap.atan()` and `Snap.atan2()`
-* Added methods `Snap.len()`, `Snap.len2()` and `Snap.closestPoint()`
-* Added methods `Element.children()` and `Element.toJSON()`
-* Various bug fixes
-
-#0.3.0
-
-* Added `.addClass()`, `.removeClass()`, `.toggleClass()` and `.hasClass()` APIs
-* Added `Paper.mask()`, `Paper.ptrn()`, `Paper.use()`, `Paper.svg()`
-* Mask & pattern elements are sharing paper methods (just like group)
-* Added `Set.bind()` method
-* Added syncronisation for `Set.animate()`
-* Added opacity to the shadow filter
-* Added ability to specify attributes as `"+=10"` or `"-=1em"` or `"*=2"`
-* Fix negative scale
-* Fix for `path2curve`
-* Fixed shared `<defs>` issue
-* Various bug fixes
-
-#0.2.0
-
-* Added support for text path
-* Added `getBBox` method to the paper object
-* Added `Element.appendTo()` and `Element.prependTo()`
-* Added `getElementByPoint()`
-* Added `Set.remove()` method
-* Get rid of internal SVG parser in favor of the browser
-* Fix for `xlink:href` setting for images
-* Fix `Element.animate()`
-* Fix for animate and stroke-dashoffset
-* Absolute transforms fix
-* Fix for animation of SVG transformations, matrices and polygon points
-* Various bug fixes
-
-#0.1.0
-
-* Initial release \ No newline at end of file