Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] check in: Bugzilla Bug 127070 [Build 2.0.1][Firefox1.0.7]UrlRedirect-Drillthrough to other report, new window opened in chart area..


Summary:
Bugzilla Bug 127070 [Build 2.0.1][Firefox1.0.7]UrlRedirect-Drillthrough to other report, new window opened in chart area..

Bugzilla Bug (s) Resolved:

127070
 

Description:
The SVG renderer uses the Swing renderer to render Strings.  Specifically the java.awt.TextLayout draws glyphs when rendering strings.  I added support to delegate the java.awt.TextLayout draw method to the SVG graphic context draw method.  The SVG graphic conext draw method makes use of the <text> drawing primitivie to render the strings.  It is now possible to right-click on the SVG image and uncheck the "Higher Quality" menu item to see the "low quality SVG.


Tests
Description:

Files Edited:

/home/birt/source/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java,v  <-- SVGRendererImpl.java


Files Added:

/home/birt/source/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextLayout.java ,v  <-- SVGTextLayout.java
/home/birt/source/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextMetrics.java,v  <-- SVGTextMetrics.java

/home/birt/source/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java,v  <-- SVGTextRenderer.java


Files Removed:

Notes to Build Team:

Notes to Developers:

Notes to QA:
 
 
Notes to Documentation:





Thanks,

Sheldon
______________________________________
Sheldon Lee-Loy
Problem Determination Group, IBM Toronto Lab
email: sleeloy@xxxxxxxxxx
phone: 905.413.2610


Back to the top