Kevin

Results 8 comments of Kevin

Hi, @kiri11ko, can you post full code, so I can better understand your question!

Hi, Robert: this project is mainly focusing on XML parsing and XML construction, editing tag is not support yet. Thanks Kevin

There is currently no such method yet, but I think it's useful, will add it in further release ~

Yeah, this feature has not been implemented yet~

the rendering is OK, and I found the code issue: func moveTo() throws -> SVGCommand { let numbers = try assertArgs(2) return .moveTo(SVGPoint(x: numbers[0], y: -numbers[1])) } the y coordinate...

em, I see! I think it's better not to change the Y value in the parse phase, but to multiply the corresponding transformation matrix according to different coordinate systems, do...