feat(调整填充): 默认不填充

This commit is contained in:
2026-06-30 21:47:18 +08:00
parent 615daf0dc3
commit 60746eb825
+1 -1
View File
@@ -637,7 +637,7 @@ func (r *Renderer) renderPath(ctx *canvas.Context, obj PathObject, pageH float64
p = rectPath p = rectPath
} }
clipPath := r.buildClipPath(obj.Clips, pageH, bx, by, ctm) clipPath := r.buildClipPath(obj.Clips, pageH, bx, by, ctm)
shouldFill := true shouldFill := false
if obj.Fill != nil { if obj.Fill != nil {
shouldFill = *obj.Fill shouldFill = *obj.Fill
} }