Open
Bug 573431
Opened 15 years ago
Updated 3 years ago
Enable SMIL animation between lists of different length for 'x' and 'y' on <text> and <tspan>
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
NEW
People
(Reporter: jwatt, Unassigned)
Details
Ideally we should allow animation of the SVG <text>/<tspan> element's 'x' and 'y' attributes between lists of different length. In this case the shorter list should essentially be padded with length values that are the position the glyphs in question would otherwise have along the axis in question. These values are less than straightforward to find though, since they depend on the 'x', 'y', 'dx' and 'dy' of parent <text>/<tspan> elements, or on CSS parameters, the implementation's text layout algorithm, and the layout of earlier characters.
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•