RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.05k stars 67 forks source link

Expose map_points #33

Closed jeffreyrosenbluth closed 2 years ago

jeffreyrosenbluth commented 3 years ago

Could you expose this function so that the user can call it. It would be very useful to apply a transform to a slice of Points

https://github.com/RazrFalcon/tiny-skia/blob/2e6aa247308867f2715399d12dc2afb454b925c7/src/transform.rs#L212

RazrFalcon commented 3 years ago

Sure, sounds good.