game.svg

来自「flash platform game with code」· SVG 代码 · 共 205 行 · 第 1/5 页

SVG
205
字号
			patternUnits="userSpaceOnUse">
			<rect width="20" height="20" 
				style="fill:url(#background_color)"/>
		</pattern>
		
		<pattern id="background_pattern2" x="0" y="0" width="600" height="400" patternUnits="userSpaceOnUse">
			<image width="600" height="400" xlink:href="19.jpg"/>
		</pattern>
		
		
		<pattern id="sliding_p" patternUnits="userSpaceOnUse" x="0" y="0" width="14px" height="20px" >
			<g transform="translate(7, 7)">
				<circle cx="0" cy="0" r="6" 
					style="fill:none;stroke:red;stroke-width:2"/>
				<path d="M -4,-4 4,4" 
					style="fill:none;stroke:blue;stroke-width:3">
				<animateTransform type="rotate" 
					attributeName="transform" attributeType="XML" 
					dur="3s" from="360" to="0" 
					repeatCount="indefinite" />
				</path>
			</g>
		</pattern>
		






 
		
<!--monster-->
<g id="monster">
<g transform="translate(0, 0) scale(0.3,0.6)">
	<path d="M 25,28 L 35,66" 
		style="fill:#1b6800; stroke:#004a00; stroke-width:5;"/>
	<path d="M 39,66 L 49,28" 
		style="fill:#1b6800; stroke:#004a00; stroke-width:5;"/>
	<g transform="translate(14.588859,54.376658)">
		<circle cx="20" cy="20" r="20" 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?