1# Keywords taken from 2# - https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Introduction 3# - https://css-tricks.com/svg-properties-and-css/ 4 5"<?xml version=\"1.0\" encoding=\"utf-8\"?>" 6"standalone=" 7"version=" 8"encoding=" 9"<?xml" 10"?>" 11"/>" 12"<![CDATA[" 13 14# tags 15"<svg" 16"xmlns=\"http://www.w3.org/2000/svg\"" 17"<a" 18"<animate" 19"<animateMotion" 20"<animateTransform" 21"<circle" 22"<clipPath" 23"<color-profile" 24"<defs" 25"<desc" 26"<discard" 27"<ellipse" 28"<feBlend" 29"<feColorMatrix" 30"<feComponentTransfer" 31"<feComposite" 32"<feConvolveMatrix" 33"<feDiffuseLighting" 34"<feDisplacementMap" 35"<feDistantLight" 36"<feDropShadow" 37"<feFlood" 38"<feFuncA" 39"<feFuncB" 40"<feFuncG" 41"<feFuncR" 42"<feGaussianBlur" 43"<feImage" 44"<feMerge" 45"<feMergeNode" 46"<feMorphology" 47"<feOffset" 48"<fePointLight" 49"<feSpecularLighting" 50"<feSpotLight" 51"<feTile" 52"<feTurbulence" 53"<filter" 54"<foreignObject" 55"<g" 56"<hatch" 57"<hatchpath" 58"<image" 59"<line" 60"<linearGradient" 61"<marker" 62"<mask" 63"<mesh" 64"<meshgradient" 65"<meshpatch" 66"<meshrow" 67"<metadata" 68"<mpath" 69"<path" 70"<pattern" 71"<polygon" 72"<polyline" 73"<radialGradient" 74"<rect" 75"<rect" 76"<script" 77"<script>" 78"<set" 79"<solidcolor" 80"<stop" 81"<style" 82"<svg" 83"<switch" 84"<symbol" 85"<text" 86"<textArea" 87"<textPath" 88"<title" 89"<title>" 90"<tspan" 91"<unknown" 92"<use" 93"<view" 94 95 96# attributes 97"alignment-baseline" 98"baseline-shift" 99"class" 100"color" 101"cursor" 102"cx" 103"cy" 104"direction" 105"display" 106"dominant-baseline" 107"editable" 108"fill" 109"fill-opacity" 110"font-family" 111"font-size" 112"font-size-adjust" 113"font-stretch" 114"font-style" 115"font-variant" 116"font-weight" 117"glyph-orientation-horizontal" 118"glyph-orientation-vertical" 119"gradientUnits" 120"height" 121"kerning"" 122"letter-spacing" 123"offset" 124"overflow" 125"patternContentUnits" 126"pointer-events" 127"points" 128"rotate" 129"rx" 130"ry" 131"spreadMethod" 132"stop-color" 133"stop-opacity" 134"stroke" 135"stroke-dasharray" 136"stroke-linecap" 137"stroke-linejoin" 138"stroke-opacity" 139"stroke-width" 140"style" 141"text-anchor" 142"text-decoration" 143"textlength" 144"transform" 145"unicode-bidi" 146"visibility" 147"width" 148"word-spacing" 149"writing-mode" 150"x1" 151"x2" 152"y1" 153"y2" 154 155# attributes' values 156"bounding-Box" 157"repeat" 158"display" 159"transparent" 160"orange" 161"round" 162"butt" 163"userSpaceOnUse" 164"objectBoundingBox" 165"square" 166"miter" 167"bevel" 168"translate(" 169"rotate(" 170"matrix(" 171