Merge pull request #10 from anoshenko/bug-fixes/polygon-clip-shape

This commit is contained in:
Alexei Anoshenko 2025-05-22 11:46:07 +03:00 committed by GitHub
commit 0c4aa9bfc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ func (clip *polygonClipData) points() []any {
func (clip *polygonClipData) writeString(buffer *strings.Builder, indent string) {
buffer.WriteString("inset { ")
buffer.WriteString("polygon { ")
if points := clip.points(); points != nil {
buffer.WriteString(string(Points))