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 }