|
|
@ -495,7 +495,7 @@ fun ElementScope<SVGElement>.Polygon( |
|
|
|
TagElement( |
|
|
|
TagElement( |
|
|
|
elementBuilder = Polygon, |
|
|
|
elementBuilder = Polygon, |
|
|
|
applyAttrs = { |
|
|
|
applyAttrs = { |
|
|
|
points(points) |
|
|
|
points(points = points) |
|
|
|
attrs?.invoke(this) |
|
|
|
attrs?.invoke(this) |
|
|
|
}, |
|
|
|
}, |
|
|
|
content = content |
|
|
|
content = content |
|
|
@ -512,7 +512,7 @@ fun ElementScope<SVGElement>.Polyline( |
|
|
|
TagElement( |
|
|
|
TagElement( |
|
|
|
elementBuilder = Polyline, |
|
|
|
elementBuilder = Polyline, |
|
|
|
applyAttrs = { |
|
|
|
applyAttrs = { |
|
|
|
points(points) |
|
|
|
points(points = points) |
|
|
|
attrs?.invoke(this) |
|
|
|
attrs?.invoke(this) |
|
|
|
}, |
|
|
|
}, |
|
|
|
content = content |
|
|
|
content = content |
|
|
|