svgcursor3.svg

来自「开源项目:工作流流程编辑器及工作流引擎源代码及文档」· SVG 代码 · 共 28 行

SVG
28
字号
<!--   Copyright 2002  The Apache Software Foundation    Licensed 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"  viewBox="0 0 32 32" >    <rect x="0%" y="0%" width="200%" height="200%" fill="green" />    <rect x="0" y="0" width="32" height="32" fill="black" />    <rect x="2" y="2" width="28" height="28" fill="#ccccff" />    <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="#ccccff" />    <text x="15.5" y="29" font-family="sans-serif" font-size="8" text-anchor="middle">SVG 3</text></svg>

⌨️ 快捷键说明

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