Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bug 145144: SVG Interactivity cannot highlight gradient colors


- Summary:
SVG Interactivity cannot highlight gradient colors

- Bugzilla Bug (s) Resolved:
145144

- Description:
The problem is that gradient colors in SVG are not simple color references.  The references refer to a linearGradient that defines the start and stop color in SVG.  I have to create a highlight linearGradient reference for each linearGradient defined.

- Tests Description: Manual test
- Notes to Build Team: None
- Notes to Developers: None
- Notes to QA: None
- Notes to Documentation: None
- Files Added:

- Files Edited:

/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java

Thanks,

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

Back to the top