From 645e1ee76b56fe351170bd76d54dd08d56bb917f Mon Sep 17 00:00:00 2001 From: Hatem ElKharashy Date: Mon, 25 Mar 2024 13:24:51 +0200 Subject: VectorImage: support stroke styling for paths SVG different stroke attibutes can be easily mapped to QQuickShapePath properties. Task-number: QTBUG-121650 Change-Id: Id52f3e7d99a81c84851b7a7645f75fdee1efbaeb Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg | 11 +++++++++++ tests/manual/svg/data/styling/stroking_capStyle_shapes_2.svg | 12 ++++++++++++ tests/manual/svg/data/styling/stroking_dash.svg | 10 ++++++++++ .../manual/svg/data/styling/stroking_joinStyle_shapes_1.svg | 12 ++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg create mode 100644 tests/manual/svg/data/styling/stroking_capStyle_shapes_2.svg create mode 100644 tests/manual/svg/data/styling/stroking_dash.svg create mode 100644 tests/manual/svg/data/styling/stroking_joinStyle_shapes_1.svg (limited to 'tests/manual') diff --git a/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg b/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg new file mode 100644 index 0000000000..9448fcb527 --- /dev/null +++ b/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tests/manual/svg/data/styling/stroking_capStyle_shapes_2.svg b/tests/manual/svg/data/styling/stroking_capStyle_shapes_2.svg new file mode 100644 index 0000000000..1d52d2d247 --- /dev/null +++ b/tests/manual/svg/data/styling/stroking_capStyle_shapes_2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/tests/manual/svg/data/styling/stroking_dash.svg b/tests/manual/svg/data/styling/stroking_dash.svg new file mode 100644 index 0000000000..5fdefa4cce --- /dev/null +++ b/tests/manual/svg/data/styling/stroking_dash.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/tests/manual/svg/data/styling/stroking_joinStyle_shapes_1.svg b/tests/manual/svg/data/styling/stroking_joinStyle_shapes_1.svg new file mode 100644 index 0000000000..1da775a97e --- /dev/null +++ b/tests/manual/svg/data/styling/stroking_joinStyle_shapes_1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.3