Open andrew-klaassen opened 6 years ago
setSmoothInStyles in BitmapSmoothingMutator gets the argument order of FSBitmap wrong - repeat and smooth are reversed. As a result, forceBitmapSmoothing is actually converting clipped bitmaps to repeating bitmaps.
I've committed the (very simple) fix as https://github.com/andrew-klaassen/Swivel/commit/b07332a4c7b70b7c2c0c831283286e83ac7056fb.
We noticed the issue when mysterious lines started showing up in renders.
setSmoothInStyles in BitmapSmoothingMutator gets the argument order of FSBitmap wrong - repeat and smooth are reversed. As a result, forceBitmapSmoothing is actually converting clipped bitmaps to repeating bitmaps.
I've committed the (very simple) fix as https://github.com/andrew-klaassen/Swivel/commit/b07332a4c7b70b7c2c0c831283286e83ac7056fb.
We noticed the issue when mysterious lines started showing up in renders.