Custom Query (25 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 25)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#37 fixed Gloss uses 100% cpu with display mode Ben Lippmeier
Description

However, it behaves properly in animate mote.

#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 fixed Add textured polygon code from ANUPlot Ben Lippmeier
Description

ANUPlot could draw textures, and we could port the code across.

We need to decide how to locate and load the images. The ANUPlot system used ImageMagik? and invoked the command line convert utility. We probably don't want that dependency for gloss.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.