diff --git a/SVG.md b/SVG.md index 30f0e57..d5408fb 100644 --- a/SVG.md +++ b/SVG.md @@ -124,10 +124,13 @@ Can use font-family and font-size CSS styling ## Group -- `` +- no special attributes, so use transform - can put multiple elements inside it. - positioning and styling apply to children +```xml + +``` ## Documentation