[cairo-bugs] [Bug 44788] New: regression in cairo_set_font_size/cairo_show_text
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 14 15:31:42 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=44788
Bug #: 44788
Summary: regression in cairo_set_font_size/cairo_show_text
Classification: Unclassified
Product: cairo
Version: 1.10.2
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: erikd at mega-nerd.com
QAContact: cairo-bugs at cairographics.org
Created attachment 55587
--> https://bugs.freedesktop.org/attachment.cgi?id=55587
Text program demonstrating the problem.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655929
Attached very simple C program compiled and run as follows:
gcc -Wall `pkg-config --cflags --libs cairo` test.c -o test && \
./test && \
eog test.png
produces incorrect results in Debian testing with libcairo2 1.10.2 and
correct results in Debian stable with libcario2 version 1.8.10.
The output file generated by the test program (test.png) has two
lines of text. There should be one line of large text and one line
of small text. With libcario2 from testing, both lines are the
large size.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the cairo-bugs
mailing list