Skip to main content

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

- Summary:
backport 181607 to 2.1.3 - Small gaps between slices when Pie charts are rendered in SWT

- Bugzilla Bug (s) Resolved:
186502

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

- 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