if (LocaleCompare("text",keyword) == 0)
{
primitive_type=TextPrimitive;
- cursor=0.0;
break;
}
if (LocaleCompare("text-align",keyword) == 0)
pixel=bias;
gamma=0.0;
count=0;
- if ((morphology_traits & BlendPixelTrait) == 0)
+ if ((image->alpha_trait & BlendPixelTrait) == 0)
for (v=0; v < (ssize_t) kernel->height; v++)
{
if (!IsNaN(*k))
http://www.cs.umd.edu/~djacobs/CMSC426/Convolution.pdf
*/
k=(&kernel->values[kernel->width*kernel->height-1]);
- if ((morphology_traits & BlendPixelTrait) == 0)
+ if ((image->alpha_trait & BlendPixelTrait) == 0)
{
/*
No alpha blending.