From a3f9a4e652a08cfbbcfbe45e1f36c003bf24b726 Mon Sep 17 00:00:00 2001 From: "longsonr%gmail.com" Date: Wed, 6 Dec 2006 09:34:14 +0000 Subject: [PATCH] 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 --- mozilla/layout/svg/base/src/nsSVGTextFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/svg/base/src/nsSVGTextFrame.cpp b/mozilla/layout/svg/base/src/nsSVGTextFrame.cpp index 72fd98282d0..265abd76720 100644 --- a/mozilla/layout/svg/base/src/nsSVGTextFrame.cpp +++ b/mozilla/layout/svg/base/src/nsSVGTextFrame.cpp @@ -119,7 +119,7 @@ nsSVGTextFrame::AttributeChanged(PRInt32 aNameSpaceID, aAttribute == nsGkAtoms::y || aAttribute == nsGkAtoms::dx || aAttribute == nsGkAtoms::dy) { - UpdateGlyphPositioning(); + NotifyGlyphMetricsChange(); } return NS_OK;