Using Paintbrush in Non-rectangular Selections Causes Streaks

Bug #602533 reported by squirrel
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Pinta
Confirmed
Low
Unassigned

Bug Description

* Open a picture
* Use any selection OTHER than rectangle one
* Choose paintbrush
* Use a large brush width
* Start painting in the selection area and you should see some streaks

The streaks doesn't seem to permanent though.

Jonathan Pobst (jpobst)
Changed in pinta:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Jonathan Pobst (jpobst) wrote :

This seems to be a bug in Cairo caused by drawing the selection path as a dashed outline.

If you comment out line ~188 in PintaCanvas.cs:

g.SetDash (new double[] { 2 / scale, 4 / scale }, 0);

Then the streaks no longer appear, but of course the selection is outlined either.

Revision history for this message
Jonathan Pobst (jpobst) wrote :

* isn't outlined either..

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.