Bug 281990 - <svg:tspan> doesn't propagate transform. r=scooter

This commit is contained in:
tor%cs.brown.edu 2005-02-18 19:14:00 +00:00
Родитель b9c6e41763
Коммит 6731bcda03
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -189,7 +189,7 @@ NS_NewSVGTSpanFrame(nsIPresShell* aPresShell, nsIContent* aContent,
}
nsSVGTSpanFrame::nsSVGTSpanFrame()
: mCharOffset(0), mFragmentTreeDirty(PR_FALSE)
: mCharOffset(0), mFragmentTreeDirty(PR_FALSE), mPropagateTransform(PR_TRUE)
{
}