Add TextPath element

This commit is contained in:
Horcrux
2017-01-09 13:08:22 +08:00
parent f9fe7bdc4e
commit 1d06134719
18 changed files with 106 additions and 236 deletions

View File

@@ -98,6 +98,10 @@ const TextAttributes = merge({
positionY: true
}, RenderableAttributes);
const TextPathAttributes = {
href: true
};
const TSpanAttibutes = merge({
content: true
}, TextAttributes);
@@ -173,6 +177,7 @@ export {
PathAttributes,
TextAttributes,
TSpanAttibutes,
TextPathAttributes,
GroupAttributes,
ClipPathAttributes,
CircleAttributes,