Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
"<g>"
Creates a group of elements which can be transformed as a single object.
DOM object:
SVGGElement
SVG2 spec:
https://www.w3.org/TR/SVG2/struct.html#GElement
<
g
transform
=
"translate(50 100)"
>
<
rect
width
=
"100"
height
=
"100"
fill
=
"black"
/>
<
rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
fill
=
"lime"
/>
</
g
>
Elements: Structural
Generated by
1.15.0