Skip to content

Allow transforms on textPath #210

Closed
Closed
@karip

Description

@karip

The 'tspan' and 'a' element already have the transform property. It would be nice if textPath would also have it, to make all text element children behave similarly. The use cases are the same as for tspan: jiggling animations etc.

Currently, one has to resort to a wrapper a element:

<text>Hello <a transform="rotate(45)"><textPath path="..">rotated text on path</textPath></a> !!</text>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions