You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/09/01 16:48:17 UTC

DO NOT REPLY [Bug 45723] New: startOffset attribute of textPath cannot be animated

https://issues.apache.org/bugzilla/show_bug.cgi?id=45723

           Summary: startOffset attribute of textPath cannot be animated
           Product: Batik
           Version: 1.7
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SVG Viewer
        AssignedTo: batik-dev@xmlgraphics.apache.org
        ReportedBy: richard.evans@datanomic.com


I'm trying to get text to flow along a path, using an animate element to alter
the startOffset attribute of the textPath element.

This does not work.  Attached example is a simple textPath from the SVG spec
with an animate added.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 45723] startOffset attribute of textPath cannot be animated

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45723





--- Comment #1 from Richard Evans <ri...@datanomic.com>  2008-09-01 07:49:06 PST ---
Created an attachment (id=22507)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22507)
text path example


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 45723] [PATCH] startOffset attribute of textPath cannot be animated

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45723

Thomas Deweese <de...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable
            Summary|startOffset attribute of    |[PATCH] startOffset
                   |textPath cannot be animated |attribute of textPath
                   |                            |cannot be animated

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 45723] startOffset attribute of textPath cannot be animated

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45723

--- Comment #2 from Thomas Deweese <de...@apache.org> 2010-06-15 05:56:30 EDT ---
Created an attachment (id=25593)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25593)
Possible Patch from Sebastian

The patch is likely only a partial fix for the problem.

In particular it only catches DOM attribute changes but ignores animated
changes.  A more complete fix might be as simple as extending the change to the
'handleAnimatedAttributeChanged' method.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org