DragDrop.GetSVG
---------------

Queries SVG data.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [DragDrop](component_DragDrop.md) | [10.3](newinversion103.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |

MBS( "DragDrop.GetSVG"; droparea { ; FileName } ) 

**MBS**( **"DragDrop.GetSVG";** /\* Queries SVG data. \*/  
**$droparea**; /\* The reference ID for this drop area.e.g. $dropHandle \*/   
**$FileName**) /\* Optional; The file name to use.  
By default we take it from the URL.e.g. "test.svg" \*/ 

### Parameters

| Parameter | Description | Example | Flags |
|---|---|---|---|
| droparea | The reference ID for this drop area. | $dropHandle |  |
| FileName | The file name to use.   By default we take it from the URL. | "test.svg" | Optional |

### Result

Returns container or error.

### Description

Queries SVG data.  
e.g. drop SVG image from WebViewer to drop area on MacOS.  
### See also

- [DragDrop.GetHTML](DragDropGetHTML.md)
- [DragDrop.GetLeft](DragDropGetLeft.md)
- [DragDrop.GetPath](DragDropGetPath.md)
- [DragDrop.GetRTF](DragDropGetRTF.md)
- [DragDrop.GetTag](DragDropGetTag.md)
- [DragDrop.GetText](DragDropGetText.md)
- [DragDrop.GetTop](DragDropGetTop.md)
- [DragDrop.GetURL](DragDropGetURL.md)
- [DragDrop.SetTag](DragDropSetTag.md)

### Release notes

- **Version 10.3**
    - Added [DragDrop.GetSVG](https://www.mbsplugins.eu/DragDropGetSVG.shtml) function.

### Blog Entries

- [MBS FileMaker Plugin, version 10.3pr1](https://www.mbsplugins.de/archive/2020-06-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 23th May 2020 , last changed 23th May 2020

  
[DragDrop.GetRTF](DragDropGetRTF.md) - [DragDrop.GetTag](DragDropGetTag.md)

[HTML Version](DragDropGetSVG.shtml)