UNPKG

svgedit

Version:

Powerful SVG-Editor for your browser

20 lines (19 loc) 363 B
export default { name: 'Arrows', langList: [ { id: 'arrow_none', textContent: 'Sans flèche' } ], contextTools: [ { title: 'Select arrow type', options: { none: 'No arrow', end: '---->', start: '<----', both: '<--->', mid: '-->--', mid_bk: '--<--' } } ] };