-
<circle>圆 ·cx ·cy ·r查看全部
-
<rect>矩形 ·x ·y ·width ·height ·rx ·ry查看全部
-
基本图形和属性 ·基本图形 <rect>、<circle>、<slipse>、<line>、<polyline>、<polygon> ·基本属性 fill 填充颜色、stroke 描边颜色、stroke-width 描边粗细、transform 坐标与父坐标相比变化的值是多少(变形)查看全部
-
SVG的四种使用方式。 <svg width="200" height="200"> <!--Face--> <circle cx="100" cy="100" r="90" fill="#FFFF66 "/> <!--Eyes--> <circle cx="70" cy="80" r="20" fill="black"/> <circle cx="130" cy="80" r="20" fill="black"/> <!--Smile--> <path d="M 50 140 A 60 60 0 0 0 150 140" storke="white" stroke-width="3" fill="none"/> </svg>查看全部
-
位图(BMP、PNG、JPG等):像素点 矢量图(SVG、AI等):曲线和颜色填充查看全部
-
截图...查看全部
-
这个笔记查看全部
-
API查看全部
-
api查看全部
-
fill 填充颜色 stroke 描边颜色 stroke-width 描边粗细 transform 坐标与父坐标相比变化的值是多少 (变形)查看全部
-
111查看全部
-
111查看全部
-
<path d="M100,0V200M0,100H200 />查看全部
-
基本操作API查看全部
-
基本图形和属性查看全部
举报
0/150
提交
取消