The video is not conforming to the border-radius container and is displaying as a rectangle instead.
After investigating the SkiaRenderer::PrepareCanvas method, I found that the following condition is not being met:I have a working case in Chromium v108 where I discovered the fillQuadWithEdgeAA API in the Device_drawTexture.cpp file.
If I avoid using this method, the video border radius does not apply in Chromium v108. Ultimately, all methods lead to the addDrawOp method in the SurfaceDrawContext.cpp file.
Could you advise on which specific method is responsible for applying rounded corners and transparency ?
--
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/e52ee4fb-ce60-4c95-81fc-1fc9f28898adn%40googlegroups.com.