mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
4aa0ef9f98
With this, you can scale, flip, and rotate vector graphics in the image viewer like any other image, but with no pixelation :^) With this change, vector graphics are decoded in-process (since there's no standard way to encode them over IPC, a new encoding would be needed for each format, which would be pretty much just be recreating that format). Raster images are still decoded out of process, so the surface area for attack is still kept to a minimum. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
MainWidget.cpp | ||
MainWidget.h | ||
ViewWidget.cpp | ||
ViewWidget.h |