pyClutter 1.0
Linux Mint 8 (Ubuntu based)

In the demo (examples/custom-actor.py) when I change the path_fill() to path_stroke() I get a segfault.

This is the relevant code:
    def __paint_triangle (self, width, height, color):
        cogl.path_move_to(width / 2, 0)
        cogl.path_line_to(width, height)
        cogl.path_line_to(0, height)
        cogl.path_line_to(width / 2, 0)
        cogl.path_close()

        cogl.set_source_color(color)
        #cogl.path_fill()
        cogl.path_stroke() # CRASH!

Does anyone know a work-around?

\d
--
Fonty Python and Things! -- http://otherwise.relics.co.za/wiki/Software
--
To unsubscribe send a mail to [email protected]

Reply via email to