From 4aca22dc1beaaad37db7a96df4b40938fe02acc0 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Wed, 15 Nov 2023 14:21:37 +0100 Subject: Add tool for converting SVG to QML using Shapes This tool is in tech preview. Only a subset of SVG Tiny works at the moment. The tool does not even support everything that QtSvg supports. Task-number: QTBUG-116883 Change-Id: Ie33f8bf42a5d37b63b86f6816df21960a1ef1071 Reviewed-by: Qt CI Bot Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/qml/doc/src/tools/qtqml-tooling-svgtoqml.qdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/qml/doc/src/tools/qtqml-tooling-svgtoqml.qdoc (limited to 'src/qml/doc') diff --git a/src/qml/doc/src/tools/qtqml-tooling-svgtoqml.qdoc b/src/qml/doc/src/tools/qtqml-tooling-svgtoqml.qdoc new file mode 100644 index 0000000000..28d2683ff9 --- /dev/null +++ b/src/qml/doc/src/tools/qtqml-tooling-svgtoqml.qdoc @@ -0,0 +1,17 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! +\page qtqml-tooling-svgtoqml.html +\title svgtoqml +\brief The SVG to QML converter tool +\ingroup qtqml-tooling + +svgtoqml is a command line tool shipped with Qt that converts an SVG document +to a QML file. This QML file can then be used as a component in Qt Quick +applications. + +\note svgtoqml is currently in a Tech Preview stage. It only supports +a limited subset of what the QtSvg module supports. + +*/ -- cgit v1.2.3