diff options
Diffstat (limited to 'dictionaries/svg.dict')
-rw-r--r-- | dictionaries/svg.dict | 170 |
1 files changed, 170 insertions, 0 deletions
diff --git a/dictionaries/svg.dict b/dictionaries/svg.dict new file mode 100644 index 00000000..ca38b6b3 --- /dev/null +++ b/dictionaries/svg.dict @@ -0,0 +1,170 @@ +# Keywords taken from +# - https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Introduction +# - https://css-tricks.com/svg-properties-and-css/ + +"<?xml version=\"1.0\" encoding=\"utf-8\"?>" +"standalone=" +"version=" +"encoding=" +"<?xml" +"?>" +"/>" +"<![CDATA[" + +# tags +"<svg" +"xmlns=\"http://www.w3.org/2000/svg\"" +"<a" +"<animate" +"<animateMotion" +"<animateTransform" +"<circle" +"<clipPath" +"<color-profile" +"<defs" +"<desc" +"<discard" +"<ellipse" +"<feBlend" +"<feColorMatrix" +"<feComponentTransfer" +"<feComposite" +"<feConvolveMatrix" +"<feDiffuseLighting" +"<feDisplacementMap" +"<feDistantLight" +"<feDropShadow" +"<feFlood" +"<feFuncA" +"<feFuncB" +"<feFuncG" +"<feFuncR" +"<feGaussianBlur" +"<feImage" +"<feMerge" +"<feMergeNode" +"<feMorphology" +"<feOffset" +"<fePointLight" +"<feSpecularLighting" +"<feSpotLight" +"<feTile" +"<feTurbulence" +"<filter" +"<foreignObject" +"<g" +"<hatch" +"<hatchpath" +"<image" +"<line" +"<linearGradient" +"<marker" +"<mask" +"<mesh" +"<meshgradient" +"<meshpatch" +"<meshrow" +"<metadata" +"<mpath" +"<path" +"<pattern" +"<polygon" +"<polyline" +"<radialGradient" +"<rect" +"<rect" +"<script" +"<script>" +"<set" +"<solidcolor" +"<stop" +"<style" +"<svg" +"<switch" +"<symbol" +"<text" +"<textArea" +"<textPath" +"<title" +"<title>" +"<tspan" +"<unknown" +"<use" +"<view" + + +# attributes +"alignment-baseline" +"baseline-shift" +"class" +"color" +"cursor" +"cx" +"cy" +"direction" +"display" +"dominant-baseline" +"editable" +"fill" +"fill-opacity" +"font-family" +"font-size" +"font-size-adjust" +"font-stretch" +"font-style" +"font-variant" +"font-weight" +"glyph-orientation-horizontal" +"glyph-orientation-vertical" +"gradientUnits" +"height" +"kerning"" +"letter-spacing" +"offset" +"overflow" +"patternContentUnits" +"pointer-events" +"points" +"rotate" +"rx" +"ry" +"spreadMethod" +"stop-color" +"stop-opacity" +"stroke" +"stroke-dasharray" +"stroke-linecap" +"stroke-linejoin" +"stroke-opacity" +"stroke-width" +"style" +"text-anchor" +"text-decoration" +"textlength" +"transform" +"unicode-bidi" +"visibility" +"width" +"word-spacing" +"writing-mode" +"x1" +"x2" +"y1" +"y2" + +# attributes' values +"bounding-Box" +"repeat" +"display" +"transparent" +"orange" +"round" +"butt" +"userSpaceOnUse" +"objectBoundingBox" +"square" +"miter" +"bevel" +"translate(" +"rotate(" +"matrix(" |