perf utils: Be consistent about minimum text size in the svghelper
authorArjan van de Ven <arjan@infradead.org>
Sat, 19 Sep 2009 11:35:07 +0000 (13:35 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Sep 2009 16:57:52 +0000 (18:57 +0200)
commit964a0b3d2b1b1cac1d01e29b635831b3d92a3fdd
treee8583a730594429444b00c7db8db95e914c20659
parent3c09eebd61eaacca866cd60b50416f18640bc731
perf utils: Be consistent about minimum text size in the svghelper

Be more consistent in the svghelper about the minimum text size
by having a global #define for this.

There needs to be a minimum text size in order to keep the size
of the SVG file within the reach of what current SVG viewers can
cope with.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: fweisbec@gmail.com
Cc: peterz@infradead.org
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arjan van de Ven <arjan@infradead.org>
LKML-Reference: <20090919133507.7374ef8b@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/svghelper.c