SVG - KeynesYouDigIt/Knowledge GitHub Wiki
- Written in XML
- Wrapped around an element, which has width/height attributes.
-
<g>
= group <image x=# y=# width=# height=# xlink:href=url>
<use x=# y=# width=# height=# xlink:href=id>
<rect>
<circle>
<ellipse>
<line>
<polyline>
<polygon>
<path>
<text>
stroke
stroke-width
-
stroke-linecap
(butt
,round
,square
) -
stroke-dasharray
(custom dashes)
<defs>
<filter id=id x=# y=#>
//Filter here
</filter>
<linearGradient id=id x1=# y1=# x2=# y2=#>
<stop offset=# stop-color=color stop-opacity=# />
<linearGradient>
<radialGradient id=id cx=# cy=# r=# fx=# fy=#>
<stop offset=# stop-color=color stop-opacity=# />
</radialGradient>
</defs>
<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feFlood>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feGaussianBlur>
<feImage>
<feMerge>
<feMergeNode>
<feMorphology>
<feOffset>
<feSpecularLighting>
<feTile>
<feTurbulence>