Bug 4646 - Long textlines disappear.
Summary: Long textlines disappear.
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: xlib backend (show other bugs)
Version: 1.1.1
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-30 06:53 UTC by Benjamin Berg
Modified: 2008-10-08 07:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
code that triggers this (2.16 KB, text/x-csrc)
2005-09-30 07:02 UTC, Benjamin Berg
Details

Description Benjamin Berg 2005-09-30 06:53:32 UTC
If one enters a long line into a GtkTextView, etc. the text will become
invisible at some point. The same happens when calling cairo_show_text with a
long string.

The text disappears as soon as it reaches a width of 0x2000px.
Comment 1 Benjamin Berg 2005-09-30 07:02:54 UTC
Created attachment 3440 [details]
code that triggers this

Example function that triggers this.
Comment 2 Chris Wilson 2008-10-08 07:02:42 UTC
Between glyph clipping and the xlib backend falling back in the case of glyphs it can't handle (e.g. range overflow) this is now fixed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.