Lennart Regebro

Results 99 comments of Lennart Regebro

Good point about the sweep flag, I hadn't thought about that. I think arcs might have to be beziers when skewing, but I haven't looked at getting beziers right yet.

Yeah, you are right, I drew out some skewed shapes yesterday and I thought the beziers looked bad, but now I have written tests that confirm them point by point,...

Looks like it is doable, once you decode the arcane maths: https://math.stackexchange.com/questions/2068583/when-you-skew-an-ellipse-how-do-you-calculate-the-angle-of-rotation-and-the-new

![image](https://user-images.githubusercontent.com/820596/235990746-1d87f692-6b5c-4231-a37d-7a1454c643e1.png) Going forward

There's no g and h in SVG, though, so I don't need to implement them, luckily. If the interface doesn't return a new PathSegment, but a list of new PathSegments,...

Well, suddenly while testing an x-skew and a y-skew created a rotation, but the wrong direction, so yeah, mine brain is definitely struggling. But it's going forward.

There is no dependency on ensurepip in pyroma, I think this is a problem with your setup.

It's not unusual to have packages called "python-something" for python integration of libraries called "something" especially when somebody tried to implement "something" and abandoned it half-way. So disqualifying them isn't...

What encoding did you use? I can't find a single encoding that has this effect. I will get encoding errors, and they are wrapped in many errors, so trying to...