mirror of
https://github.com/bendtherules/line_chart_demo.git
synced 2026-08-18 13:52:30 +00:00
Dont remove image from svg automatically
This commit is contained in:
+1
-1
@@ -39555,7 +39555,7 @@ FusionCharts.register('module', ['private', 'modules.exporter.main',
|
|||||||
// If the hosted environment supports canvas get SVG with image tags
|
// If the hosted environment supports canvas get SVG with image tags
|
||||||
// else trim all embedded image specific tags.
|
// else trim all embedded image specific tags.
|
||||||
// @todo: Need to figure out how images could be exported for older browsers.
|
// @todo: Need to figure out how images could be exported for older browsers.
|
||||||
svg = paper.toSVG(exportwithimages && isCanvasSupported && exportFormat !== 'svg');
|
svg = paper.toSVG(exportwithimages && isCanvasSupported);
|
||||||
|
|
||||||
svgForClientSideExport = paper.toSVG(exportwithimages && isCanvasSupported);
|
svgForClientSideExport = paper.toSVG(exportwithimages && isCanvasSupported);
|
||||||
svgForClientSideExport = removeCrossDomainImages(svgForClientSideExport);
|
svgForClientSideExport = removeCrossDomainImages(svgForClientSideExport);
|
||||||
|
|||||||
Reference in New Issue
Block a user