⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 game.svg

📁 flash platform game with code
💻 SVG
📖 第 1 页 / 共 5 页
字号:
			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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -