mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
feat(调整填充): 默认不填充
This commit is contained in:
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user