Age | Commit message (Expand) | Author |
---|---|---|
2023-05-30 | LibWeb: Render svg-as-image with 1:1 scaling factor | Simon Wanner |
2023-05-24 | LibWeb: Make CSSPixels and Length use 64-bit (double) floating point | Andreas Kling |
2023-05-21 | LibWeb: Calculate intrinsic size and aspect ratio for SVG-as-image | Andreas Kling |
2023-05-21 | LibWeb: Render SVG-as-image into an isolated top-level browsing context | Andreas Kling |
2023-05-21 | LibWeb: Have ImageProvider bitmap getter take optional size argument | Andreas Kling |
2023-05-21 | LibWeb: Stub out a new SVGDecodedImageData class | Andreas Kling |