Bug 362683 - SVG Text doesn't move when x/y attributes changed r+sr=tor

git-svn-id: svn://10.0.0.236/trunk@216553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
longsonr%gmail.com 2006-12-06 09:34:14 +00:00
parent c36b818abf
commit a3f9a4e652

View File

@ -119,7 +119,7 @@ nsSVGTextFrame::AttributeChanged(PRInt32 aNameSpaceID,
aAttribute == nsGkAtoms::y ||
aAttribute == nsGkAtoms::dx ||
aAttribute == nsGkAtoms::dy) {
UpdateGlyphPositioning();
NotifyGlyphMetricsChange();
}
return NS_OK;