Hi,I've been trying out CanvasKit wasm and I'm noticing that when I draw a stroked rounded rect with AA, it always uses GrSoftwarePathRenderer. Is this expected?
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/955cdf66-a5f3-41c0-a718-51cb7285cff2%40googlegroups.com.
canvas.drawRoundRect(...)Is it a simple rounded rect, i.e., are the radii on each corner the same? If so, that's not expected.
On Fri, Jan 10, 2020 at 9:50 PM Sidhu Alluri <si...@projector.com> wrote:
Hi,--I've been trying out CanvasKit wasm and I'm noticing that when I draw a stroked rounded rect with AA, it always uses GrSoftwarePathRenderer. Is this expected?
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/955cdf66-a5f3-41c0-a718-51cb7285cff2%40googlegroups.com.