handreyrc opened a new issue, #1665: URL: https://github.com/apache/incubator-kie-issues/issues/1665
*Summary* ----- The goal of this task is and means to export the workflow to svg. A button should be added to the zoombar to export the workflow to SVG file. An API shoud also be added to get the SVG content (string) without creating a file. *Description* ----- React flow provide means to integrate external libs to do the job of exporting the canvas content to various formats. - Add a suitable library to export the workflow to SVG. - Add a button to the zoom bar to export the workflow to SVG file. - Add an API to export the workflow to SVG content, so it can be retrieved in text format. *Testing* ----- Run the component and load a valid workflow from storybook. Click on de buttom to export to SVG and check the download file. Open the console and call the API to get the SVG content for the workflow. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
