summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGDecodedImageData.cpp
AgeCommit message (Expand)Author
2023-05-30LibWeb: Render svg-as-image with 1:1 scaling factorSimon Wanner
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-21LibWeb: Calculate intrinsic size and aspect ratio for SVG-as-imageAndreas Kling
2023-05-21LibWeb: Render SVG-as-image into an isolated top-level browsing contextAndreas Kling
2023-05-21LibWeb: Have ImageProvider bitmap getter take optional size argumentAndreas Kling
2023-05-21LibWeb: Stub out a new SVGDecodedImageData classAndreas Kling