You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "leonardofficial (via GitHub)" <gi...@apache.org> on 2023/05/10 08:54:59 UTC

[GitHub] [echarts] leonardofficial commented on issue #16624: [Bug] SVG image not displayed inside canvas with Firefox

leonardofficial commented on issue #16624:
URL: https://github.com/apache/echarts/issues/16624#issuecomment-1541612459

   Experiencing similar issues with adding a graphic to a multiseries chart:
   `    graphic: [
             {
               type: 'image',
               id: 'logo',
               right: 'center',
               top: 'center',
               z: 1,
               style: {
                 image: '/logo-wide.svg',
                 width: 128,
                 height: 64,
                 opacity: 0.4,
               },
             },
           ]`
   
   This will work fine on Chrome and Safari, but not show up in firefox


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org