thorvg/src
Mira Grudzinska 266f988835 api: handling values <= 0 in strokeDash() api
The API allows now values <= 0 for dashes and gaps. Negative values
are treated as zero. The exception is when all provided values
are <= 0, in which case the dash is ignored.
This fixes the issue when dash = 0 was provided for strokes with round
or butt caps - the dot was not drawn, even though it should have been.

docs: the strokeDash API behavior's clarification for odd numbers
of values in dashPattern and refinement of the accepted values.
2025-06-23 11:44:13 +02:00
..
bindings api: handling values <= 0 in strokeDash() api 2025-06-23 11:44:13 +02:00
common gl_engine: remove the outdated tesseletion mechanics 2025-06-19 02:10:50 +09:00
loaders api: handling values <= 0 in strokeDash() api 2025-06-23 11:44:13 +02:00
renderer api: handling values <= 0 in strokeDash() api 2025-06-23 11:44:13 +02:00
savers renderer: ++wasm build portability 2025-03-12 13:14:13 +09:00
meson.build infra: added double-precison promotion warning 2025-02-12 19:12:06 +09:00