Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 1558fcb

Browse files
author
Yuncong Zhang
committed
Fix stencil issue.
1 parent 0eb4afb commit 1558fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/ui/renderer/cmdbufferCanvas/rendering/canvas_impl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ void _drawPathDrawMeshCallback(uiPaint p, uiMeshMesh fillMesh, uiMeshMesh stroke
549549

550550
if (strokeMesh != null) {
551551
layer.draws.Add(CanvasShader.strokeAlpha(layer, p, alpha, strokeMult, strokeMesh));
552+
layer.draws.Add(CanvasShader.stroke1(layer, strokeMesh));
552553
}
553554
}
554555

0 commit comments

Comments
 (0)