diff options
Diffstat (limited to 'src/documentation/content/xdocs/fo/blocks.ent')
-rw-r--r-- | src/documentation/content/xdocs/fo/blocks.ent | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/fo/blocks.ent b/src/documentation/content/xdocs/fo/blocks.ent new file mode 100644 index 000000000..5168f2c15 --- /dev/null +++ b/src/documentation/content/xdocs/fo/blocks.ent @@ -0,0 +1,37 @@ +<!-- + Copyright 1999-2004 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. +--> +<!-- $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> + |