logo - 刷刷题
下载APP
【单选题】

Use svg to draw a circle with center at (100,100), radius 50, border width 5 and color blue, the code is ( ).

A.
<circle x="100" y="100" r="50" stroke-color="blue" stroke-width="5"></circle>
B.
<circle x="100" y="100" r="50" stroke="blue" stroke-width="5"></circle>
C.
<circle cx="100" cy="100" r="50" stroke="blue" stroke-width="5"></circle>
D.
<circle cx="100" cy="100" r="50" stroke-color="blue" stroke-width="5"></circle>
举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】Compared with the common image format, which of the following is not an advantage of svg? ( )

A.
Svg graphics can be searched, indexed and scripted, but not compressed.
B.
Svg graphicscan be scaled.
C.
Svg graphics can be printed with high quality at any resolution.
D.
Svg can be enlarged without degradation of graphicsquality.

【单选题】In css3, which of the following statements about text shadow isincorrect? ( )

A.
Use text-shadow to define text shadow.
B.
Text shadow can be divided into inner shadow and outer shadow.
C.
Text shadow has no extended edge.
D.
The text-shadow:1px 1px 1px red; indicates horizontal shadow value, vertical shadow value, blur-radius and shadow color respectively.

【单选题】In css3, the incorrect statement about shadow background is ( ).

A.
using box-shadow to define the shadow style.
B.
using "inset" to set the inner shadow in box-shadow.
C.
the default color in box-shadow is black.
D.
In the box-shadow attribute, a negative value in the horizontal direction means moving to the right, and a negative value in the vertical direction means moving down.

【单选题】Which of the following statements about the use of svg is incorrect? ( )

A.
The <polyline> is used to draw polylines.
B.
The <polygon> is used to draw a polygon.
C.
The <ellipse> is used to draw a circle.
D.
The <rect> is used to draw a rectangle.