<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Assertion `!isParameterized()' failed in function GfxGouraudTriangleShading::getTriangle"
href="https://bugs.freedesktop.org/show_bug.cgi?id=56463#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Assertion `!isParameterized()' failed in function GfxGouraudTriangleShading::getTriangle"
href="https://bugs.freedesktop.org/show_bug.cgi?id=56463">bug 56463</a>
from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=69220" name="attach_69220" title="Fall back for parameterized gouraud shadings">attachment 69220</a> <a href="attachment.cgi?id=69220&action=edit" title="Fall back for parameterized gouraud shadings">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=56463&attachment=69220'>[review]</a>
Fall back for parameterized gouraud shadings
The problem is that cairo says since 1.12.0 that it implements also the gouraud
shading, but in real it implements only the non parameterized ones (for
parametrized ones the second version of getTriangle with double pointers for
colors must be used).
This is just a cowardly patch, which falls back to the Gfx implementation for
parameterized shadings. A better way would be to implement this kind of shading
in the cairo output device, too.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>