svgcursor2.svg
来自「此为google map地图功能源码」· SVG 代码 · 共 29 行
SVG
29 行
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.--><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="body" > <rect x="0%" y="0%" width="200%" height="200%" fill="gold" /> <rect x="0" y="0" width="32" height="32" fill="black" /> <rect x="2" y="2" width="28" height="28" fill="#eeeeee" /> <rect x="15" y="0" width="2" height="32" fill="black" /> <rect y="15" x="0" width="32" height="2" fill="black" /> <rect x="12" y="12" width="8" height="8" fill="crimson" /> <rect x="5" y="20" width="22" height="10" fill="#eeeeee" /> <text x="15.5" y="29" font-family="sans-serif" font-size="8" text-anchor="middle">SVG 2</text></svg>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?