WPF geometry (Path) partly filled shapes
问题 The idea is to get rating control, that could have value like 0.3 and draw it as partly filled shape. The approach I used was described in CodeProject article. Have Path , add mask (rectangle), add outline. Original code used Margin for mask and fixed-width paths. The problem is that using rectangle as mask re-draws background, which is gradient, so I can't set the same background value for mask. I've changed colors just to make it more clear. Is it possible to simulate partly filled paths?