wxwidgets/tests/graphics
Vadim Zeitlin 19aee81c1d Update nanosvg to the latest upstream version
This notably fixes crash with SVGs using 1 stop gradients.

Relax the check in a test added in #24064 as it doesn't quite pass with
the new version -- this is somewhat suspicious but as it wasn't really
clear where did the original tolerance of 3 come from, it doesn't seem
to be a huge problem to increase it to 4 neither.

Closes #24213.
2024-01-19 21:17:43 +01:00
..
affinematrix.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bitmap.cpp Add wxBitmap::CreateWithLogicalSize() 2024-01-09 03:15:56 +01:00
bmpbundle.cpp Update nanosvg to the latest upstream version 2024-01-19 21:17:43 +01:00
boundingbox.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
clipper.cpp Use WaitFor() and new YieldForAWhile() helpers in the tests 2023-10-02 15:10:36 +02:00
clippingbox.cpp Use WaitFor() and new YieldForAWhile() helpers in the tests 2023-10-02 15:10:36 +02:00
colour.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
coords.cpp Refactor tests to utilize sections 2022-12-06 22:32:35 +01:00
ellipsization.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
graphbitmap.cpp Add wxHAS_PREMULTIPLIED_ALPHA to abstract if wxBitmap pixels are premultiplied. 2023-11-26 13:23:52 -08:00
graphmatrix.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
graphpath.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
imagelist.cpp Return index of first added image in wxImageList::Add() 2023-12-28 12:49:47 -08:00
measuring.cpp Fix or skip other failures in the tests under wxQt 2023-11-01 00:39:19 +01:00