Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 558878
Collapse All | Expand All

(-)a/app/core/gimpdrawable-blend.c (+4 lines)
Lines 628-633 gradient_render_pixel (gdouble x, Link Here
628
  RenderBlendData *rbd = render_data;
628
  RenderBlendData *rbd = render_data;
629
  gdouble          factor;
629
  gdouble          factor;
630
630
631
  /*  we want to calculate the color at the pixel's center  */
632
  x += 0.5;
633
  y += 0.5;
634
631
  /* Calculate blending factor */
635
  /* Calculate blending factor */
632
636
633
  switch (rbd->gradient_type)
637
  switch (rbd->gradient_type)

Return to bug 558878