From 60746eb825ca97dfcdefd6c73ab253ab81325343 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 30 Jun 2026 21:47:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B0=83=E6=95=B4=E5=A1=AB=E5=85=85):=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ofdgo_renderer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofdgo_renderer.go b/ofdgo_renderer.go index 42afb79..94f062e 100644 --- a/ofdgo_renderer.go +++ b/ofdgo_renderer.go @@ -637,7 +637,7 @@ func (r *Renderer) renderPath(ctx *canvas.Context, obj PathObject, pageH float64 p = rectPath } clipPath := r.buildClipPath(obj.Clips, pageH, bx, by, ctm) - shouldFill := true + shouldFill := false if obj.Fill != nil { shouldFill = *obj.Fill }