James Churchill
James Churchill
What happens if you load your Corel SVG's into Inkscape and send them to Visicut using the plugin?
Definitely a bug in Inkscape; px is incorrectly defined as 90dpi. Visicut's svg handler would have inherited that. It's fixed in the development version of Inkscape, not that that helps....
Just had a quick look in Visicut and it tries to determine which application generated the svg and sets the dpi appropriately. It explicitly detects Inkscape files and sets 90dpi...
Mainlining is a bunch of work, but it is the right way to go. I need to find the time and motivation to start on that job.
+1 to this. Heck, I'd personally be happy if all I got was the capability for `rauc write-slot` to take bundles as input and use it like it would any...
Yeah, I've since realised that as I continue to play about with things. Your previous suggestion seems useful - rather than always return the first inactive slot encountered, to return...
I had tried out your branch and it neatly solved the problem on my end. Thanks!
Size would work, but a simple checkbox in the UI to turn it on and off on a per-file basis would be nice too - then it'd be easy to...
To be more specific, "pause on debug" halts the timers *only* while the CPU is *halted* by the debugger. Not "when the debugger is connected". The result is that the...