eclipse / swtchart

Eclipse Public License 2.0
45 stars 41 forks source link

Clipboard Copy Action - support specific handlers e.g. 'image/svg+xml' #360

Closed eselmeister closed 1 year ago

eselmeister commented 1 year ago

A chart can be copied to clipboard via CTRL+c. It creates a Bitmap on Windows and a PNG on Linux. Via CTRL+SHIFT+c the data as text can be exported. Additionally, the support for further image formats shall be added, for example 'image/svg+xml'.