[cairo-bugs] [Bug 35780] cairo_pattern_create_radial(rx, ry, r, rx, ry, r) not working

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 30 02:07:00 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=35780

--- Comment #4 from Andrea Canciani <ranma42 at gmail.com> 2011-03-30 02:06:58 PDT ---
The documentation is quite lacking, but you can find the definition of the
radial gradients here:
http://cgit.freedesktop.org/pixman/tree/pixman/pixman-radial-gradient.c#n151

You probably wanted to do something like
cairo_pattern_create_radial(rx,ry,r,rx,ry,0).

-- 
Configure bugmail: https://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