1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-18 21:27:34 +00:00
serenity/Tests/LibWeb/Ref/reference/images
MacDue 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text>
This makes use of the new Gfx::Path::text() to handle SVG text elements,
with this text is just a regular path, and can be manipulated like any
other graphics element.

This removes the SVGTextPaintable and makes both <text> and geometry
elements use a new (shared) SVGPathPaintable. This is identical to the
old SVGGeometryPaintable. This simplifies painting as once something is
resolved to a Gfx::Path, the painting logic is the same.
2023-11-05 02:46:46 +01:00
..
border-radius-ref.png Tests/LibWeb: Add border-radius ref test 2023-10-21 23:16:17 +02:00
canvas-path-rect-ref.png LibWeb: Add canvas context2d roundRect 2023-10-20 07:20:29 +02:00
css-gradients-ref.png LibWeb+headless-browser: Replace ref-test manifest with link tags 2023-09-13 08:48:19 +02:00
object-fit-position.png Tests/LibWeb: Add object-{fit,position} test 2023-10-31 07:03:05 +01:00
outer-box-shadow-ref.png Tests/LibWeb: Add outer box-shadow ref test 2023-10-22 18:38:22 +02:00
svg-gradient-spreadMethod-ref.png LibWeb+headless-browser: Replace ref-test manifest with link tags 2023-09-13 08:48:19 +02:00
svg-radialGradient-ref.png LibWeb+headless-browser: Replace ref-test manifest with link tags 2023-09-13 08:48:19 +02:00
svg-text-effects-ref.png LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 2023-11-05 02:46:46 +01:00
text-shadow-ref.png Tests/LibWeb: Add ref test for text-shadow 2023-10-26 08:38:16 +02:00