bevy_prototype_lyon icon indicating copy to clipboard operation
bevy_prototype_lyon copied to clipboard

Added temp support for relative quadratic beziers, but need to revert to Lyon when new version comes out

Open TheLeonsver1 opened this issue 4 years ago • 0 comments

Relative quadratic bezier curves(lower case q character) as part of SvgPathBuilder in Lyon 0.17.0 - 0.17.5 are broken. They are fixed on Lyon master in this commit: https://github.com/nical/lyon/commit/d22abdbf376d141f48a7acdec587adb3a486403f

We need to revert back to svg_builder.relative_quadratic_bezier_to() from Lyon once it's released temporary fix added in this commit: https://github.com/Nilirad/bevy_prototype_lyon/pull/74/commits/e88b461d03038bf636f7af8db32ed59b747782ef

TheLeonsver1 avatar Feb 25 '21 02:02 TheLeonsver1