Commit graph

6 commits

Author SHA1 Message Date
Hermet Park
7730f8ba8b renderer: properly support stroke bounding box after scaling.
The stroke bounding box in ThorVG was previously only approximated,
as the stroke transformation was mistakenly omitted. This has now
been enhanced.

The stroke join/corner is still not taken into account in the
bounding box computation...
2025-07-24 19:08:43 +09:00
Hermet Park
0cb903c711 example: updated BoundingBox
take cover the stroke + matrix use-case.
2025-07-24 19:08:43 +09:00
Hermet Park
543b705f2e example: code clean up++
Some checks are pending
Android / build_x86_64 (push) Waiting to run
Android / build_aarch64 (push) Waiting to run
iOS / build_x86_64 (push) Waiting to run
iOS / build_arm64 (push) Waiting to run
macOS / build (push) Waiting to run
macOS / compact_test (push) Waiting to run
macOS / unit_test (push) Waiting to run
Ubuntu / build (push) Waiting to run
Ubuntu / compact_test (push) Waiting to run
Ubuntu / unit_test (push) Waiting to run
Windows / build (push) Waiting to run
Windows / compact_test (push) Waiting to run
Windows / unit_test (push) Waiting to run
that exception handling is helpless
2025-07-09 18:47:01 +09:00
Hermet Park
a4ed00b08e examples: ++bounding box 2025-04-10 12:32:06 +09:00
Hermet Park
f01a9681ca example: ++bounding box 2025-03-20 13:26:25 +09:00
Hermet Park
5c2e898cca examples: added bounding box sample 2025-03-05 14:46:55 +09:00