Bug 4646

Summary: Long textlines disappear.
Product: cairo Reporter: Benjamin Berg <benjamin>
Component: xlib backendAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 1.1.1   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: code that triggers this

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.