mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibWeb: Apply CSS scaling to SVG elements
Not sure why this was not done before, not now it works easily :^)
This commit is contained in:
parent
cf23a2b82d
commit
d0496ae9b8
5 changed files with 18 additions and 7 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
DevicePixels floored_device_pixels(CSSPixels css_pixels) const;
|
||||
DevicePixels rounded_device_pixels(CSSPixels css_pixels) const;
|
||||
DevicePixelPoint rounded_device_point(CSSPixelPoint) const;
|
||||
DevicePixelPoint floored_device_point(CSSPixelPoint) const;
|
||||
DevicePixelRect enclosing_device_rect(CSSPixelRect) const;
|
||||
DevicePixelRect rounded_device_rect(CSSPixelRect) const;
|
||||
DevicePixelSize enclosing_device_size(CSSPixelSize) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue