Skip to content

Update float-cmp

Bastien Orivel requested to merge Eijebong/librsvg:float-cmp into master

I chose to change the signature of approx_eq_cairo to take a f64 instead of a &f64 to avoid having to dereference it in the function as it looks better when calling that method.

Merge request reports