native-path2d

skia-path2d click:miss

当绘制模式是Stroke时,右边画布并不是使用canvas stroke来绘制,而是通过PathStroker生成描边轮廓用canvas fill

When the drawing mode is set to Stroke, the right canvas does not use the canvas stroke method for rendering. Instead, it generates stroke outlines through PathStroker and renders them using canvas fill.