Closed Bug 277737 Opened 20 years ago Closed 20 years ago

SVG <text /> DOM does not redraw after changing value in 'x' attribute

Categories

(Core :: SVG, defect)

PowerPC
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: yves, Unassigned)

References

()

Details

Try the file http://fynl.free.fr/vrac/textbug.svg
On my trunk svg build, the <rect> moved but the <text> stay in place.

Using text.x.baseValinstead of setAttribute there is the same the same bug. 

But, looking with dom inspector:
with setAttribute, in DOM inspector i have x = 490 after the animation
with text.x.baseVal i have x =20

on minimize/restore, with setAttribute the text goes at the end position, with
ext.x.baseVal it stay at the begin position.

Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8a6) Gecko/20050107 Firefox/1.0+
Assignee: firefox → general
Component: General → SVG
Product: Firefox → Core
QA Contact: general → ian
Bug in cairo renderer backend - nsSVGCairoGlyphGeometry not implementing
Update/GetCoveredRegion.  Fixed by v1.8 checkin.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.