[Bug 728636] textoverlay: cuts off right edge italicised text

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 23 12:31:19 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=728636

--- Comment #11 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 308026
  --> https://bugzilla.gnome.org/attachment.cgi?id=308026&action=edit
basetextoverlay: Fix clipping issues

This patch uses the ink rectangle in order to compute the size
of the surface require to render. It also correctly compute the
transformation matrix as the ink_rect position might not be at
0, 0. Additionally, shadow_offset and outline_offset (which is
in fact the diameter of a dot, not a really an offset) is now
taken into account. Redundant matrix operation has been removed
for the vertical rendering.

Take note that the matrix operation in cairo are excuted in
reverse order.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list