Samuel Ugochukwu

Results 57 comments of Samuel Ugochukwu

@rossanoparis Yes, I understand now. To modify the attributes of a gradient or a pattern, you can use a similar approach with the `setAttribute` method. For example: ```cpp // To...

@rossanoparis I appreciate your detailed suggestions and the illustrative diagrams you provided. I'm confident that incorporating the `DomElement::getBBox` and `DomElement::getLocalTransform` methods will effectively address the concerns you raised regarding "transformations"...

@rossanoparis You can adjust SVG transformations with the following code. Feel free to ask any further questions! ```cpp void writeToPng(Document& document, const char* filename) { auto bitmap = document.renderToBitmap(); stbi_write_png(filename,...

Thank you, @seanharmer. I apologize for the delay in responding.

Hi @ifiddynine I reviewed the attached repro case and compared the rendering in Firefox and LunaSVG. However, I'm unable to observe any noticeable differences between the two when the image...

> > 60% to completion > > Hi, is there anything new? Did you manage to progress a little further? Engineering is choking... I will drop updates during easter holiday.

@ivantishchenko Well done! I'm kind of busy right now, but I'll let you know when I have time to do so.