diff options
author | wout <wout@impinc.co.uk> | 2013-07-19 21:05:56 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-19 21:05:56 +0100 |
commit | f5c28a74a55501982d5c76d4155170f569937465 (patch) | |
tree | a22ffe4d01020776fcb0fd1afa4a963fab0fde7e | |
parent | 66271de459c2bf0f371fd3ff715da9e3bcda1eac (diff) | |
download | svg.js-0.27.tar.gz svg.js-0.27.zip |
Added textpath plugin to readme0.27
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | dist/svg.js | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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) { |