Custom Query (25 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 25)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#13 fixed Text does not appear in the expected place Ben Lippmeier
Description

Thomas DuBuisson? reports:

It seems a value of "Pictures [Text "hi", Line [...]]" will display with the Line translated to the center (against my will, and probably counter to your intentions). This can be fixed by wrapping Text with Translate.

#14 fixed The points given by EventMotion and EventKey disagree Ben Lippmeier
Description

Thomas DuBuisson? report:

The points given by EventMotion? and EventKey? disagree (using Xorg + XMonad, which forces the window dimensions). If they are actually points from different coordinate systems then preventing their mixing is a perfect use for the type system (along with conversion functions).

#41 fixed Thick circles have wrong con(vex/cave) depending on thickness. Ben Lippmeier
Description

From the mailing list:

-- This plot a convex semi-circle as expected
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 0 80 0)

-- Any of the following plot a concave semi-circle counter expected!!!
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180   0 80 5)
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 360 80 5)
1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.