serenity/Tests/LibGfx
Nico Weber d569238896 LibGfx: Add support for stroke dash patterns
This adds support for dash patterns to Path::stroke_to_fill().
This is used in PDFs, <canvas>, and <svg>.

The implementation is based on the <canvas> spec. It seems to do
the right thing for PDF files too.

(This commit only adds the feature to LibGfx. Future commits will
hook this up for PDF, <canvas>, and <svg>.)
2024-11-07 09:12:13 -05:00
..
test-inputs
BenchmarkGfxPainter.cpp
BenchmarkJPEGLoader.cpp
BenchmarkPNG.cpp
CMakeLists.txt LibGfx+Tests: Fix infinite loop in butt line cap drawing 2024-09-27 20:18:55 -04:00
TestColor.cpp
TestDeltaE.cpp
TestFontHandling.cpp
TestGfxBitmap.cpp
TestICCProfile.cpp
TestImageDecoder.cpp
TestImageWriter.cpp
TestMedianCut.cpp
TestPainter.cpp
TestParseISOBMFF.cpp
TestPath.cpp LibGfx: Add support for stroke dash patterns 2024-11-07 09:12:13 -05:00
TestRect.cpp
TestScalingFunctions.cpp LibGfx: Move Gfx::Painter::ScalingMode => Gfx::ScalingMode 2024-10-01 19:53:31 -04:00
TestWOFF.cpp
TestWOFF2.cpp