Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 1d38aeaa472c1dd4fbd7867e9834c050b6f27b76
      
https://github.com/synfig/synfig/commit/1d38aeaa472c1dd4fbd7867e9834c050b6f27b76
  Author: rodolforg <rodolf...@users.noreply.github.com>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M synfig-core/src/synfig/rendering/software/function/contour.cpp

  Log Message:
  -----------
  fix rendering of empty rows inside contour when Invert is on (#2367)

Though not used by current GUI tools, a Contour may be composed
of more than one polygon or bline-shape.

Let's assume we are rendering a shape like the character 'i':
it is a dot above a straight line segment (or a bit more elaborated
shape), right?
There is at least a pixel row separating them.

If we set 'invert' parameter of the contour that contains both
polygons (dot + straight line segment),
the row(s) between those shapes are not filled, but kept as if
'invert' was not set.




_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to