servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.56k stars 198 forks source link

bugfix #436 which endless loop in clip::clip_line_segment_to_rect method #438

Closed colorhook closed 3 years ago

colorhook commented 3 years ago

There was a spelling mistake in clip::clip_line_segment_to_rect

the if-else expression made repeated judgments for Outcode::LEFT

see: https://github.com/servo/pathfinder/issues/436