RazrFalcon / tiny-skia

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

Misleading copy-pasted comment #52

Closed torokati44 closed 1 year ago

torokati44 commented 1 year ago

https://github.com/RazrFalcon/tiny-skia/blob/dadcf867130d04303f58be450e5e7385c5ea1237/path/src/stroker.rs#L1959

Should be: // A zero-len subpath with a square line cap produces a square.

RazrFalcon commented 1 year ago

Thanks, will fix.