Implement InputCapture portal as Google SoC project?

2024-03-14 Thread David Redondo
Am Donnerstag, 14. März 2024, 02:02:57 CET schrieb Gabe Klavans: > Hello! > > I'm a newish software developer and I've had my eye on this issue for > implementing the InputCapture portal in KDE for a while > https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/issues/12. From > my understandi

resvg

2024-03-14 Thread Igor Mironchik
Hello, What do you think about https://github.com/RazrFalcon/resvg in case of processing and rendering SVGs? Judging by README it's impressive library with a lot of implemented SVG features. It's written in Rust, but can be used as C library and has Qt binding. Do you have any plans to hav

Re: resvg

2024-03-14 Thread Sune Vuorela
On 2024-03-14, Igor Mironchik wrote: > Hello, > > What do you think about https://github.com/RazrFalcon/resvg in case of > processing and rendering SVGs? > > Do you have any plans to have this in Craft? With the current revitalization of QtSvg, I kind of think we should work harder with that rat

Re: resvg

2024-03-14 Thread Kai Uwe Broulik
Hi, yeah I don’t see the appeal. Qt SVG has also finally seen some love in Qt 6.7 which addresses many of the issues we’ve had. If there’s more, we can fix it. Cheers Kai Uwe Am 14.03.24 um 13:53 schrieb Igor Mironchik: Hello, What do you think about https://github.com/RazrFalcon/resvg in

[ANNOUNCE] CMake 3.29.0-rc4 is ready for testing

2024-03-14 Thread John Parent
I am proud to announce the fourth CMake 3.29 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.29 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.29/release/3.29.html Release milestone is avail

Re: resvg

2024-03-14 Thread Laura David Hurka
On Thursday, March 14, 2024 2:04:45 PM CET Sune Vuorela wrote: > On 2024-03-14, Igor Mironchik wrote: > > Hello, > > > > What do you think about https://github.com/RazrFalcon/resvg in case of > > processing and rendering SVGs? > > > > Do you have any plans to have this in Craft? > > With the cu

Re: resvg

2024-03-14 Thread Страшила
пт, 15 мар. 2024 г., 00:51 Laura David Hurka : > On Thursday, March 14, 2024 2:04:45 PM CET Sune Vuorela wrote: > > On 2024-03-14, Igor Mironchik wrote: > > > Hello, > > > > > > What do you think about https://github.com/RazrFalcon/resvg in case of > > > processing and rendering SVGs? > > > > > >

Re: resvg

2024-03-14 Thread Matthias Klumpp
Am Fr., 15. März 2024 um 05:38 Uhr schrieb Страшила : > пт, 15 мар. 2024 г., 00:51 Laura David Hurka : >> >> On Thursday, March 14, 2024 2:04:45 PM CET Sune Vuorela wrote: >> > On 2024-03-14, Igor Mironchik wrote: >> > > Hello, >> > > >> > > What do you think about https://github.com/RazrFalcon/re

Re: resvg

2024-03-14 Thread Jin Liu
Any example of "process an SVG document in a different way than to render it"? Laura David Hurka 于2024年3月15日周五 05:57写道: > > On Thursday, March 14, 2024 2:04:45 PM CET Sune Vuorela wrote: > > On 2024-03-14, Igor Mironchik wrote: > > > Hello, > > > > > > What do you think about https://github.com/