1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:58:12 +00:00
serenity/Tests/LibWeb/Layout/input/svg
MacDue 0af8d81f48 LibWeb: Layout SVG <mask> elements (but don't paint them)
This allows SVG mask elements to have layout computed, but not connected
to the main paint tree. They should only be reachable if (and painted)
if referenced by the "mask" attribute of another element.

This is controlled by the forms_unconnected_subtree() function on the
paintable, which (if it returns true) prevents the paintable from being
added as a child to what would be its parent.
2023-09-19 10:46:05 +02:00
..
dont-stretch-fit-svg-with-indefinite-containing-block-width.html LibWeb: Make stretch-fit return 0 when the available size is indefinite 2023-06-13 16:14:45 +02:00
rectangle.svg LibWeb: Add a very basic test for SVG-as-image 2023-05-21 07:44:29 +02:00
svg-as-image-implicit-viewbox.html LibWeb: Use width & height to create fallback viewBox for SVG-as-image 2023-06-20 11:34:09 +02:00
svg-as-image-invalid.html LibWeb: Do not crash inside SVGDecodedImageData on invalid SVG input 2023-06-21 19:10:37 +02:00
svg-as-image.html LibWeb: Add a very basic test for SVG-as-image 2023-05-21 07:44:29 +02:00
svg-different-types-of-opacity.html LibWeb: Fix parsing bug for SVG attributes 2023-08-17 17:48:34 +02:00
svg-fill-with-bogus-url.html LibWeb: Fix null dereference on SVG element with bogus fill URL 2023-05-19 15:41:34 +02:00
svg-g-with-opacity.html LibWeb: Size SVG G container according to children 2023-08-17 17:48:34 +02:00
svg-inside-svg.html LibWeb: Layout <svg> nested inside <svg> 2023-04-19 07:52:26 +02:00
svg-intrinsic-size-in-one-dimension.html LibWeb: Support <svg> elements with display: block 2023-05-20 08:49:42 +02:00
svg-negative-elliptical-arg-number.html LibWeb: Consume sign in SVG::parse_elliptical_arg_argument 2023-05-26 14:54:00 +02:00
svg-path-with-implicit-lineto.html LibWeb: Support implicit lineto commands after moveto in SVG paths 2023-04-17 14:18:45 +02:00
svg-symbol-with-viewbox.html LibWeb: Use viewbox attribute in SVG symbol element 2023-08-01 14:40:51 +02:00
svg-with-css-variable-in-presentation-hint.html LibWeb: Resolve CSS variables if present in SVG presentation attributes 2023-05-24 06:43:21 +02:00
svg-with-display-block.html LibWeb: Support <svg> elements with display: block 2023-05-20 08:49:42 +02:00
svg-with-zero-intrinsic-size-and-no-viewbox.html LibWeb: Don't infer SVG viewBox if width and/or height is zero 2023-06-20 20:55:12 +02:00
svg-with-zero-intrinsic-size-and-no-viewbox.svg LibWeb: Don't infer SVG viewBox if width and/or height is zero 2023-06-20 20:55:12 +02:00
svg-without-viewbox.svg LibWeb: Use width & height to create fallback viewBox for SVG-as-image 2023-06-20 11:34:09 +02:00
text-fill-none.html LibWeb: Do not crash if "fill: none" is specified for svg text 2023-07-13 18:43:21 +02:00