PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.82k stars 276 forks source link

dashed outline circle with large brush width #733

Closed olsonpm closed 1 month ago

olsonpm commented 7 months ago

Description I'm expecting a solid outline when drawing a circle but it's dashed when increasing the brush width

To Reproduce

  1. create new image, 100x100 works
  2. draw a circle, set brush width to 10+, ensure the fill style is "fill and outline shape"
  3. confirm the outline is dashed as in screenshot

Additional Info dashed-lines

Version

cameronwhite commented 7 months ago

Confirmed. I think the main thing to be investigated is whether this is from something Pinta is doing wrong on our end, or if it's an issue in the cairo drawing library