-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matt Tranquada edited this page Mar 2, 2018
·
12 revisions
This wiki contains basic reference info for SVG objects.
- <svg>
- Structure
-
Painting Elements
- <paint>
- <path>
- <text>
- <marker>
- Shapes
-
Paint Servers
- <linearGradient>
- <radialGradient>
- <stop> = gradient sub-element used to define colors within the gradient
- <pattern>
- Styling Properties
-
Fill Properties
fill
fill-rule
fill-opacity
-
Stroke Properties
stroke
stroke-width
stroke-linecap
stroke-linejoin
stroke-miterlimit
stroke-dasharray
stroke-dashoffset
stroke-opacity
-
Render Properties
color-rendering
shape-rendering
text-rendering
image-rendering
-
Controlling Visibility
-
visibility
= For graphical elements (i.e. elementwise) -
display
= For container elements (i.e. groupwise)
-