RazrFalcon / tiny-skia

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

Support subpixel pattern tile offsets #83

Open RazrFalcon opened 1 year ago

RazrFalcon commented 1 year ago

Currently, patterns can be tiled only using integer offsets.

Have to figure out if this is a Skia limitation to begin with and if not then implement it in tiny-skia as well.

We basically need xStep/yStep from CGPattern.