servo / euclid

Geometry primitives (basic linear algebra) for Rust
Other
462 stars 103 forks source link

Fix `Size3D::is_empty()`. #517

Closed kpreid closed 4 months ago

kpreid commented 4 months ago

It processed the depth coordinate backwards and would therefore usually return false.

nical commented 4 months ago

Thanks!