| <!-- |
| 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. |
| --> |
| <!-- $Id$ --> |
| <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> |
| |
| <rect x="0" y="0" width="25" height="25" style="fill:red"/> |
| <rect x="25" y="0" width="25" height="25" style="fill:black"/> |
| <rect x="50" y="0" width="25" height="25" style="fill:orange"/> |
| <rect x="75" y="0" width="25" height="25" style="fill:black"/> |
| <rect x="0" y="25" width="25" height="25" style="fill:black"/> |
| <rect x="25" y="25" width="25" height="25" style="fill:green"/> |
| <rect x="50" y="25" width="25" height="25" style="fill:black"/> |
| <rect x="75" y="25" width="25" height="25" style="fill:blue"/> |
| <rect x="0" y="50" width="25" height="25" style="fill:yellow"/> |
| <rect x="25" y="50" width="25" height="25" style="fill:black"/> |
| <rect x="50" y="50" width="25" height="25" style="fill:purple"/> |
| <rect x="75" y="50" width="25" height="25" style="fill:black"/> |
| <rect x="0" y="75" width="25" height="25" style="fill:black"/> |
| <rect x="25" y="75" width="25" height="25" style="fill:violet"/> |
| <rect x="50" y="75" width="25" height="25" style="fill:black"/> |
| <rect x="75" y="75" width="25" height="25" style="fill:cyan"/> |
| |
| </svg> |
| |