[general]
name=SVG Export
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Export vector layers to SVG with per-feature IDs and an optional interactive HTML companion
version=0.5.2
author=Peppo Herney
email=peppo.herney@gmx.de
license=GPL-3.0-or-later

about=Exports selected QGIS vector layers to a single SVG file. Each feature gets an ID attribute derived from a chosen field, making the SVG easy to style or script in vector editors and browsers. Optionally generates an interactive HTML file with click-to-highlight and search functionality.

tracker=https://github.com/peppo/svgexport/issues
repository=https://github.com/peppo/svgexport

changelog=
    0.5.0 - Initial release
    0.5.1 - added html export
    0.5.2 - responsive two-column HTML layout; only bottommost polygon layer selectable in JS app; fix serialization of date/time fields

tags=svg,export,vector,html

homepage=https://github.com/peppo/svgexport
category=Plugins
icon=icon.svg
deprecated=False
