https://bugzilla.novell.com/show_bug.cgi?id=457060


           Summary: The FillRectangle draws differently in mono.
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: Other
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: libgdiplus
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


When FillRectangle is used, the X is decreased in 1.

g.FillRectangle(new SolidBrush(Color.Red), 10, 10, 20, 20);

// For good paint in mono I use, but is different than Microsoft .NET
// g.FillRectangle(new SolidBrush(Color.Red), 10 + 1, 10, 20, 20);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to