[cairo-bugs] [Bug 16954] New: Contribution to line join and end caps

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 1 15:11:13 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=16954

           Summary: Contribution to line join and end caps
           Product: cairo
           Version: 1.6.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: horakm at centrum.cz
         QAContact: cairo-bugs at cairographics.org


Hello,

I am working on a project which uses the cairo library for primary graphics
rendering. Because I quickly needed a special (not currently available in the
version 1.6.4) join and end caps for lines, I implemented them myself. I added
new two options to type cairo_line_join_t (CAIRO_LINE_JOIN_TRIANGLE,
CAIRO_LINE_JOIN_NONE) and one option to type
cairo_line_cap_t(CAIRO_LINE_CAP_TRIANGLE) The patches for cairo.h and
cairo-path-stroke.c files are attached. I hope they will be useful.

Regards,
Martin Horak


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list