abu-irrational

Results 8 comments of abu-irrational

Tested your fix: I should say that it's only partially fixed. The worst cases causing huge processing times are fixed, but there are still simple (degenerate cubics) that are not...

I'm not sure what I've found regarding degenerate cubics not rendered such as (0,0) (0,100) (0,100) (0,0) or more generally cubics like {pA pB pB pA} but I've found some...

My suggestions: how to scale the bbox, 4 choices, (2 bits) * STRETCH (or FILL) - no aspect ratio preserved * XYFIT (or BESTFIT) - aspect ratio preserved, blPath centered...

I personally think those SVG setups are unnecessarily complex and use unintuitive terms. In any case, the two notations are equivalent. Among my suggestions, YINVERT and XINVERT are a (questionable)...

I hadn't blitImage in my mind, time to refresh my mind ... If I'm not wrong, when you do blitImage() to a rect, the image is stretched (FILL stretch) to...

? what does it means ? Are you talking about the format of the numerical coordinates ? The only valid format should be the standard (american?) notation, eg "12345.02" or...

Just a correction: What I'm trying to do is working with PRGB32 images (not XRGB32 images) and A8 images. You should then correct the above fiddle script. Anyway, the result...

That's Ok. You can close this issue.