Re: More suggestions

[slowly getting through all these suggestions]

On Sun, 26 Jan 2003, Sigurd Lerstad wrote:

> 
> Hello again :)
> 
> Allow x/y/dx/dy/rotate on <textPath>
> 
> Since you build a horizontal/vertical line first, and then map it to the
> path, there should be no reason that these aren't allowed on <textPath>, and
> it actually made my implementation harder to implement without them.

We already allow this through <tspan>.
Place a <tspan> inside your <textpath>.


> And while we're on <textPath>, allow it to be transformed as well. You can
> transform the referenced path, but that will transform all textPaths
> referencing it.

As <textPath> is a child of <text>, you can put the transform
on the <text>. That will transform the <textPath>.
Or am I missing something?

Dean

Received on Monday, 27 January 2003 08:02:36 UTC