Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed bugzilla #182880 SVG charts have some fuzzy elements

- Summary:
Fixed bugzilla #182880 SVG charts have some fuzzy elements


- Bugzilla Bug (s) Resolved:
182880


- Description:
Text with small font (size <14) appears fuzzy on SVG output due to

anti-aliasing. The same chart in PNG looks sharper for small fonts.

The SVG renderer should disable anti-aliasing for small fonts, which are not  rotated, not bold, not italics.


- Tests Description :
Visual tests


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Edited:

 

"/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextLayout.java" "/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"


- Files Added:


- Files Deleted

 


Back to the top