From 03290b71bd2439ec938fed435bfa57ed7546f2e5 Mon Sep 17 00:00:00 2001
From: Olivier Couet <Olivier.Couet@cern.ch>
Date: Fri, 5 Aug 2011 08:08:02 +0000
Subject: [PATCH] GetBoundingBox now returns 0 for w and h when the string is
 empty.

git-svn-id: http://root.cern.ch/svn/root/trunk@40469 27541ba8-7e3a-0410-8455-c3a389f83636
---
 graf2d/doc/v532/index.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/graf2d/doc/v532/index.html b/graf2d/doc/v532/index.html
index 1d3f775cd29..6cf5aeb757f 100644
--- a/graf2d/doc/v532/index.html
+++ b/graf2d/doc/v532/index.html
@@ -24,4 +24,11 @@
    <img alt="The new option E5" src="e5.gif"/>
    </center>
 </li>
-</ul>
\ No newline at end of file
+</ul>
+
+<h4>TText</h4>
+<ul>
+<li> <tt>TText::GetBoundingBox</tt> now returns 0 when the string is empty. Previously it returned
+undefined numbers.
+</li>
+</ul>
-- 
GitLab