.. |
a-element-prototype.html
|
LibWeb: Set the correct prototype for SVGAElement instances
|
2024-06-28 17:10:52 +02:00 |
getBBox-outermost-svg-element-crash.html
|
LibWeb: Don't crash when calling getBBox() on the outermost SVG element
|
2024-09-07 14:35:02 +02:00 |
gradient-with-reference-cycle.html
|
LibWeb: Handle reference cycles in SVG gradient linking
|
2024-03-11 18:29:10 +01:00 |
svg-circle-detached.html
|
LibWeb: Don't crash when querying detached circle element properties
|
2024-03-23 20:56:26 +01:00 |
svg-className-attribute.html
|
LibWeb: Implement SVGElement.className
|
2024-07-10 10:28:43 +02:00 |
svg-element-proto.html
|
Meta: Set constructor prototype in IDLGenerators
|
2024-11-26 12:44:05 +00:00 |
svg-getbbox-transform-with-no-inverse.html
|
LibWeb/SVG: Ensure SVG transform has an inverse before using it
|
2024-07-22 09:13:25 +02:00 |
svg-href-qualified-name.html
|
LibWeb: Properly append attributes to element when creating an Element
|
2023-11-05 11:16:16 +00:00 |
svg-href.html
|
LibWeb: Implement SVGUseElement#href
|
2023-12-30 18:50:29 +01:00 |
svg-ownerSVGElement-attribute.html
|
LibWeb/SVG: Implement SVGElement.ownerSVGElement
|
2024-07-16 21:43:53 +02:00 |
svg-script-element.html
|
LibWeb: Add support for inline SVG element scripts
|
2023-11-05 11:16:16 +00:00 |
svg-svg-getElementById.html
|
LibWeb: Make SVGSVGElement.getElementById() return Element? (nullable)
|
2025-01-21 02:06:33 +01:00 |
svg-viewBox-attribute.html
|
LibWeb: Add SVGSVGElement.viewBox attribute
|
2024-01-25 08:23:41 +01:00 |
svg-viewbox-zero-height.html
|
LibWeb: Avoid division by zero when calculating SVG viewbox aspect ratio
|
2024-03-17 12:54:02 +01:00 |