aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-19 21:05:56 +0100
committerwout <wout@impinc.co.uk>2013-07-19 21:05:56 +0100
commitf5c28a74a55501982d5c76d4155170f569937465 (patch)
treea22ffe4d01020776fcb0fd1afa4a963fab0fde7e
parent66271de459c2bf0f371fd3ff715da9e3bcda1eac (diff)
downloadsvg.js-0.27.tar.gz
svg.js-0.27.zip
Added textpath plugin to readme0.27
-rw-r--r--README.md1
-rw-r--r--dist/svg.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e765f0..97d9086 100644
--- a/README.md
+++ b/README.md
@@ -1252,6 +1252,7 @@ Here are a few nice plugins that are available for svg.js:
- [svg.pattern.js](https://github.com/wout/svg.pattern.js) add fill patterns.
- [svg.shapes.js](https://github.com/wout/svg.shapes.js) for more polygon based shapes.
- [svg.textflow.js](https://github.com/wout/svg.textflow.js) create auto-wrapping textflow elements.
+- [svg.textPath.js](https://github.com/mistic100/svg.textPath.js) provides textPath support (by mistic100).
## Building
diff --git a/dist/svg.js b/dist/svg.js
index 76d0f6a..a9a9e34 100644
--- a/dist/svg.js
+++ b/dist/svg.js
@@ -1,4 +1,4 @@
-/* svg.js v0.26-2-gbd56387 - svg regex default color number viewbox bbox rbox element container fx event defs group arrange mask clip gradient use doc shape rect ellipse line poly path plotable image text nested sugar set memory - svgjs.com/license */
+/* svg.js v0.26-4-g66271de - svg regex default color number viewbox bbox rbox element container fx event defs group arrange mask clip gradient use doc shape rect ellipse line poly path plotable image text nested sugar set memory - svgjs.com/license */
;(function() {
this.SVG = function(element) {