深圳快速网站制作服,茶叶网站建设一般的风格,网上项目外包,网络营销的基本特点SVG
SVG means Scalable Vector Graphics.
SVG 使用 XML 格式定义图形SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失SVG 是万维网联盟的标准
Hello World
Use SVG in html and you can see: Link to the SVG file You can use a tag to link to the svg…SVG
SVG means Scalable Vector Graphics.
SVG 使用 XML 格式定义图形SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失SVG 是万维网联盟的标准
Hello World
Use SVG in html and you can see: Link to the SVG file You can use a tag to link to the svg file, like this:
a hrefrect.svgrect.svg/a
rect.svg
Shape
There some pre-shapes:
矩形 rect圆形 circle椭圆 ellipse线 line折线 polyline多边形 polygon路径 path Rect Line Polygon the fill-rule Polyline Path Some Commands
所有命令均允许小写字母。大写表示绝对定位小写表示相对定位
M moveto
L lineto
H horizontal lineto
V vertical lineto
C curveto
S smooth curveto
Q quadratic Bézier curve
T smooth quadratic Bézier curveto
A elliptical Arc
Z closepath Text
text zh_CN
Common text Hello SVG Hello SVG Rotate
rotate(rotate-angle [cx cy]) Hello SVG Hello SVG Text with path I love SVG I love SVG I love SVG I love SVG
tspan
元素可以安排任何分小组与tspan元素的数量 Several lines: First line Second line Several lines: First line Second line Stroke
Stroke 属性定义一条线文本或元素轮廓颜色
g元素这样的将多个元素组织在一起的元素 stroke-width 属性定义了一条线文本或元素轮廓厚度 stroke-linecap 属性定义不同类型的开放路径的终结 stroke-dasharray 创建不同的虚线