[
https://issues.apache.org/jira/browse/FLINK-11043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Lucas updated FLINK-11043:
----------------------------------
Description:
The gradients the Flink SVG logo do not render on Firefox due to this
(12-year-old) bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=353575]
Example:
!Screen Shot 2018-11-30 at 14.48.43.png!
[This StackOverflow
post|https://stackoverflow.com/questions/12867704/svg-linear-gradient-does-not-work-in-firefox]
links to the above issue and explains that Firefox does not render gradient
elements that are inside a "symbol" element in SVGs, and the fix is to extract
all the gradient definitions into a top-level "defs" section.
was:
The gradients the Flink SVG logo do not render on Firefox due to this
(12-year-old) bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=353575]
Example:
!Screen Shot 2018-11-30 at 14.48.43.png!
This StackOverflow post links to the above issue and explains that Firefox does
not render gradient elements that are inside a "symbol" element in SVGs, and
the fix is to extract all the gradient definitions into a top-level "defs"
section.
> Website Flink logo broken on Firefox
> ------------------------------------
>
> Key: FLINK-11043
> URL: https://issues.apache.org/jira/browse/FLINK-11043
> Project: Flink
> Issue Type: Bug
> Components: Project Website
> Reporter: Patrick Lucas
> Assignee: Patrick Lucas
> Priority: Minor
> Labels: pull-request-available
> Attachments: Screen Shot 2018-11-30 at 14.48.43.png
>
>
> The gradients the Flink SVG logo do not render on Firefox due to this
> (12-year-old) bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=353575]
> Example:
> !Screen Shot 2018-11-30 at 14.48.43.png!
> [This StackOverflow
> post|https://stackoverflow.com/questions/12867704/svg-linear-gradient-does-not-work-in-firefox]
> links to the above issue and explains that Firefox does not render gradient
> elements that are inside a "symbol" element in SVGs, and the fix is to
> extract all the gradient definitions into a top-level "defs" section.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)