mirror of https://github.com/anoshenko/rui.git
Merge pull request #10 from anoshenko/bug-fixes/polygon-clip-shape
This commit is contained in:
commit
0c4aa9bfc6
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue