1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00
serenity/Tests/LibWeb/Layout/expected/svg
MacDue 163b6bb401 LibWeb: Special case SVG masks during layout
Rather than try to lay out masks normally, this updates the TreeBuilder
to create layout nodes for masks as a child of their user (i.e. the
masked element). This allows each use of a mask to be laid out
differently, which makes supporting `maskContentUnits=objectBoundingBox`
fairly easy.

The `SVGFormattingContext` is then updated to lay out masks last (as
their sizing may depend on their parent), and treats them like
viewports.

This is pretty ad-hoc, but the SVG specification does not give any
guidance on how to actually implement this.
2024-03-12 08:51:50 +01:00
..
dont-stretch-fit-svg-with-indefinite-containing-block-width.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
inline-svg-with-zero-intrinsic-size-and-no-viewbox.txt headless-browser: Run .svg dump tests 2024-02-18 18:33:11 +01:00
nested-viewports.txt LibWeb: Add initial support for nesting SVG viewports 2024-01-27 18:12:13 +01:00
objectBoundingBox-mask.txt LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
svg-as-image-implicit-viewbox.txt LibWeb: Only propagate CSS overflow to the viewport once per tree build 2023-11-02 20:50:48 +01:00
svg-as-image-invalid.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
svg-as-image.txt LibWeb: Only propagate CSS overflow to the viewport once per tree build 2023-11-02 20:50:48 +01:00
svg-circle-percentage-attr.txt LibWeb: Update SVG <circle> element to use geometry properties 2024-03-04 10:50:32 +01:00
svg-different-types-of-opacity.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-fill-with-bogus-url.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-g-with-opacity.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-inside-svg-with-xy.txt LibWeb: Support x and y attributes on nested SVGs 2024-01-29 10:01:10 +00:00
svg-inside-svg.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-intrinsic-size-in-one-dimension.txt LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 2023-11-05 02:46:46 +01:00
svg-negative-elliptical-arg-number.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-path-with-implicit-lineto.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-symbol-with-viewbox.txt LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
svg-with-css-variable-in-presentation-hint.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
svg-with-display-block.txt LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 2023-11-05 02:46:46 +01:00
svg-with-zero-intrinsic-size-and-no-viewbox.txt headless-browser: Run .svg dump tests 2024-02-18 18:33:11 +01:00
svg-with-zero-sized-viewBox.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
text-fill-none.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
use-honor-outer-viewBox.txt LibWeb: Use SVGGraphicsBox for <symbol> and <use> elements 2024-03-12 08:51:50 +01:00