servo / pathfinder

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

The scope of the unsafe block can be appropriately reduced #518

Open cactter opened 1 year ago

s3bk commented 1 year ago

unsafe blocks encapsulate the code that needs to be correct to ensure soundness. The value and type of vector are critical here, so reducing the block is (in my opinion) not correct.