Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#181607 - Small gaps between slices when Pie charts are rendered in SWT

- Summary:
Small gaps between slices when Pie charts are rendered in SWT

- Bugzilla Bug (s) Resolved:
181607

- Description:
Caused by GC.fillArc using integer coordinates to render graphics
Fixed by using Path which has more precise float coordinates to render graphics

- Tests Description: Manual Test

- Notes to Build Team: N/A

- Notes to Developers: N/A

- Notes to QA: N/A

- Notes to Documentation: N/A

- Files Edited:

/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java



- Files Added:



- Files Deleted

 


Back to the top