You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Mike Crowe <cr...@psilongbeach.com> on 2000/11/14 20:33:51 UTC

Re: svg translate patch

Hi
SVG Translate seems to have a problem if the x and y values are not comma delineated as
per CR-SVG-20000802 section 7.6

Here is a patch that fixes this semantic problem, cleans up a few things in
TransformData, and also provides the correct angular conversions for rotations.  It works
with my stuff, but is not well tested and I've run out of time to work on it.

Mike


Re: svg translate patch

Posted by Mike Crowe <cr...@psilongbeach.com>.
Thanks for quickly applying the patch Keiron.  Quick turn around on a patch is very encouraging
to us occasional FOP contributors
Mike

Keiron Liddle wrote:

> Mike Crowe wrote:
>
> > Hi
> > SVG Translate seems to have a problem if the x and y values are not comma delineated as
> > per CR-SVG-20000802 section 7.6
> >
> > Here is a patch that fixes this semantic problem, cleans up a few things in
> > TransformData, and also provides the correct angular conversions for rotations.  It works
> > with my stuff, but is not well tested and I've run out of time to work on it.
> >
> > Mike
>
> I have commited the patch after some changes.
> >From what I could see it all works OK.


Re: svg translate patch

Posted by Keiron Liddle <ke...@aftexsw.com>.

Mike Crowe wrote:

> Hi
> SVG Translate seems to have a problem if the x and y values are not comma delineated as
> per CR-SVG-20000802 section 7.6
>
> Here is a patch that fixes this semantic problem, cleans up a few things in
> TransformData, and also provides the correct angular conversions for rotations.  It works
> with my stuff, but is not well tested and I've run out of time to work on it.
>
> Mike

I have commited the patch after some changes.