murrine is just using:

                pango_cairo_layout_path (cr, layout);
                murrine_set_color_rgba (cr, &temp, 0.5);
                cairo_stroke (cr);

to draw the layout.
pango_cairo_layout_path (cr, layout);
is slow, calling pango_cairo_show_layout (cr, layout) completely fixes the 
issue, but then will break text using <span ...> whatever

-- 
Using higher cpu usage
https://bugs.launchpad.net/bugs/655024
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to